| Class | Description |
|---|---|
| CachedAuthenticatedSessionHandler |
HttpHandler responsible for setting up the AuthenticatedSessionManager for cached authentications and
registering a NotificationHandler to receive the security notifications. |
| SecurityPathMatches | |
| SecurityPathMatches.Builder | |
| ServletAuthenticationConstraintHandler |
A simple handler that just sets the auth type to REQUIRED after iterating each of the
SingleConstraintMatch instances
and identifying if any require authentication. |
| ServletConfidentialityConstraintHandler |
Servlet specific extension to
SinglePortConfidentialityHandler |
| ServletFormAuthenticationMechanism |
Servlet handler for FORM authentication.
|
| ServletSecurityConstraintHandler | |
| ServletSecurityRoleHandler |
Servlet role handler
|
| SingleConstraintMatch |
Representation of a single security constrain matched for a single request.
|
| SSLInformationAssociationHandler |
Handler that associates SSL metadata with request
cipher suite - javax.servlet.request.cipher_suite String
bit size of the algorithm - javax.servlet.request.key_size Integer
SSL session id - javax.servlet.request.ssl_session_id String
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.