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
Fields in io.hawt.system declared as AuthenticationConfiguration Modifier and Type Field Description protected AuthenticationConfigurationAbstractAuthenticator. authConfigurationMethods in io.hawt.system with parameters of type AuthenticationConfiguration Modifier and Type Method Description static AuthenticateResultAuthenticationManager. authenticate(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, String username, String password, Consumer<Subject> callback)static AuthenticateResultAuthenticationManager. authenticate(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, Consumer<Subject> callback)AuthenticatorAuthenticatorFactory. createAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration)AuthenticatorAuthenticatorFactory. createAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, String username, String password)static voidAuthenticationManager. logout(AuthenticationConfiguration authConfiguration, Subject subject)voidAuthenticator. logout(AuthenticationConfiguration authConfiguration, Subject subject)voidJaasAuthenticator. logout(AuthenticationConfiguration authConfiguration, Subject subject)Constructors in io.hawt.system with parameters of type AuthenticationConfiguration Constructor Description AbstractAuthenticator(org.slf4j.Logger log, javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration)Request-based authenticator such as when authenticating direct Jolokia accesses.AbstractAuthenticator(org.slf4j.Logger log, javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, String username, String password)Explicit username/password authenticator when authenticating users from login page.JaasAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration)Request-based authenticator such as when authenticating direct Jolokia accesses.JaasAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, String username, 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)
-