org.apache.jetspeed.sso.impl
Class SSOCookieImpl

java.lang.Object
  extended by org.apache.jetspeed.sso.impl.SSOCookieImpl
All Implemented Interfaces:
org.apache.jetspeed.sso.SSOCookie

public class SSOCookieImpl
extends Object
implements org.apache.jetspeed.sso.SSOCookie

Author:
Roger Ruttimann

Field Summary
private  String cookie
           
private  int cookieId
          Internal for storing object values
private  Timestamp createDate
           
private  Collection remotePrincipals
           
 
Constructor Summary
SSOCookieImpl()
           
 
Method Summary
 String getCookie()
           
 int getCookieId()
           
 Timestamp getCreateDate()
           
 Collection getRemotePrincipals()
           
 void setCookie(String cookieValue)
           
 void setCookieId(int cookieId)
           
 void setCreateDate(Timestamp createDate)
           
 void setRemotePrincipals(Collection remotePrincipals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cookieId

private int cookieId
Internal for storing object values


cookie

private String cookie

createDate

private Timestamp createDate

remotePrincipals

private Collection remotePrincipals
Constructor Detail

SSOCookieImpl

public SSOCookieImpl()
Method Detail

setCookieId

public void setCookieId(int cookieId)
Specified by:
setCookieId in interface org.apache.jetspeed.sso.SSOCookie

getCookieId

public int getCookieId()
Specified by:
getCookieId in interface org.apache.jetspeed.sso.SSOCookie

setCookie

public void setCookie(String cookieValue)
Specified by:
setCookie in interface org.apache.jetspeed.sso.SSOCookie

getCookie

public String getCookie()
Specified by:
getCookie in interface org.apache.jetspeed.sso.SSOCookie

setCreateDate

public void setCreateDate(Timestamp createDate)
Specified by:
setCreateDate in interface org.apache.jetspeed.sso.SSOCookie

getCreateDate

public Timestamp getCreateDate()
Specified by:
getCreateDate in interface org.apache.jetspeed.sso.SSOCookie

getRemotePrincipals

public Collection getRemotePrincipals()
Specified by:
getRemotePrincipals in interface org.apache.jetspeed.sso.SSOCookie
Returns:

setRemotePrincipals

public void setRemotePrincipals(Collection remotePrincipals)
Specified by:
setRemotePrincipals in interface org.apache.jetspeed.sso.SSOCookie
Parameters:
remotePrincipals -


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.