From 0a90384a9c7d840e88d9636271e8393a514647a0 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 28 Jul 2009 10:34:52 +0200 Subject: Import shibboleth ds 1.1.0 --- .../shibboleth/wayf/IdPSiteSetEntry.html | 286 +++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/IdPSiteSetEntry.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/IdPSiteSetEntry.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/IdPSiteSetEntry.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/IdPSiteSetEntry.html new file mode 100644 index 0000000..f5bfd11 --- /dev/null +++ b/doc/api/edu/internet2/middleware/shibboleth/wayf/IdPSiteSetEntry.html @@ -0,0 +1,286 @@ + + + + + + + +IdPSiteSetEntry (Shibboleth Discovery Service 1.1.0 Java API.) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.internet2.middleware.shibboleth.wayf +
+Class IdPSiteSetEntry

+
+java.lang.Object
+  extended by edu.internet2.middleware.shibboleth.wayf.IdPSiteSetEntry
+
+
+
+
public class IdPSiteSetEntry
extends Object
+ + +

+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
+ StringgetName() + +
+          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
+ +

+IdPSiteSetEntry

+
+public IdPSiteSetEntry(IdPSiteSet siteSetParam,
+                       Collection<IdPSite> sitesParam)
+
+
Create an object which contains just these two objects. +

+

+
Parameters:
siteSetParam - the metadata provider.
sitesParam - the list of IdPs.
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public String getName()
+
+
Return something to display for this set of sites. +

+

+ +
Returns:
the name as defined in the configuration
+
+
+
+ +

+getSites

+
+public Collection<IdPSite> getSites()
+
+
Return the list of associated sites. +

+

+ +
Returns:
a collection of IdPs.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2006-2009 Internet2. All Rights Reserved. + + -- cgit v1.1