|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.internet2.middleware.shibboleth.wayf.IdPSiteSetEntry
public class IdPSiteSetEntry
This is just a container class for tieing together a set of IdPs to a name - this being what is sent to the JSP for display purposes.
Constructor Summary | |
---|---|
IdPSiteSetEntry(IdPSiteSet siteSetParam,
Collection<IdPSite> sitesParam)
Create an object which contains just these two objects. |
Method Summary | |
---|---|
String |
getName()
Return something to display for this set of sites. |
Collection<IdPSite> |
getSites()
Return the list of associated sites. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdPSiteSetEntry(IdPSiteSet siteSetParam, Collection<IdPSite> sitesParam)
siteSetParam
- the metadata provider.sitesParam
- the list of IdPs.Method Detail |
---|
public String getName()
public Collection<IdPSite> getSites()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |