|
|||||||||
| 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.SPInterface
public class SPInterface
This class contains a representation of the eduGAIN mapping for a SAML2 SPSSODescriptor metadata element.
| Field Summary | |
|---|---|
private java.lang.String |
name
Name for the AttributeConsuming service (required only if the SPInterface includes an 'AttributeConsuming' service) |
private java.util.ArrayList<EGAttribute> |
requiredAttributes
Attributes required by this entity (one or more, required only if the SPInterface includes an 'AttributeConsuming' service) |
| Constructor Summary | |
|---|---|
SPInterface()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of this service |
java.util.ArrayList<EGAttribute> |
getRequiredAttributes()
Gets the list of required attributes for this entity |
void |
setName(java.lang.String name)
Gets the name of this service |
| 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> requiredAttributes
private java.lang.String name
| Constructor Detail |
|---|
public SPInterface()
| Method Detail |
|---|
public java.util.ArrayList<EGAttribute> getRequiredAttributes()
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name of this service
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||