Package | Description |
---|---|
org.keycloak | |
org.keycloak.adapters.jaas | |
org.keycloak.adapters.rotation |
Modifier and Type | Method and Description |
---|---|
JWSHeader |
TokenVerifier.getHeader() |
JWSHeader |
RSATokenVerifier.getHeader() |
AccessToken |
TokenVerifier.getToken() |
AccessToken |
RSATokenVerifier.getToken() |
TokenVerifier |
TokenVerifier.parse() |
RSATokenVerifier |
RSATokenVerifier.parse() |
TokenVerifier |
TokenVerifier.verify() |
RSATokenVerifier |
RSATokenVerifier.verify() |
static void |
KeyPairVerifier.verify(String privateKeyPem,
String publicKeyPem) |
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey publicKey,
String realmUrl) |
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey publicKey,
String realmUrl,
boolean checkActive,
boolean checkTokenType) |
Modifier and Type | Method and Description |
---|---|
protected AbstractKeycloakLoginModule.Auth |
AbstractKeycloakLoginModule.bearerAuth(String tokenString) |
protected AbstractKeycloakLoginModule.Auth |
DirectAccessGrantsLoginModule.directGrantAuth(String username,
String password) |
protected AbstractKeycloakLoginModule.Auth |
DirectAccessGrantsLoginModule.doAuth(String username,
String password) |
protected AbstractKeycloakLoginModule.Auth |
BearerTokenLoginModule.doAuth(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
AdapterRSATokenVerifier.getPublicKey(String kid,
KeycloakDeployment deployment) |
static AccessToken |
AdapterRSATokenVerifier.verifyToken(String tokenString,
KeycloakDeployment deployment) |
static AccessToken |
AdapterRSATokenVerifier.verifyToken(String tokenString,
KeycloakDeployment deployment,
boolean checkActive,
boolean checkTokenType) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.