net.geant.edugain.meta.metadata
Class AAInterface

java.lang.Object
  extended by net.geant.edugain.meta.metadata.RoleInterface
      extended by net.geant.edugain.meta.metadata.AAInterface

public class AAInterface
extends RoleInterface

This class contains a representation of the eduGAIN mapping for a SAML2 AttributeAuthorityDescriptor metadata element.

Author:
Manuela Stanica

Field Summary
private  java.util.ArrayList<EGAttribute> attributes
          Attributes accepted by this entity
 
Constructor Summary
AAInterface()
          Constructor
 
Method Summary
 java.util.ArrayList<EGAttribute> getAttributes()
          Gets the list of accepted attributes
 void setAttributes(java.util.ArrayList<EGAttribute> attributes)
          Sets the list of accepted attributes
 
Methods inherited from class net.geant.edugain.meta.metadata.RoleInterface
getComponentID, getContactURL, getId, setComponentID, setContactURL, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

private java.util.ArrayList<EGAttribute> attributes
Attributes accepted by this entity

Constructor Detail

AAInterface

public AAInterface()
Constructor

Method Detail

getAttributes

public java.util.ArrayList<EGAttribute> getAttributes()
Gets the list of accepted attributes

Returns:
the list of accepted attributes

setAttributes

public void setAttributes(java.util.ArrayList<EGAttribute> attributes)
Sets the list of accepted attributes

Parameters:
attributes - the list of accepted attributes