| Access |
|
| AllowAllAuthenticator |
Should only be used in conjunction with AllowAllAuthorizer.
|
| AllowAllAuthorizer |
|
| AllowHttpMethodsResourceFilter |
Filters requests based on the HTTP method.
|
| AllowOptionsResourceFilter |
|
| AnonymousAuthenticator |
Authenticates all requests and directs them to an authorizer.
|
| AuthConfig |
|
| AuthConfig.Builder |
AuthConfig object is created via Jackson in production.
|
| AuthenticationOnlyResourceFilter |
Sets necessary request attributes for requests sent to endpoints that need authentication but no authorization.
|
| 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 |
|
| AuthValidator |
Utility functions to validate the an authorizer.
|
| CustomCheckX509TrustManager |
|
| DefaultTLSCertificateChecker |
|
| DefaultTLSCertificateCheckerModule |
|
| NoopEscalator |
|
| PreResponseAuthorizationCheckFilter |
Filter that verifies that authorization checks were applied to an HTTP request, before sending a response.
|
| Resource |
|
| ResourceAction |
|
| ResourceType |
|
| SecuritySanityCheckFilter |
|
| TLSCertificateCheckerModule |
|
| TLSCertificateCheckerModule.TLSCertificateCheckerProvider |
|
| TLSUtils |
|
| TLSUtils.ClientSSLContextBuilder |
|
| TrustedDomainAuthenticator |
Authenticates requests coming from a specific domain and directs them to an authorizer.
|
| UnsecuredResourceFilter |
Sets necessary request attributes for requests sent to endpoints that don't need authentication or
authorization checks.
|