public class AdapterRSATokenVerifier extends Object
Constructor and Description |
---|
AdapterRSATokenVerifier() |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
getPublicKey(String kid,
KeycloakDeployment deployment) |
static AccessToken |
verifyToken(String tokenString,
KeycloakDeployment deployment) |
static AccessToken |
verifyToken(String tokenString,
KeycloakDeployment deployment,
boolean checkActive,
boolean checkTokenType) |
public static AccessToken verifyToken(String tokenString, KeycloakDeployment deployment) throws org.keycloak.common.VerificationException
public static PublicKey getPublicKey(String kid, KeycloakDeployment deployment) throws org.keycloak.common.VerificationException
public static AccessToken verifyToken(String tokenString, KeycloakDeployment deployment, boolean checkActive, boolean checkTokenType) throws org.keycloak.common.VerificationException
Copyright © 2018 JBoss by Red Hat. All rights reserved.