Name

Class com.sun.security.auth.login.ConfigFile

Synopsis

This class is Sun’s implementation of the configuration parser used by the javax.security.auth.login.Configuration class. You could subclass this class and install it via the setConfiguration( ) method of that class.

Class Definition

public class com.sun.security.auth.login.ConfigFile
    extends javax.security.auth.login.Configuration {

    // Constructors
    public ConfigFile(  );

    // Instance Methods
    public AppConfigurationEntry[] getAppConfigurationEntry(String);
    public void refresh(  );
}

See also

Configuration

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.