public interface TokenAuthenticator extends Authenticator<TokenCredentials>
| Modifier and Type | Method and Description |
|---|---|
void |
validate(TokenCredentials credentials,
WebContext context)
Validate the credentials.
|
void validate(TokenCredentials credentials, WebContext context) throws HttpAction
AuthenticatorCredentialsException in case of failure.validate in interface Authenticator<TokenCredentials>credentials - the given credentialscontext - the web contextHttpAction - requires a specific HTTP action if necessaryCopyright © 2016. All Rights Reserved.