CA Identity Manager
Java SDK r12.5 SP 8

 

com.netegrity.imapi
Class OrgSelectorAdapter

java.lang.Object
  extended by LifeCycleImpl
      extended by com.netegrity.imapi.LogicalAttributeAdapter
          extended by com.netegrity.imapi.OrgSelectorAdapter
All Implemented Interfaces:
LifeCycle, Logger

public abstract class OrgSelectorAdapter
extends LogicalAttributeAdapter
implements LifeCycle, Logger

The abstract class for custom self-registration handlers. This class determines the organization where the self- registering user will be created.

Self-registration handlers are based on logical attribute functionality. This class applies only to logical attribute handlers that are used to determine the organization of a self-registered user.

Because OrgSelectorAdapter extends the abstract class LogicalAttributeAdapter, your derived class must declare the methods in LogicalAttributeAdapter even if the methods remain empty.

Since:
IdentityMinder 5.6

Constructor Summary
OrgSelectorAdapter()
           
 
Method Summary
abstract  Organization getOrganization(LogicalAttributeContext logicalAttributeContext)
          Returns the organization where Identity Manager should create the self-registering user.
 
Methods inherited from class com.netegrity.imapi.LogicalAttributeAdapter
initialize, initializeOptionList, toLogical, toPhysical, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.netegrity.imapi.LifeCycle
init, init, shutdown, startup, uninit
 
Methods inherited from interface com.netegrity.imapi.Logger
logDebugMessage, logErrorMessage, logInfoMessage, logWarningMessage
 

Constructor Detail

OrgSelectorAdapter

public OrgSelectorAdapter()
Method Detail

getOrganization

public abstract Organization getOrganization(LogicalAttributeContext logicalAttributeContext)
                                      throws java.lang.Exception
Returns the organization where Identity Manager should create the self-registering user.

Parameters:
logicalAttributeContext - Logical attribute context information that Identity Manager passes into the method.
Returns:
The organization for the self-registering user.
Throws:
java.lang.Exception

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.