org.jasig.portal.wsrp.types
Class CookieProtocol
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
_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
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