org.apache.ws.security.processor
Class EncryptedAssertionProcessor
java.lang.Object
org.apache.ws.security.processor.EncryptedAssertionProcessor
- All Implemented Interfaces:
- Processor
public class EncryptedAssertionProcessor
- extends Object
- implements Processor
This will process incoming saml2:EncryptedAssertion
elements. EncryptedKey
children are not supported, only an EncryptedData structure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptedAssertionProcessor
public EncryptedAssertionProcessor()
handleToken
public List<WSSecurityEngineResult> handleToken(Element elem,
RequestData request,
WSDocInfo wsDocInfo)
throws WSSecurityException
- Specified by:
handleToken
in interface Processor
- Throws:
WSSecurityException
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.