Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


oracle.stellent.ridc
Class RIDCCookie

java.lang.Object
  extended by oracle.stellent.ridc.RIDCCookie


public class RIDCCookie
extends Object

Represents a cookie value


Constructor Summary
RIDCCookie(String cookieString)
          Constructor This parses the cookies string and sets the appropriate fields.
RIDCCookie(String name, String value)
           
RIDCCookie(String domain, String name, String value, String path, int maxAge, boolean secure)
           

 

Method Summary
 String getComment()
           
 String getDomain()
           
 int getMaxAge()
           
 String getName()
           
 String getPath()
           
 String getValue()
           
 boolean isSecure()
           
 void setComment(String comment)
           
 void setDomain(String domain)
           
 void setMaxAge(int maxAge)
           
 void setName(String name)
           
 void setPath(String path)
           
 void setSecure(boolean secure)
           
 void setValue(String value)
           
 String toString()
          Return a textual representation of the cookie.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RIDCCookie

public RIDCCookie(String name,
                  String value)

RIDCCookie

public RIDCCookie(String domain,
                  String name,
                  String value,
                  String path,
                  int maxAge,
                  boolean secure)

RIDCCookie

public RIDCCookie(String cookieString)
Constructor This parses the cookies string and sets the appropriate fields.
Parameters:
cookieString -

Method Detail

getDomain

public String getDomain()

setDomain

public void setDomain(String domain)

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

getPath

public String getPath()

setPath

public void setPath(String path)

getMaxAge

public int getMaxAge()

setMaxAge

public void setMaxAge(int maxAge)

isSecure

public boolean isSecure()

setSecure

public void setSecure(boolean secure)

getComment

public String getComment()

setComment

public void setComment(String comment)

toString

public String toString()
Return a textual representation of the cookie.
Overrides:
toString in class Object
Returns:
string.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.