Package | Description |
---|---|
io.hawt.system | |
io.hawt.web.auth | |
io.hawt.web.tomcat |
Modifier and Type | Method and Description |
---|---|
static AuthenticateResult |
Authenticator.authenticate(AuthenticationConfiguration authConfiguration,
javax.servlet.http.HttpServletRequest request,
Consumer<Subject> callback) |
static AuthenticateResult |
Authenticator.authenticate(AuthenticationConfiguration authConfiguration,
javax.servlet.http.HttpServletRequest request,
String username,
String password,
Consumer<Subject> callback) |
static void |
Authenticator.logout(AuthenticationConfiguration authConfiguration,
Subject subject) |
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
TomcatAuthenticationContainerDiscovery.canAuthenticate(AuthenticationConfiguration configuration) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.