public interface AccessTokenValidator
| Modifier and Type | Method and Description | 
|---|---|
| void | validate(String accessToken)This method is called by the security subsystem to validate a non OpenId Connect access token. | 
void validate(String accessToken) throws TokenValidationException
accessToken - the string representation of the token.TokenValidationException - if the token is invalid.Copyright © 2013-2018–2019 SeedStack. All rights reserved.