public class RSATokenVerifier extends Object
| Constructor and Description |
|---|
RSATokenVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static AccessToken |
verifyToken(String tokenString,
PublicKey realmKey,
String realm) |
static AccessToken |
verifyToken(String tokenString,
PublicKey realmKey,
String realm,
boolean checkActive) |
public static AccessToken verifyToken(String tokenString, PublicKey realmKey, String realm) throws VerificationException
VerificationExceptionpublic static AccessToken verifyToken(String tokenString, PublicKey realmKey, String realm, boolean checkActive) throws VerificationException
VerificationExceptionCopyright © 2014. All Rights Reserved.