Uses of Interface
org.keycloak.rotation.KeyLocator
-
Packages that use KeyLocator Package Description org.keycloak.rotation org.keycloak.saml.processing.api.saml.v2.sig org.keycloak.saml.processing.core.saml.v2.util org.keycloak.saml.processing.core.util -
-
Uses of KeyLocator in org.keycloak.rotation
Classes in org.keycloak.rotation that implement KeyLocator Modifier and Type Class Description classCompositeKeyLocatorKeyLocatorthat represents a list of multipleKeyLocators.classHardcodedKeyLocatorKey locator for a bunch of keys.Methods in org.keycloak.rotation with parameters of type KeyLocator Modifier and Type Method Description voidCompositeKeyLocator. add(KeyLocator keyLocator)Registers a givenKeyLocatoras the lastKeyLocator.voidCompositeKeyLocator. addFirst(KeyLocator keyLocator)Registers a givenKeyLocatoras 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 booleanSAML2Signature. 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 booleanAssertionUtil. 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 booleanXMLSignatureUtil. validate(Document signedDoc, KeyLocator locator)Validate a signed document with the given public key.static booleanRedirectBindingSignatureUtil. validateRedirectBindingSignature(SignatureAlgorithm sigAlg, byte[] rawQueryBytes, byte[] decodedSignature, KeyLocator locator, String keyId)static booleanXMLSignatureUtil. validateSingleNode(Node signatureNode, KeyLocator locator)
-