| Package | Description |
|---|---|
| org.keycloak.rotation | |
| org.keycloak.saml.processing.api.saml.v2.sig | |
| org.keycloak.saml.processing.core.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeKeyLocator
KeyLocator that represents a list of multiple KeyLocators. |
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 |
XMLSignatureUtil.validate(Document signedDoc,
KeyLocator locator)
Validate a signed document with the given public key.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.