From b5c41b83249677bf1dec46de4a7ce97fee55729e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 3 Nov 2011 10:53:40 +0100 Subject: import 1.1.3 --- .../shibboleth/wayf/IdPSiteSetEntry.html | 286 --------------------- 1 file changed, 286 deletions(-) delete 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 deleted file mode 100644 index f5bfd11..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/IdPSiteSetEntry.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - - -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