com.sun.xml.ws.security.opt.impl.incoming.processor
Class UsernameTokenProcessor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsernameTokenProcessor
public UsernameTokenProcessor()
- Creates a new instance of UsernameTokenProcessor
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.