Package | Description |
---|---|
org.apache.ws.security.saml | |
org.apache.ws.security.saml.ext |
Modifier and Type | Method and Description |
---|---|
static SAMLKeyInfo |
SAMLUtil.getCredentialFromKeyInfo(Element keyInfoElement,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
This method returns a SAMLKeyInfo corresponding to the credential found in the
KeyInfo (DOM Element) argument.
|
static SAMLKeyInfo |
SAMLUtil.getCredentialFromSubject(org.opensaml.saml1.core.Assertion assertion,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a
SAML 1.1 assertion
|
static SAMLKeyInfo |
SAMLUtil.getCredentialFromSubject(org.opensaml.saml2.core.Assertion assertion,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a
SAML 2 assertion
|
static SAMLKeyInfo |
SAMLUtil.getCredentialFromSubject(AssertionWrapper assertion,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
Parse a SAML Assertion to obtain a SAMLKeyInfo object from
the Subject of the assertion
|
Modifier and Type | Method and Description |
---|---|
SAMLKeyInfo |
AssertionWrapper.getSignatureKeyInfo()
Get the SAMLKeyInfo associated with the signature of the assertion
|
SAMLKeyInfo |
AssertionWrapper.getSubjectKeyInfo()
Get the SAMLKeyInfo associated with the Subject KeyInfo
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionWrapper.verifySignature(SAMLKeyInfo samlKeyInfo)
Verify the signature of this assertion
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.