org.apache.beehive.netui.pageflow
Class SecurityProtocol
Object
SecurityProtocol
public class SecurityProtocol
- extends Object
Enumeration to represent secure/unsecure/unspecified values associated with paths in the webapp.
Methods inherited from class Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
INT_SECURE
protected static final int INT_SECURE
- See Also:
- Constant Field Values
INT_UNSECURE
protected static final int INT_UNSECURE
- See Also:
- Constant Field Values
INT_UNSPECIFIED
protected static final int INT_UNSPECIFIED
- See Also:
- Constant Field Values
SECURE
public static final SecurityProtocol SECURE
UNSECURE
public static final SecurityProtocol UNSECURE
UNSPECIFIED
public static final SecurityProtocol UNSPECIFIED
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object