Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


oracle.security.am.plugin.authn
Interface AuthnModuleConfig


public interface AuthnModuleConfig

Authentication Module configuration interface that exposes the authentication module configuration data.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.2.0.0

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

getAuthnModuleName

java.lang.String getAuthnModuleName()
return the authentication module.
Returns:
the authnModuleName

setAuthnModuleName

void setAuthnModuleName(java.lang.String authnModuleName)
Parameters:
authnModuleName - the authnModuleName to set

getAuthnModuleDesc

java.lang.String getAuthnModuleDesc()
Returns:
the authnModuleDesc

setAuthnModuleDesc

void setAuthnModuleDesc(java.lang.String authnModuleDesc)
Parameters:
authnModuleDesc - the authnModuleDesc to set

getAuthnModuleSteps

java.util.List<AuthnModuleStepConfig> getAuthnModuleSteps()
Returns:
the authnModuleSteps

setAuthnModuleSteps

void setAuthnModuleSteps(java.util.List<AuthnModuleStepConfig> authnModuleSteps)
Parameters:
authnModuleSteps - the authnModuleSteps to set

getAuthnModuleStrategy

AuthnModuleStrategyConfig getAuthnModuleStrategy()
Returns:
the authnModuleStrategy

setAuthnModuleStrategy

void setAuthnModuleStrategy(AuthnModuleStrategyConfig authnModuleStrategy)
Parameters:
authnModuleStrategy - the authnModuleStrategy to set

isComposite

boolean isComposite()
Whether the module is composite or not.
Returns:

setComposite

void setComposite(boolean composite)
Set if the module is composite or not
Parameters:
composite -

getStartingStep

java.lang.String getStartingStep()
Returns the starting step for the module execution.
Returns:
String strategy name.

Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.