From dcece198527eb3012a081402ad2e117e2136a4a4 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 1 Aug 2011 11:30:31 +0200 Subject: import trunk@2167 --- .../provider/SamlCookiePlugin.SamlIdPCookie.html | 253 --------------------- 1 file changed, 253 deletions(-) delete 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 deleted file mode 100644 index c72dd2a..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/plugins/provider/SamlCookiePlugin.SamlIdPCookie.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - - -SamlCookiePlugin.SamlIdPCookie (Shibboleth Discovery Service 1.1.2 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-2010 Internet2. All Rights Reserved. - - -- cgit v1.1