org.apache.jetspeed.sso.impl
Class SSOCookieImpl
java.lang.Object
org.apache.jetspeed.sso.impl.SSOCookieImpl
- All Implemented Interfaces:
- SSOCookie
public class SSOCookieImpl
- extends java.lang.Object
- implements SSOCookie
- Author:
- Roger Ruttimann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSOCookieImpl
public SSOCookieImpl()
setCookieId
public void setCookieId(int cookieId)
- Specified by:
setCookieId
in interface SSOCookie
getCookieId
public int getCookieId()
- Specified by:
getCookieId
in interface SSOCookie
- Returns:
setCookie
public void setCookie(java.lang.String cookieValue)
- Specified by:
setCookie
in interface SSOCookie
getCookie
public java.lang.String getCookie()
- Specified by:
getCookie
in interface SSOCookie
- Returns:
setCreateDate
public void setCreateDate(java.sql.Timestamp createDate)
- Specified by:
setCreateDate
in interface SSOCookie
getCreateDate
public java.sql.Timestamp getCreateDate()
- Specified by:
getCreateDate
in interface SSOCookie
- Returns:
getRemotePrincipals
public java.util.Collection getRemotePrincipals()
- Specified by:
getRemotePrincipals
in interface SSOCookie
- Returns:
setRemotePrincipals
public void setRemotePrincipals(java.util.Collection remotePrincipals)
- Specified by:
setRemotePrincipals
in interface SSOCookie
- Parameters:
remotePrincipals
-
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.