|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SAMLKeyInfo | |
|---|---|
| org.apache.ws.security.saml | |
| org.apache.ws.security.saml.ext | |
| Uses of SAMLKeyInfo in org.apache.ws.security.saml |
|---|
| Methods in org.apache.ws.security.saml that return SAMLKeyInfo | |
|---|---|
static SAMLKeyInfo |
SAMLUtil.getCredentialDirectlyFromKeyInfo(org.w3c.dom.Element keyInfoElement,
RequestData data)
This method returns a SAMLKeyInfo corresponding to the credential found in the KeyInfo (DOM Element) argument. |
static SAMLKeyInfo |
SAMLUtil.getCredentialFromKeyInfo(org.w3c.dom.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 |
| Uses of SAMLKeyInfo in org.apache.ws.security.saml.ext |
|---|
| Methods in org.apache.ws.security.saml.ext that return SAMLKeyInfo | |
|---|---|
SAMLKeyInfo |
AssertionWrapper.getSignatureKeyInfo()
Get the SAMLKeyInfo associated with the signature of the assertion |
SAMLKeyInfo |
AssertionWrapper.getSubjectKeyInfo()
Get the SAMLKeyInfo associated with the Subject KeyInfo |
| Methods in org.apache.ws.security.saml.ext with parameters of type SAMLKeyInfo | |
|---|---|
void |
AssertionWrapper.verifySignature(SAMLKeyInfo samlKeyInfo)
Verify the signature of this assertion |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||