org.apache.rahas.impl.util
Class SAMLAttributeCallback

java.lang.Object
  extended by org.apache.rahas.impl.util.SAMLAttributeCallback
All Implemented Interfaces:
SAMLCallback

public class SAMLAttributeCallback
extends java.lang.Object
implements SAMLCallback


Field Summary
 
Fields inherited from interface org.apache.rahas.impl.util.SAMLCallback
ATTR_CALLBACK, NAME_IDENTIFIER_CALLBACK
 
Constructor Summary
SAMLAttributeCallback(RahasData data)
           
 
Method Summary
 void addAttributes(org.opensaml.SAMLAttribute attribute)
           
 org.opensaml.SAMLAttribute[] getAttributes()
           
 int getCallbackType()
          Returns the type of callback
 RahasData getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLAttributeCallback

public SAMLAttributeCallback(RahasData data)
Method Detail

getCallbackType

public int getCallbackType()
Description copied from interface: SAMLCallback
Returns the type of callback

Specified by:
getCallbackType in interface SAMLCallback
Returns:

addAttributes

public void addAttributes(org.opensaml.SAMLAttribute attribute)

getAttributes

public org.opensaml.SAMLAttribute[] getAttributes()

getData

public RahasData getData()