Package oracle.security.am.plugin.authn
Interface AuthnModuleConfig
public interface AuthnModuleConfig
- Since:
- OAM 11.1.1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the starting step for the module execution.boolean
Whether the module is composite or not.void
setAuthnModuleDesc<wbr>(String authnModuleDesc)
void
setAuthnModuleName<wbr>(String authnModuleName)
void
setAuthnModuleSteps<wbr>(List<AuthnModuleStepConfig> authnModuleSteps)
void
setAuthnModuleStrategy<wbr>(AuthnModuleStrategyConfig authnModuleStrategy)
void
setComposite<wbr>(boolean composite)
Set if the module is composite or not
-
Method Details
-
getAuthnModuleName
String getAuthnModuleName()- Returns:
- the authnModuleName
-
setAuthnModuleName
- Parameters:
authnModuleName
- the authnModuleName to set
-
getAuthnModuleDesc
String getAuthnModuleDesc()- Returns:
- the authnModuleDesc
-
setAuthnModuleDesc
- Parameters:
authnModuleDesc
- the authnModuleDesc to set
-
getAuthnModuleSteps
List<AuthnModuleStepConfig> getAuthnModuleSteps()- Returns:
- the authnModuleSteps
-
setAuthnModuleSteps
- Parameters:
authnModuleSteps
- the authnModuleSteps to set
-
getAuthnModuleStrategy
AuthnModuleStrategyConfig getAuthnModuleStrategy()- Returns:
- the authnModuleStrategy
-
setAuthnModuleStrategy
- Parameters:
authnModuleStrategy
- the authnModuleStrategy to set
-
isComposite
boolean isComposite()Whether the module is composite or not.- Returns:
-
setComposite
void setComposite<wbr>(boolean composite)Set if the module is composite or not- Parameters:
composite
-
-
getStartingStep
String getStartingStep()Returns the starting step for the module execution.- Returns:
- String strategy name.
-