| Constructor and Description |
|---|
SAML2TokenProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml2.core.Assertion |
buildAssertion(org.w3c.dom.Element elem)
This method is used to validate a SAML2.0 Token.
|
java.lang.String |
getId()
Get the Id of the processor.
|
org.w3c.dom.Element |
getSamlTokenElement() |
void |
handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig config) |
void |
setSamlTokenElement(org.w3c.dom.Element samlTokenElement) |
public void handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig config)
throws WSSecurityException
handleToken in interface ProcessorWSSecurityExceptionpublic org.opensaml.saml2.core.Assertion buildAssertion(org.w3c.dom.Element elem)
throws WSSecurityException
elem - WSSecurityExceptionpublic org.w3c.dom.Element getSamlTokenElement()
public void setSamlTokenElement(org.w3c.dom.Element samlTokenElement)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.