Package | Description |
---|---|
io.hawt.system | |
io.hawt.web.auth | |
io.hawt.web.tomcat |
Modifier and Type | Method and Description |
---|---|
static void |
Authenticator.logout(AuthenticationConfiguration authConfiguration,
Subject subject) |
Constructor and 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,
String username,
String password)
Explicit username/password authenticator when authenticating users from login page.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationConfiguration |
AuthenticationConfiguration.getConfiguration(javax.servlet.ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationContainerDiscovery.canAuthenticate(AuthenticationConfiguration configuration)
Whether the container can/should be used for authentication
|
static void |
AuthSessionHelpers.clear(javax.servlet.http.HttpServletRequest request,
AuthenticationConfiguration authConfig,
boolean authenticatorLogout) |
Modifier and Type | Method and Description |
---|---|
boolean |
TomcatAuthenticationContainerDiscovery.canAuthenticate(AuthenticationConfiguration configuration) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.