org.apache.ws.security.processor
Class UsernameTokenProcessor

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

public class UsernameTokenProcessor
extends Object
implements Processor


Constructor Summary
UsernameTokenProcessor()
           
 
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

UsernameTokenProcessor

public UsernameTokenProcessor()
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–2014 The Apache Software Foundation. All rights reserved.