Package oracle.security.am.plugin.impl
Class PluginAuthnSchemeImpl
java.lang.Object
oracle.security.am.plugin.impl.PluginAuthnSchemeImpl
- All Implemented Interfaces:
PluginAuthnScheme
Represents an authentication scheme used during runtime.
It is a read only object.
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.security.am.plugin.authn.PluginAuthnScheme
PluginAuthnScheme.ChallengeMechanism -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet authentication module name.intGet authentication Scheme level.Get credential challenge mechanism.Get all the challenge parameters.Get Challenge Redirect URL.Get descriptionGet locked on valueGet lock out durationintGet maximum retry countgetName()Get Authentication Scheme nametoString()
-
Constructor Details
-
PluginAuthnSchemeImpl
-
-
Method Details
-
getAuthnSchemeLevel
public int getAuthnSchemeLevel()Get authentication Scheme level.- Specified by:
getAuthnSchemeLevelin interfacePluginAuthnScheme- Returns:
- int authentication level
-
getChallengeRedirectURL
Get Challenge Redirect URL.- Specified by:
getChallengeRedirectURLin interfacePluginAuthnScheme- Returns:
- String challenge redirect URL
-
getChallengeMechanism
Get credential challenge mechanism.- Specified by:
getChallengeMechanismin interfacePluginAuthnScheme- Returns:
- ChallengeMechanism
-
getAuthnModuleName
Get authentication module name.- Specified by:
getAuthnModuleNamein interfacePluginAuthnScheme- Returns:
- authn module name
-
getChallengeParameters
Get all the challenge parameters.- Specified by:
getChallengeParametersin interfacePluginAuthnScheme- Returns:
- Map
-
getName
Get Authentication Scheme name- Specified by:
getNamein interfacePluginAuthnScheme- Returns:
- String name
-
getDescription
Get description- Specified by:
getDescriptionin interfacePluginAuthnScheme- Returns:
- String description
-
getMaxRetryCount
public int getMaxRetryCount()Get maximum retry count- Specified by:
getMaxRetryCountin interfacePluginAuthnScheme- Returns:
- Integer maximum retry count
-
getLockOutTime
Get lock out duration- Specified by:
getLockOutTimein interfacePluginAuthnScheme- Returns:
- String lock out duration
-
getLockedOnValue
Get locked on value- Specified by:
getLockedOnValuein interfacePluginAuthnScheme- Returns:
- String locked on value
-
toString
-