org.apache.geronimo.security.jaas
Class SerializableACE.LoginModuleControlFlag

java.lang.Object
  extended byorg.apache.geronimo.security.jaas.SerializableACE.LoginModuleControlFlag
All Implemented Interfaces:
Serializable
Enclosing class:
SerializableACE

public static final class SerializableACE.LoginModuleControlFlag
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static SerializableACE.LoginModuleControlFlag OPTIONAL
           
static SerializableACE.LoginModuleControlFlag REQUIRED
           
static SerializableACE.LoginModuleControlFlag REQUISITE
           
static SerializableACE.LoginModuleControlFlag SUFFICIENT
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REQUIRED

public static final SerializableACE.LoginModuleControlFlag REQUIRED

REQUISITE

public static final SerializableACE.LoginModuleControlFlag REQUISITE

SUFFICIENT

public static final SerializableACE.LoginModuleControlFlag SUFFICIENT

OPTIONAL

public static final SerializableACE.LoginModuleControlFlag OPTIONAL
Method Detail

toString

public String toString()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.