org.apache.beehive.netui.pageflow
Class SecurityProtocol

Object
  extended by SecurityProtocol

public class SecurityProtocol
extends Object

Enumeration to represent secure/unsecure/unspecified values associated with paths in the webapp.


Field Summary
protected static int INT_SECURE
           
protected static int INT_UNSECURE
           
protected static int INT_UNSPECIFIED
           
static SecurityProtocol SECURE
           
static SecurityProtocol UNSECURE
           
static SecurityProtocol UNSPECIFIED
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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