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 KeyLocatorSAMLEndpoint.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 voidSamlProtocolUtils. verifyDocumentSignature(Document document, KeyLocator keyLocator)Verifies a signature of the given SAML document using keys obtained from the given key locator.static voidSamlProtocolUtils. verifyRedirectSignature(SAMLDocumentHolder documentHolder, KeyLocator locator, javax.ws.rs.core.MultivaluedMap<String,String> encodedParams, String paramKey)static voidSamlProtocolUtils. 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 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)
-