Class UsernameTokenProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.processor.UsernameTokenProcessor
- All Implemented Interfaces:
StreamFilter
- Author:
- Ashutosh.Shahi@sun.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(XMLStreamReader reader) parses the UsernameToken and sets the members of the classgetNonce()getSalt()returns the 16 byte salt for creating password derived keys
-
Constructor Details
-
UsernameTokenProcessor
public UsernameTokenProcessor()Creates a new instance of UsernameTokenProcessor
-
-
Method Details
-
accept
parses the UsernameToken and sets the members of the class- Specified by:
acceptin interfaceStreamFilter- Parameters:
reader- XMLStreamReader- Returns:
- boolean
-
getUsername
-
getPassword
-
getPasswordDigest
-
getPasswordType
-
getNonce
-
getCreated
-
getSalt
returns the 16 byte salt for creating password derived keys- Returns:
- Salt String
-
getIterations
- Returns:
- Iterations String
-