public class JerseyRequestAuthorizerFactory extends Object
JerseyRequestAuthorizer. Applications may override this factory to provide their own
authorizer.| Constructor and Description |
|---|
JerseyRequestAuthorizerFactory() |
| Modifier and Type | Method and Description |
|---|---|
JerseyRequestAuthorizer |
create(JwtAuth jwtAuth)
Instantiates
JerseyRequestAuthorizer from the JwtAuth annotation. |
public JerseyRequestAuthorizer create(JwtAuth jwtAuth)
JerseyRequestAuthorizer from the JwtAuth annotation.jwtAuth - annotation in the Jersey resource. If it does not specify valid issuers, then the issuer
whitelist is copied from the subject whitelist.Copyright © 2017 Atlassian. All rights reserved.