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 |
Modifier and Type | Class and Description |
---|---|
class |
CompositeKeyLocator
KeyLocator that represents a list of multiple KeyLocator s. |
class |
HardcodedKeyLocator
Key locator that always returns a specified key.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeKeyLocator.add(KeyLocator keyLocator)
Registers a given
KeyLocator as the last KeyLocator . |
void |
CompositeKeyLocator.addFirst(KeyLocator keyLocator)
Registers a given
KeyLocator as the first KeyLocator . |
Modifier and Type | Method and Description |
---|---|
boolean |
SAML2Signature.validate(Document signedDocument,
KeyLocator keyLocator)
Validate the SAML2 Document
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AssertionUtil.isSignatureValid(Element element,
KeyLocator keyLocator)
Given an Element, validate the Signature direct child element
|
Modifier and Type | Method and 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) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.