org.apache.ws.security.processor
Class SecurityContextTokenProcessor

java.lang.Object
  extended by org.apache.ws.security.processor.SecurityContextTokenProcessor
All Implemented Interfaces:
Processor

public class SecurityContextTokenProcessor
extends Object
implements Processor

The processor to process wsc:SecurityContextToken.

Author:
Ruchith Fernando (ruchith.fernando@gmail.com)

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

Constructor Detail

SecurityContextTokenProcessor

public SecurityContextTokenProcessor()
Method Detail

handleToken

public List<WSSecurityEngineResult> handleToken(Element elem,
                                                RequestData data,
                                                WSDocInfo wsDocInfo)
                                         throws WSSecurityException
Specified by:
handleToken in interface Processor
Throws:
WSSecurityException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.