Uses of Class
org.apache.wss4j.binding.wss10.AttributedString

Packages that use AttributedString
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
 class BinarySecurityTokenType
          A security token that is encoded in binary
 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 org.apache.wss4j.binding.wss10 declared as AttributedString
protected  AttributedString UsernameTokenType.username
           
 

Methods in org.apache.wss4j.binding.wss10 that return AttributedString
 AttributedString ObjectFactory.createAttributedString()
          Create an instance of AttributedString
 AttributedString UsernameTokenType.getUsername()
          Gets the value of the username property.
 

Methods in org.apache.wss4j.binding.wss10 with parameters of type AttributedString
 void UsernameTokenType.setUsername(AttributedString value)
          Sets the value of the username property.
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.