Uses of Class
io.hawt.web.auth.AuthenticationConfiguration
-
Packages that use AuthenticationConfiguration Package Description io.hawt.system io.hawt.web.auth io.hawt.web.tomcat -
-
Uses of AuthenticationConfiguration in io.hawt.system
Methods in io.hawt.system with parameters of type AuthenticationConfiguration Modifier and Type Method Description static voidAuthenticator. logout(AuthenticationConfiguration authConfiguration, javax.security.auth.Subject subject)Constructors in io.hawt.system with parameters of type AuthenticationConfiguration Constructor Description Authenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration)Request-based authenticator such as when authenticating direct Jolokia accesses.Authenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, java.lang.String username, java.lang.String password)Explicit username/password authenticator when authenticating users from login page. -
Uses of AuthenticationConfiguration in io.hawt.web.auth
Methods in io.hawt.web.auth that return AuthenticationConfiguration Modifier and Type Method Description static AuthenticationConfigurationAuthenticationConfiguration. getConfiguration(javax.servlet.ServletContext servletContext)Methods in io.hawt.web.auth with parameters of type AuthenticationConfiguration Modifier and Type Method Description booleanAuthenticationContainerDiscovery. canAuthenticate(AuthenticationConfiguration configuration)Whether the container can/should be used for authenticationstatic voidAuthSessionHelpers. clear(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfig, boolean authenticatorLogout) -
Uses of AuthenticationConfiguration in io.hawt.web.tomcat
Methods in io.hawt.web.tomcat with parameters of type AuthenticationConfiguration Modifier and Type Method Description booleanTomcatAuthenticationContainerDiscovery. canAuthenticate(AuthenticationConfiguration configuration)
-