org.apache.archiva.web.model
Class CookieInformation

java.lang.Object
  extended by org.apache.archiva.web.model.CookieInformation
All Implemented Interfaces:
Serializable

public class CookieInformation
extends Object
implements Serializable

Since:
1.4-M4
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
CookieInformation()
           
 
Method Summary
 String getDomain()
           
 String getPath()
           
 String getSecure()
           
 String getTimeout()
           
 boolean isRememberMeEnabled()
           
 void setDomain(String domain)
           
 void setPath(String path)
           
 void setRememberMeEnabled(boolean rememberMeEnabled)
           
 void setSecure(String secure)
           
 void setTimeout(String timeout)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CookieInformation

public CookieInformation()
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getDomain

public String getDomain()

setDomain

public void setDomain(String domain)

getSecure

public String getSecure()

setSecure

public void setSecure(String secure)

getTimeout

public String getTimeout()

setTimeout

public void setTimeout(String timeout)

isRememberMeEnabled

public boolean isRememberMeEnabled()

setRememberMeEnabled

public void setRememberMeEnabled(boolean rememberMeEnabled)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.