uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.types
Class CookieProtocol

java.lang.Object
  extended byorg.jasig.portal.wsrp.types.CookieProtocol
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of uPortal 2.4, the WSRP producer in uPortal is no longer being maintained. If reintroduced, it will migrate to one based on WSRP4J.

public class CookieProtocol
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String _none
          Deprecated.  
static java.lang.String _perGroup
          Deprecated.  
static java.lang.String _perUser
          Deprecated.  
static CookieProtocol none
          Deprecated.  
static CookieProtocol perGroup
          Deprecated.  
static CookieProtocol perUser
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
static CookieProtocol fromString(java.lang.String value)
          Deprecated.  
static CookieProtocol fromValue(java.lang.String value)
          Deprecated.  
 java.lang.String getValue()
          Deprecated.  
 int hashCode()
          Deprecated.  
 java.lang.Object readResolve()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_none

public static final java.lang.String _none
Deprecated. 
See Also:
Constant Field Values

_perUser

public static final java.lang.String _perUser
Deprecated. 
See Also:
Constant Field Values

_perGroup

public static final java.lang.String _perGroup
Deprecated. 
See Also:
Constant Field Values

none

public static final CookieProtocol none
Deprecated. 

perUser

public static final CookieProtocol perUser
Deprecated. 

perGroup

public static final CookieProtocol perGroup
Deprecated. 
Method Detail

getValue

public java.lang.String getValue()
Deprecated. 

fromValue

public static CookieProtocol fromValue(java.lang.String value)
                                throws java.lang.IllegalStateException
Deprecated. 
Throws:
java.lang.IllegalStateException

fromString

public static CookieProtocol fromString(java.lang.String value)
                                 throws java.lang.IllegalStateException
Deprecated. 
Throws:
java.lang.IllegalStateException

equals

public boolean equals(java.lang.Object obj)
Deprecated. 

hashCode

public int hashCode()
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Deprecated. 
Throws:
java.io.ObjectStreamException

uPortal 2.4.1
API Documentation