com.sun.xml.ws.security.opt.impl.incoming.processor
Class UsernameTokenProcessor

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.incoming.processor.UsernameTokenProcessor
All Implemented Interfaces:
StreamFilter

public class UsernameTokenProcessor
extends Object
implements StreamFilter

Author:
Ashutosh.Shahi@sun.com

Constructor Summary
UsernameTokenProcessor()
          Creates a new instance of UsernameTokenProcessor
 
Method Summary
 boolean accept(XMLStreamReader reader)
          parses the UsernameToken and sets the members of the class
 String getCreated()
           
 String getIterations()
           
 String getNonce()
           
 String getPassword()
           
 String getPasswordDigest()
           
 String getPasswordType()
           
 String getSalt()
          returns the 16 byte salt for creating password derived keys
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsernameTokenProcessor

public UsernameTokenProcessor()
Creates a new instance of UsernameTokenProcessor

Method Detail

accept

public boolean accept(XMLStreamReader reader)
parses the UsernameToken and sets the members of the class

Specified by:
accept in interface StreamFilter
Parameters:
reader - XMLStreamReader
Returns:
boolean

getUsername

public String getUsername()

getPassword

public String getPassword()

getPasswordDigest

public String getPasswordDigest()

getPasswordType

public String getPasswordType()

getNonce

public String getNonce()

getCreated

public String getCreated()

getSalt

public String getSalt()
returns the 16 byte salt for creating password derived keys

Returns:
Salt String

getIterations

public String getIterations()
Returns:
Iterations String


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.