net.geant.edugain.meta.metadata
Class IDPInterface

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

public class IDPInterface
extends RoleInterface

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

Author:
Manuela Stanica

Field Summary
private  java.util.ArrayList<EGAttribute> attributes
          Attributes supported by this IDP interface
 
Constructor Summary
IDPInterface()
          Constructor
 
Method Summary
 java.util.ArrayList<EGAttribute> getAttributes()
          Gets the list of attributes supported by this IDP interface
 
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 supported by this IDP interface

Constructor Detail

IDPInterface

public IDPInterface()
Constructor

Method Detail

getAttributes

public java.util.ArrayList<EGAttribute> getAttributes()
Gets the list of attributes supported by this IDP interface

Returns:
the list of attributes supported by this IDP interface