be.looorent.micronaut.security.Constant Maven / Gradle / Ivy
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";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy