Uses of Class
org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd.AttributedString

Packages that use AttributedString
org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd   
 

Uses of AttributedString in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd
 

Subclasses of AttributedString in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd
 class BinarySecurityTokenType
          A security token that is encoded in binary
 class EncodedString
          This type is used for elements containing stringified binary data.
 class KeyIdentifierType
          A security token key identifier
 class PasswordString
          This type is used for password elements per Section 4.1.
 

Methods in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd that return AttributedString
 AttributedString UsernameTokenType.getUsername()
          Gets the username value for this UsernameTokenType.
 

Methods in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd with parameters of type AttributedString
 void UsernameTokenType.setUsername(AttributedString username)
          Sets the username value for this UsernameTokenType.
 

Constructors in org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd with parameters of type AttributedString
UsernameTokenType(AttributedString username, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.Id id)