| Interface | Description | 
|---|---|
| Authenticator | |
| Authorizer | |
| Escalator | 
 This interface provides methods needed for escalating internal system requests with priveleged authentication
 credentials. 
 | 
| Class | Description | 
|---|---|
| Access | |
| AllowAllAuthenticator | 
 Should only be used in conjunction with AllowAllAuthorizer. 
 | 
| AllowAllAuthorizer | |
| AuthConfig | |
| AuthenticationResult | 
 An AuthenticationResult contains information about a successfully authenticated request. 
 | 
| AuthenticationUtils | |
| AuthenticationWrappingFilter | 
 Used to wrap Filters created by Authenticators, this wrapper filter skips itself if a request already
 has an authentication check (so that Authenticator implementations don't have to perform this check themselves) 
 | 
| AuthenticatorMapper | |
| AuthorizationUtils | 
 Static utility functions for performing authorization checks. 
 | 
| AuthorizerMapper | |
| AuthTestUtils | |
| NoopEscalator | |
| PreResponseAuthorizationCheckFilter | 
 Filter that verifies that authorization checks were applied to an HTTP request, before sending a response. 
 | 
| Resource | |
| ResourceAction | |
| SecuritySanityCheckFilter | |
| UnsecuredResourceFilter | 
 Sets necessary request attributes for requests sent to endpoints that don't need authentication or
 authorization checks. 
 | 
| Enum | Description | 
|---|---|
| Action | |
| ResourceType | 
| Exception | Description | 
|---|---|
| ForbiddenException | 
 Throw this when a request is unauthorized and we want to send a 403 response back, Jersey exception mapper will
 take care of sending the response. 
 | 
Copyright © 2011–2018. All rights reserved.