Class IdentityServiceContext

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

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

    • IdentityServiceContext

      public IdentityServiceContext<wbr>(Map<String,<wbr>String> userAttributeMap, Map<String,<wbr>Object> providerConfigMap, Map<String,<wbr>Object> serverConfigMap, int maxLoginTryCount, oracle.security.am.common.utilities.userprofiles.PasswdPolicyUserProfile passwdPolicyProfile)
      Instantiates a new identity service context.
      Parameters:
      userAttributeMap - the user attribute map
      providerConfigMap - the provider config map
    • IdentityServiceContext

      public IdentityServiceContext<wbr>(Map<String,<wbr>String> userAttributeMap, Map<String,<wbr>Object> providerConfigMap, Map<String,<wbr>Object> serverConfigMap, int maxLoginTryCount)
    • IdentityServiceContext

      public IdentityServiceContext<wbr>(Map<String,<wbr>String> userAttributeMap, Map<String,<wbr>Object> providerConfigMap, Map<String,<wbr>Object> serverConfigMap)
  • Method Details

    • getUserAttributeMap

      public Map<String,<wbr>String> getUserAttributeMap()
      Gets the user attribute map.
      Returns:
      the user attribute map
    • 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
    • getMaxLoginTryCount

      public int getMaxLoginTryCount()
      Gets the max login try count.
      Returns:
      the max login try count
    • getPasswdPolicyUserProfile

      public oracle.security.am.common.utilities.userprofiles.PasswdPolicyUserProfile getPasswdPolicyUserProfile()
    • toString

      public String toString()
      Overrides:
      toString in class Object