Uses of Class
org.apache.wss4j.binding.wss10.AttributedString
Packages that use AttributedString
Package
Description
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.wss10Modifier and TypeClassDescriptionclassThis type is used for elements containing stringified binary data.classA security token key identifierclassThis type is used for password elements per Section 4.1.Methods in org.apache.wss4j.binding.wss10 that return AttributedStringModifier and TypeMethodDescriptionObjectFactory.createAttributedString()Create an instance ofAttributedStringUsernameTokenType.getUsername()Gets the value of the username property.Methods in org.apache.wss4j.binding.wss10 with parameters of type AttributedStringModifier and TypeMethodDescriptionvoidUsernameTokenType.setUsername(AttributedString value) Sets the value of the username property.