Uses of Class
org.apache.wss4j.binding.wss10.AttributedString
-
Packages that use AttributedString Package Description org.apache.wss4j.binding.wss10 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AttributedString in org.apache.wss4j.binding.wss10
Subclasses of AttributedString in org.apache.wss4j.binding.wss10 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.Methods in org.apache.wss4j.binding.wss10 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.wss4j.binding.wss10 with parameters of type AttributedString Modifier and Type Method Description voidUsernameTokenType. setUsername(AttributedString value)Sets the value of the username property.
-