| Class | Description |
|---|---|
| AbstractRequestAuthenticationFilter |
A servlet filter that accepts or rejects requests based on the authenticity and validity of the JWT access token.
|
| AbstractRequestAuthorizationFilter |
Filters requests that contain authentic JWT tokens based on an authorization policy.
|
| IssuerAndSubjectAwareRequestAuthorizationFilter |
This filter takes a map of issuers and predicates that define which issuers should be allowed to make ASAP requests
and what the subjects for those issuers should look like.
|
| RequestAuthenticationFilterBean |
Implements
AbstractRequestAuthenticationFilter as a Java bean to make
it easier to wire this filter using Spring. |
| RulesAwareRequestAuthorizationFilter |
This class accepts a list of issuers and the authentication rules associated with each one.
|
| WhitelistRequestAuthorizationFilter |
Implements
AbstractRequestAuthorizationFilter by using two whitelists of authorized subjects and
issuers. |
Copyright © 2017 Atlassian. All rights reserved.