| |
|
| java.lang.Object com.sun.xml.ws.security.secext10.UsernameTokenType com.sun.xml.ws.security.opt.impl.tokens.UsernameToken
MAX_NONCE_AGE | final public static long MAX_NONCE_AGE(Code) | | |
UsernameToken | public UsernameToken(SOAPVersion sv)(Code) | | Creates a new instance of UsernameToken
|
getCreatedValue | public String getCreatedValue()(Code) | | Returns the created which may be null meaning no time of creation.
|
getNonceEncodingType | public String getNonceEncodingType()(Code) | | Returns the Nonce Encoding type. |
getPasswordDigestValue | public String getPasswordDigestValue()(Code) | | |
getPasswordType | public String getPasswordType()(Code) | | Returns the passwordType. |
getPasswordValue | public String getPasswordValue()(Code) | | Returns the password which may be null meaning no password. |
getUsernameValue | public String getUsernameValue()(Code) | | Returns the username. |
isBSP | public void isBSP(boolean flag)(Code) | | |
isBSP | public boolean isBSP()(Code) | | |
refersToSecHdrWithId | public boolean refersToSecHdrWithId(String id)(Code) | | Parameters: id - |
setCreationTime | public void setCreationTime(String time) throws XWSSecurityException(Code) | | set the creation time.
Parameters: time - If null or empty then this method would create one. |
setNonce | public void setNonce(String nonceValue)(Code) | | set the nonce value.If nonce value is null then it will create one.
Parameters: nonceValue - |
setPasswordValue | public void setPasswordValue(String passwd)(Code) | | Sets the password.
Parameters: passwd - |
setUsernameValue | public void setUsernameValue(String username)(Code) | | |
|
|
|