| Method and Description |
|---|
| com.atlassian.asap.core.server.AuthenticationContext.getResourceServerAudience()
since 2.12, use
AuthenticationContext.getResourceServerAudiences() instead |
| com.atlassian.asap.core.server.jersey.FailureHandler.onAuthenticationFailure(ContainerRequestContext, String) |
| com.atlassian.asap.core.server.jersey.FailureHandler.onAuthorizationFailure(ContainerRequestContext, String) |
| com.atlassian.asap.service.api.TokenValidator.subjectImpersonation(boolean)
move/copy issuers that are allowed to impersonate users from the 'issuer' to the 'impersonationIssuer' list
|
| com.atlassian.asap.service.core.impl.AbstractTokenValidator.subjectImpersonation(boolean)
move/copy issuers that are allowed to impersonate users from the 'issuer' to the 'impersonationIssuer' list
|
| Constructor and Description |
|---|
| com.atlassian.asap.core.client.jersey.AsapAuthenticationFilter(String, String, String, AuthorizationHeaderGenerator)
in 2.2 for removal in 3.0. Use
AsapAuthenticationFilter.AsapAuthenticationFilter(Jwt, AuthorizationHeaderGenerator) instead |
| com.atlassian.asap.core.client.jersey.AsapAuthenticationFilter(String, String, String, URI)
in 2.2 for removal in 3.0. Use
AsapAuthenticationFilter.AsapAuthenticationFilter(Jwt, URI) instead |
| com.atlassian.asap.core.server.filter.WhitelistRequestAuthorizationFilter(Set<String>)
This constructor has been deprecated because the behaviour is misleading. Please use
IssuerAndSubjectAwareRequestAuthorizationFilter.issuers(Set) instead. |
| Annotation Type Element and Description |
|---|
| com.atlassian.asap.service.api.AsapAuth.subjectImpersonation |
Copyright © 2017 Atlassian. All rights reserved.