issrg.utils.handler
Class AttributeStatement

java.lang.Object
  extended by issrg.utils.handler.AttributeStatement

public class AttributeStatement
extends java.lang.Object

this class defines a SAML AttributeStatement, which is only interested in attribute name and its values.

Author:
ls97

Constructor Summary
AttributeStatement()
          Creates a new instance of AttributeStatement
 
Method Summary
 void addAttribute(java.lang.String name, java.lang.Object[] tokens)
          add an Attribute to Attributes
 javax.naming.directory.Attributes getAttributes()
          get the Attributes object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeStatement

public AttributeStatement()
Creates a new instance of AttributeStatement

Method Detail

addAttribute

public void addAttribute(java.lang.String name,
                         java.lang.Object[] tokens)
add an Attribute to Attributes

Parameters:
name, - attribute name
tokens, - values of the attribute

getAttributes

public javax.naming.directory.Attributes getAttributes()
get the Attributes object

Returns: