org.apache.ws.security.processor
Class DerivedKeyTokenProcessor

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

public class DerivedKeyTokenProcessor
extends java.lang.Object
implements Processor

The processor to process wsc:DerivedKeyToken.

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

Constructor Summary
DerivedKeyTokenProcessor()
           
 
Method Summary
 java.util.List<WSSecurityEngineResult> handleToken(org.w3c.dom.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

DerivedKeyTokenProcessor

public DerivedKeyTokenProcessor()
Method Detail

handleToken

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


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