All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.looorent.micronaut.security.Constant Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy