|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
true if the request manager bean is alive in
method-ready state otherwise false.
- BehavioralRule - class com.ibm.passwordrules.BehavioralRule.
- Abstract base class for Rule implementations that provide
validation of password's behavior.
- BehavioralRule() -
Constructor for class com.ibm.passwordrules.BehavioralRule
-
- BINARY_SYNTAX -
Static variable in class com.ibm.itim.dataservices.schema.SchemaAttribute
-
- BIT_STRING_SYNTAX -
Static variable in class com.ibm.itim.dataservices.schema.SchemaAttribute
-
- Bitwise - class com.ibm.itim.policy.join.Bitwise.
- Will join attribute values containing Strings representing
integers in bitstring format to be joined using a bitwise operation (| or &).
- Bitwise() -
Constructor for class com.ibm.itim.policy.join.Bitwise
- default
constructor necessary for using reflections to instantiate
- Boolean - class com.ibm.itim.policy.join.Boolean.
- will join attribute values containing Strings representing
a booleanvalue to be joined using a boolean operator
- BOOLEAN_SYNTAX -
Static variable in class com.ibm.itim.dataservices.schema.SchemaAttribute
-
- Boolean() -
Constructor for class com.ibm.itim.policy.join.Boolean
- default
constructor necessary for using reflections to instantiate
- BPORG_ATTR_NAME -
Static variable in class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrg
- String constant for the business partner organization name attribute.
- BPORG_ATTR_STATUS -
Static variable in class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrg
- String constant for the business partner status attribute.
- BPPERSON -
Static variable in interface com.ibm.itim.dataservices.model.ManagableCategoryConstant
- Business Partner (person) category.
- BPUNIT -
Static variable in interface com.ibm.itim.dataservices.model.ObjectProfileCategoryConstant
- Business Partner Organization category.
- BU_ATTR_LOCATION_NAME -
Static variable in class com.ibm.itim.dataservices.model.domain.Location
- Constant for the naming attribute name.
- BU_ATTR_ORGUNIT_NAME -
Static variable in class com.ibm.itim.dataservices.model.domain.OrganizationalUnit
- String constant for the naming attribute name.
- BU_ATTR_SPONSOR -
Static variable in class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrg
- String constant for the business partner organization's sponsor attribute.
- BU_ATTR_SUPERVISOR -
Static variable in class com.ibm.itim.dataservices.model.domain.BusinessUnit
- String constant for the supervisor attribute.
- BulkException - exception com.ibm.itim.apps.BulkException.
- BulkException is thrown during the course of invoking operations on more
than one object such as a multi-person suspend.
- BulkException(String, Map) -
Constructor for class com.ibm.itim.apps.BulkException
- Constructs a BulkException with an error code and a Map of
exceptions.
- BulkRequest - class com.ibm.itim.apps.BulkRequest.
- Represents a bulk request submitted to the provisioning platform.
- BulkRequest(PlatformContext, Subject, long, BulkException) -
Constructor for class com.ibm.itim.apps.BulkRequest
- Creates a BulkRequest.
- BulkRequest(PlatformContext, Subject, long, Date, BulkException) -
Constructor for class com.ibm.itim.apps.BulkRequest
- Constructs with a platform context, subject, request id, scheduled time, and BulkException.
- BusinessPartnerEntity - class com.ibm.itim.dataservices.model.domain.BusinessPartnerEntity.
- Represents a business partner in the data model.
- BusinessPartnerEntity(ObjectProfile, Person) -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerEntity
- Constructs a BusinessPartnerEntity with a profile and value object.
- BusinessPartnerEntity(Person) -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerEntity
- Constructs a BusinessPartnerEntity with a value object.
- BusinessPartnerOrg - class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrg.
- Value Object class that holds the attribute information of a business partner organization
in the data model.
- BusinessPartnerOrg() -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrg
- Default empty constructor
- BusinessPartnerOrg(AttributeValues) -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrg
- Constructs object with attribute information.
- BusinessPartnerOrg(String, AttributeValues) -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrg
- Constructs object with profile and attribute information.
- BusinessPartnerOrgEntity - class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrgEntity.
- Class that represents a business partner organization in the logical organization chart within
the data model.
- BusinessPartnerOrgEntity(BusinessPartnerOrg) -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrgEntity
- Constructs a BusinessPartnerOrgEntity with a value object.
- BusinessPartnerOrgEntity(ObjectProfile, BusinessPartnerOrg) -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrgEntity
- Constructs an BusinessPartnerOrgEntity with a profile and value object.
- BusinessPartnerOrgFactory - class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrgFactory.
- Factory class for creating business partner organizations in the data store.
- BusinessPartnerOrgFactory() -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrgFactory
- Default constructor.
- BusinessPartnerOrgSearch - class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrgSearch.
- Class that provides an interface for searching for business partner
organizations.
- BusinessPartnerOrgSearch() -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrgSearch
- Default constructor.
- BusinessPartnerSponsor - class com.ibm.itim.dataservices.model.domain.BusinessPartnerSponsor.
- The Supervisor class implements the sponsor
relationship to a business partner organization or person.
- BusinessPartnerSponsor() -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessPartnerSponsor
-
- BusinessUnit - class com.ibm.itim.dataservices.model.domain.BusinessUnit.
- Value Object class that holds the attribute information of a business unit
in the data model.
- BusinessUnit() -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessUnit
- Default empty constructor
- BusinessUnitEntity - class com.ibm.itim.dataservices.model.domain.BusinessUnitEntity.
- Class that represents a business unit in the logical organization chart within
the data model.
- BusinessUnitEntity(BusinessUnit) -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessUnitEntity
- Constructs a BusinessUnitEntity with a profile and value object.
- BusinessUnitEntity(ObjectProfile, BusinessUnit) -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessUnitEntity
- Constructs a BusinessUnitEntity with a profile and value object.
- BusinessUnitFactory - class com.ibm.itim.dataservices.model.domain.BusinessUnitFactory.
- Factory class for creating business units in the data store.
- BusinessUnitFactory() -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessUnitFactory
- Default constructor.
- BusinessUnitSearch - class com.ibm.itim.dataservices.model.domain.BusinessUnitSearch.
- Class that provides an interface for searching for business units.
- BusinessUnitSearch() -
Constructor for class com.ibm.itim.dataservices.model.domain.BusinessUnitSearch
- Default constructor.
- BYPASSED -
Static variable in class com.ibm.itim.workflow.model.ExecutionObject
- Constant identifying a bypassed state.
com.ibm.itim.apps
package to provide a remotable application programming
interface for identity management.com.ibm.itim.apps
package to provide a remotable application programming
interface for LifeCycle management.com.ibm.itim.apps
package to provide a remotable application programming
interface for Account, Service, and Password management.com.ibm.itim.apps
package to provide a remotable application programming
interface to execute searches for objects managed by Identity Manager.com.ibm.itim.apps
package to provide a remotable application programming
interface for Workflow Process and Activity management.com.ibm.itim.dataservices.model
package to provide an application
programming interface for querying the core elements of the data model.com.ibm.itim.dataservices.model
package to provide an application
programming interface for querying the system specific elements of the data model.HumanResourceMO.getAssignments(WorkflowSearchResultsMO, Locale)
.
JSException
with the
specified detail message.
JSException
with the
specified detail message, but refereing to the
original exception
JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.text()
.
JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.exception()
.
JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.text()
.
JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.exception()
.
logError(Object src, Object msg)
instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.exception()
.
logError(String category, Object msg)
instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.exception()
.
logError()
instead.
logError()
instead.
logError()
instead.
logError()
instead.
logInformation(Object src, Object msg)
instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.exception()
.
logInformation(String category, Object msg)
.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.exception()
.
LogonMediator.login(Credentials credentials)
.
LogonException
without detail message.
LogonException
with the specified detail message.
logWarning(Object src, Object msg)
instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.exception()
.
logWarning(String category, Object msg)
instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger()
to get PDLogger
, then use PDLogger.exception()
.
notify
delivers the given notification message.
notifyAsync
will send the notificaiton asynchronous to the caller's thread.
Throwable
and its backtrace to the
standard error stream.
Throwable
and its backtrace to the
specified print stream.
Throwable
and its backtrace to the specified
print writer.
ProviderConfigException
without detail message.
ProviderConfigException
with the specified detail message.
ProviderConfigException
with the specified detail message.
reconUnitData
.
LogonMediator.login(Credentials credentials)
.
LogonMediator.login(Credentials credentials)
.
LogonMediator.login(Credentials credentials)
.
LogonMediator.login(Credentials credentials)
.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |