org.jboss.security.config
Class ControlFlag
java.lang.Object
org.jboss.security.config.ControlFlag
public class ControlFlag
- extends java.lang.Object
Control Flag for module entries
- Since:
- Aug 2, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
|
Method Summary |
java.lang.String |
toString()
Returns the string represented
"required", "requisite" etc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
REQUIRED
public static final ControlFlag REQUIRED
REQUISITE
public static final ControlFlag REQUISITE
SUFFICIENT
public static final ControlFlag SUFFICIENT
OPTIONAL
public static final ControlFlag OPTIONAL
ControlFlag
public ControlFlag(java.lang.String flag)
toString
public java.lang.String toString()
- Returns the string represented
"required", "requisite" etc
- Overrides:
toString in class java.lang.Object
Copyright © 2008 JBoss Inc.. All Rights Reserved.