public interface AuthnModuleConfig
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthnModuleDesc() |
java.lang.String |
getAuthnModuleName() |
java.util.List<AuthnModuleStepConfig> |
getAuthnModuleSteps() |
AuthnModuleStrategyConfig |
getAuthnModuleStrategy() |
java.lang.String |
getStartingStep()
Returns the starting step for the
module execution.
|
boolean |
isComposite()
Whether the module is composite or not.
|
void |
setAuthnModuleDesc(java.lang.String authnModuleDesc) |
void |
setAuthnModuleName(java.lang.String authnModuleName) |
void |
setAuthnModuleSteps(java.util.List<AuthnModuleStepConfig> authnModuleSteps) |
void |
setAuthnModuleStrategy(AuthnModuleStrategyConfig authnModuleStrategy) |
void |
setComposite(boolean composite)
Set if the module is composite or not
|
java.lang.String getAuthnModuleName()
void setAuthnModuleName(java.lang.String authnModuleName)
authnModuleName
- the authnModuleName to setjava.lang.String getAuthnModuleDesc()
void setAuthnModuleDesc(java.lang.String authnModuleDesc)
authnModuleDesc
- the authnModuleDesc to setjava.util.List<AuthnModuleStepConfig> getAuthnModuleSteps()
void setAuthnModuleSteps(java.util.List<AuthnModuleStepConfig> authnModuleSteps)
authnModuleSteps
- the authnModuleSteps to setAuthnModuleStrategyConfig getAuthnModuleStrategy()
void setAuthnModuleStrategy(AuthnModuleStrategyConfig authnModuleStrategy)
authnModuleStrategy
- the authnModuleStrategy to setboolean isComposite()
void setComposite(boolean composite)
composite
- java.lang.String getStartingStep()