Package | Description |
---|---|
org.keycloak | |
org.keycloak.adapters.installed | |
org.keycloak.adapters.jaas | |
org.keycloak.broker.saml | |
org.keycloak.protocol.saml |
Modifier and Type | Method and Description |
---|---|
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey realmKey,
String realmUrl) |
static AccessToken |
RSATokenVerifier.verifyToken(String tokenString,
PublicKey realmKey,
String realmUrl,
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 |
---|---|
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 |
---|---|
protected abstract void |
SAMLEndpoint.Binding.verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder) |
protected void |
SAMLEndpoint.PostBinding.verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder) |
protected void |
SAMLEndpoint.RedirectBinding.verifySignature(org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder documentHolder) |
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) |
static void |
SamlProtocolUtils.verifyDocumentSignature(Document document,
PublicKey publicKey) |
static void |
SamlProtocolUtils.verifyRedirectSignature(PublicKey publicKey,
javax.ws.rs.core.UriInfo uriInformation) |
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 © 2015. All rights reserved.