|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.internet2.middleware.shibboleth.wayf.plugins.provider.SamlCookiePlugin.SamlIdPCookie
public final class SamlCookiePlugin.SamlIdPCookie
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 |
---|
public void deleteIdPName(String origin, int expiration)
origin
- what to remove.expiration
- How long it will live.public List<String> getIdPList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |