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.int
Get authentication Scheme level.Get credential challenge mechanism.Get all the challenge parameters.Get Challenge Redirect URL.Get descriptionGet locked on valueGet lock out durationint
Get maximum retry countgetName()
Get Authentication Scheme nametoString()
-
Constructor Details
-
PluginAuthnSchemeImpl
-
-
Method Details
-
getAuthnSchemeLevel
public int getAuthnSchemeLevel()Get authentication Scheme level.- Specified by:
getAuthnSchemeLevel
in interfacePluginAuthnScheme
- Returns:
- int authentication level
-
getChallengeRedirectURL
Get Challenge Redirect URL.- Specified by:
getChallengeRedirectURL
in interfacePluginAuthnScheme
- Returns:
- String challenge redirect URL
-
getChallengeMechanism
Get credential challenge mechanism.- Specified by:
getChallengeMechanism
in interfacePluginAuthnScheme
- Returns:
- ChallengeMechanism
-
getAuthnModuleName
Get authentication module name.- Specified by:
getAuthnModuleName
in interfacePluginAuthnScheme
- Returns:
- authn module name
-
getChallengeParameters
Get all the challenge parameters.- Specified by:
getChallengeParameters
in interfacePluginAuthnScheme
- Returns:
- Map
-
getName
Get Authentication Scheme name- Specified by:
getName
in interfacePluginAuthnScheme
- Returns:
- String name
-
getDescription
Get description- Specified by:
getDescription
in interfacePluginAuthnScheme
- Returns:
- String description
-
getMaxRetryCount
public int getMaxRetryCount()Get maximum retry count- Specified by:
getMaxRetryCount
in interfacePluginAuthnScheme
- Returns:
- Integer maximum retry count
-
getLockOutTime
Get lock out duration- Specified by:
getLockOutTime
in interfacePluginAuthnScheme
- Returns:
- String lock out duration
-
getLockedOnValue
Get locked on value- Specified by:
getLockedOnValue
in interfacePluginAuthnScheme
- Returns:
- String locked on value
-
toString
-