|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.meta.metadata.RoleInterface
net.geant.edugain.meta.metadata.AAInterface
public class AAInterface
This class contains a representation of the eduGAIN mapping for a SAML2 AttributeAuthorityDescriptor metadata element.
| 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 |
|---|
private java.util.ArrayList<EGAttribute> attributes
| Constructor Detail |
|---|
public AAInterface()
| Method Detail |
|---|
public java.util.ArrayList<EGAttribute> getAttributes()
public void setAttributes(java.util.ArrayList<EGAttribute> attributes)
attributes - the list of accepted attributes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||