These configuration parameters are the parameters in the
SagAbstractLoginModule
and are global for all
LoginModules
.
They are referred to as "global parameters" because they apply to all
types of LoginModules
.
LoginModules
are configured in two ways:
By means of Flags
that influence the whole
process of authentication
By means of the module-specific parameters that are customized for the module and influence the behavior of the module only
For details on the Flags
, see
Preparing JAAS
Configuration Files
For a list of the module-specific parameters, see the description of the respective login module.
The following table outlines the global configuration parameters.
Parameter | Description |
---|---|
create_user_principal |
Optional. You use it to define whether the Valid values are:
The login modules that do not create
Note: |
store_credentials |
Optional. You use it to define whether to store
Valid values are:
|
keep_password |
Optional. You use it to define whether to keep the password (if present in
Valid values are:
Note: |
Important:
See Predefined Login
Modules for guidelines on the module-specific
parameters.