PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.wss.secext
Class PasswordString

java.lang.Object
  extended by org.picketlink.identity.federation.ws.addressing.BaseAddressingType
      extended by org.picketlink.identity.federation.ws.wss.secext.AttributedString
          extended by org.picketlink.identity.federation.ws.wss.secext.PasswordString

public class PasswordString
extends AttributedString

This type is used for password elements per Section 4.1.

Java class for PasswordString complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PasswordString">
   <simpleContent>
     <extension base="<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>AttributedString">
       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String type
           
 
Fields inherited from class org.picketlink.identity.federation.ws.wss.secext.AttributedString
id, value
 
Fields inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
otherAttributes
 
Constructor Summary
PasswordString()
           
 
Method Summary
 String getType()
          Gets the value of the type property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class org.picketlink.identity.federation.ws.wss.secext.AttributedString
getId, getValue, setId, setValue
 
Methods inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
addOtherAttribute, addOtherAttributes, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type
Constructor Detail

PasswordString

public PasswordString()
Method Detail

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.