Uses of Class
org.apache.cxf.ws.security.sts.provider.model.secext.AttributedString
-
Packages that use AttributedString Package Description org.apache.cxf.ws.security.sts.provider.model.secext -
-
Uses of AttributedString in org.apache.cxf.ws.security.sts.provider.model.secext
Subclasses of AttributedString in org.apache.cxf.ws.security.sts.provider.model.secext Modifier and Type Class Description classBinarySecurityTokenTypeA security token that is encoded in binaryclassEncodedStringThis 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 org.apache.cxf.ws.security.sts.provider.model.secext declared as AttributedString Modifier and Type Field Description protected AttributedStringUsernameTokenType. usernameMethods in org.apache.cxf.ws.security.sts.provider.model.secext that return AttributedString Modifier and Type Method Description AttributedStringObjectFactory. createAttributedString()Create an instance ofAttributedStringAttributedStringUsernameTokenType. getUsername()Gets the value of the username property.Methods in org.apache.cxf.ws.security.sts.provider.model.secext with parameters of type AttributedString Modifier and Type Method Description voidUsernameTokenType. setUsername(AttributedString value)Sets the value of the username property.
-