| Modifier and Type | Method and Description |
|---|---|
protected KeyLocator |
SAMLEndpoint.Binding.getIDPKeyLocator() |
| Modifier and Type | Method and 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) |
| 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 |
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 © 2021 JBoss by Red Hat. All rights reserved.