Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.common.policy.runtime
Class RuntimeAuthnModule

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


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

@Deprecated
public class RuntimeAuthnModule
extends java.lang.Object

Constructor Summary
RuntimeAuthnModule(java.lang.String moduleName, java.lang.String description, java.util.List<RuntimeModuleProperty> properties)
          Deprecated.  

 

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

 

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<RuntimeModuleProperty> properties)
Deprecated. 

Method Detail

getProperties

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

getName

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

getDescription

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

toString

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

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.