Uses of Class
io.hawt.web.auth.AuthenticationConfiguration
Packages that use AuthenticationConfiguration
-
Uses of AuthenticationConfiguration in io.hawt.system
Methods in io.hawt.system with parameters of type AuthenticationConfigurationModifier and TypeMethodDescriptionstatic voidAuthenticator.logout(AuthenticationConfiguration authConfiguration, Subject subject) Constructors in io.hawt.system with parameters of type AuthenticationConfigurationModifierConstructorDescriptionAuthenticator(jakarta.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration) Request-based authenticator such as when authenticating direct Jolokia accesses.Authenticator(jakarta.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
Fields in io.hawt.web.auth declared as AuthenticationConfigurationModifier and TypeFieldDescriptionprotected AuthenticationConfigurationAuthenticationFilter.authConfigurationprotected AuthenticationConfigurationLoginServlet.authConfigurationprotected AuthenticationConfigurationLogoutServlet.authConfigurationMethods in io.hawt.web.auth that return AuthenticationConfigurationModifier and TypeMethodDescriptionstatic AuthenticationConfigurationAuthenticationConfiguration.getConfiguration(jakarta.servlet.ServletContext servletContext) Methods in io.hawt.web.auth with parameters of type AuthenticationConfigurationModifier and TypeMethodDescriptionbooleanAuthenticationContainerDiscovery.canAuthenticate(AuthenticationConfiguration configuration) Whether the container can/should be used for authenticationstatic voidAuthSessionHelpers.clear(jakarta.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 AuthenticationConfigurationModifier and TypeMethodDescriptionbooleanTomcatAuthenticationContainerDiscovery.canAuthenticate(AuthenticationConfiguration configuration)