public class RSATokenVerifier extends Object
Constructor and Description |
---|
RSATokenVerifier() |
Modifier and Type | Method and Description |
---|---|
static AccessToken |
verifyToken(String tokenString,
PublicKey realmKey,
String realmUrl) |
static AccessToken |
verifyToken(String tokenString,
PublicKey realmKey,
String realmUrl,
boolean checkActive) |
public static AccessToken verifyToken(String tokenString, PublicKey realmKey, String realmUrl) throws VerificationException
VerificationException
public static AccessToken verifyToken(String tokenString, PublicKey realmKey, String realmUrl, boolean checkActive) throws VerificationException
VerificationException
Copyright © 2015. All rights reserved.