org.apache.ws.security.processor
Class SAMLTokenProcessor
java.lang.Object
org.apache.ws.security.processor.SAMLTokenProcessor
- All Implemented Interfaces:
- Processor
public class SAMLTokenProcessor
- extends Object
- implements Processor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLTokenProcessor
public SAMLTokenProcessor()
handleToken
public void handleToken(Element elem,
Crypto crypto,
Crypto decCrypto,
CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig wsc)
throws WSSecurityException
- Specified by:
handleToken in interface Processor
- Throws:
WSSecurityException
handleSAMLToken
public org.opensaml.SAMLAssertion handleSAMLToken(Element token)
throws WSSecurityException
- Throws:
WSSecurityException
getId
public String getId()
- Return the id of the SAML token
- Specified by:
getId in interface Processor
- Returns:
- The Id string
getSamlTokenElement
public Element getSamlTokenElement()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.