org.apache.ws.security.processor
Class EncryptedAssertionProcessor

java.lang.Object
  extended by 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.


Constructor Summary
EncryptedAssertionProcessor()
           
 
Method Summary
 List<WSSecurityEngineResult> handleToken(Element elem, RequestData request, WSDocInfo wsDocInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedAssertionProcessor

public EncryptedAssertionProcessor()
Method Detail

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.