Interface | Description |
---|---|
SubjectSecurityInteraction |
Interface to retrieve a subject
|
Class | Description |
---|---|
AbstractGenericHeaderAuthenticator |
JBAS-2283: Provide custom header based authentication support
Header Authenticator that deals with userid from the request header Requires two attributes configured on the Tomcat Service
- one for the http header denoting the authenticated identity and the other is the SESSION cookie
|
AbstractPicketLinkAuthenticator |
An authenticator that delegates actual authentication to a realm, and in turn to a security manager, by presenting a
"conventional" identity.
|
GenericHeaderAuthenticator |
JBAS-2283: Provide custom header based authentication support
Header Authenticator that deals with userid from the request header Requires two attributes configured on the Tomcat Service
- one for the http header denoting the authenticated identity and the other is the SESSION cookie
|
PicketLinkAuthenticator |
An authenticator that delegates actual authentication to a realm, and in turn to a security manager, by presenting a
"conventional" identity.
|
SSLValve |
Valve to fill the SSL information in the request
mod_header is used to fill the headers and the valve
will fill the parameters of the request.
|
TomcatAttributeManager |
An implementation of attribute manager to get attributes of an identity
|
TomcatRoleGenerator |
Generate roles from Tomcat Principal
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.