Package | Description |
---|---|
org.keycloak | |
org.keycloak.adapters.installed | |
org.keycloak.protocol.saml |
Modifier and Type | Method and Description |
---|---|
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey realmKey,
String realm) |
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey realmKey,
String realm,
boolean checkActive) |
Modifier and Type | Method and Description |
---|---|
String |
KeycloakInstalled.getTokenString() |
String |
KeycloakInstalled.getTokenString(long minValidity,
TimeUnit unit) |
void |
KeycloakInstalled.login() |
void |
KeycloakInstalled.login(PrintStream printer,
Reader reader) |
void |
KeycloakInstalled.loginDesktop() |
void |
KeycloakInstalled.loginManual() |
void |
KeycloakInstalled.loginManual(PrintStream printer,
Reader reader) |
void |
KeycloakInstalled.refreshToken() |
Modifier and Type | Method and Description |
---|---|
static PublicKey |
SamlProtocolUtils.getEncryptionValidationKey(ClientModel client) |
static PublicKey |
SamlProtocolUtils.getPublicKey(ClientModel client,
String attribute) |
static PublicKey |
SamlProtocolUtils.getSignatureValidationKey(ClientModel client) |
static void |
SamlProtocolUtils.verifyDocumentSignature(ClientModel client,
Document document) |
protected abstract void |
SamlService.BindingProtocol.verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder,
ClientModel client) |
protected void |
SamlService.PostBindingProtocol.verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder,
ClientModel client) |
protected void |
SamlService.RedirectBindingProtocol.verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder,
ClientModel client) |
Copyright © 2014. All Rights Reserved.