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.booleanWhether the module is composite or not.voidsetAuthnModuleDesc<wbr>(String authnModuleDesc)voidsetAuthnModuleName<wbr>(String authnModuleName)voidsetAuthnModuleSteps<wbr>(List<AuthnModuleStepConfig> authnModuleSteps)voidsetAuthnModuleStrategy<wbr>(AuthnModuleStrategyConfig authnModuleStrategy)voidsetComposite<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.
-