com.netegrity.imapi
Class OrgSelectorAdapter
java.lang.Object
LifeCycleImpl
com.netegrity.imapi.LogicalAttributeAdapter
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgSelectorAdapter
public OrgSelectorAdapter()
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
© 2011 CA Technologies, Inc. All rights reserved.