public interface UsernameToken
| Modifier and Type | Method and Description |
|---|---|
String |
getPasswordValue() |
String |
getUsernameValue() |
void |
setPasswordValue(String passwd)
sets the password value for this token
|
void |
setUsernameValue(String username)
sets the username value for this token
|
String getUsernameValue()
void setUsernameValue(String username)
username - username valueString getPasswordValue()
void setPasswordValue(String passwd)
passwd - the password valueCopyright © 2005–2018 Oracle Corporation. All rights reserved.