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
 void deleteIdPName(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.