Interface UsernameToken
- All Known Implementing Classes:
UsernameToken,UsernameTokenHeader
public interface UsernameToken
Representation of UsernameToken SecurityHeaderElement
- Author:
- Ashutosh.Shahi@sun.com
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPasswordValue(String passwd) sets the password value for this tokenvoidsetUsernameValue(String username) sets the username value for this token
-
Method Details
-
getUsernameValue
String getUsernameValue()- Returns:
- the username value
-
setUsernameValue
sets the username value for this token- Parameters:
username- username value
-
getPasswordValue
String getPasswordValue()- Returns:
- the password for this token
-
setPasswordValue
sets the password value for this token- Parameters:
passwd- the password value
-