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.common.policy.runtime
Class RuntimeAuthnModule

java.lang.Object
  extended by oracle.security.am.common.policy.runtime.RuntimeAuthnModule


public class RuntimeAuthnModule
extends java.lang.Object

Deprecated class; will be removed in the next round of authn-module cleanup.


Constructor Summary
RuntimeAuthnModule(java.lang.String moduleName, java.lang.String description, java.util.List<oracle.security.am.common.policy.runtime.RuntimeModuleProperty> properties)
           

 

Method Summary
 java.lang.String getDescription()
          Deprecated class; will be removed in the next round of authn-module cleanup.
 java.lang.String getName()
          Deprecated class; will be removed in the next round of authn-module cleanup.
 java.util.List<oracle.security.am.common.policy.runtime.RuntimeModuleProperty> getProperties()
          Deprecated class; will be removed in the next round of authn-module cleanup.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RuntimeAuthnModule

public RuntimeAuthnModule(java.lang.String moduleName,
                          java.lang.String description,
                          java.util.List<oracle.security.am.common.policy.runtime.RuntimeModuleProperty> properties)

Method Detail

getProperties

public java.util.List<oracle.security.am.common.policy.runtime.RuntimeModuleProperty> getProperties()
Deprecated class; will be removed in the next round of authn-module cleanup.
Returns:
null

getName

public java.lang.String getName()
Deprecated class; will be removed in the next round of authn-module cleanup.
Returns:
null

getDescription

public java.lang.String getDescription()
Deprecated class; will be removed in the next round of authn-module cleanup.
Returns:
null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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.