|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthnModuleConfig
Authentication Module configuration interface that exposes the authentication module configuration data.
Method Summary | |
---|---|
java.lang.String |
getAuthnModuleDesc() |
java.lang.String |
getAuthnModuleName() return the authentication module. |
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 |
Method Detail |
---|
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()
|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2013, Oracle Corp. All Rights Reserved.