public interface JWTokenAuthority
| Modifier and Type | Method and Description |
|---|---|
JWT |
issueToken(JWTokenAttributes jwtAttributes) |
boolean |
verifyToken(JWT token) |
boolean |
verifyToken(JWT token,
RSAPublicKey publicKey) |
boolean |
verifyToken(JWT token,
String jwksurl,
String algorithm) |
JWT issueToken(JWTokenAttributes jwtAttributes) throws TokenServiceException
TokenServiceExceptionboolean verifyToken(JWT token) throws TokenServiceException
TokenServiceExceptionboolean verifyToken(JWT token, RSAPublicKey publicKey) throws TokenServiceException
TokenServiceExceptionboolean verifyToken(JWT token, String jwksurl, String algorithm) throws TokenServiceException
TokenServiceExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.