Configuration
Class Configuration
- java.lang.Object
-
- javax.security.auth.login.Configuration
public abstract class Configuration extends Object
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.
A login configuration contains the following information. Note that this example only represents the default syntax for the Configuration
. Subclass implementations of this class may implement alternative syntaxes and may retrieve the Configuration
from any source such as files, databases, or servers.
Name { ModuleClass Flag ModuleOptions; ModuleClass Flag ModuleOptions; Mo