public interface LoginModuleFactory
LoginModule
instances.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JAAS_CONTROL_FLAG
Property name specifying whether or not a
LoginModule is
REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL. |
static java.lang.String |
JAAS_RANKING
Property name specifying the ranking (i.e.
|
static java.lang.String |
JAAS_REALM_NAME
Property name specifying the Realm name (or application name) against which the
LoginModule would be registered.
|
Modifier and Type | Method and Description |
---|---|
javax.security.auth.spi.LoginModule |
createLoginModule()
Creates the LoginModule instance
|
static final java.lang.String JAAS_CONTROL_FLAG
LoginModule
is
REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL. Refer to Configuration
for more details around the meaning of these flags
By default the value is set to REQUIREDstatic final java.lang.String JAAS_REALM_NAME
If no realm name is provided then LoginModule would registered with a default realm as configured
static final java.lang.String JAAS_RANKING
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"