public interface JerseyRequestAuthorizer
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(Jwt authenticJwt,
com.sun.jersey.api.core.HttpRequestContext requestContext)
Tries to authorize an authentic JWT token to perform a request.
|
void authorize(Jwt authenticJwt, com.sun.jersey.api.core.HttpRequestContext requestContext) throws AuthorizationFailedException
authenticJwt - an authentic JWT tokenrequestContext - the request that is to be authorisedAuthorizationFailedException - if the token is not authorized for this requestCopyright © 2017 Atlassian. All rights reserved.