API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth.login. AppConfigurationEntry View Source
Author(s)
Since
Version
1.36, 11/17/05
Serial
Hierarchy
 Object
      AppConfigurationEntry
Implements
Subclasses
Description
public class AppConfigurationEntry
  This class represents a single LoginModule entry configured for the application specified in the getAppConfigurationEntry(String appName) method in the Configuration class.
See also:    Configuration
Constructors
public AppConfigurationEntry (String loginModuleName, LoginModuleControlFlag controlFlag, Map<String, Object> options)
  Default constructor for this class.
Methods
Hide/Show inherited methods
public LoginModuleControlFlag getControlFlag ()
  Return the controlFlag (either REQUIRED, REQUISITE, SUFFICIENT, or OPTIONAL) for this LoginModule.
public String getLoginModuleName ()
  Get the class name of the configured LoginModule.
public Map<String, Object> getOptions ()
  Get the options configured for this LoginModule.
Fields
Hide/Show inherited fields
Nested Classes
  AppConfigurationEntry.LoginModuleControlFlag
This class represents whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar