org.jboss.security.config
Class ControlFlag

java.lang.Object
  extended by 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

Field Summary
static ControlFlag OPTIONAL
           
static ControlFlag REQUIRED
           
static ControlFlag REQUISITE
           
static ControlFlag SUFFICIENT
           
 
Constructor Summary
ControlFlag(java.lang.String flag)
           
 
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
 

Field Detail

REQUIRED

public static final ControlFlag REQUIRED

REQUISITE

public static final ControlFlag REQUISITE

SUFFICIENT

public static final ControlFlag SUFFICIENT

OPTIONAL

public static final ControlFlag OPTIONAL
Constructor Detail

ControlFlag

public ControlFlag(java.lang.String flag)
Method Detail

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.