be.looorent.micronaut.security.Constant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of keycloak-micronaut-adapter Show documentation
Show all versions of keycloak-micronaut-adapter Show documentation
Create API middleware to check Authorization headers against Keycloak
package be.looorent.micronaut.security;
/**
* @author Lorent Lempereur - [email protected]
*/
public class Constant {
/**
* Name of the HTTP Request's attribute set by this Keycloak adapter.
*/
public static final String SECURITY_CONTEXT = "securityContext";
}