API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth.login. Configuration View Source
Author(s)
Since
Version
1.63, 04/21/06
Serial
Hierarchy
 Object
      Configuration
Implements
Subclasses
Description
publicabstract abstract class Configuration
  A Configuration object is responsible for specifying which LoginModules should be used for a particular application, and in what order the LoginModules should be invoked.
See also:    LoginContext
Constructors
protected Configuration ()
  Sole constructor.
Methods
Hide/Show inherited methods
publicabstract AppConfigurationEntry getAppConfigurationEntry (String name)
  Retrieve the AppConfigurationEntries for the specified name from this Configuration.
publicstaticsynchronized Configuration getConfiguration ()
  Get the installed login Configuration.
publicstatic Configuration getInstance (String type, Parameters params) throws NoSuchAlgorithmException
  Returns a Configuration object of the specified type.
publicstatic Configuration getInstance (String type, Parameters params, Provider provider) throws NoSuchAlgorithmException
  Returns a Configuration object of the specified type.
publicstatic Configuration getInstance (String type, Parameters params, String provider) throws NoSuchProviderException NoSuchAlgorithmException
  Returns a Configuration object of the specified type.
public Parameters getParameters ()
  Return Configuration parameters.
public Provider getProvider ()
  Return the Provider of this Configuration.
public String getType ()
  Return the type of this Configuration.
public void refresh ()
  Refresh and reload the Configuration.
publicstatic void setConfiguration (Configuration configuration)
  Set the login Configuration.
Fields
Hide/Show inherited fields
Nested Classes
  Configuration.Parameters
This represents a marker interface for Configuration parameters.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar