Name

Class javax.security.auth.login.Configuration

Synopsis

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.

Class Definition

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(  );
}

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.