Class RuntimeAuthnModule

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

public class RuntimeAuthnModule extends Object
Deprecated class; will be removed in the next round of authn-module cleanup.
  • Constructor Summary

    Constructors
    Constructor
    Description
    RuntimeAuthnModule<wbr>(String moduleName, String description, List<oracle.security.am.common.policy.runtime.RuntimeModuleProperty> properties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated class; will be removed in the next round of authn-module cleanup.
    Deprecated class; will be removed in the next round of authn-module cleanup.
    List<oracle.security.am.common.policy.runtime.RuntimeModuleProperty>
    Deprecated class; will be removed in the next round of authn-module cleanup.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RuntimeAuthnModule

      public RuntimeAuthnModule<wbr>(String moduleName, String description, List<oracle.security.am.common.policy.runtime.RuntimeModuleProperty> properties)
  • Method Details

    • getProperties

      public 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 String getName()
      Deprecated class; will be removed in the next round of authn-module cleanup.
      Returns:
      null
    • getDescription

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

      public String toString()
      Overrides:
      toString in class Object