|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.utils.handler.AttributeStatement
public class AttributeStatement
this class defines a SAML AttributeStatement, which is only interested in attribute name and its values.
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 |
---|
public AttributeStatement()
Method Detail |
---|
public void addAttribute(java.lang.String name, java.lang.Object[] tokens)
name,
- attribute nametokens,
- values of the attributepublic javax.naming.directory.Attributes getAttributes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |