Uses of Class
io.hawt.web.auth.AuthenticationConfiguration
Packages that use AuthenticationConfiguration
-
Uses of AuthenticationConfiguration in io.hawt
Methods in io.hawt with parameters of type AuthenticationConfigurationModifier and TypeMethodDescriptionprotected voidHawtioContextListener.configureAuthenticationProviders(jakarta.servlet.ServletContext servletContext, AuthenticationConfiguration authConfig) Extension method that configures authentication providers. -
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(AuthenticationConfiguration authConfiguration, String username, String password) Explicit username/password authenticator when authenticating users from login page.Authenticator(jakarta.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration) Request-based authenticator such as when authenticating direct Jolokia accesses. -
Uses of AuthenticationConfiguration in io.hawt.web.auth
Fields in io.hawt.web.auth declared as AuthenticationConfigurationModifier and TypeFieldDescriptionprotected AuthenticationConfigurationAuthenticationFilter.authConfigurationprotected AuthenticationConfigurationLoginServlet.authConfigurationprotected AuthenticationConfigurationLogoutServlet.authConfigurationprotected AuthenticationConfigurationUserServlet.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 authentication.static 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)