Uses of Class
com.sun.xml.ws.security.secext10.AttributedString
-
Packages that use AttributedString Package Description com.sun.xml.ws.security.secext10 com.sun.xml.ws.security.trust.impl.elements.str -
-
Uses of AttributedString in com.sun.xml.ws.security.secext10
Subclasses of AttributedString in com.sun.xml.ws.security.secext10 Modifier and Type Class Description classEncodedStringThis type is used for elements containing stringified binary data.classKeyIdentifierTypeA security token key identifierclassPasswordStringThis type is used for password elements per Section 4.1.Fields in com.sun.xml.ws.security.secext10 declared as AttributedString Modifier and Type Field Description protected AttributedStringUsernameTokenType. createdprotected AttributedStringUsernameTokenType. iterationprotected AttributedStringUsernameTokenType. nonceprotected AttributedStringUsernameTokenType. passwordprotected AttributedStringUsernameTokenType. saltprotected AttributedStringUsernameTokenType. usernameMethods in com.sun.xml.ws.security.secext10 that return AttributedString Modifier and Type Method Description AttributedStringObjectFactory. createAttributedString()Create an instance ofAttributedStringAttributedStringUsernameTokenType. getCreated()AttributedStringUsernameTokenType. getIteration()AttributedStringUsernameTokenType. getNonce()AttributedStringUsernameTokenType. getPassword()AttributedStringUsernameTokenType. getSalt()AttributedStringUsernameTokenType. getUsername()Gets the value of the username property.Methods in com.sun.xml.ws.security.secext10 with parameters of type AttributedString Modifier and Type Method Description voidUsernameTokenType. setCreated(AttributedString value)voidUsernameTokenType. setIteration(AttributedString value)voidUsernameTokenType. setNonce(AttributedString value)voidUsernameTokenType. setPassword(AttributedString value)voidUsernameTokenType. setSalt(AttributedString salt)voidUsernameTokenType. 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 Modifier and Type Class Description classKeyIdentifierImplKeyIdentifier implementation
-