Package | Description |
---|---|
org.keycloak | |
org.keycloak.adapters.jaas |
Modifier and Type | Method and Description |
---|---|
static AccessToken |
RSATokenVerifier.toAccessToken(String tokenString,
PublicKey realmKey) |
static void |
KeyPairVerifier.verify(String privateKeyPem,
String publicKeyPem) |
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey realmKey,
String realmUrl) |
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey realmKey,
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) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.