May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.security.auth.login.Configuration
This class parses the login configuration files and produces a set of entries that represents the information in those files. If you want to handle configuration differently, you can write a subclass of this class and install it as the default configuration class by setting the login.configuration.provider property in the java.security file.
public abstract class javax.security.auth.login.Configuration
extends java.lang.Object {
// Constructors
protected Configuration( );
// Class Methods
public static Configuration getConfiguration( );
public static void setConfiguration(Configuration);
// Instance Methods
public abstract AppConfigurationEntry[]
getAppConfigurationEntry(String);
public abstract void refresh( );
}Read now
Unlock full access