uPortal 2.3.2
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

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

See Also:
Serialized Form

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

Field Detail

_none

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

_perUser

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

_perGroup

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

none

public static final CookieProtocol none

perUser

public static final CookieProtocol perUser

perGroup

public static final CookieProtocol perGroup
Method Detail

getValue

public java.lang.String getValue()

fromValue

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

fromString

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()

readResolve

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

uPortal 2.3.2
API Documentation