public interface RequestAuthenticator
| Modifier and Type | Method and Description |
|---|---|
Jwt |
authenticateRequest(String authorizationHeader)
Authenticates a request by validating the given authorizationHeader according to the conventions.
|
Jwt authenticateRequest(String authorizationHeader) throws AuthenticationFailedException
authorizationHeader - the value of the 'Authorization' header of the request to validate. This 'Authorization' header
should contain a JWT with the necessary authentication informationAuthenticationFailedException - if there is a problem validating the token in the headerCopyright © 2016 Atlassian. All rights reserved.