com.sun.xml.ws.security.opt.api.tokens
Interface UsernameToken

All Known Implementing Classes:
UsernameToken, UsernameTokenHeader

public interface UsernameToken

Representation of UsernameToken SecurityHeaderElement

Author:
Ashutosh.Shahi@sun.com

Method Summary
 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
 

Method Detail

getUsernameValue

String getUsernameValue()
Returns:
the username value

setUsernameValue

void setUsernameValue(String username)
sets the username value for this token

Parameters:
username - username value

getPasswordValue

String getPasswordValue()
Returns:
the password for this token

setPasswordValue

void setPasswordValue(String passwd)
sets the password value for this token

Parameters:
passwd - the password value


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.