Uses of Interface
org.keycloak.rotation.KeyLocator
-
-
Uses of KeyLocator in org.keycloak.broker.saml
Methods in org.keycloak.broker.saml that return KeyLocator Modifier and Type Method Description protected KeyLocator
SAMLEndpoint.Binding. getIDPKeyLocator()
-
Uses of KeyLocator in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml with parameters of type KeyLocator Modifier and Type Method Description static void
SamlProtocolUtils. verifyDocumentSignature(Document document, KeyLocator keyLocator)
Verifies a signature of the given SAML document using keys obtained from the given key locator.static void
SamlProtocolUtils. verifyRedirectSignature(SAMLDocumentHolder documentHolder, KeyLocator locator, javax.ws.rs.core.MultivaluedMap<String,String> encodedParams, String paramKey)
static void
SamlProtocolUtils. verifyRedirectSignature(SAMLDocumentHolder documentHolder, KeyLocator locator, javax.ws.rs.core.UriInfo uriInformation, String paramKey)
-
Uses of KeyLocator in org.keycloak.rotation
Classes in org.keycloak.rotation that implement KeyLocator Modifier and Type Class Description class
CompositeKeyLocator
KeyLocator
that represents a list of multipleKeyLocator
s.class
HardcodedKeyLocator
Key locator that always returns a specified key.Methods in org.keycloak.rotation with parameters of type KeyLocator Modifier and Type Method Description void
CompositeKeyLocator. add(KeyLocator keyLocator)
Registers a givenKeyLocator
as the lastKeyLocator
.void
CompositeKeyLocator. addFirst(KeyLocator keyLocator)
Registers a givenKeyLocator
as the firstKeyLocator
. -
Uses of KeyLocator in org.keycloak.saml.processing.api.saml.v2.sig
Methods in org.keycloak.saml.processing.api.saml.v2.sig with parameters of type KeyLocator Modifier and Type Method Description boolean
SAML2Signature. validate(Document signedDocument, KeyLocator keyLocator)
Validate the SAML2 Document -
Uses of KeyLocator in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util with parameters of type KeyLocator Modifier and Type Method Description static boolean
AssertionUtil. isSignatureValid(Element element, KeyLocator keyLocator)
Given an Element, validate the Signature direct child element -
Uses of KeyLocator in org.keycloak.saml.processing.core.util
Methods in org.keycloak.saml.processing.core.util with parameters of type KeyLocator Modifier and Type Method Description static boolean
XMLSignatureUtil. validate(Document signedDoc, KeyLocator locator)
Validate a signed document with the given public key.static boolean
XMLSignatureUtil. validateSingleNode(Node signatureNode, KeyLocator locator)
-