public interface PluginAuthnScheme
Modifier and Type | Interface and Description |
---|---|
static class |
PluginAuthnScheme.ChallengeMechanism
Challenge Mechanism.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthnModuleName()
Get authentication module name.
|
int |
getAuthnSchemeLevel()
Get authentication Scheme level.
|
PluginAuthnScheme.ChallengeMechanism |
getChallengeMechanism()
Get credential challenge mechanism.
|
java.util.Map<java.lang.String,java.lang.String> |
getChallengeParameters()
Get all the challenge parameters.
|
java.lang.String |
getChallengeRedirectURL()
Get Challenge Redirect URL.
|
java.lang.String |
getDescription()
Get description
|
java.lang.String |
getLockedOnValue()
Get locked on value
|
java.lang.String |
getLockOutTime()
Get lock out duration
|
int |
getMaxRetryCount()
Get maximum retry count
|
java.lang.String |
getName()
Get Authentication Scheme name
|
int getAuthnSchemeLevel()
java.lang.String getChallengeRedirectURL()
PluginAuthnScheme.ChallengeMechanism getChallengeMechanism()
java.lang.String getAuthnModuleName()
java.util.Map<java.lang.String,java.lang.String> getChallengeParameters()
java.lang.String getName()
java.lang.String getDescription()
int getMaxRetryCount()
java.lang.String getLockOutTime()
java.lang.String getLockedOnValue()