public class RSATokenVerifier extends Object
Constructor and Description |
---|
RSATokenVerifier() |
Modifier and Type | Method and Description |
---|---|
static AccessToken |
toAccessToken(String tokenString,
PublicKey realmKey) |
static AccessToken |
verifyToken(String tokenString,
PublicKey realmKey,
String realmUrl) |
static AccessToken |
verifyToken(String tokenString,
PublicKey realmKey,
String realmUrl,
boolean checkActive,
boolean checkTokenType) |
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, boolean checkTokenType) throws VerificationException
VerificationException
public static AccessToken toAccessToken(String tokenString, PublicKey realmKey) throws VerificationException
VerificationException
Copyright © 2016 JBoss by Red Hat. All rights reserved.