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 --- .../provider/SamlCookiePlugin.SamlIdPCookie.html | 250 +++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/provider/SamlCookiePlugin.SamlIdPCookie.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/provider/SamlCookiePlugin.SamlIdPCookie.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/provider/SamlCookiePlugin.SamlIdPCookie.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/provider/SamlCookiePlugin.SamlIdPCookie.html new file mode 100644 index 0000000..7122956 --- /dev/null +++ b/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/provider/SamlCookiePlugin.SamlIdPCookie.html @@ -0,0 +1,250 @@ + + + + + + + +SamlCookiePlugin.SamlIdPCookie (Shibboleth Discovery Service 1.1.0 Java API.) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.internet2.middleware.shibboleth.wayf.plugins.provider +
+Class SamlCookiePlugin.SamlIdPCookie

+
+java.lang.Object
+  extended by edu.internet2.middleware.shibboleth.wayf.plugins.provider.SamlCookiePlugin.SamlIdPCookie
+
+
+
Enclosing class:
SamlCookiePlugin
+
+
+
+
public final class SamlCookiePlugin.SamlIdPCookie
extends Object
+ + +

+Class to abstract away the saml cookie for us. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ voiddeleteIdPName(String origin, + int expiration) + +
+          Remove origin from the cachedata and write it back.
+ List<String>getIdPList() + +
+          Return the list of Idps for this cookie.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+deleteIdPName

+
+public void deleteIdPName(String origin,
+                          int expiration)
+
+
Remove origin from the cachedata and write it back. +

+

+
Parameters:
origin - what to remove.
expiration - How long it will live.
+
+
+
+ +

+getIdPList

+
+public List<String> getIdPList()
+
+
Return the list of Idps for this cookie. +

+

+ +
Returns:
The list.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2006-2009 Internet2. All Rights Reserved. + + -- cgit v1.1