API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth.login. AppConfigurationEntry.LoginModuleControlFlag View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      AppConfigurationEntry.LoginModuleControlFlag
Implements
Subclasses
Description
publicstatic class AppConfigurationEntry.LoginModuleControlFlag
This class represents whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.
See also:   
Constructors
private AppConfigurationEntry.LoginModuleControlFlag (String controlFlag)
Methods
Hide/Show inherited methods
public String toString ()
  Return a String representation of this controlFlag.
Fields
Hide/Show inherited fields
publicfinalstatic LoginModuleControlFlag OPTIONAL
Optional LoginModule.
publicfinalstatic LoginModuleControlFlag REQUIRED
Required LoginModule.
publicfinalstatic LoginModuleControlFlag REQUISITE
Requisite LoginModule.
publicfinalstatic LoginModuleControlFlag SUFFICIENT
Sufficient LoginModule.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar