com.pingidentity.sts.clientapi.tokens.saml
Class SamlAttribute

java.lang.Object
  extended by com.pingidentity.sts.clientapi.tokens.saml.SamlAttribute

public class SamlAttribute
extends java.lang.Object

Represents an element specifies an attribute of the assertion subject.


Constructor Summary
SamlAttribute()
           
SamlAttribute(java.lang.String name, java.lang.String nameSpace, java.lang.String valueType, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getNameSpace()
           
 java.lang.String getValue()
           
 java.lang.String getValueType()
           
 void setName(java.lang.String name)
          Set the name of the attribute.
 void setNameSpace(java.lang.String namespace)
          Set the namespace of the attribute type
 void setValue(java.lang.String value)
          Set the value of the attribute.
 void setValueType(java.lang.String valueType)
          Set the type of attribute value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlAttribute

public SamlAttribute()

SamlAttribute

public SamlAttribute(java.lang.String name,
                     java.lang.String nameSpace,
                     java.lang.String valueType,
                     java.lang.String value)
Method Detail

getName

public java.lang.String getName()
Returns:
The name of the attribute.

setName

public void setName(java.lang.String name)
Set the name of the attribute.

Parameters:
name - The name of the attribute.

getNameSpace

public java.lang.String getNameSpace()
Returns:
The namespace of the attribute type

setNameSpace

public void setNameSpace(java.lang.String namespace)
Set the namespace of the attribute type

Parameters:
namespace - The namespace of the attribute type

getValue

public java.lang.String getValue()
Returns:
The value of the attribute.

setValue

public void setValue(java.lang.String value)
Set the value of the attribute.

Parameters:
value - The value of the attribute.

getValueType

public java.lang.String getValueType()
Returns:
The type of attribute value

setValueType

public void setValueType(java.lang.String valueType)
Set the type of attribute value

Parameters:
valueType - The type of attribute value


Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.