Package oracle.security.am.engines.idm
Class IdentityServiceContext
java.lang.Object
oracle.security.am.engines.idm.IdentityServiceContext
The
IdentityServiceContext class.- Since:
- NGAMv1.0
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityServiceContext<wbr>(Map<String,<wbr>String> userAttributeMap, Map<String,<wbr>Object> providerConfigMap, Map<String,<wbr>Object> serverConfigMap)IdentityServiceContext<wbr>(Map<String,<wbr>String> userAttributeMap, Map<String,<wbr>Object> providerConfigMap, Map<String,<wbr>Object> serverConfigMap, int maxLoginTryCount)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. -
Method Summary
Modifier and TypeMethodDescriptionintGets the max login try count.oracle.security.am.common.utilities.userprofiles.PasswdPolicyUserProfileGets the provider config map.Gets the server config map.Gets the user attribute map.toString()
-
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 mapproviderConfigMap- the provider config map
-
IdentityServiceContext
-
IdentityServiceContext
-
-
Method Details
-
getUserAttributeMap
Gets the user attribute map.- Returns:
- the user attribute map
-
getProviderConfigMap
Gets the provider config map.- Returns:
- the provider config map
-
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
-