| Interface | Description |
|---|---|
| SubjectAccount |
An extension to the Undertow
Account interface to also make available a Subject. |
| Class | Description |
|---|---|
| AnonymousMechanism |
An
AuthenticationMechanism that always associates an 'anonymous' user. |
| AuthenticationMechanismWrapper |
A wrapper around the
AuthenticationMechanisms to ensure that the identity manager is aware of the current mechanism. |
| DmrFailureReadinessHandler |
A RealmReadinessFilter implementation to report by DMR failure that requests can not be processed as the realm is not ready.
|
| LogoutHandler | |
| RealmIdentityManager |
IdentityManager implementation to wrap the current security realms. |
| RedirectReadinessHandler |
A readiness filter to redirect users to an error page if the realm is not ready to handle authentication requests.
|
| ServerSubjectFactory |
A
GSSAPIServerSubjectFactory that obtaines the SubjectIdentity from the SecurityRealm and associates
it with the current request so it can be cleaned up as the end of the request. |
| SubjectDoAsHandler |
HttpHandler to ensure the Subject for the current authenticated user is correctly associated for the request.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.