| Constructor and Description |
|---|
SAMLTokenProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Return the id of the SAML token
|
org.w3c.dom.Element |
getSamlTokenElement() |
org.opensaml.SAMLAssertion |
handleSAMLToken(org.w3c.dom.Element token) |
void |
handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc) |
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 wsc)
throws WSSecurityException
handleToken in interface ProcessorWSSecurityExceptionpublic org.opensaml.SAMLAssertion handleSAMLToken(org.w3c.dom.Element token)
throws WSSecurityException
WSSecurityExceptionpublic java.lang.String getId()
public org.w3c.dom.Element getSamlTokenElement()
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.