Class RegistrationServiceContext

java.lang.Object
oracle.security.am.engines.idm.RegistrationServiceContext

public class RegistrationServiceContext extends Object
The RegistrationServiceContext class.
Since:
NGAMv1.0
  • Constructor Details

    • RegistrationServiceContext

      public RegistrationServiceContext<wbr>(Map<String,<wbr>Object> providerConfigMap, Map<String,<wbr>Object> serverConfigMap)
      Instantiates a new registration service context.
      Parameters:
      providerConfigMap - the provider config map
      serverConfigMap - the server config map
  • Method Details

    • getProviderConfigMap

      public Map<String,<wbr>Object> getProviderConfigMap()
      Gets the provider config map.
      Returns:
      the provider config map
    • getServerConfigMap

      public Map<String,<wbr>Object> getServerConfigMap()
      Gets the server config map.
      Returns:
      the server config map
    • toString

      public String toString()
      Overrides:
      toString in class Object