Skip navigation links

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

E22473-01


oracle.security.am.engines.idm
Class IdentityServiceContext

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


public class IdentityServiceContext
extends java.lang.Object

The IdentityServiceContext Holds the user and service context details for the IDentity service.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0

Constructor Summary
IdentityServiceContext(java.util.Map<java.lang.String,java.lang.String> userAttributeMap, java.util.Map<java.lang.String,java.lang.Object> providerConfigMap, java.util.Map<java.lang.String,java.lang.Object> serverConfigMap, int maxLoginTryCount)
          Instantiates a new identity service context.

 

Method Summary
 int getMaxLoginTryCount()
          Gets the max login try count.
 java.util.Map<java.lang.String,java.lang.Object> getProviderConfigMap()
          Gets the provider config map.
 java.util.Map<java.lang.String,java.lang.Object> getServerConfigMap()
          Gets the server config map.
 java.util.Map<java.lang.String,java.lang.String> getUserAttributeMap()
          Gets the user attribute map.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

IdentityServiceContext

public IdentityServiceContext(java.util.Map<java.lang.String,java.lang.String> userAttributeMap,
                              java.util.Map<java.lang.String,java.lang.Object> providerConfigMap,
                              java.util.Map<java.lang.String,java.lang.Object> serverConfigMap,
                              int maxLoginTryCount)
Instantiates a new identity service context.
Parameters:
userAttributeMap - the user attribute map
providerConfigMap - the provider config map

Method Detail

getUserAttributeMap

public java.util.Map<java.lang.String,java.lang.String> getUserAttributeMap()
Gets the user attribute map.
Returns:
the user attribute map

getProviderConfigMap

public java.util.Map<java.lang.String,java.lang.Object> getProviderConfigMap()
Gets the provider config map.
Returns:
the provider config map

getServerConfigMap

public java.util.Map<java.lang.String,java.lang.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

toString

public java.lang.String toString()
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.