Uses of Class
com.sun.xml.ws.security.secext10.AttributedString

Packages that use AttributedString
com.sun.xml.ws.security.opt.impl.reference   
com.sun.xml.ws.security.secext10   
com.sun.xml.ws.security.trust.impl.elements.str   
 

Uses of AttributedString in com.sun.xml.ws.security.opt.impl.reference
 

Subclasses of AttributedString in com.sun.xml.ws.security.opt.impl.reference
 class KeyIdentifier
           
 

Uses of AttributedString in com.sun.xml.ws.security.secext10
 

Subclasses of AttributedString in com.sun.xml.ws.security.secext10
 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.
 

Fields in com.sun.xml.ws.security.secext10 declared as AttributedString
protected  AttributedString UsernameTokenType.created
           
protected  AttributedString UsernameTokenType.iteration
           
protected  AttributedString UsernameTokenType.nonce
           
protected  AttributedString UsernameTokenType.password
           
protected  AttributedString UsernameTokenType.salt
           
protected  AttributedString UsernameTokenType.username
           
 

Methods in com.sun.xml.ws.security.secext10 that return AttributedString
 AttributedString ObjectFactory.createAttributedString()
          Create an instance of AttributedString
 AttributedString UsernameTokenType.getCreated()
           
 AttributedString UsernameTokenType.getIteration()
           
 AttributedString UsernameTokenType.getNonce()
           
 AttributedString UsernameTokenType.getPassword()
           
 AttributedString UsernameTokenType.getSalt()
           
 AttributedString UsernameTokenType.getUsername()
          Gets the value of the username property.
 

Methods in com.sun.xml.ws.security.secext10 with parameters of type AttributedString
 void UsernameTokenType.setCreated(AttributedString value)
           
 void UsernameTokenType.setIteration(AttributedString value)
           
 void UsernameTokenType.setNonce(AttributedString value)
           
 void UsernameTokenType.setPassword(AttributedString value)
           
 void UsernameTokenType.setSalt(AttributedString salt)
           
 void UsernameTokenType.setUsername(AttributedString value)
          Sets the value of the username property.
 

Uses of AttributedString in com.sun.xml.ws.security.trust.impl.elements.str
 

Subclasses of AttributedString in com.sun.xml.ws.security.trust.impl.elements.str
 class KeyIdentifierImpl
          KeyIdentifier implementation
 



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