Contains classes that let you develop plug-in components.com.netegrity.llsdk6.imsapi.policy - package com.netegrity.llsdk6.imsapi.policyContains interfaces for managing policies associated with Identity Manager roles and provisioning accounts defined in the Identity Manager Environment.com.netegrity.llsdk6.imsapi.policy.rule - package com.netegrity.llsdk6.imsapi.policy.ruleContains a base interface and classes for determining the objects that can be associated with a particular role.com.netegrity.llsdk6.imsapi.policy.rule.constraints - package com.netegrity.llsdk6.imsapi.policy.rule.constraintsContains interfaces and classes for defining search constraints, scope constraints, and object identifiers.com.netegrity.llsdk6.imsapi.provider - package com.netegrity.llsdk6.imsapi.providerContains interfaces for the CA Identity Manager managed object providers.com.netegrity.llsdk6.imsapi.search - package com.netegrity.llsdk6.imsapi.searchContains classes for performing search operations in a CA Identity Manager environment.com.netegrity.llsdk6.imsapi.type - package com.netegrity.llsdk6.imsapi.typeContains a variety of type constants, such as password message types, managed object types, and operator types used in search expressions.com.netegrity.llsdk6.imsapi.utility - package com.netegrity.llsdk6.imsapi.utilityContains utility items such as task context information that you pass into provider methods, and methods for retrieving information about invalid passwords.COMMENTS -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
COMMENTS_4_UI -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
Comments' field name for UI usage
CONJUNCTION_DELIMITERS -
Static variable in class com.netegrity.llsdk6.imsapi.type.ConjunctionType
A String containing all conjunction encodings,
for use as a delimiter qualifier for StringTokenizers.
ConjunctionType - Class in com.netegrity.llsdk6.imsapi.typeContains type-safe constants for the conjunctions used to combine search expression clauses.CONSTRAINT -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Role
The role object's constraint value.
CONSTRAINT_TYPE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Role
The role object's constraint type.
Container - Interface in com.ca.identitymanager.provisioning.managedobjectRepresents a container in an endpoint, which can be used to group objects of a specific type.ContainerProvider - Interface in com.ca.identitymanager.provisioning.managedobjectprovider CONTAINS -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
Represents the "contains" operator.
containsAttribute(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
Determines whether the current managed object instance
contains the specified attribute.
containsKey(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
Determines if this property dictionary contains a value
for the specified property name.
CONTENTS_ALPHANUM -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
Represents a password message type indicating a password contains alphanumeric
characters.
CONTENTS_DIGITS -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
Represents a password message type indicating a password contains digit characters.
CONTENTS_LETTERS -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
Represents a password message type indicating a password contains letter characters.
CONTENTS_NONALPHANUM -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
Represents a password message type indicating a password contains nonalphanumeric
characters.
CONTENTS_NONPRINTABLE -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
Represents a password message type indicating a password contains nonprintable
characters.
CONTENTS_PUNCTUATION -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
Represents a password message type indicating a password contains punctuation characters.
CONTINUE -
Static variable in class com.netegrity.imapi.EventListenerAdapter
Processing for this event listener is complete.
CONTROL_DATA -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
Constant used to get the ControlData property from the Logical Attribute handler.
convertLogicalToPhysical(Vector) -
Method in interface com.netegrity.imapi.ServiceProvider
Converts the specified logical attributes to their corresponding physical attributes.
convertPhysicalToLogical(Vector) -
Method in interface com.netegrity.imapi.ServiceProvider
Converts the specified physical attributes to their corresponding logical attributes.
CPP -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
Friendly name: CleverPath Portal.
CREATE -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
Represents an operation that creates an object.
createAccessRole(String, String, boolean, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
Creates a new access role without any associated policies or change rules.
CREATEACCESSROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateAccessRoleEvent.
createAccessTask(String, String, String, String, ActionType, ObjectType) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
Creates an access task, accepting the default
values for a number of its configuration parameters.
createAccessTask(String, String, String, String, String, String, ActionType, ObjectType, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
Creates an access task with the attributes passed in.
CREATEACCESSTASKEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateAccessTaskEvent.
createAdminPolicy(MemberRule, ScopeRule, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
Creates a new administrator policy for this role.
createAdminPolicy(String, String, boolean, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
Creates a new administrator policy for this role using XML as input -- primarily
used by Identity Manager only.
createAdminRole(String, String, boolean, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
Creates a configured admin role.
CREATEADMINROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateAdminRoleEvent.
createAdminTask(String, String, String, String, ActionType, ObjectType) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
Creates an admin task, accepting the default
values for a number of its configuration parameters.
createAdminTask(String, String, String, String, String, String, ActionType, ObjectType, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
Creates an admin task with its configuration
parameters passed into the method.
CREATEADMINTASKEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateAdminTaskEvent.
CREATECERTIFICATIONPOLICYEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateCertificationPolicyEvent.
createCorporateUser(User, User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningSynchronizationProvider
Create a corporate user for a given provisioning user.
createExploreAndCorrelateDef(String, String, String, String, String, String, String) -
Method in interface com.ca.identitymanager.provisioning.managedobjectprovider.ExploreAndCorrelateDefProvider
createGroup(Organization, Hashtable) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
Creates a group object within the specified organization.
createGroup(Organization, Hashtable, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
Creates a group object within the specified organization, including
permission requests for the object's attributes.
CREATEGROUPEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateGroupEvent.
CREATEIDENTITYPOLICYSETEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateIdentityPolicySetEvent.
CREATELAHDEFINITIONEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateLAHDefinitionEvent.
createManagedObject(ObjectType, Hashtable) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
Creates a new managed object of the specified type within this organization.
createManagedObject(ObjectType, Hashtable, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
Creates a new managed object of the specified type within this organization,
including permission requests for the object's attributes.
createMembershipPolicy(MemberRule, ScopeRule, ScopeRule, ScopeRule) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
Creates a new membership policy for this role.
createMembershipPolicy(String, String, String, String, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
Creates a new membership policy for this role using XML as input -- primarily
used by Identity Manager only.
createMembershipPolicy(String, String, String, String, String, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
Create a new membership policy for this role -- typically used by IdentityMinder only.
createOrg(Organization, Hashtable) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
Create a new Organization within the specified Organization.
createOrg(Organization, Hashtable, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
Creates an organization object within the specified organization, including
permission requests for the object's attributes.
CREATEORGANIZATIONEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateOrganizationEvent.
CREATEPASSWORDPOLICYEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreatePasswordPolicyEvent.
createPluginInstances() -
Method in class com.netegrity.llsdk6.imsapi.plugin.AbstractDescriptorPluginFactory
Create plugin instances using the framework descriptor files.
createPluginInstances(ImsEnvironment) -
Method in class com.netegrity.llsdk6.imsapi.plugin.AbstractDescriptorPluginFactory
Create plugin instances using the framework descriptor files.
createPluginInstances(ImsEnvironment) -
Method in interface com.netegrity.llsdk6.imsapi.plugin.ImsEnvironmentPluginFactory
This method returns a List of one or more implementations of ImsPlugin.
createPluginInstances() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.ImsGlobalPluginFactory
This method returns a List of one or more implementations of ImsPlugin.
createProvisioningRole(String, String, String, String, boolean, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
Creates a new Provisioning Server provisioning role without any
associated provisioning policies or change rules.
createProvisioningRole(String, String, String, String, boolean, boolean, boolean, String[]) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
Creates a new Provisioning Server provisioning role without any
associated provisioning policies or change rules.
createProvisioningUser(Object, User, User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningSynchronizationProvider
Create a provisioning user for a given corporate user.
CREATEPROVISIONINGUSERAUDITEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateProvisioningUserAuditEvent
CREATEPROVISIONINGUSERNOTIFICATIONEVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateProvisioningUserNotificationEvent
createRegularExpression(String, String, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
Creates a new regular expression for this password policy -- typically used by Identity Manager only.
createRuntimeStatusDetail() -
Method in interface com.netegrity.imapi.TaskInfo
Get a instance of a RuntimeStatusDetail record.
createTab(String, String, int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
Adds a new tab for this task.
createTaskErrorObject(String, Object[], String, ProcessStep, ErrorLevel, String) -
Method in exception com.netegrity.ims.exception.IMSException
Deprecated.
createTaskErrorObject(Locale, String, Object[], String, ProcessStep, ErrorLevel, String) -
Method in exception com.netegrity.ims.exception.IMSException
Deprecated.
createTaskErrorObjects(String, ProcessStep, ErrorLevel, String) -
Method in exception com.netegrity.ims.exception.IMSException
Deprecated.
createTaskErrorObjects(Locale, String, ProcessStep, ErrorLevel, String) -
Method in exception com.netegrity.ims.exception.IMSException
Deprecated.
createTaskHandlerDefinition(String, String, String, AttributeValidationRuleType, String, int, Hashtable) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
Creates a task handler definition -- typically used by Identity Manager.
createUser(Organization, Hashtable) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
Creates a user object within the specified organization.
createUser(Organization, Hashtable, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
Creates a user object within the specified organization, including
permission requests for the object's attributes.
CREATEUSEREVENT -
Static variable in class com.netegrity.imapi.IMEventName
Specifies the event CreateUserEvent.
CRITICAL -
Static variable in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
Indicates that immediate action is required.
CUSTOM -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
Indicates a custom object type.
CUSTOM01 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOM02 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOM03 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOM04 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOM05 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOM06 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOM07 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOM08 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOM09 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOM10 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
CUSTOMFIELDNAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
D
- DATAVALIDATE -
Static variable in class com.netegrity.ims.tabhandlers.ProcessStep
- Represents an operation that occurred during a
dataValidate()
call.
- DAYS -
Static variable in class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Specifies a password condition that involves a number of days.
- DAYS_BEFORE_REUSE -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get the number of days before a challenge question can be reused
from the Logical Attribute handler.
- DB2 -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: DB2.
- decrypt(LogicalAttributeContext, String) -
Method in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Returns a decrypted version of the input string.
- decryptString(String) -
Method in interface com.netegrity.imapi.ServiceProvider
- Decrypts a string that was encrypted by the
encryptString()
method.
- decryptString(String, String) -
Method in interface com.netegrity.imapi.ServiceProvider
- Decrypts a string that was encrypted by the
encryptString()
method.
- DEFAULT_PROCESS -
Static variable in interface com.netegrity.imapi.TabSequenceContext
- The javascript method can return this to accept the
default processing.
- DELEGATABLE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- The role object's delegatable flag.
- delete(String) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Delete an account
- delete(String) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Endpoint
- Deletes an endpoint.
- delete(String) -
Method in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- Delete a provisioning policy
- DELETE -
Static variable in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- delete(boolean, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Delete the Provisioning Role.
- delete(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Delete provisioning role using the operation id.
- DELETE -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Represents an operation that deletes or removes an object.
- DELETE_DELEGATION_EVENT -
Static variable in class com.netegrity.imapi.IMEventName
-
- DELETEACCESSROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteAccessRoleEvent.
- DELETEACCESSTASKEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteAccessTaskEvent.
- DELETEADMINROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteAdminRoleEvent.
- DELETEADMINTASKEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteAdminTaskEvent.
- DELETECERTIFICATIONPOLICYEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteCertificationPolicyEvent.
- DELETEGROUPEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteGroupEvent.
- DELETEIDENTITYPOLICYSETEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteIdentityPolicySetEvent.
- DELETELAHDEFINITIONEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteLAHDefinitionEvent.
- DELETEORGANIZATIONEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteOrganizationEvent.
- DELETEPASSWORDPOLICYEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeletePasswordPolicyEvent.
- deleteProvisioningUser(Object, User, User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningSynchronizationProvider
- Delete a provisioning user for a given corporate user
- DELETEPROVISIONINGUSERAUDITEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteProvisioningUserAuditEvent
- DELETEUSEREVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DeleteUserEvent.
- DEPARTMENT -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- DEPARTMENT_4_UI -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Departments's field name for UI usage
- DESCRIPTION -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The password policy object's description.
- DESCRIPTION -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- The role object's description.
- DESCRIPTION -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's description.
- DESCRIPTION_4_UI -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Description's field name for UI usage
- DICTIONARY_MATCH -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating a password matches a dictionary entry.
- directAddAttributeValue(String, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Directly updates the attribute on the managed object by adding or setting the value.
- directAddAttributeValue(String, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- This method is for internal use only.
- DIRECTORY_FILTER_RESOLUTION_ALL -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The filter resolution specifies the entire directory.
- DIRECTORY_FILTER_RESOLUTION_GROUP -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The filter path should identify a search expression for a group.
- DIRECTORY_FILTER_RESOLUTION_ORG -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The filter path should identify a search expression for an organization.
- DIRECTORY_FILTER_RESOLUTION_SEARCH_ANY -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The filter path should identify an arbitrary search expression against this directory.
- DIRECTORY_FILTER_RESOLUTION_SEARCH_GROUPS -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The filter path should identify a search expression for a collection of groups.
- DIRECTORY_FILTER_RESOLUTION_SEARCH_ORGS -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The filter path should identify a search expression for a collection of organizations.
- DIRECTORY_FILTER_RESOLUTION_SEARCH_USERS -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The filter path should identify a search expression for a group of users based on user attributes.
- DIRECTORY_FILTER_RESOLUTION_USER -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The filter path should identify a search expression for a particular user.
- DirectoryProvidersCollection - Interface in com.netegrity.llsdk6.imsapi.utility
- Gives you access to the managed object providers during directory-level
attribute validation.
- directRemoveAttributeValue(String, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Directly updates the attribute on the managed object by remove or clearing the value.
- directRemoveAttributeValue(String, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- This method is for internal use only.
- disable() -
Method in interface com.netegrity.imapi.FieldContext
- disable this field.
- DisabledReasonType - Class in com.netegrity.llsdk6.imsapi.type
- Class contains type-safe constants that represent password message types.
- disableField(String) -
Method in interface com.netegrity.imapi.ScreenContext
- disable field for specified attribute.
- disableTab(String) -
Method in interface com.netegrity.imapi.TabControllerContext
- Enable a tab.
- DISABLEUSEREVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event DisableUserEvent.
- disambiguateUser(String, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Disambiguate the specified user object and attributes
from the current Identity Manager environment.
- doesAttributeHaveMultipleValues(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Determines whether two or more values have been assigned
to the specified attribute.
- doesRoleContainMembers() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Does the role contain any members
- doesSupportGroup() -
Method in interface com.netegrity.imapi.ServiceProvider
- Determines whether the current environment supports groups.
- doesSupportOrganization() -
Method in interface com.netegrity.imapi.ServiceProvider
- Determines whether the current environment supports organizations.
- doesSupportRead(PermissionType) -
Static method in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Returns true if this permission type supports read access.
- doesSupportWrite(PermissionType) -
Static method in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Returns true if this permission type supports write access.
E
- E2K -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: MS-Exchange 2000.
- ECXMailBox -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: MS-Exchange.
- EDITOR_CLASSNAME -
Static variable in class com.netegrity.imapi.ParticipantResolverAdapter
- The class name of the the participant policy editor for
pp's using this resolver.
- EIAM -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: Embedded IAM.
- enable() -
Method in interface com.netegrity.imapi.FieldContext
- enable this field.
- enable(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Alters the enabled state of this user.
- ENABLED -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The password policy object's enabled flag.
- ENABLED -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- The role object's enabled flag.
- ENABLED_VALUE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. Use
DisabledReasonType.ENABLED_VALUE
instead.
- ENABLED_VALUE -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Value indicating the user is enabled.
- enableField(String) -
Method in interface com.netegrity.imapi.ScreenContext
- Enable field for specified attribute
- enablePasswordPolicy(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the enabled state of this password policy.
- enableRole(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Alters the enabled state of this role.
- enableTab(String) -
Method in interface com.netegrity.imapi.TabControllerContext
- Disable a tab.
- ENABLEUSEREVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event EnableUserEvent.
- encode() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchExpression
- Generates a machine-friendly, encoded String representation of this object.
- encrypt(LogicalAttributeContext, String) -
Method in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Returns an encrypted version of the input string.
- ENCRYPTION_KEY -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get the EncryptionKey property from the Logical Atribute handler.
- encryptString(String) -
Method in interface com.netegrity.imapi.ServiceProvider
- Encrypts a string using the RSA JSafe encryption libarary.
- encryptString(String, String) -
Method in interface com.netegrity.imapi.ServiceProvider
- Encrypts a string using the RSA JSafe encryption libarary.
- Endpoint - Interface in com.ca.identitymanager.provisioning.managedobject
- Defines an endpoint as a managed object
- ENDPOINT -
Static variable in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- The Provisioning Policy object's endpoint(s).
- ENDPOINT_GROUP_ATTR -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.EndpointGroup
- Attribute identifier for the endpoint group attribute name.
- ENDPOINT_TYPE -
Static variable in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- The Provisioning Policy object's endpoint type.
- EndpointCapability - Interface in com.ca.identitymanager.provisioning.managedobject
- Managed object for handling endpoint capabilities such as endpoint groups
roles, or profiles.
- EndpointCapabilityProvider - Interface in com.ca.identitymanager.provisioning.managedobjectprovider
- Provider for creating endpoint capabilities such as endpoint groups
roles, or profiles.
- EndpointGroup - Interface in com.ca.identitymanager.provisioning.managedobject
-
- EndpointGroupProvider - Interface in com.ca.identitymanager.provisioning.managedobjectprovider
-
- ENDSWITH -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Represents the "ends with" operator.
- EnhancedAuditData - Class in com.netegrity.imapi
- Maintains a collection of objects for auditing, including the new and old attributes of these objects.
- EnhancedAuditData() -
Constructor for class com.netegrity.imapi.EnhancedAuditData
-
- enumerateAttributes() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Retrieves the names of all the attributes that are present in
this instance of the managed object.
- enumerateEntitlementAttributes(String) -
Method in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
- Enumerate IM entitlement attributes for a given endpoint type.
- equals(Object) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.NamedObject
- Determines whether this object is equal to the one passed in as the parameter.
- equals(Object) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Internal use only.
- equals(Object) -
Method in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- Indicates whether the specified object matches the current
AuditEventStateSeverityType
object.
- EQUALS -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Represents the "equal to" operator.
- ERROR -
Static variable in class com.netegrity.ims.tabhandlers.ErrorLevel
- Represents an error that must be resolved before the task is submitted.
- ErrorLevel - Class in com.netegrity.ims.tabhandlers
- Represents the status of an operation that occurred during the synchronous
phase of task processing.
- ETC -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: UNIX - etc.
- eTrustAdmin_Special_UserId -
Static variable in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- evaluate(NotificationRuleContext, Hashtable) -
Method in class com.netegrity.imapi.NotificationRuleAdapter
- Determines the notification list for an email template.
- EventContext - Interface in com.netegrity.imapi
- Provides access to the current Identity Manager event,
including the managed object(s) in the event.
- EventListenerAdapter - Class in com.netegrity.imapi
- The base class for event listeners.
- EventListenerAdapter() -
Constructor for class com.netegrity.imapi.EventListenerAdapter
-
- EventProfile - Class in com.netegrity.ims
- This represents the data as in the Auditing subsystem
- EventProfile() -
Constructor for class com.netegrity.ims.EventProfile
- Constructs an
EventProfile
object for a managed object
- EventProfile.TaskSessionProfile - Class in com.netegrity.ims
- The TasksessionProfile of the tasksession this event belongs to.
- EventProfile.TaskSessionProfile() -
Constructor for class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- EventROContext - Interface in com.netegrity.imapi
- Provides access to the current Identity Manager event,
including the managed object(s) in the event.
- EVERY_EVENT -
Static variable in class com.netegrity.llsdk6.imsapi.type.AutoSynchType
- Synch event will be generated automatically after every completion of an event (except synch event).
- exists() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Indicates whether the provisioning role exists in Identity Manager or whether
it exists only as an eTrust Admin object.
- EXPLORE_AND_CORRELATE_DEF -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
-
- EXPLOREANDCORRELATE_OBJECTTYPE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
-
- ExploreAndCorrelateDef - Interface in com.ca.identitymanager.provisioning.managedobject
- Defines the explore and correlate action on a container.
- ExploreAndCorrelateDefProvider - Interface in com.ca.identitymanager.provisioning.managedobjectprovider
-
- EXPLOREANDCORRELATEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- explre and correlate execution events
- ExposedEventContextInformation - Interface in com.netegrity.imapi
- Makes context information for the current event available to an
Identity Manager email template.
- ExposedTaskContextInformation - Interface in com.netegrity.imapi
- Contains a collection of context information about the current task,
such as task name, organization name, and constituent events.
- EXTERNAL -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's external task flag.
- EXTERNALTASKEMPTYEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ExternalTaskEmptyEvent.
- ExternalTaskEvent - Interface in com.netegrity.imapi
- Deprecated. since Identity Manager 8.1. Please use
AuditEvent
- EXTERNALTASKGROUPEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ExternalTaskGroupEvent.
- EXTERNALTASKORGEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ExternalTaskOrgEvent.
- EXTERNALTASKUSEREVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ExternalTaskUserEvent.
- extractAuditData(EnhancedAuditData) -
Method in class com.netegrity.imapi.GenericAuditEvent
- Extracts auditing data of any managed object or objects passed in by the constructor.
- extractAuditData(EnhancedAuditData) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
-
F
- failed(EventContext) -
Method in class com.netegrity.imapi.EventListenerAdapter
- Performs custom business logic after execution failure state.
- FATAL -
Static variable in class com.netegrity.ims.tabhandlers.ErrorLevel
- Represents an error that must be resolved before the task is submitted.
- FATAL -
Static variable in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- Indicates that the system has become unstable..
- FEEDER_BUNDLE -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
-
- FEEDER_COMPONENT -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
-
- FEEDER_LOG_CATEGORY -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
-
- FeederInputValidator - Class in com.ca.identitymanager.feeder.util
- Validates that the parser was created, that the file extension is correct for the parser, and that the file contains a header.
- FeederInputValidator() -
Constructor for class com.ca.identitymanager.feeder.util.FeederInputValidator
-
- FeederParser - Interface in com.ca.identitymanager.feeder.util
- Presents services which have to be supplied when creating your personal parser.
- FeederParserException - Exception in com.ca.identitymanager.feeder.util
-
This exception is thrown when the the parser is unable to return the requested information.
- FeederParserException(String, String[]) -
Constructor for exception com.ca.identitymanager.feeder.util.FeederParserException
- Adds a general-purpose message to the list of exception messages
to be displayed on the task screen.
- FeederParserException(String) -
Constructor for exception com.ca.identitymanager.feeder.util.FeederParserException
- Adds a general-purpose message to the list of exception messages
to be displayed on the task screen.
- FeederParserException() -
Constructor for exception com.ca.identitymanager.feeder.util.FeederParserException
- Creates an empty
FeederParserException
object that will be populated
with messages from the user.
- FeederSearchException - Exception in com.ca.identitymanager.feeder.util
- This exception is thrown when the feeder search filter is illegal or if the search result
is not unique.
- FeederSearchException(String, String[]) -
Constructor for exception com.ca.identitymanager.feeder.util.FeederSearchException
-
- FeederSearchException(String) -
Constructor for exception com.ca.identitymanager.feeder.util.FeederSearchException
-
- FeederUtil - Class in com.ca.identitymanager.feeder.util
-
- FeederUtil() -
Constructor for class com.ca.identitymanager.feeder.util.FeederUtil
-
- FEEDOBJECTSEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Feeder execution events
- fetchDefaultAttrs() -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
-
- FieldContext - Interface in com.netegrity.imapi
- Provides access to information and services for the current field in a profile tab.
- filterUsersAdminCanMakeRoleAdministrators(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the role administrators that the current administrator can manage.
- filterUsersAdminCanMakeRoleMembers(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the role members that the current administrator can manage.
- findAccessRole(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Retrieves the specified access role, using the role's friendly name.
- findAccessTask(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves the specified access task, using the task's friendly name.
- findAccessTasksInScope(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves the set of access tasks which are in scope
for the current task executed by the current administrator.
- findAccessTasksInScope(TSContext, AccessTaskFilter) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves the set of access tasks which are in scope
for the current task executed by the current administrator.
- findAdministratorsAdminCanManage(TSContext, UserFilter, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the administrators of the current role that the current administrator
can manage.
- findAdminRole(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Retrieves the specified admin role, using the role's friendly name.
- findAdminTask(String) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use
findAdminTask()
.
- findAdminTask(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Retrieves the specified admin task, using the task's friendly name.
- findAdminTasksAdminCanExecuteOnObject(User, ManagedObject) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Determines the set of admin tasks the admin has for which the specified object is in scope
- findApplicableScopeRules(TSContext, ObjectType, ScopePurpose) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Return a vector of ScopeRules objects that apply to the current user and task, for a given object type and purpose.
- findApplicableScopeRules(TSContext, Set, ScopePurpose) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Return a map of ScopeRules objects that apply to the current user and task, for a given object type set and purpose.
- findByTag(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves the specified access task, using the task's tag name.
- findByTag(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Retrieves the specified admin task, using the task's tag name.
- findExploreAndCorrelateDef(String) -
Method in interface com.ca.identitymanager.provisioning.managedobjectprovider.ExploreAndCorrelateDefProvider
-
- findGroup(String, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Retrieves the specified group object and attributes
from the current Identity Manager environment.
- findGroup(TSContext, String, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Retrieves the specified group object and attributes
from the current Identity Manager environment, and includes
permissions for the specified attributes.
- findGroupAdministratorsInScope(TSContext, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the users who are in scope for the current admin task,
and who are also administrators of the current group.
- findGroupMembersInScope(TSContext, ObjectType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the members who are in scope for the current admin task,
and who are also members of the current group.
- findGroups(GroupFilter, OrgMembershipConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Retrieves the groups matching an attribute filter and an
organization membership constraint.
- findGroupsAdminCanManageInScope(TSContext, GroupFilter, Organization, OrgScopeConstraint, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the groups in scope, matching an attribute filter and an organization scoping
constraint, for the current admin/task that also exist within the specified organizational
hierarchy, for which the current admin from the context is a group administrator.
- findGroupsInScope(TSContext, GroupFilter, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Retrieves the groups within the current task that match
the specified search criteria.
- findManagedObjectsInScope(TSContext, ScopeRule, AttributeRightsCollection, boolean, boolean) -
Method in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- findManagedObjectsInScope(TSContext, ObjectType, ScopePurpose, GenericAttributeFilter, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Find all the objects of type o that are in scope for the current admin and task, which also meet the specified additional filter.
- findMembersAdminCanManage(TSContext, UserFilter, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the members of the current role that the current administrator
can manage.
- findOrg(String, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Retrieves the specified organization object and attributes
from the current Identity Manager environment.
- findOrg(TSContext, String, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Retrieves the specified organization object and attributes
from the current Identity Manager environment, and includes
permissions for the specified attributes.
- findOrgs(OrgFilter, OrgMembershipConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Retrieves the organizations that match the specified attribute filter and
organization membership constraint.
- findOrgs(TSContext, OrgFilter, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Retrieves the organizations within the current task that match the
specified attribute filter and organization scope constraint.
- findOrgs(TSContext, OrgFilter, OrgScopeConstraint, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Retrieves the organizations within the current task that match the
specified attribute filter and both sets of organization scope constraints.
- findOrgsInScope(TSContext, OrgFilter, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Retrieves the organizations within the current task that match
the specified search criteria.
- findOrgsInScope(TSContext, OrgFilter, OrgScopeConstraint, AttributeRightsCollection, ObjectType) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Deprecated. Deprecated in Identity Manager 8.1. Use
findOrgsInScope()
, which omits scopingType
.
- findProvisioningPolicy(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningPolicyProvider
- Retrieves the specified provisioning policy, using the policy's
friendly name.
- findProvisioningRole(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Retrieves the specified provisioning role, using the role's friendly name.
- findPSProvisioningRole(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Finds the provisioning role in the object store by friendly name.
- findUser(String, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Retrieves the specified user object and attributes
from the current Identity Manager environment.
- findUser(TSContext, String, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Retrieves the specified user object and attributes
from the current Identity Manager environment, and includes
permissions for the specified attributes.
- findUser(TSContext, String, AttributeRightsCollection, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Retrieves the specified user object, the specified object attributes, and
optionally, the object's default attributes from the current Identity Manager
environment, and includes the appropriate attribute permissions.
- findUserAccounts(TSContext, ScopeRule, AttributeRightsCollection, boolean, boolean) -
Method in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- findUserDuplicate(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Retrieves the specified user object and attributes
from the current Identity Manager environment.It will search user with IME's referencing the
same user directory but using different object classes also.
- findUsers(UserFilter, OrgMembershipConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Retrieves the users matching an attribute filter and an
organization membership constraint.
- findUsersAdminCanMakeGroupMemberOrAdmin(TSContext, UserFilter, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the users that the current administrator can make members
or administrators of the current groups.
- findUsersAdminCanMakeRoleAdministrators(TSContext, UserFilter, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the users that the current administrator can assign
to the current role as role administrators.
- findUsersAdminCanMakeRoleMembers(TSContext, UserFilter, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the users that the current administrator can assign
to the current role.
- findUsersInScope(TSContext, UserFilter, OrgScopeConstraint, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Deprecated.
- findUsersInScope(SearchContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
-
- findUsersInScope(TSContext, UserFilter, OrgScopeConstraint, AttributeRightsCollection, ObjectType) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Deprecated. Deprecated in Identity Manager 8.1. Use
findUsersInScope()
, which omits scopingType
.
- fixUniqueNames(Map) -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- fixUniqueNames(UniqueNameChangeHelper) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Called when secondary events are started to correct the unique name references
to objects that may have just been created as part of the primary events.
- flushUser() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- This method is for internal use only.
- FND -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: FND.
- FORCE_LOWER -
Static variable in class com.netegrity.llsdk6.imsapi.type.ForceCaseType
- Indicates a lowercase requirement for the password policy.
- FORCE_UPPER -
Static variable in class com.netegrity.llsdk6.imsapi.type.ForceCaseType
- Indicates an uppercase requirement for the password policy.
- ForceCaseType - Class in com.netegrity.llsdk6.imsapi.type
- Contains type-safe constants that represent case
requirements in password policies.
- forceEnabledStateIntoCurrentAttributeCollection(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Internal use only.
- forcePasswordChange() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Requires a password change on the user's next sign-in.
- FORGOTTENPASSWORDAUDITEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ForgottenPasswordAuditEvent.
- FORGOTTENPASSWORDEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ForgottenPasswordEvent.
- ForgottenPasswordHandler - Class in com.netegrity.ims.adapters
- This class is used to set secret questions and answers for validating the user during the Forgotten Password task.
- ForgottenPasswordHandler() -
Constructor for class com.netegrity.ims.adapters.ForgottenPasswordHandler
-
- FORGOTTENUSERIDEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ForgottenUserIDEvent.
- FRIENDLY_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The password policy object's friendly name.
- FRIENDLY_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- The role object's friendly name.
- FRIENDLY_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's friendly name.
- fromFriendlyName(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.AccountType
- Retrieves the enumerated value for the specified account type name.
- fromString(String) -
Static method in class com.netegrity.ims.tabhandlers.ErrorLevel
- Retrieves the enumerated value mapped to the specified description.
- fromString(String) -
Static method in class com.netegrity.ims.tabhandlers.ProcessStep
- Retrieves the enumerated value mapped to the specified description.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Retrieves the enumerated value mapped to the specified friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.AttributeChangeType
- Retrieves the enumerated value mapped to the specified friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.AttributeExpressionType
- Retrieves an enumerated value from its String friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- Retrieves an enumerated value from its String friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.AutoSynchType
- Looks up an enumerated value from its friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.ConjunctionType
- Retrieves the enumerated value mapped to the specified friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Retrieves the enumerated value mapped to the specified friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.ForceCaseType
- Retrieves the enumerated value that corresponds to the
specified friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Retrieves the enumerated value mapped to the specified friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Retrieves the enumerated value mapped to the specified friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Retrieves the enumerated value mapped to the specified friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Looks up an enumerated value from its String friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.PolicyApplicationType
- Looks up an enumerated value from its String friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Retrieves the enumerated value mapped to the specified friendly name.
- fromString(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.SearchDepthType
- Retrieves the enumerated value mapped to the specified friendly name.
G
- GENERAL_FAILURE -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating an unspecified failure.
- generateEvent(String, Object, Object, String) -
Method in interface com.netegrity.imapi.EventContext
- Creates an instance of the specified secondary event.
- generateTemporaryPassword() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Creates a random, temporary password that will validate this user.
- GenericAuditEvent - Class in com.netegrity.imapi
- Base class for implementing any custom auditing event.
- GenericAuditEvent(String, String, Object[]) -
Constructor for class com.netegrity.imapi.GenericAuditEvent
-
- GENERICAUDITEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event GenericAuditEvent.
- getAccessApplicationNames() -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves the names of all the applications associated with access tasks
in this environment.
- getAccessControlProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
AccessControlProvider
object.
- getAccessRole() -
Method in interface com.netegrity.imapi.AccessRoleEvent
- Retrieves the
AccessRole
managed object in the event.
- getAccessRole() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
AccessRole
object involved in the current task.
- getAccessRole(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Retrieves the specified access role, using the role's unique name.
- getAccessRoleAdmins() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the administrators who are assigned to
the access role involved in the current task.
- getAccessRoleMembers() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the members of the access role
involved in the current task.
- getAccessRoleProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
AccessRoleProvider
object.
- getAccessRoles() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Deprecated. Deprecated in IdentityMinder 6.0. Use
getAccessRolesMember()
.
- getAccessRoles() -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Retrieves all the access roles in the Identity Manager environment.
- getAccessRolesAdminCanAssign(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Retrieves the access roles to which the subject of the task can be
assigned by the current administrator.
- getAccessRolesAdminCanGrantAdmin(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Returns roles from the given list that the admin can make users role admins.
- getAccessRolesAdminCanGrantAdmin(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Retrieves the access roles for which the subject of the task can be assigned
administrator rights by the current administrator.
- getAccessRolesAdminCanManageAdmin(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Retrieves the access roles for which the current administrator can assign
administrator rights.
- getAccessRolesAdminCanManageMembers(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Returns roles from the given list that the admin can make users role members.
- getAccessRolesAdminCanManageMembers(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Retrieves the access roles to which a user can be assigned
by the current administrator.
- getAccessRolesAdministator() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the access roles for which the current object is an administrator.
- getAccessRolesContainingTask(AccessTask) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Retrieves the access roles that contain the specified access task.
- getAccessRolesMember() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the access roles to which the current object is assigned.
- getAccessRolesOwner() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the access roles for which the current object is an owner.
- getAccessRolesUsingAccessTask(AccessTask) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves the access roles that contain the specified access task.
- getAccessTask() -
Method in interface com.netegrity.imapi.AccessTaskEvent
- Retrieves the
AccessTask
managed object in the event.
- getAccessTask() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
AccessTask
object involved in the current task.
- getAccessTask(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves the specified access task, using the task's unique name.
- getAccessTaskCategories() -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves the unique names of access task categories in this environment.
- getAccessTaskProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
AccessTaskProvider
object.
- getAccessTasks() -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves all the access tasks in the Identity Manager environment.
- getAccessTasksForApplication(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Retrieves the access tasks associated with the specified application.
- getAccountContainerName() -
Method in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- Retrieves the name of the account container that the associated
account is created in.
- getAccountName() -
Method in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- Retrieves the name of the eTrust Admin account associated with
the policy.
- getAccountReasons(User, Hashtable) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Returns the reasons which caused this eTrust Admin provisioning Account
to be created.
- getAccountReasons() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Deprecated. Deprecated in Identity Manager 8.1 SP1 Please use
getReasons()
- getAccounts() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AccountHolder
- Retrieves any eTrust Admin accounts associated with this object.
- getAccounts(boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AccountHolder
- Retrieves any eTrust Admin accounts associated with this object.
- getAccounts() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Retrieves any eTrust Admin accounts associated with this user.
- getAccounts(boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Retrieves any eTrust Admin accounts associated with this user.
- getAccountType() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Retrieves the type of this account.
- getAccountType() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Deprecated. Deprecated in Identity Manager 8.1 SP1. Please use
getType()
- getActionType() -
Method in interface com.netegrity.imapi.TaskInfo
- Return the
ActionType
of the current task.
- getActionType() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the basic action type (such as Create, Delete, Modify)
associated with this task.
- getActionType() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the action type component of the query.
- getAdded() -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- getAdded() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- Return the added objects.
- getAddedProvisioningPolicies() -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Retrieves the added provisioning policies.
- getAdditionalMessage() -
Method in class com.netegrity.llsdk6.imsapi.exception.AttributeValidationException
- Retrieves the text of an additional message to display
for this exception.
- getAdditions() -
Method in interface com.netegrity.imapi.ResultsContainer
- Retrieves any objects in
ResultsContainer
that are being added during the execution of the current task.
- getAdminApplicationNames() -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Retrieves the names of all the applications associated with admin tasks
in this environment.
- getAdminApplicationNamesForUser(User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Retrieves the names of all the applications that are associated with
admin tasks and that the specified user can perform in this environment
- getAdminAttribute(String, String) -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Gets the value of a managed object attribute on the administrator.
- getAdminAttribute(String, String) -
Method in interface com.netegrity.imapi.ExposedTaskContextInformation
- Gets the value of a managed object attribute on the administrator.
- getAdminDN() -
Method in class com.netegrity.ims.EventProfile
- Retrieves the distinguished name of the administrator
who executed the task that generated the event.
- getAdminDN() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- getAdminFriendlyName() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the name of the administrator who is executing the task.
- getAdministrator() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the administrator who is executing the task.
- getAdministrator() -
Method in interface com.netegrity.llsdk6.imsapi.utility.TSContext
- Retrieves the administrator who is executing the current task.
- getAdministrators(AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves the administrators for this role.
- getAdministrators(int, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves the administrators for this role.
- getAdministratorsTasks(User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Return a Vector of all Access Tasks this user is authorized to run
- getAdministratorsTasks(User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Retrieves the admin task assignments for the administrator.
- getAdminManagementFlag() -
Method in interface com.netegrity.llsdk6.imsapi.policy.AdminPolicy
- Retrieves the administrator management flag for this policy.
- getAdminName() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Deprecated. Deprecated in IdentityMinder 5.6 -- use
getAdministrator()
or getAdminFriendlyName()
.
- getAdminName() -
Method in interface com.netegrity.imapi.ExposedTaskContextInformation
- Deprecated. Deprecated in IdentityMinder 5.6 -- use
getAdministrator
or
getAdminFriendlyName()
.
- getAdminName() -
Method in class com.netegrity.ims.EventProfile
- Retrieves the name of the administrator
who executed the task that generated the event.
- getAdminName() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- getAdminPolicies() -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Retrieves the admin policies.
- getAdminPolicies() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves the set of
AdminPolicy
objects associated with this role.
- getAdminRole() -
Method in interface com.netegrity.imapi.AdminRoleEvent
- Retrieves the
AdminRole
managed object in the event.
- getAdminRole() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
AdminRole
object involved in the current task.
- getAdminRole(String, Vector) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getAdminRole(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Retrieves the specified admin role, using the role's unique name.
- getAdminRoleAdmins() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the administrators who are assigned to
the admin role involved in the current task.
- getAdminRoleMembers() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the members of the admin role
involved in the current task.
- getAdminRoleProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
AdminRoleProvider
object.
- getAdminRoles() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Deprecated. Deprecated in IdentityMinder 6.0. Use
getAdminRolesMember()
.
- getAdminRoles() -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Retrieves all the admin roles in the Identity Manager environment.
- getAdminRolesAdminCanAssign(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Retrieves the admin roles to which the subject of the task can be
assigned by the current administrator.
- getAdminRolesAdminCanGrantAdmin(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Returns roles from the given list that the admin can make users role admins.
- getAdminRolesAdminCanGrantAdmin(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Retrieves the admin roles for which the subject of the task can be assigned
administrator rights by the current administrator.
- getAdminRolesAdminCanManageAdmin(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Retrieves the admin roles for which the current administrator can assign
administrator rights.
- getAdminRolesAdminCanManageMembers(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Returns roles from the given list that the admin can make users role members.
- getAdminRolesAdminCanManageMembers(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Retrieves the admin roles for which the current administrator has
administrator privileges.
- getAdminRolesAdminHasContainingTask(User, AdminTask) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Retrieves the admin roles that the specified administrator
is assigned to and that contain the specified task.
- getAdminRolesAdministrator() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the admin roles for which the current object is an administrator.
- getAdminRolesContainingTask(AdminTask) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Retrieves the admin roles that contain the specified admin task.
- getAdminRolesMember() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the admin roles to which the current object is assigned.
- getAdminRolesOwner() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the admin roles for which the current object is an owner.
- getAdminRolesUsingAdminTask(AdminTask) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Retrieves the admin roles that contain the specified admin task.
- getAdmins(Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Retrieves all the users who are administrators of this group.
- getAdmins(TSContext, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Retrieves all the users who are administrators of this group.
- getAdmins(ObjectType, Enumeration, GroupAdministratorType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Retrieves all the users who are administrators of this group.
- getAdmins(ObjectType, Enumeration, AdminTask, User, GroupAdministratorType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
-
- getAdminTask() -
Method in interface com.netegrity.imapi.AdminTaskEvent
- Retrieves the
AdminTask
managed object in the event.
- getAdminTask() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
AdminTask
object that is the primary object (subject) of the current task.
- getAdminTask() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the admin task being executed.
- getAdminTask(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Retrieves the specified admin task, using the task's unique name.
- getAdminTaskCategories() -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Retrieves the unique names of admin task categories in this environment.
- getAdminTaskProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
AdminTaskProvider
object.
- getAdminTasks() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the admin tasks that the current object can perform.
- getAdminTasks() -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Retrieves all the admin tasks in the Identity Manager environment.
- getAdminUniqueName() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the unique identifier of the administrator who is executing the task.
- getAllActions() -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Gets all types of actions.
- getAllAtributeRightsCollection(Vector) -
Static method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
-
- getAllAttributeRightsCollection(ImsEnvironment, ObjectType) -
Static method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Get a complete AttributeRightsCollection for specified object type in specified environment
- getAllAttributeRightsCollection(ImsDirectory, ObjectType) -
Static method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Get a complete AttributeRightsCollection for specified object type in specified environment
- getAllAttributeRightsCollection(ImsManagedObjectDefinition) -
Static method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Get a complete AttributeRightsCollection for specified object defintion
- getAllowDuplicateCustom() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves the flag that determines if duplicate values are allowed in custom fields
- getAllUsersAccessRoles(User) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use
getAccessRolesMember()
on the User
object.
- getAnalyticsEngineProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the (
AnalyticsEngineProvider
object
- getApplication() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the unique identifier of the application associated with this task.
- getApplication() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the application name component of the query.
- getApprovalStatus() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Retrieves the approval status of the event.
- getApprovalTime() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Retrieves the time the event was approved.
- getArgument(int) -
Method in class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Retrieves the value of the specified password condition.
- getArgumentCount() -
Method in class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Retrieves the number of arguments for this password condition.
- getAssignedPolicies() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- getAssignedResources() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Returns a user who has been assigned a member but not yet persisted.
- getAssociatedRoles() -
Method in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- Retrieves the eTrust Admin provisioning roles associated with the policy.
- getAttribute(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Retrieves the current value of the specified attribute.
- getAttribute() -
Method in class com.netegrity.llsdk6.imsapi.metadata.AttributeRight
- Retrieves the attribute name in this object.
- getAttribute() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Retrieves the name of this attribute expression.
- getAttribute() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchExpression
- Retrieves the name of the attribute for this
SearchExpression
.
- getAttributeDefinition() -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- getAttributeDefinition() -
Method in class com.ca.identitymanager.provisioning.managedobjectprovider.UserAccountsProvider
- Returns the definition of the attribute that is used to expose the relationship
as an attribute on the primary managed object
- getAttributeMatchLength() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the number of consecutive password characters to compare to personal information in user profile attributes for this
PasswordPolicy
.
- getAttributeMultiValue(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Retrieves the current values of the specified multi-value attribute.
- getAttributeName() -
Method in class com.netegrity.llsdk6.imsapi.exception.AttributeValidationException
- Retrieves the name of the attribute being validated.
- getAttributePermission(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Retrieves the current permission of the specified attribute.
- getAttributeRightsCollection(ImsEnvironment, ObjectType, Enumeration) -
Static method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Get AttributeRightsCollection for the attributes in the enumeration
- getAttributeRightsCollection(ImsManagedObjectDefinition, Enumeration) -
Static method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Get AttributeRightsCollection for the attributes in the enumeration.
- getAttributes() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Deprecated. Deprecated in IdentityMinder 6.0. Use of this method is
strongly discouraged. Use an attribute retrieval method such as
getAttribute()
or
getAttributeMultiValue()
.
- getAttributes() -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Retrieves the names of the attributes in the collection.
- getAttributeValidationMessages() -
Method in exception com.netegrity.ims.exception.IMSException
- Internal use only.
- getAttributeValue() -
Method in class com.netegrity.llsdk6.imsapi.exception.AttributeValidationException
- Retrieves the value of the attribute being validated.
- getAuditProfiles() -
Method in class com.netegrity.imapi.EnhancedAuditData
- Retrieves the collection of
AuditProfile
objects.
- getAuthDirFriendlyName() -
Method in interface com.netegrity.imapi.TaskInfo
- Returns the friendly name of the directory where the administrator
who is executing the task was authenticated.
- getAuthDirUniqueName() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the unique name of the user directory where the
administrator who is executing the task was authenticated.
- getAutoAccountSynch() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether automatic synchronization between the user's provisioning roles
in the eTrust Admin directory and the associated role definitions in the Identity Manager
environment is enabled, and if so, when synchronization occurs.
- getAutoSynch() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether the task triggers automatic firing of a user synchronization event
when this task leaves the pending state.
- getAuxDataRoot() -
Method in interface com.netegrity.imapi.IMContext
- Get the root of the auxiliary data tree for this environment
- getBaseName() -
Static method in class com.netegrity.ims.util.Localizer
- Deprecated. Deprecated in Identity Manager 8.1. Use
getBundleName()
or
getDefaultBundleName()
.
- getBitMask(DisabledReasonType[]) -
Static method in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Converts an array of
DisabledReasonType
objects into
a bitmask integer.
- getBool(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Retrieves a boolean configuration parameter by name.
- getBoolean(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Retrieves a Boolean configuration parameter by name.
- getBuild() -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Retrieves the build portion of the version number.
- getBundleName() -
Method in class com.netegrity.ims.util.Localizer
- Retrieves the bundle name for this
Localizer
instance.
- getBundleName() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
-
- getButtonClicked() -
Method in interface com.netegrity.imapi.TabSequenceContext
- Returns the button clicked
Will be -1 if we are in the initial tab creation step.
- getCategory() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the task category component of the query.
- getCategory2() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the level 2 task category component of the query.
- getCategory2Order() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Returns the Level 2 category Order for the task
- getCategory2Order() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the level 2 task category order component of the query.
- getCategory3() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the level 3 task category component of the query.
- getCategory3Order() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Returns the Level 3 category Order for the task
- getCategory3Order() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the level 3 task category order component of the query.
- getCategoryOrder() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Returns the Category Order
- getCategoryOrder() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the task category order component of the query.
- getChangeActions(ChangeRuleType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves the
ChangeRule
object of the specified type associated with this
role -- typically used by Identity Manager only.
- getCode() -
Method in class com.netegrity.llsdk6.imsapi.type.AccountType
- Retrieves the code for this enumerated value.
- getCollection() -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Retrieves the collection Hashtable.
- getConditionallyLocalizedString(String) -
Method in class com.netegrity.ims.util.Localizer
- Retrieves the localized string that is mapped to the specified property,
provided that the property refers to a label on a task screen.
- getConfig() -
Method in interface com.netegrity.imapi.FieldContext
- Get the configuration properties for this field.
- getConfigPropertyDict() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Get configuration property dictionary
To set the configuration property dictionary back use setLinkedDataDict
- getCorporateDirectoryUserForDelete(String, String, UserProvider) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningSynchronizationProvider
- Returns the corporate user for a given provisioning user for the purpose of deletion.
- getCorporateUser(User, UserProvider, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningSynchronizationProvider
- Returns the corporate user that a given provisoning user should map to.
- getCRVersion() -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Retrieves the CR portion of the version number.
- getCurrentAdminPolicies() -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Retrieves the current admin policies.
- getCurrentMembershipPolicies() -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Retrieves the current membership policies.
- getCurrentOwnerPolicies() -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Retrieves the current owner policies.
- getCurrentPolicies(User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SynchronizationProvider
- Retrieves the set of BusinessPolicy objects currently allocated for the specified user.
- getCurrentProvisioningPolicies() -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Retrieves the current provisioning policies.
- getCurrentRecordActionValue() -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Gets the action attribute for the current record.
- getCurrentRecordSearchObjValue() -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Gets the search object for the specific record.
- getCurrentTabIndex() -
Method in interface com.netegrity.imapi.TabSequenceContext
- Returns the index of the current tab.
- getCurrentValues() -
Method in interface com.netegrity.imapi.ResultsContainer
- Retrieves the values of the objects in
ResultsContainer
as
they existed before the execution of the current task.
- getCustom01() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustom02() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustom03() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustom04() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustom05() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustom06() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustom07() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustom08() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustom09() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustom10() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- getCustomField(Role.CustomFieldId) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves the value of a custom field.
- getCustomFields() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Returns the provisioning role's custom attributes.
- getDefaultAccountTemplateAttributeValue(String) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
-
- getDefaultBundleName() -
Static method in class com.netegrity.ims.util.Localizer
- Retrieves the default bundle name used for all
Localizer
instances that do not specify a bundle.
- getDefaultResultTabIndex() -
Method in interface com.netegrity.imapi.TabSequenceContext
- Returns the tab that the framework would give as the result
tab based on the visible tabs, the current tab and the
processing state and the buttons pressed.
- getDeletedGroups() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
Group
objects deleted in the current task.
- getDeletedOrgs() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
Organization
objects deleted in the current task.
- getDeletedUsers() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
User
objects deleted in the current task.
- getDeletions() -
Method in interface com.netegrity.imapi.ResultsContainer
- Retrieves any objects in
ResultsContainer
that are being
removed, deleted, or disabled (depending on the task) during the
execution of the current task.
- getDeletionSequence() -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
-
- getDescription() -
Method in interface com.netegrity.imapi.IMEvent
- Retrieves the description of the event.
- getDescription() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.ImsPlugin
- This method returns a String that describes this plugin instance.
- getDescription() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Return the localized description for the object type.
- getDictionaryMatchLength() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum length of words checked against the dictionary for this
PasswordPolicy
.
- getDictionaryPath() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the location of the user defined dictionary file of the
PasswordPolicy
.
- getDictName() -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Retrieves the name of this property dictionary.
- getDirectoryFilterPath() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the directory filter path of the
PasswordPolicy
.
- getDirectoryFilterResolution() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the directory filter resolution of the
PasswordPolicy
.
- getDirectoryProviders() -
Method in class com.netegrity.llsdk6.imsapi.metadata.AttributeValidator
- Retrieves the managed object providers.
- getDisabledReasons() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Retrieves the disabled reasons, if any, for this user.
- getDisabledUsers() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
User
objects disabled in the current task.
- getDisplayName() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Return the localized display name for the action type.
- getDisplayName() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Return the localized display name for the object type.
- getDisplayName() -
Method in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Retrieves a human-readable display name for this operator type.
- getEnabledUsers() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
User
objects enabled in the current task.
- getEndpointAttributeValue(String) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
-
- getEndpointAttributeValue(String) -
Method in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- Retrieve a value of an attribute from the first endpoint (if there are any)
associated with this ProvisioningPolicy (account template) object
- getEndPointName() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Retrieves the name of the endpoint on which this eTrust Admin
provisioning Account resieds.
- getEndpointName() -
Method in interface com.ca.identitymanager.provisioning.managedobject.EndpointCapability
- Get endpoint name of the endpoint object.
- getEndPointName() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retrieves the name of the endpoint on which this eTrust Admin
provisioning Account resieds.
- getEndPointNames() -
Method in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- Retrieves the name of the EndPoint associated with
the policy.
- getEndPointType() -
Method in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
-
- getEntry(String) -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Retrieves an attribute right from the collection, specified by attribute name.
- getEnvironmentFriendlyName() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the name of the Identity Manager environment
where the task is being executed.
- getEnvironmentFriendlyName() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.RoleDisplayData
- Retrieves the friendly name of the Identity Manager environment that
contains the current role.
- getEnvironmentSettingsProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
-
- getEnvironmentUniqueName() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the unique identifier for the Identity Manager environment
- getEnvironmentUniqueName() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.RoleDisplayData
- Retrieves the unique name of the Identity Manager environment that
contains the current role.
- getEvaluationPriority() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the evaluation priority for this
PasswordPolicy
.
- getEvaluationType() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.MemberRule
-
- getEvaluationType() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
-
- getEvaluationType() -
Method in interface com.netegrity.llsdk6.imsapi.policy.rule.TriggerRule
- Returns the evaluation type of this rule.
- getEvent() -
Method in interface com.netegrity.imapi.EventContext
- Retrieves a read/write version of an event object
for the current event.
- getEvent() -
Method in interface com.netegrity.imapi.EventROContext
- Retrieves a read/write version of an event object
for the current event.
- getEventDescription() -
Method in interface com.netegrity.imapi.EventContext
- Retrieves the description of the current event.
- getEventDescription() -
Method in interface com.netegrity.imapi.EventROContext
- Retrieves the description of the current event.
- getEventDescription() -
Method in class com.netegrity.ims.EventProfile
- Retrieves an event description
- getEventId() -
Method in class com.netegrity.ims.EventProfile
- Retrieves an event ID.
- getEventName() -
Method in interface com.netegrity.imapi.EventContext
- Retrieves the name of the current event.
- getEventName() -
Method in interface com.netegrity.imapi.EventROContext
- Retrieves the name of the current event.
- getEventName() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Retrieves the name of the event.
- getEventName() -
Method in interface com.netegrity.imapi.IMEvent
- Retrieves the event name.
- getEventName() -
Method in class com.netegrity.ims.EventProfile
- Retrieves an event name.
- getEventProfile() -
Method in class com.netegrity.imapi.EnhancedAuditData
- Retrieves the
EventProfile
object.
- getEventState() -
Method in class com.netegrity.ims.EventProfile
- Retrieves an event state.
- getEventStateSeverity() -
Method in class com.netegrity.ims.EventProfile
- Returns the event state severity type.
- getEventType() -
Method in class com.netegrity.ims.EventProfile
- Retrieves an event type.
- getExpirationDelayDays() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the number of days to delay action after the password expires for this
PasswordPolicy
.
- getExplicitCreationComments() -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Retrieves any comments provided for an explicitly
created account.
- getExplicitCreationDate() -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Retrieves the date that the account was explicitly created.
- getExplicitCreatorName() -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Retrieves the name of the administrator who explicitly
created the account.
- getExposedEventContexts() -
Method in interface com.netegrity.imapi.ExposedTaskContextInformation
- Retrieves a Vector of all events associated with the current task.
- getExtendedAttribute(ManagedObject) -
Method in class com.ca.identitymanager.provisioning.managedobjectprovider.UserAccountsProvider
- Returns a relationship object used to managed the relationship between the
two managed objects based on a given primary object
- getExtendedAttribute(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Get the underlying ExtendedAttribute object for an extended attribute.
- getFeederNotificationItemList(User, ImsEnvironment) -
Static method in class com.ca.identitymanager.feeder.util.FeederUtil
-
- getFeedID() -
Static method in class com.ca.identitymanager.feeder.util.FeederUtil
-
- getFieldMap() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- This method is typically used by Identity Manager
- getFieldMap() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- This method is typically used by Identity Manager
- getFieldMultiValue(String) -
Method in interface com.netegrity.imapi.ScreenContext
-
- getFieldMultiValue(String) -
Method in interface com.netegrity.imapi.TabControllerContext
- Returns the value of the subject
- getFieldValue(String) -
Method in interface com.netegrity.imapi.ScreenContext
-
- getFieldValue(String) -
Method in interface com.netegrity.imapi.TabControllerContext
- Returns the value of the subject
- getFirstEndpointName() -
Method in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- Get the first endpoint name in the account template
- getFirstEndpointName() -
Method in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- Get the first endpoint name in the account template
- getForceCaseType() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the
ForceCaseType
associated with this PasswordPolicy
.This value cannot be null.
- getFormattedString(String, Object[]) -
Method in class com.netegrity.ims.util.Localizer
- Retrieves the localized string with parameters replaced by specified arguments.
- getFriendlyName() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.NamedObject
- Retrieves the managed object's friendly name.
- getFriendlyName() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.PasswordPolicyRegEx
- Returns the current friendly name for this regular expression.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.AccountType
- Retrieves the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Returns the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.AttributeChangeType
- Returns the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.AttributeExpressionType
- Retrieves the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- Retrieves the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.AutoSynchType
- Returns the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.ConjunctionType
- Returns the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Returns the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.ForceCaseType
- Retrieves the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Returns the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Returns the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Returns the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Retrieves the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.PolicyApplicationType
- Retrieves the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Returns the friendly name for this enumerated value.
- getFriendlyName() -
Method in class com.netegrity.llsdk6.imsapi.type.SearchDepthType
- Returns the friendly name for this enumerated value.
- getGroup() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
Group
object involved in the current task.
- getGroup() -
Method in interface com.netegrity.imapi.GroupEvent
- Retrieves the
Group
managed object in the event.
- getGroup(String, Vector) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getGroupAdmins() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the administrators who are being assigned privileges
to manage the group involved in the current task, or whose privileges
for managing the group are being revoked.
- getGroupAdmins(Group, Enumeration) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use a
getAdmins()
method in Group
.
- getGroupMembers() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the members being added to or removed from the group
involved in the current task.
- getGroupMembers(Group, ObjectType, Enumeration) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use a
getMembers()
method in Group
.
- getGroupProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
GroupProvider
object.
- getGroupProvider() -
Method in interface com.netegrity.llsdk6.imsapi.utility.DirectoryProvidersCollection
- Retrieves the
GroupProvider
.
- getGroups(Vector) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use
GroupProvider
.
- getGroups(Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.GroupableObject
- Retrieves all the groups that this object is a member of.
- getGroups(Enumeration, GroupReturnType) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.GroupableObject
-
- getGroupsAdminCanAdminister(User, Organization, SearchDepthType, Enumeration) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use
getGroupsAdminCanAssign()
.
- getGroupsAdminCanAssign(TSContext, Organization, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Retrieves the groups in the specified organization(s) for which
the current user is an administrator.
- getGroupsAdminCanManageInScope(TSContext, Organization, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the groups in scope for the current admin/task that also exist within the specified organizational
hierarchy, for which the current admin from the context is a group administrator.
- getGroupsInOrg(Organization, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Retrieves all group objects in the specified organization(s).
- getGroupsInOrg(TSContext, Organization, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Retrieves all group objects in the specified organization(s) --
attribute permissions are included in the returned objects.
- getGroupsToAddSubjectTo() -
Method in interface com.netegrity.llsdk6.imsapi.utility.TSContext
- Retrieves the groups to which the subject is being added.
- getGroupsToRemoveSubjectFrom() -
Method in interface com.netegrity.llsdk6.imsapi.utility.TSContext
- Retrieves the groups from which the subject is being removed.
- getGroupsUserCanAdminister(User, Organization, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the groups that exist within the specified organizational
hierarchy for which the administrator is a group administrator.
- getGroupsUserCanAdminister(User, Organization, SearchDepthType, Enumeration, GroupReturnType) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SecurityProvider
- Retrieves the groups that exist within the specified organizational
hierarchy for which the administrator is a group administrator.
- getHeaders() -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Gets the header of the file.
- getIAMHandle() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Retuns the JIAM Handle of the eTrust Admin provisioning Account.
- getIAMHandle() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retuns the JIAM Handle of the eTrust Admin provisioning Account.
- getIAMHandle() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Returns the unique
IAMHandle
for this role.
- getIAMHandle() -
Method in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- Retrieves the unique
IAMHandle
for this policy.
- getIAMRole(IAMSession) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Returns the associated
IAMRole
for the role
and the specified IAMSession
.
- getIdentifiers() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgMembershipConstraint
- Retrieves the set of organization membership identifiers that define this constraint.
- getIdentifiers() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgScopeConstraint
- Retrieves the set of scope identifiers that define this constraint.
- getIdentityPolicySet() -
Method in interface com.netegrity.imapi.IdentityPolicySetEvent
- For internal use.
- getImsDirectory() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Internal use only.
- getImsEnvironment() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Internal use only.
- getImsEnvironmentsBySmDirectory(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessControlProvider
- Retrieves a Vector of the available Identity Manager environments that are associated
with a particular Identity Manager directory, which, in turn, is based on the
specified SiteMinder user directory.
- getIMSEnvName() -
Method in class com.netegrity.ims.EventProfile
- Retrieves the Identity Manager environment name.
- getIMSEnvOID() -
Method in class com.netegrity.ims.EventProfile
- Retrieves the Identity Manager environment object identifier.
- getInstance() -
Static method in class com.netegrity.ims.util.Localizer
- Retrieves an instance of a
Localizer
object for the current locale and default bundle name.
- getInstance(String) -
Static method in class com.netegrity.ims.util.Localizer
- Retrieves an instance of a
Localizer
object for the current locale and
the specified bundle name.
- getInstance(Locale) -
Static method in class com.netegrity.ims.util.Localizer
- Retrieves an instance of a
Localizer
object for the specified locale and default bundle name.
- getInstance(Locale, String) -
Static method in class com.netegrity.ims.util.Localizer
- Retrieves an instance of a
Localizer
object for the specified
Locale
and bundle name.
- getInt(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Retrieves an int configuration parameter by name.
- getInteger(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Retrieves an Integer configuration parameter by name.
- getKeyIgnoreCase(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Does a case insensitive search for the specified key name and returns the key name from the PropertyDict map.
- getLastCommittedAttribute(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Retrieves the value of the specified attribute as it existed when the managed
object was last committed to the data store.
- getLastCommittedAttributeMultiValue(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Retrieves the values of the specified multi-value attribute as they existed when
the managed object was last committed to the data store.
- getLastCommittedValue() -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- getLastCommittedValue(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Get the last committed value of an attribute.
- getLocale() -
Method in class com.netegrity.ims.EventProfile
- Retrieves a locale.
- getLocale() -
Method in class com.netegrity.ims.util.Localizer
- Retrieves a Java
Locale
object.
- getLocalizedString(String) -
Method in class com.netegrity.ims.util.Localizer
- Retrieves the localized string that is mapped to the specified property.
- getLocalizer() -
Method in interface com.netegrity.imapi.IMContext
-
- getLocalizer(String) -
Method in interface com.netegrity.imapi.IMContext
-
- getLockedState() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Retrieves the account's locked state.
- getLockedState() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retrieves the account's locked state.
- getLogger() -
Static method in class com.ca.identitymanager.feeder.util.FeederUtil
-
- getLogicalAttributeMultiValue(String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Retrieves a Vector of all the values in a multi-value logical attribute.
- getLogicalAttributeName(String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Retrieves the logical attribute name that corresponds to the
specified logical attribute ID.
- getLogicalAttributeNames() -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Retrieves the names of all the logical attributes associated
with the current task.
- getLogicalAttributeValue(String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Retrieves the value of the specified logical attribute.
- getLoginGraceDays() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the number of days to issue warnings before the password expires for this
PasswordPolicy
.
- getLoginMaxFailures() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the number of login failures before an account is disabled for this
PasswordPolicy
.
- getLoginMaxInactivityDays() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the number of days of inactivity before a password expires for this
PasswordPolicy
.
- getLong(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Retrieves a long configuration parameter by name.
- getMajorVersion() -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Retrieves the major portion of the version number.
- getManagedObject(String, ObjectType, Enumeration) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use
ProviderService
.
- getManagedObjectProvider(ObjectType) -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
ManagedObjectProvider
object.
- getManagedObjects(Organization, ObjectType, Vector, Enumeration) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use
ProviderService
.
- getManagedObjects(Organization, ObjectType, SearchDepthType, Vector, Enumeration) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use
ProviderService
.
- getMarshallingCode() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Return the numeric code for this object type
- getMask() -
Method in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Return the mask stored with the type.
- getMatchingIdentityPolicies(User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SynchronizationProvider
- Retrieves the set of BusinessPolicies for which the current directory snapshot
of this user matches the member rules.
- getMatchingIdentityPolicies(TSContext, User, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SynchronizationProvider
- Retrieves the set of BusinessPolicies for which the current directory snapshot
of this user matches the member rules.
- getMatchingIdentityPolicySets(User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SynchronizationProvider
- Retrieves the set of business policy sets for which the current directory snapshot
of this user matches the member rules.
- getMaxLength() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the maximum length of a password for this
PasswordPolicy
.
- getMaxRepeatingChar() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the maximum number of repeating characters in a password for this
PasswordPolicy
.
- getMemberManagementFlag() -
Method in interface com.netegrity.llsdk6.imsapi.policy.AdminPolicy
- Retrieves the member management flag for this policy.
- getMembermatchConstraint() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.MemberRule
- Retrieves the member match constraint for this rule.
- getMemberRule() -
Method in interface com.netegrity.llsdk6.imsapi.policy.Policy
-
- getMembers(ObjectType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Retrieves the objects in this group.
- getMembers(ObjectType, Enumeration, AdminTask, User) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Deprecated. Deprecated in IdentityMinder 6.0. Use
getMembers()
containing AttributeRightsCollection
.
- getMembers(ObjectType, Enumeration, GroupMembershipType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Internal use only.
- getMembers(ObjectType, Enumeration, AdminTask, User, GroupMembershipType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Internal use only.
- getMembers(TSContext, ObjectType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Retrieves the objects in this group -- attribute permissions are
included in the returned objects.
- getMembers(ObjectType, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Retrieves the objects of the specified type that are members of this organization,
and optionally, of organizations below it.
- getMembers(TSContext, ObjectType, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Retrieves the objects of the specified type that are members of this organization,
and optionally, of organizations below it -- attribute permissions are included
in the returned objects.
- getMembers(Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Internal use only - use
getMembers(AttributeRightsCollection
).
- getMembers(AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves all objects that are members of this role.
- getMembers(int, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Return all objects that are members of this role
- getMembershipPolicies() -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Retrieves the membership policies.
- getMembershipPolicies() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves the set of
MembershpPolicy
objects associated with this role.
- getMessage() -
Method in exception com.netegrity.ims.exception.IMSException
- Internal use only.
- getMessage() -
Method in class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Retrieves the message type of this
PasswordCondition
object.
- getMessageFormat(String, Object[]) -
Static method in class com.ca.identitymanager.feeder.util.FeederUtil
-
- getMessageId() -
Method in class com.netegrity.llsdk6.imsapi.exception.AttributeValidationException
- Retrieves the ID associated with the message to display
for this exception.
- getMinAlpha() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of letters in a password for this
PasswordPolicy
.
- getMinAlphaNumeric() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of letters or digits in a password for this
PasswordPolicy
.
- getMinLength() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum length of a password for this
PasswordPolicy
.
- getMinLowerCase() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of lower case characters in a password for this
PasswordPolicy
.
- getMinNonAlphaNumeric() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of non-alphanumeric characters in a password for this
PasswordPolicy
.
- getMinNonPrintable() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of non-printable characters in a password for this
PasswordPolicy
.
- getMinNumbers() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of digits in a password for this
PasswordPolicy
.
- getMinorVersion() -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Retrieves the minor portion of the version number.
- getMinPunctuation() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of punctuation characters in a password for this
PasswordPolicy
.
- getMinUpperCase() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of upper case characters in a password for this
PasswordPolicy
.
- getMultiValue() -
Method in interface com.netegrity.imapi.FieldContext
- Get multi-value attribute for this field.
- getName(Class) -
Static method in class com.netegrity.imapi.IMEventName
- Return the name of the event given the event class name.
- getName() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.ImsPlugin
- This method returns a String that can be used as a name for this plugin instance.
- getName() -
Method in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- Retrieves the policy name.
- getName() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Retrieves the role name component of the query.
- getName() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the task name component of the query.
- getNameSpace() -
Method in interface com.netegrity.llsdk6.imsapi.policy.ProvisioningPolicy
- Retrieves the policy namespace -- that is, the type of endpoint
(such as
ActiveDirectory
, Unix
, or LDAP
)
that the policy is associated with.
- getNestedRoles() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves all nested roles for this provisioning role.
- getNestedRoles(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- getNestedRoles(boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- This method returns the nested roles for this object.
- getNestedRolesRecursive(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves all nested roles for this provisioning role recursively at all levels.
- getNestingRoles() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves all nesting roles for this provisioning role.
- getNestingRoles(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- getNestingRolesRecursive(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves all nesting roles for this provisioning role recursively at all levels.
- getNewCurrentValues() -
Method in interface com.netegrity.imapi.ResultsContainer
- Retrieves any objects in
ResultsContainer
that are being
modified during the execution of the current task.
- getNextRecord() -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Gets the next record in the file.
- getObjectClass() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Returns the "object class" associated with the organization.
- getObjectOrganization() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the organization of the task's subject.
- getObjectOrganizationFriendlyName() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the friendly name of the subject's organization.
- getObjectType(String) -
Method in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
- Get object type of a namespace
- getObjectType() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Retrieves the type of this managed object.
- getObjectType() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
- Retrieves the type of object associated with
this scope rule.
- getObjectType() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the object type component of the query.
- getObjectTypes() -
Static method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Return a Hashtable of all possible object types.
- getOffset() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Retrieves the starting offset of the block to be returned
from the result set.
- getOperator() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Retrieves the operator used in the attribute expression,
such as equal to or greater than the
filter to search for.
- getOperator() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchExpression
- Retrieves the operator for this
SearchExpression
.
- getOrg() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
Organization
object involved in the current task.
- getOrg(ManagedObject) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use a
getOrg()
method
in ManagedObject
.
Business logic task handlers can also use getOrg()
to retrieve the organization involved in the current task.
- getOrg(Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Retrieves the organization that is the parent of the current object.
- getOrg(TSContext, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Retrieves the organization that is the parent of the current object,
and includes access permissions for the retrieved object's attributes.
- getOrganization() -
Method in interface com.netegrity.imapi.OrganizationEvent
- Retrieves the
Organization
managed object in the event.
- getOrganization(LogicalAttributeContext) -
Method in class com.netegrity.imapi.OrgSelectorAdapter
- Returns the organization where Identity Manager should create
the self-registering user.
- getOrganization(String, Vector) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getOrganizationProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
OrganizationProvider
object.
- getOrganizationProvider() -
Method in interface com.netegrity.llsdk6.imsapi.utility.DirectoryProvidersCollection
- Retrieves the
OrganizationProvider
.
- getOrgChain(Organization, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Retrieves a branch of the organization hierarchy that begins at the root
organization and extends downward to and including the specified parameter.
- getOrgChain(TSContext, Organization, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Retrieves a branch of the organization hierarchy that begins at the root
organization and extends downward to and including the specified parameter
-- attribute permissions are included in the returned objects.
- getOrgMembers(Organization, ObjectType, SearchDepthType, Enumeration) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use a
getMembers()
method in Organization
.
- getOrgMembershipConstraint() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.MemberRule
- Retrieves the organization membership constraint
for this rule.
- getOrgName() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Deprecated. Deprecated in IdentityMinder 5.6 -- use
getObjectOrganizationFriendlyName()
.
- getOrgName() -
Method in interface com.netegrity.imapi.ExposedTaskContextInformation
- Deprecated. Deprecated in IdentityMinder 5.6 -- use
getObjectOrganizationFriendlyName()
.
- getOrgScopeConstraint() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
- Retrieves the organization scope constraint
for this rule.
- getOrgsInOrg(Organization, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Return all organizations in the specified organization(s).
- getOrgsInOrg(TSContext, Organization, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Retrieves all organization objects in the specified organization(s) --
attribute permissions are included in the returned objects.
- getOriginalAttribute(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Retrieves the original value of the specified attribute.
- getOriginalAttributeMultiValue(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Retrieves the original values of the specified multi-value attribute.
- getOriginalValue() -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- getOriginalValue(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Get the original value of an attribute.
- getOverridingValues() -
Method in interface com.netegrity.imapi.ScreenContext
- Deprecated. use screen validation rather than field validation when setting values of fields
- getOwnerPolicies() -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Retrieves the owner policies.
- getOwners(AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves all objects that are owners of this role.
- getOwners(int, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves all objects that are owners of this role.
- getOwnsRelated() -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- True if the related objects are owned by the primary object.
- getParentEventOID() -
Method in class com.netegrity.ims.EventProfile
- The parent Event in case this is a child of a event
- getParentEventOID() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- getParentOrg() -
Method in interface com.netegrity.imapi.ParentOrganizationEvent
- Retrieves the parent
Organization
managed object in the event.
- getParentOrgDN() -
Method in class com.netegrity.ims.EventProfile
- Retrieves the distinguished name of the parent organization.
- getParentTaskSessionOID() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- getParticipants(Hashtable, String, IWFObjectId) -
Method in interface com.netegrity.imapi.WorkflowContext
- Retrieves the participants who are authorized to approve or reject the
specified workflow activity.
- getPassword() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Retuns a string containing the password that has been assinged to the
eTrust Admin provisioning Account.
- getPassword() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Retrieves the user's password.
- getPassword() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retuns a string containing the password that has been assinged to the
eTrust Admin provisioning Account.
- getPasswordPolicy() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.PasswordPolicyRegEx
- Returns the
PasswordPolicy
containing this regular expression.
- getPasswordPolicyDescription() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the description of this password policy.
- getPercentDifferent() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the percentage that a password must differ from the last password for this
PasswordPolicy
.
- getPermission() -
Method in class com.netegrity.llsdk6.imsapi.metadata.AttributeRight
- Returns the permission assigned to the attribute in this object.
- getPermissionCollection() -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Returns the permissions for each attribute.
- getPersistentData(String) -
Method in interface com.netegrity.imapi.IMPersistentContext
- Deprecated. Deprecated in IdentityMinder 6.0. Use
getSessionAttribute()
.
- getPhysicalAttributeMultiValue(String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Retrieves a Vector of all the values in a multi-value physical attribute.
- getPhysicalAttributeName(String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Retrieves the physical attribute name that corresponds to the
specified physical attribute ID.
- getPhysicalAttributesNames() -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Retrieves the names of all the physical attributes associated
with the current task.
- getPhysicalAttributeValue(String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Retrieves the value of the specified physical attribute.
- getPlugins(Object) -
Method in interface com.netegrity.llsdk6.imsapi.plugin.PluginManager
- Get all the plugins corresponding to the specified key
- getPluginTypeKeys() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.ImsPlugin
- This method returns a List of Objects that can be used as keys for this plugin.
- getPluginTypeKeys() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.PluginManager
- Enumerate all the keys in user
- getPolicyName() -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Retrieves the name of the policy whose attributes were
used to create the user's account.
- getPrimaryObjectArray(ImsDirectory) -
Static method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Get array of primary object types.
- getPrimaryObjectAttribute(String, String) -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Gets the value of a managed object attribute on the event primary object.
- getPrimaryObjectList(ImsDirectory) -
Static method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Get list of primary object types.
- getPrimaryObjectName() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Retrieves the name of the primary object affected by the event.
- getPrimaryObjectType() -
Method in class com.ca.identitymanager.provisioning.managedobjectprovider.UserAccountsProvider
- Returns the object type of the main managed object this relationship provider knows
how to relate a secondary managed object to
- getPrimaryObjectType() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- The primary object for this relationship
- getPrimaryObjectType() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the object type (such as Admin Task, Access Role)
associated with this task.
- getPrimaryObjectTypeName() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Retrieves the primary object type associated with the event.
- getPrimarySearchScreen() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the Screen definition for the primary object search screen associated with this task -- typically used by Identity Manager.
- getPriority() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Returns the priority for the task
- getProfileObject() -
Method in interface com.netegrity.imapi.ScreenContext
-
- getProperties() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. For internal use only.
- getProposedChangesCollection() -
Method in interface com.netegrity.llsdk6.imsapi.utility.TSContext
- Get proposed changes.
- getProvider() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Get managed object provider.
- getProvisioningPolicies() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves all the provisioning policies assigned to this provisioning role.
- getProvisioningPolicies(AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- getProvisioningPolicies() -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningPolicyProvider
- Retrieves all the provisioning policies in the Identity Manager environment.
- getProvisioningPoliciesByNameSpace(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningPolicyProvider
- Retrieves all the provisioning policies in the Identity Manager environment
that are associated with the specified namespace.
- getProvisioningPolicy(Object) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningPolicyProvider
- Retrieves the specified provisioning policy, using the policy's
unique identifier.
- getProvisioningPolicy(Object, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningPolicyProvider
-
- getProvisioningPolicyNameSpaceNames() -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningPolicyProvider
- Retrieves all the configured namespace names in the Identity Manager environment.
- getProvisioningPolicyProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
ProvisioningPolicyProvider
object.
- getProvisioningRole() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
ProvisioningRole
object involved in the current task.
- getProvisioningRole() -
Method in interface com.netegrity.imapi.ProvisioningRoleEvent
- Retrieves the
ProvisioningRole
managed object in the event.
- getProvisioningRole(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Retrieves the specified provisioning role, using the role's unique name.
- getProvisioningRoleAdmins() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the administrators who are assigned to
the provisioning role involved in the current task.
- getProvisioningRoleMembers() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the members of the provisioning role
involved in the current task.
- getProvisioningRoleProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
ProvisioningRoleProvider
object.
- getProvisioningRoles() -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Retrieves all the provisioning roles in the Identity Manager environment.
- getProvisioningRolesAdminCanAssign(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Retrieves the provisioning roles to which the subject of the task can be
assigned by the current administrator.
- getProvisioningRolesAdminCanAssign(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
-
- getProvisioningRolesAdminCanAssignExcludeRoles(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Returns all of the roles that the admin can assign to users except those in the exclusion list.
- getProvisioningRolesAdminCanAssignExcludeRoles(TSContext, Vector, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Returns roles from the given list that the admin can assign to users except those in the exclusion list.
- getProvisioningRolesAdminCanGrantAdmin(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Retrieves the provisioning roles for which the subject of the task can be assigned
administrator rights by the current administrator.
- getProvisioningRolesAdminCanGrantAdmin(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Returns roles from the given list that the admin can make users role admins.
- getProvisioningRolesAdminCanManageAdmin(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Retrieves the provisioning roles for which the current administrator can assign
administrator rights.
- getProvisioningRolesAdminCanManageAdmin(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
-
- getProvisioningRolesAdminCanManageMembers(TSContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Retrieves the provisioning roles to which users can be assigned
by the current administrator.
- getProvisioningRolesAdminCanManageMembers(TSContext, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Returns the roles from the given list that the admin can assign to users.
- getProvisioningRolesAdministrator() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the provisioning roles for which the current object is an administrator.
- getProvisioningRolesMember() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the provisioning roles to which the current object is assigned.
- getProvisioningRolesNested(ProvisioningRole, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
-
- getProvisioningRolesNesting(ProvisioningRole, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
-
- getProvisioningRolesOwner() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Retrieves the provisioning roles for which the current object is an owner.
- getProvisioningRolesOwner(Vector) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Gets a list of Provisioning Roles this object is an owner of and contained in the list of rolesToSearch
- getProvisioningRolesStubs() -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Retrieves all the provisioning roles stubs in the Identity Manager environment.
- getProvisioningUser(User, UserProvider, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningSynchronizationProvider
- Returns the provisioning user that a given corporate user should map to.
- getQuestions(Hashtable) -
Method in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Gets a list of available questions.
- getReasonCode() -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Retrieves the reason code that applies to this
AccountReason
object.
- getReasons() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Returns the reasons which caused this eTrust Admin provisioning Account
to be created.
- getReasons(int) -
Static method in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Converts a bitmask integer into an array of
DisabledReasonType
objects.
- getRecordsCount() -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Gets records count.
- getRedirectTaskTag() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Find out the redirect task tag of the PasswordPolicy.
- getRedirectURL() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the redirect URL of the
PasswordPolicy
.
- getReenablementMinutes() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the number of minutes before an account is re-enabled after being disabled due to login failures
for this
PasswordPolicy
.
- getRegularExpression() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.PasswordPolicyRegEx
- Returns the current regular expression.
- getRegularExpressionMatch() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Get regular expression that passwords must match.
- getRegularExpressionNoMatch() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Get regular expression that passwords must not match.
- getRegularExpressions() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the set of
RegularExpression
objects associated with this
PasswordPolicy
-- typically used by Identity Manager only.
- getRelatedARC() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- Returns the current AttributeRightsCollection
- getRelatedObjectType() -
Method in class com.ca.identitymanager.provisioning.managedobjectprovider.UserAccountsProvider
- Returns the object type of the secondary managed object this relationship provider knows
how to relate the primary managed object to
- getRelatedObjectType() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- The related object for this relationship
- getRelatedObjectType() -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Returns the object type of the secondary managed object this relationship provider knows
how to relate the primary managed object to
- getRelationshipProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrives the
RelationshipProvider
object.
- getRelationshipProvider() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- Returns the relationship provider.
- getRemoved() -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- getRemoved() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- Return the removed objects.
- getRemovedProvisioningPolicies() -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Retrieves the removed provisioning policies.
- getReserved1() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 1 component of the query.
- getReserved10() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 10 component of the query.
- getReserved2() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 2 component of the query.
- getReserved3() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 3 component of the query.
- getReserved4() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 4 component of the query.
- getReserved5() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 5 component of the query.
- getReserved6() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 6 component of the query.
- getReserved7() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 7 component of the query.
- getReserved8() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 8 component of the query.
- getReserved9() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the reserved field 9 component of the query.
- getReservedField(Task.FieldId) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the value of a reserved field.
- getReuseCount() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of passwords before a password can be reused for this
PasswordPolicy
.
- getReuseDelayDays() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Retrieves the minimum number of days before a password can be reused for this
PasswordPolicy
.
- getReverseReferenceAttribute() -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Returns the attribute that this relationship is represented by in the reverse
direction.
- getRevokedPolicies() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Returns template which has been assigned but not yet persisted.
- getRevokedResources() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Returns a user who has been revoked as role member but not yet persisted.
- getRole() -
Method in interface com.netegrity.llsdk6.imsapi.policy.Policy
- Retrieves the role that contains this policy.
- getRole(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessControlProvider
- Retrieves an admin role or an access role by unique name.
- getRole(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Find any (admin/access/provisioning) role by unique name
- getRoleAdminAssignableFlag() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Retrieves the assignable component of the query for role administrators.
- getRoleAssignableFlag() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Retrieves the assignable component of the query for role members.
- getRoleComments() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Returns any comment that may be associated with this provisioning role.
- getRoleCustomFieldValue(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves the specified custom field value
- getRoleCustomFieldValues(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves the specified custom field's values
- getRoleDepartment() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves the name of the department to which
the provisioning role belongs.
- getRoleDescription() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves the description of this provisioning role.
- getRoleDescription() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves the description of this role.
- getRoleDescription() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.RoleDisplayData
- Retrieves the description of the current role.
- getRoleDisplayData(Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessControlProvider
- Retrieves information about the specified roles, based on their
unique names.
- getRoleEnabledFlag() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Retrieves the enabled component of the query.
- getRoleFriendlyName() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.RoleDisplayData
- Retrieves the friendly name of the current role.
- getRoleName() -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Retrieves the name of the role whose policy attributes were
used to create the user's account.
- getRoleUniqueName() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.RoleDisplayData
- Retrieves the unique name of the current role.
- getRootOrg() -
Method in interface com.netegrity.imapi.ServiceProvider
- Retrieves the root organization of the directory.
- getRowsPerPage() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Retrieves the maximum number of rows that can
appear in a single page of search results.
- getRSDMessageFormat(String, Object[]) -
Static method in class com.ca.identitymanager.feeder.util.FeederUtil
-
- getScopeMatchConstraint() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
- Retrieves the scope match constraint for this rule.
- getScopePurpose() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
-
- getScopeRule(ObjectType) -
Method in interface com.netegrity.llsdk6.imsapi.policy.MembershipPolicy
- Retrieves the scope rule for the specified managed object type.
- getScopeRule(ObjectType, ScopePurpose) -
Method in interface com.netegrity.llsdk6.imsapi.policy.MembershipPolicy
- Retrieves the scope rule for the specified managed object type.
- getScopeRules(Set, ScopePurpose) -
Method in interface com.netegrity.llsdk6.imsapi.policy.MembershipPolicy
- Retrieves the set of scope rules for the specified managed object type set.
- getScopeRules() -
Method in interface com.netegrity.llsdk6.imsapi.policy.MembershipPolicy
- Get a Map representing all the scope rules in this policy
- getScopeSecurityType() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the scope security type (such as AllObjectsInScope, AllObjects, GroupsAdminOf, ...)
associated with this task.
- getScreen() -
Method in interface com.netegrity.imapi.ScreenContext
-
- getScreenConfig() -
Method in interface com.netegrity.imapi.ScreenContext
-
- getScreenField() -
Method in interface com.netegrity.imapi.FieldContext
-
- getSearchFilter() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Retrieves the string value to search for.
- getSearchFilter() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchExpression
- Retrieves the filter string for this
SearchExpression
.
- getSecondaryAttributes(IAMSession) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
-
Retrieves the "secondary attributes" associated with this eTrust Admin
provisioning account.
- getSecondaryAttributes() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retrieves the "secondary attributes" associated with this eTrust Admin provisioning account.
- getSecondaryObjectAttribute(String, String) -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Gets the value of a managed object attribute on the event secondary object..
- getSecondaryObjectName() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Returns the name of the secondary object if a secondary object was
affected by the event.
- getSecondaryObjectTypeName() -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Returns the secondary object type if a secondary object was
affected by the event.
- getSecurityProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
SecurityProvider
object.
- getSelfSubscribingGroupsForNewUser(Organization, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Retrieves the self-subscribing groups available to a new user in the specified organization.
- getSelfSubscribingGroupsForNewUser(TSContext, Organization, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Retrieves the self-subscribing groups available to a new user in the specified
organization -- attribute permissions are included in the returned objects.
- getServicePack() -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Retrieves the service pack portion of the version number.
- getSessionAttribute(String) -
Method in interface com.netegrity.imapi.IMContext
- Retrieves a user-defined data object from the current task session.
- getSessionCreateTime() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the creation date of the task context.
- getSessionId() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the Identity Manager task context ID.
- getSiteMinderSessionId() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the unique ID of a SiteMinder session.
- getSiteMinderSessionSpec() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the SiteMinder session specification.
- getSiteMinderTransactionId() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the transaction ID of a SiteMinder request.
- getSMHeader(String) -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the specified SiteMinder header information from the task session.
- getSortOrder() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Retrieves the attribute names that define the sort order for the result set.
- getSourceID() -
Method in interface com.netegrity.imapi.IMEvent
- Retrieves the unique source ID of the event.
- getSourceName() -
Method in interface com.netegrity.imapi.IMEvent
- Retrieves the unique source name of the event.
- getSourceType() -
Method in interface com.netegrity.imapi.IMEvent
- Retrieves the source type of the event.
- GETSTATUS -
Static variable in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- getString(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Retrieves a String configuration parameter by name (decoding CDATA-wrapped script if necessary).
- getString(String, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Retrieves a String configuration parameter by name (decoding is optional).
- getSubject() -
Method in interface com.netegrity.imapi.TaskInfo
- Return the subject for the current task.
- getSubject() -
Method in interface com.netegrity.llsdk6.imsapi.utility.TSContext
- Retrieves the subject of the current task -- for example, a
User
object in a Create User task.
- getSubjects() -
Method in interface com.netegrity.imapi.TaskInfo
- Return the subjects for the current task.
- getSubmitWFActionButtons() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.AdminTask
-
- getSubOrgs(Organization, Enumeration) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0 -- use a
getOrgsInOrg()
method in OrganizationProvider
.
- getSuspendedState() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Retrieves the eTrust Admin provisioning Account's suspended state.
- getSuspendedState() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retrieves the eTrust Admin provisioning Account's suspended state.
- getSynchronizationProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
SynchronizationProvider
object.
- getTab(int) -
Method in interface com.netegrity.imapi.TabControllerContext
- Returns the TAB
- getTab(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the specified tab.
- getTabControllerConfig() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Returns the tab controller configuration dictionary
- getTabControllerTag() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Returns the tab controller for this task
- getTabCount() -
Method in interface com.netegrity.imapi.TabControllerContext
- Returns the number of tabs
- getTabDefinition(int) -
Method in interface com.netegrity.imapi.TabControllerContext
- Returns the tab definition.
- getTabDefinitionProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
TabDefinitionProvider
object.
- getTabs() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves all the tabs for this task.
- getTabs(TabDefinition) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves all the tabs of the specified
TabDefinition
.
- getTag() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the tag component of the query.
- getTask() -
Method in interface com.netegrity.imapi.BLTHContext
- Return the currently executing
AdminTask
- getTask() -
Method in interface com.netegrity.llsdk6.imsapi.utility.TSContext
- Retrieves the admin task being executed.
- getTaskApplication() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the name of the application associated with the current task.
- getTaskCategory() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the category of the current task.
- getTaskCategory() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the category of this task.
- getTaskCategory2() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Find out the Level 2 category of the Task associated with this TaskDefinition.
- getTaskCategory3() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Find out the Level 3 category of the Task associated with this TaskDefinition.
- getTaskDescription() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
- Retrieves an task description
- getTaskDescription() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the description of this task.
- getTaskFriendlyName() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the user-defined name for the task.
- getTaskHandlerDefinition(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the specified TaskHandlerDefinition -- typically used by Identity Manager.
- getTaskHandlerDefinitions() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves all task handler definitions -- typically used by Identity Manager.
- getTaskID() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
- Retrieves a task ID.
- getTaskName() -
Method in interface com.netegrity.imapi.ExposedTaskContextInformation
- Deprecated. Deprecated in IdentityMinder 5.6 -- use
getAdminTask()
or getTaskFriendlyName()
.
- getTaskName() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
- Retrieves a task name.
- getTaskOrder() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Return the task order associated with this Task.
- getTaskOrder() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the task order component of the query.
- getTaskPriority() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- getTasks() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Retrieves all tasks for this role
- getTaskSessionID() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
- Retrieves Task Session ID of the Task this event belongs to.
- getTaskSessionProfile() -
Method in class com.netegrity.ims.EventProfile
-
- getTaskState() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- getTaskSubjectAttribute(String, String) -
Method in interface com.netegrity.imapi.ExposedEventContextInformation
- Gets the value of a managed object attribute on the task subject.
- getTaskSubjectAttribute(String, String) -
Method in interface com.netegrity.imapi.ExposedTaskContextInformation
- Gets the value of a managed object attribute on the task subject.
- getTaskTabHandlers() -
Method in interface com.netegrity.imapi.BLTHContext
-
- getTaskTag() -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- getTaskTag() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the tag associated with this task.
- getTaskUniqueName() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the unique identifier for the task.
- getTemplateParameter(String) -
Method in interface com.netegrity.imapi.NotificationRuleContext
- Retrieves the value of the specified item of user-defined data.
- getTemplateParameters() -
Method in interface com.netegrity.imapi.NotificationRuleContext
- Retrieves all the user-defined data from the email template.
- getTemporaryPassword(String) -
Method in interface com.netegrity.imapi.ServiceProvider
- Generates a temporary password for the specified user.
- getTempPassword(User) -
Method in interface com.netegrity.imapi.ServiceProvider
- Generates a temporary password for the specified user.
- getThisPage() -
Method in class com.netegrity.llsdk6.imsapi.search.ApiResultSet
- Deprecated. Retrieves the current page of search results.
- getThreadLocale() -
Static method in class com.netegrity.ims.util.Localizer
- Retrieves the locale for the currently executing thread.
- getTimeout(Hashtable, String, IWFObjectId) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getTotalSize() -
Method in class com.netegrity.llsdk6.imsapi.search.ApiResultSet
- Deprecated. Retrieves the total number of rows in the result set before paging.
- getTriggerRule() -
Method in interface com.netegrity.llsdk6.imsapi.policy.Policy
- Deprecated. use getMemberRule() instead
- getTSContext() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the task session context information for the current task session.
- getType() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retrieves the type of this eTrust Admin provisinoing Account.
- getType() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.RoleDisplayData
- Retrieves the type of the current role.
- getType() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Retrieves the type of this attribute expression.
- getUniqueName() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.NamedObject
- Retrieves the managed object's unique identifier.
- getURL() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the external reference (typically a URL) where this task should be sent.
- getURL() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the external URL component of the query.
- getUser() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Retrieves the user associated with the account.
- getUser() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the
User
object involved in the current task.
- getUser() -
Method in interface com.netegrity.imapi.UserEvent
- Retrieves the
User
managed object in the event.
- getUser(String, Vector) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getUser() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retuns the
User
with which the eTrust Admin provisioning Account is
associated.
- getUserAccessRoles(String, String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessControlProvider
- Retrieves the names of all access roles to which the specified user
is assigned in all accessible environments.
- getUserAccountName() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Retrieves the name of this eTrust Admin provisioning account.
- getUserAccountName() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retrieves the name of this eTrust Admin provisioning account.
- getUserAccounts(String) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getUserAdminRoles(String, String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessControlProvider
- Retrieves the names of all admin roles to which the specified user
is assigned in all accessible environments.
- getUserAdminRolesAdministrators(String) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getUserAdminRolesMembership(String) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getUserFromSMTOKEN(String, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Retrieves the user from an encrypted SMTOKEN with the specified attributes.
- getUserGroups(String) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getUserLocale() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrieves the
java.util.Locale
object representing
the locale where the current task is being executed -- for example,
the browser locale of the administrator executing a task.
- getUserMessages() -
Method in exception com.netegrity.ims.exception.IMSException
- Internal use only.
- getUserProvider() -
Method in interface com.netegrity.imapi.ProviderAccessor
- Retrieves the
UserProvider
object.
- getUserProvider() -
Method in interface com.netegrity.llsdk6.imsapi.utility.DirectoryProvidersCollection
- Retrieves the
UserProvider
.
- getUserProvisioningRolesAdministrators(String) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getUserProvisioningRolesMembership(String) -
Method in interface com.netegrity.imapi.WorkflowContext
-
- getUsers(Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Retrieves the user objects in this group.
- getUsers(TSContext, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Retrieves the user objects in this group -- attribute permissions are
included in the returned objects.
- getUsersAssignedAccessRoles() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the access roles that the user involved in
the current task is being assigned to or removed from.
- getUsersAssignedAdminRoles() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the admin roles that the user involved in
the current task is being assigned to or removed from.
- getUsersAssignedProvisioningRoles() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the provisioning roles that the user involved in
the current task is being assigned to or removed from.
- getUserScopeRule() -
Method in interface com.netegrity.llsdk6.imsapi.policy.AdminPolicy
- Retrieves the policy's user scope rule.
- getUsersGrantableAccessRoles() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the access roles that the user
who is involved in the current task can grant.
- getUsersGrantableAdminRoles() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the admin roles that the user
who is involved in the current task can grant.
- getUsersGrantableProvisioningRoles() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the provisioning roles that the user
who is involved in the current task can grant.
- getUsersGroups() -
Method in interface com.netegrity.imapi.BLTHContext
- Retrieves the groups that the user involved in the
current task is being assigned to or removed from.
- getUsersInOrg(Organization, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Retrieves all user objects in the specified organization(s).
- getUsersInOrg(TSContext, Organization, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Retrieves all user objects in the specified organization(s) --
attribute permissions are included in the returned objects.
- getUsersInOrg(Organization, SearchDepthType, Enumeration, AdminTask, User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Deprecated. Deprecated in IdentityMinder 6.0 Use the
getUsersInOrg()
version containing TSContext
.
- getUsersInRole(Enumeration<String>) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieves all users who are members of a given role
- getUsersInRoleRecursive(Enumeration<String>) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieve all users who are members of a role and members of any roles indirectly due to nesting
- getUsersInRoleRecursive(Enumeration<String>, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Retrieve all users who are members of a role and members of any roles indirectly due to nesting
- getUsersInRoleRecursive(Enumeration<String>, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- getUsersInRoleRecursive(Vector<ProvisioningRole>, Enumeration<String>, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- getValue() -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
- Returns a collection of Account managed object objects that represents
the managed objects related to the user managed object.
- getValue() -
Method in interface com.netegrity.imapi.FieldContext
- Get attribute value for this field.
- getValue(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Get the current value of an attribute.
- getVersion() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.ImsPlugin
- This method returns a VersionInfo object that shows the version of this plugin instance.
- getWorkflowID() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the workflow ID component of the query.
- getWorkflowProcess() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Retrieves the workflow process name associated with the task.
- getZOSSuffixes(String, String) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Endpoint
- Retrieves the valid suffixes from the specified LDAP server, used by
mainframe endpoint types (ACF2, RACF, Top Secret) during the endpoint creation task.
- GRACE_DAYS -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating that an expired password has only a
certain number of grace days left.
- Grantor - Interface in com.netegrity.llsdk6.imsapi.abstractinterface
- Defines an object that can act as role manager for a specified role.
- GREATER_THAN -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Represents the "greater than" operator.
- GREATER_THAN_OR_EQUAL -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Represents the "greater than or equal to" operator.
- Group - Interface in com.netegrity.llsdk6.imsapi.managedobject
- Provides access to the attributes in a
Group
managed object through the methods inherited from the base interfaces. - GROUP -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
Group
managed object.
- GroupableObject - Interface in com.netegrity.llsdk6.imsapi.abstractinterface
- Defines an object that can become a member of a group.
- GroupEvent - Interface in com.netegrity.imapi
- A base interface that certain Identity Manager event objects implement.
- GroupFilter - Class in com.netegrity.llsdk6.imsapi.policy.rule.constraints
- Specifies a filter to use as search criteria for Group
managed objects.
- GroupFilter() -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.GroupFilter
- Creates a Group filter object.
- GroupFilter(AttributeExpression) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.GroupFilter
- Creates a Group filter object containing the specified attribute
expression.
- GroupFilter(Vector, Vector) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.GroupFilter
- Creates a Group filter object containing the specified attribute expressions
and conjunctions.
- GroupProvider - Interface in com.netegrity.llsdk6.imsapi.provider
- Lets you create or retrieve group objects in the
current Identity Manager environment.
- GROUPS_ADMIN_OF -
Static variable in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Represents the scope of the task is all groups the current admin is an admin of
H
- handleSetSubject(BLTHContext) -
Method in class com.netegrity.imapi.BLTHAdapter
- Processes task data after selecting a subject from the search result, but before
presenting the data to the user.
- handleStart(BLTHContext) -
Method in class com.netegrity.imapi.BLTHAdapter
- Initializes or processes task data when the task session is created.
- handleSubmission(BLTHContext) -
Method in class com.netegrity.imapi.BLTHAdapter
- Processes task data after a security check has been done and all events are ready to be posted.
- handleTask(BLTHContext) -
Method in class com.netegrity.imapi.BLTHAdapter
- Deprecated. Deprecated in Idenity Manager 8.0.
- handleValidation(BLTHContext) -
Method in class com.netegrity.imapi.BLTHAdapter
- Processes task data after the user has submitted the task, but before a security check.
- handleValidationBeforeSubmission(BLTHContext) -
Method in class com.netegrity.imapi.BLTHAdapter
- Processes task data before the user has submitted the task
- HAS_MORE_CHARACTERS_MARK -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
- Have More characters mark
- hasAttributeChanged(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Determines whether the current value of the specified attribute has changed from
the original value when the instance of this managed object was created.
- hashCode() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.NamedObject
- Internal use only.
- hashCode() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Internal use only.
- hasMoreRecords() -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Checks whether there are more records to read.
- hasRole(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Deprecated. Deprecated in IdentityMinder 6.0. Use
isRoleMember()
.
- hasRoleGrantRights(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.Grantor
- Deprecated. Deprecated in IdentityMinder 6.0. Use
isRoleAdministrator()
.
- hide() -
Method in interface com.netegrity.imapi.FieldContext
- Hide this field.
- hideField(String) -
Method in interface com.netegrity.imapi.ScreenContext
- Hide field for specified attribute.
I
- IAttributeValidator - Interface in com.netegrity.llsdk6.imsapi.metadata
- Performs directory-level validation of managed object attributes.
- IAttributeValidator.StringRef - Class in com.netegrity.llsdk6.imsapi.metadata
- A data type object that lets you pass an attribute value or error
message to Identity Manager through the output parameters of the
validate()
method. - IAttributeValidator.StringRef() -
Constructor for class com.netegrity.llsdk6.imsapi.metadata.IAttributeValidator.StringRef
-
- IDENTITY_POLICY -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
BusinessPolicy
object.
- IDENTITY_POLICYSET -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
BusinessPolicySet
object.
- IdentityPolicySetEvent - Interface in com.netegrity.imapi
- This interface is typically used by Identity Manager only.
- IMContext - Interface in com.netegrity.imapi
- The
IMContext
interface is part of the core
Identity Manager API architecture. - IMEvent - Interface in com.netegrity.imapi
- A base interface for an event.
- IMEventName - Class in com.netegrity.imapi
- Contains constants for the names of Identity Manager events.
- IMEventName() -
Constructor for class com.netegrity.imapi.IMEventName
-
- IMEXCEPTIONS_BUNDLE -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
-
- IMPersistentContext - Interface in com.netegrity.imapi
- Allows custom objects to persist user-defined data within the
lifetime of the current task session.
- IMSDIR -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an
IMSDirectory
object.
- IMSENVIRONMENT -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an
ImsEnvironment
object.
- ImsEnvironmentPluginFactory - Interface in com.netegrity.llsdk6.imsapi.plugin
-
- IMSException - Exception in com.netegrity.ims.exception
- Contains one or more exception messages to be displayed at runtime.
- IMSException() -
Constructor for exception com.netegrity.ims.exception.IMSException
- Creates an empty
IMSException
object that will be populated
with messages from a standard Identity Manager resource bundle.
- IMSException(Throwable) -
Constructor for exception com.netegrity.ims.exception.IMSException
- Same as IMSException() except the root cause is set.
- IMSException(String) -
Constructor for exception com.netegrity.ims.exception.IMSException
- Creates an empty
IMSException
object that will be populated
with messages from a custom resource bundle.
- IMSException(Locale) -
Constructor for exception com.netegrity.ims.exception.IMSException
- Creates an empty
IMSException
object that will be populated
with messages from a standard Identity Manager resource bundle using the specified Locale
.
- IMSException(Locale, String) -
Constructor for exception com.netegrity.ims.exception.IMSException
- Creates an empty
IMSException
object that will be populated
with messages from a custom resource bundle and the specified Locale
.
- IMSException(String, Object[]) -
Constructor for exception com.netegrity.ims.exception.IMSException
- Creates an
IMSException
object that will be populated
with a single user message from a standard Identity Manager resource bundle.
- IMSException(Locale, String, String, Object[]) -
Constructor for exception com.netegrity.ims.exception.IMSException
- Creates an
IMSException
object that will be populated
with a single user message from a standard Identity Manager resource bundle.
- ImsGlobalPluginFactory - Interface in com.netegrity.llsdk6.imsapi.plugin
-
- ImsPlugin - Interface in com.netegrity.llsdk6.imsapi.plugin
-
- ImsPluginFactory - Interface in com.netegrity.llsdk6.imsapi.plugin
-
- INACTIVITY -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Respresents disablement due to extended inactivity.
- includeSearchRoot() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgFilter
-
- includeSearchRoot() -
Method in interface com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgScopeIdentifier
- Determines whether the organization root should be included in the search scope.
- INFO -
Static variable in class com.netegrity.ims.tabhandlers.ErrorLevel
- Represents an informational message -- this is not an error and does not have to be resolved.
- init(Hashtable) -
Method in interface com.netegrity.imapi.LifeCycle
- Passes user-defined properties into the custom object.
- init(Hashtable, ProviderAccessor) -
Method in interface com.netegrity.imapi.LifeCycle
- Passes user-defined properties and access to the providers into the custom object.
- init(Hashtable) -
Method in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Analyzes properties specified in the logical attribute configuration file.
- init() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.ImsPlugin
- This method is called once when the plugin instance is first loaded.
- init(List) -
Static method in class com.netegrity.llsdk6.imsapi.type.ObjectType
-
- initCore() -
Static method in class com.netegrity.llsdk6.imsapi.type.ObjectType
-
- initDeletionSequence(FeederParser, TaskSession) -
Static method in class com.ca.identitymanager.feeder.util.FeederUtil
- Sets a deletion sequence value on the parser
or if using a default from the parser - make sure the value
will be set on the tasksession
- initialize(LogicalAttributeContext) -
Method in class com.netegrity.imapi.LogicalAttributeAdapter
- Supplies default values to logical attributes during a
Create...
- initialize(LogicalAttributeContext) -
Method in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Not implemented.
- initializeOptionList(LogicalAttributeContext) -
Method in class com.netegrity.imapi.LogicalAttributeAdapter
- Populates any option lists on a task screen.
- initializeOptionList(LogicalAttributeContext) -
Method in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Sets the logical attribute "Questions" to the list returned by the
getQuestions()
method.
- initPlugins() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.PluginManager
- This method finds all classes in the com.netegrity.ims.plugin.factory package using some Java reflection magic.
- initReasons() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Retrieves the reasons for this account from the
provisioning directory and initialize the accounts' reasons vector.
- INPUTVALIDATE -
Static variable in class com.netegrity.ims.tabhandlers.ProcessStep
- Represents an operation that occurred during user interface validation.
- isAddAccountSynched() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
-
- isAllowFailedWrites() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of the flag indicating that successful login is allowed
in the event that login tracking fails for this
PasswordPolicy
.
- isApplyLowerPriority() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of the flag that determines whether to apply lower priority password policies.
- isApproval() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Return true if this is ActionType is for an approval task
- isAttributeUncommitted(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Determines whether the current value of the specified attribute is different
from the value last committed to the data store.
- isAuditable() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether the task triggers the auditing feature.
- isAuditableTask() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrives the Auditable flag of the current task.
- isAutomaticExecution() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Returns the the flag for the automatic execution of the task
- isAutomaticExecution() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Retrieves the task subcategory order component of the query.
- isCopyable() -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Flags whether relationship is copyable, and as such references to its
related objects will be copied when the object itself is copied
- isCreate() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Return true if this ActionType is a create action
- isDelete() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Return true if this ActionType is a delete action
- isDirectoryFilterRecurse() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the scope of the directory filter associated with the
PasswordPolicy
.
- isEmpty() -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Determines if there are any properties in the dictionary.
- isEnabled() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Retrieves the enabled state of the user object.
- isEndpointTypeConfigured(String) -
Method in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
- Is the given endpoint type configured on Identity Manager.
- isEntireDirectory() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the scope of the
PasswordPolicy
.
- isEqualTo(Account) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- This method compares the specified account, accIn, to the this account
and returns true if the two are equal and false if they are not.
- isEqualTo(Account) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Compares the specified account, accIn, to the this
account and returns true if the two are equal and false if they
are not.
- isExceptionAccount() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Returns true if this account is an "exception account" that should be excluded from being deleted when the user is synchronized with his roles.
- isExpiredForceChange() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of the flag indicating whether to force a password change
when the password expires for this
PasswordPolicy
.
- isExternal() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether this task is an external task.
- isHidden() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether this task is a hidden task.
- isHidden() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
-
- isInactivityForceChange() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of the flag that determines whether to force a password change when the password expires due to inactivity
for this
PasswordPolicy
.
- isInGroup(Group) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.GroupableObject
- Determines whether the current object is a member of the specified group.
- isLocked() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Deprecated. Deprecated in Identity Manager 8.1 SP1 Please use
getLockedState()
- isLockedModified() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Indicates whether or not the Locked attribute for this eTrust Admin
provisioning Account has been modified.
- isLockedModified() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Indicates whether or not the Locked attribute for this eTrust Admin
provisioning Account has been modified.
- isLogicalAttributeMultiValue(String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Determines whether the specified logical attribute is a multi-value
attribute or a single-value attribute.
- isManaged() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
-
- isMandatory() -
Method in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Returns true if this permission type is mandatory
- isMultiSubject() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Return true if this ActionType is for multiple subjects only
- isNoMatch() -
Method in interface com.netegrity.llsdk6.imsapi.metadata.PasswordPolicyRegEx
- Returns the current state of the no match flag of the
RegularExpression
object.
- isObjectBeingCreated() -
Method in interface com.netegrity.imapi.BLTHContext
- Determines whether an object is being created for the current task.
- isObjectBeingCreated() -
Method in interface com.netegrity.imapi.TabControllerContext
- Returns true if this is a creational action.
- isObjectRelated(ManagedObject) -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
- Indicates whether a given account managed object is related to the User
managed object
- isObjectRelated(ManagedObject) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- Indicates whether a given managed object is related to the primary managed object
- isPaged() -
Method in class com.netegrity.llsdk6.imsapi.search.ApiResultSet
- Deprecated. Specifies whether the result set was successfully paginated.
- isPagingCritical() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Indicates whether paging features are critical for a result set.
- isPasswordModified() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Indicates whether or not the the password for this eTrust Admin
provisioning Account has been modified.
- isPasswordModified() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Indicates whether or not the the password for this eTrust Admin
provisioning Account has been modified.
- isPasswordPolicyEnabled() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Determines whether the password policy is enabled.
- isPasswordValid(User, PasswordCondition) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. As of r12, replaced by
#validateNewPassword(String)
- isPasswordValid(User, String, PasswordCondition) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. As of r12, replaced by
#validateNewPassword(String)
- isPercentSequence() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of the flag that determines whether to ignore the position of characters
when determining the percentage of difference for this
PasswordPolicy
.
- isPersistRelated() -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Returns true if the related objects are persisted with the relationship.
- isPersistWithPrimary() -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Returns true if the relationship should be persisted with its primary object.
- isPhysicalAttributeMultiValue(String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Determines whether the specified physical attribute is a multi-value
attribute or a single-value attribute.
- isPlugin(ObjectType) -
Static method in class com.netegrity.llsdk6.imsapi.type.ObjectType
-
- isPlugin() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
-
- isProvisionable() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether the task triggers the provisioning feature (if the
provisioning software is configured for your site).
- isPublic() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether this task is a public task.
- isReenableAccount() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of the flag that determines whether to re-enable an account after being disabled for failed login attempts
for this
PasswordPolicy
.
- isRemoveEmbeddedWS() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of the flag that determines whether to remove embedded whitespace
for this
PasswordPolicy
.
- isRemoveLeadingWS() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of the flag that determines whether to remove leading whitespace
for this
PasswordPolicy
.
- isRemoveTrailingWS() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of the flag that determines whether to remove trailing whitespace
for this
PasswordPolicy
.
- isRoleAdminAssignable() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Determines whether users can be assigned as administrators for the role.
- isRoleAdministrator(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.Grantor
- Determines whether the current user is role administrator for the specified role.
- isRoleAssignable() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Determines whether members can be assigned to the role.
- isRoleEnabled() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Determines whether the role is enabled.
- isRoleMember(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Determines if the current object is a member of the specified role.
- isSameAsSearchAll() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Determines if the query is equivalent to searching for all objects.
- isSelfSubject() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Retrn true if this ActionType is for self
- isSetActionType() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetApplication() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetAutomaticExecution() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetCategory() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetCategory2() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetCategory2Order() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetCategory3() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetCategory3Order() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetCategoryOrder() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetCustom01() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetCustom02() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetCustom03() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetCustom04() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetCustom05() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetCustom06() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetCustom07() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetCustom08() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetCustom09() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetCustom10() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetName() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetName() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetObjectType() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved1() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved10() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved2() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved3() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved4() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved5() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved6() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved7() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved8() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetReserved9() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetRoleAdminAssignableFlag() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetRoleAssignableFlag() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetRoleEnabledFlag() -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- isSetTag() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetTaskOrder() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetURL() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSetWorkflowID() -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
-
- isSingleSubject() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Return true if this ActionType is for single subjects only
- isSiteMinderPasswordPolicy() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Check if this is a SiteMinder Password Policy
- isSorted() -
Method in class com.netegrity.llsdk6.imsapi.search.ApiResultSet
- Deprecated. Specifies whether the result set was successfully sorted.
- isSortingCritical() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Indicates whether it is critical to sort a result set.
- isStarted() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.ImsPlugin
- This method returns true if the start() method has already been called for this plugin, otherwise it returns false.
- isSubtree() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgFilter
- Indicates whether the search result should include just the organizations
that match the filter, or the matching organizations and all organizations
under them.
- isSupportedOperation(String) -
Method in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
- Is account operation supported.
- isSuspended() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Deprecated. Deprecated in Identity Manager 8.1 SP1 Please use
getSuspendedState()
- isSuspendedModified() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Indicates whether or not the the suspended attribute for this eTrust
Admin provisioning Account has been modified.
- isSuspendedModified() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Indicates whether or not the the suspended attribute for this eTrust
Admin provisioning Account has been modified.
- isSystemGenerated() -
Method in interface com.netegrity.imapi.IMEvent
- Indicates whether the event is system generated.
- isSystemTask() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether this task is a system task.
- isTaskReadOnly() -
Method in interface com.netegrity.imapi.BLTHContext
- Determines whether the current task is read-only.
- isTaskReadOnly() -
Method in interface com.netegrity.imapi.TaskInfo
- Specifies whether the current task is a read-only task.
- isTopMostOrgWhichTaskIsBoundTo(Organization, AdminTask) -
Method in interface com.netegrity.imapi.ServiceProvider
- Deprecated. Deprecated in IdentityMinder 6.0. Tasks are no longer bound to organizations.
- isTrackFailedLogins() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of failed login tracking for the
PasswordPolicy
.
- isTrackSuccessLogins() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Returns the current state of successful login tracking for the
PasswordPolicy
.
- isUncommitted() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Determines whether any attribute in the collection is uncommitted.
- isValidFile(String) -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Validates the input file.
- isView() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Return true if this ActionType is a view action
- isWebserviceTask() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether the task is subject to Web Wervice requests.
- isWorkflowTask() -
Method in interface com.netegrity.imapi.TaskInfo
- Retrives the workflow flag of the current task.
- isWorkflowTask() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Determines whether the task triggers the workflow feature.
K
- keys() -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Retrieves the keys of the property dictionary.
L
- LAHDEFINITION -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
LogicalAttributeHandlerDefinition
object.
- LDAP -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: LDAP Endpoint Type.
- LDB -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: LDB.
- LESS_THAN -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Represents the "less than" operator.
- LESS_THAN_OR_EQUAL -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Represents the "less than or equal to" operator.
- LifeCycle - Interface in com.netegrity.imapi
- Contains user-defined properties applicable to a particular
custom object and/or to an entire Identity Manager environment.
- LINKED -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Represents a pre-cache linked data block.
- listAccounts(User, boolean, boolean) -
Method in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
- List user accounts
Parameters:
user A IM User.
- LND -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: Lotus Notes Domino.
- Localizer - Class in com.netegrity.ims.util
- Helper class for retrieving the localized version of a string for a given locale.
- lockSortOrder() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Locks the sort order.
- logDebugMessage(String, boolean) -
Method in interface com.netegrity.imapi.Logger
- Logs a debug message for the task.
- logErrorMessage(String, boolean) -
Method in interface com.netegrity.imapi.Logger
- Logs an error message for the task.
- Logger - Interface in com.netegrity.imapi
- Lets a custom object log a message to the application server log.
- LOGICALATTRIBUTE -
Static variable in class com.netegrity.ims.tabhandlers.ProcessStep
- Represents an operation that occurred during logical attribute processing.
- LogicalAttributeAdapter - Class in com.netegrity.imapi
- The base class for custom logical attribute handlers.
- LogicalAttributeAdapter() -
Constructor for class com.netegrity.imapi.LogicalAttributeAdapter
-
- LogicalAttributeContext - Interface in com.netegrity.imapi
- Provides read and write access to the logical attribute(s) and any associated
physical attributes for a particular logical attribute scheme.
- LOGIN_FAIL -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Respresents disablement due to too many failed logins.
- logInfoMessage(String, boolean) -
Method in interface com.netegrity.imapi.Logger
- Logs an informational message for the task.
- logWarningMessage(String, boolean) -
Method in interface com.netegrity.imapi.Logger
- Logs a warning message for the task.
- LONG -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating a password is too long.
- LOWER_ALPHA -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password does not contain
enough lower case letters.
M
- makeCurrentValueOriginal(String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Takes the current value of the attribute and makes it the original value.
- makeRoleAdministrator(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.Grantor
- Allows the current user to act as role admnistrator for the specified role.
- makeRoleMember(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Assigns the current object to the specified role.
- makeRoleMember(Role, boolean, String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Assigns the current object to the specified role, and optionally to create the associated accounts.(ProvisioningRole only).
- makeRoleMember(Role, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Deprecated. Deprecated in IdentityMinder r12. Use makeRoleMember(Role role, boolean addAccounts, String operationID)
- ManagedObject - Interface in com.netegrity.llsdk6.imsapi.managedobject
- Provides access to the attributes of managed objects that extend
this interface.
- MANAGEDOBJECTATTRIBUTEDEFINITION -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an
ImsManagedObjectAttrDefinition
object.
- MANAGEDOBJECTDEFINITION -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an
ImsManagedObjectDefinition
object.
- marshall() -
Method in class com.netegrity.ims.tabhandlers.ErrorLevel
- Retrieves an integer value representing this error level.
- marshall() -
Method in class com.netegrity.ims.tabhandlers.ProcessStep
- Retrieves an integer value representing this process step.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Generates a machine-friendly encoded string representation of this object.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgMembershipConstraint
-
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgScopeConstraint
-
- marshall() -
Method in interface com.netegrity.llsdk6.imsapi.policy.rule.constraints.RuleConstraint
- Creates a serialized String representation of this constraint
which can be used for transmission/storage.
- marshall(boolean) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.MemberRule
-
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.MemberRule
-
- marshall(boolean) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
-
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
-
- marshall(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.policy.rule.TriggerRule
- Creates a serialized String representation of this rule
which can be used for transmission/storage of the rule.
- marshall() -
Method in interface com.netegrity.llsdk6.imsapi.policy.rule.TriggerRule
- Creates a serialized String representation of this rule
which can be used for transmission/storage of the rule.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Retrieves an integer value representing this action type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.AttributeChangeType
- Retrieves a String value representing this attribute change type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.AttributeExpressionType
- Retrieves an integer value representing this attribute
expression type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- Retrieves a String value representing this
AuditEventStateSeverityType
.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.AutoSynchType
- Retrieves a
String
value representing this AutoSynchType
.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.ConjunctionType
- Retrieves a String value representing this conjunction type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.ForceCaseType
- Retrieves a String value representing this
ForceCaseType
.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Retrieves an int value representing this object type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Retrieves a String value representing this operator type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Retrieves an int value representing this password message type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Retrieves a String representing this permission type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.PolicyApplicationType
- Retrieves a String value representing this policy application type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Retrieves an integer value representing this scope security type.
- marshall() -
Method in class com.netegrity.llsdk6.imsapi.type.SearchDepthType
- Retrieves an int value representing this search depth type.
- MASK_ADMINDISABLED -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. Use
DisabledReasonType#ADMIN_DISABLED#getMask()
instead.
- MASK_ADMINDISABLED -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Bitmask to determine if the user account is disabled because it was explicitly disabled by an administrator.
- MASK_DISABLEDSTATE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. Use
DisabledReasonType.MASK_DISABLEDSTATE
instead.
- MASK_DISABLEDSTATE -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Disabled bits mask.
- MASK_INACTIVITY -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. Use
DisabledReasonType#INACTIVITY#getMask()
instead.
- MASK_INACTIVITY -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Bitmask to determine if the user account is disabled for inactivity over a period of time.
- MASK_MAXLOGINFAIL -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. Use
DisabledReasonType#LOGIN_FAIL#getMask()
instead.
- MASK_MAXLOGINFAIL -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Bitmask to determine if the user account is disabled for maximum login failures.
- MASK_PWEXPIRED -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. Use
DisabledReasonType#PASSWORD_EXPIRED#getMask()
instead.
- MASK_PWEXPIRED -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Bitmask to determine if the user account is disabled for password expiration.
- MASK_PWMUSTCHANGE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. Use
DisabledReasonType#PASSWORD_MUST_CHANGE#getMask()
instead.
- MASK_PWMUSTCHANGE -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Bitmask to determine if the user will be forced to change his or her password during the next login.
- MAX_VISIBLE_CHARACTERS -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
- Max numbers of characters to show in a cell
- MAX_VISIBLE_RECORDS -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
- Max numbers of rows to display from the file uploaded
- MAXCUSTOMFIELDS -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- MAXIMUM -
Static variable in class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Specifies a password condition that involves a maximum numbers
requirement.
- maxPermissionType(PermissionType, PermissionType) -
Static method in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Merge the passed PermissionType with this PermissionType such that the
resulting PermissionType is not a reduction in permission
- MemberMatchConstraint - Interface in com.netegrity.llsdk6.imsapi.policy.rule.constraints
- Base interface for membership constraints.
- MEMBERPOLICY -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
MembershipPolicy
object.
- MemberRule - Class in com.netegrity.llsdk6.imsapi.policy.rule
- Defines a condition that must be satisfied for a user
to be assigned to a role.
- MemberRule(MemberMatchConstraint, OrgMembershipConstraint) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.MemberRule
- Creates a member rule object.
- MembershipPolicy - Interface in com.netegrity.llsdk6.imsapi.policy
- Defines a membership policy for a role.
- METHOD_ID -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The ID of the method associated with the task object.
- MINIMUM -
Static variable in class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Specifies a password condition that involves a minimum numbers
requirement.
- ModifiableObject - Interface in com.netegrity.llsdk6.imsapi.abstractinterface
- Commits the current object's attribute values to the data store.
- MODIFY -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Represents an operation that modifies an object.
- MODIFY_DELEGATION_EVENT -
Static variable in class com.netegrity.imapi.IMEventName
-
- MODIFY_SUBMIT_WFACTION_BUTTONS_EVENT -
Static variable in class com.netegrity.imapi.IMEventName
-
- MODIFYACCESSROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyAccessRoleEvent.
- MODIFYACCESSTASKEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyAccessTaskEvent.
- MODIFYADMINROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyAdminRoleEvent.
- MODIFYADMINTASKEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyAdminTaskEvent.
- MODIFYCERTIFICATIONPOLICYEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyCertificationPolicyEvent.
- MODIFYGROUPEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyGroupEvent.
- MODIFYIDENTITYPOLICYSETEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyIdentityPolicySetEvent.
- MODIFYLAHDEFINITIONEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyLAHDefinitionEvent.
- modifyObject() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.ModifiableObject
- Updates the data store with the attribute values in the current
managed object.
- modifyObject(Hashtable) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.ModifiableObject
- Updates the data store with the attribute values in the current
managed object.
- modifyObject() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Updates the date store, the target eTrust Admin Managed Endpoint, with the
attribute values in the current Account object.
- modifyObject(ProvisioningPolicy[], ProvisioningPolicy[], String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Specifies the complete set of provisioning policies to assign to this
provisioning role, and immediately commits the assignments to the data store.
- modifyObject(ProvisioningRole[], String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Specifies one or more nested roles to associate with this provisioning
role, and immediately commits the associations to the data store.
- modifyObject(Hashtable, String, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- modifyObject(Task[]) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Commits to the data store any changes made to the current managed object's local
(in-memory) attribute set, and also specifies the complete set of tasks to be associated
with the role.
- MODIFYORGANIZATIONEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyOrganizationEvent.
- MODIFYPASSWORDPOLICYEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyPasswordPolicyEvent.
- modifyPolicyStoreRoleObject() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Creates or updates the policy store role object and all associated
Identity Manager role policies.
- MODIFYPROVISIONINGUSERAUDITEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyProvisioningUserAuditEvent
- MODIFYUSEREVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ModifyUserEvent.
- morePages() -
Method in class com.netegrity.llsdk6.imsapi.search.ApiResultSet
- Deprecated. Specifies whether there are more pages on the server.
- MOVE -
Static variable in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- move(Organization) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Moves the object to a new organization.
- MULTIMODIFY -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Represents an operation that performs some action on one or more primary objects.
- MULTIPLE_ANSWERS -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get a list of answers from the Logical Attribute handler.
- MULTIPLE_QUESTIONS -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get a list of available questions from the Logical Attribute handler.
- MULTIPLE_QUESTIONS_ANSWERS -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get all challenge questions and answers when they stored together
from the Logical Attribute handler.
- MULTISELECT -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Respresents a search that allows multiple selections from the result.
N
- N -
Static variable in class com.netegrity.llsdk6.imsapi.type.SearchDepthType
- Represents a search depth type that encompasses the contents of the
base organization and all its children.
- N16 -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: Windows NT.
- NAME_4_UI -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Name's field name for UI usage
- NamedObject - Interface in com.netegrity.llsdk6.imsapi.abstractinterface
- Retrieves the unique and human-readable names of a managed object.
- Namespace - Interface in com.ca.identitymanager.provisioning.managedobject
-
- NamespaceProvider - Interface in com.ca.identitymanager.provisioning.managedobjectprovider
-
- NDS -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: Novell NDS.
- NESTED_ROLE_HANDLES -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- The role object's nested (child) roles
- NESTED_ROLES -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- NESTING_ROLE_HANDLES -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- The role object's nesting (parent) roles
- NESTING_ROLES -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- NESTING_ROLES_4_UI -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
-
- NEW -
Static variable in class com.netegrity.llsdk6.imsapi.type.AttributeChangeType
- Indicates that the new value should be audited.
- NIS -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: UNIX - NIS-NIS plus Domains.
- NO_ALPHANUM -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password cannot contain
alphanumeric characters.
- NO_DIGITS -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password cannot contain digit characters.
- NO_LOWER_ALPHA -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password cannot contain
lower case letters.
- NO_METHOD_ID -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
-
- NO_METHOD_ID -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- NO_NONALPHANUM -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password cannot contain
non-alphanumeric characters.
- NO_NONPRINTABLE -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password cannot contain
non-printable characters.
- NO_PUNCTUATION -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password cannot contain punctuation.
- NO_REGEX_MATCH -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password does not match a required regular expression.
- NO_UPPER_ALPHA -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password cannot contain
upper case letters.
- NONE -
Static variable in class com.netegrity.llsdk6.imsapi.type.AttributeChangeType
- Indicates that no value should be audited.
- NONE -
Static variable in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- No severity type is associated with the event state.
- NONE -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Represents the explictly enabled state type indicating no message.
- NONE -
Static variable in class com.netegrity.llsdk6.imsapi.type.ForceCaseType
- Indicates that case is not enforced in this password policy.
- NONE -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an entity that explicitly can have no objects associated with it
- NONE -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating no message.
- NOT_EQUAL_TO -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Represents the "not equal to" operator.
- NotificationRuleAdapter - Class in com.netegrity.imapi
- The base class for custom notification rules.
- NotificationRuleAdapter() -
Constructor for class com.netegrity.imapi.NotificationRuleAdapter
-
- NotificationRuleContext - Interface in com.netegrity.imapi
- Provides access to one or all name/value pairs of user-defined
data that were specified in the email template.
- NSK -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: NSK.
O
- objectType -
Static variable in interface com.netegrity.imapi.ProvisioningRoleEvent
- Internal use only.
- ObjectType - Class in com.netegrity.llsdk6.imsapi.type
- Contains type-safe constants that specify particular types of managed objects
(for example, the
GROUP
constant specifies a
Group
managed object. - ObjectType(int, String, boolean, String, boolean) -
Constructor for class com.netegrity.llsdk6.imsapi.type.ObjectType
-
- OBJECTTYPE_PLUGIN_KEY -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
-
- OFF -
Static variable in class com.netegrity.llsdk6.imsapi.type.AutoSynchType
- Auto synch will not be applied on tasks with auto synch flag turned off.
- OLD -
Static variable in class com.netegrity.llsdk6.imsapi.type.AttributeChangeType
- Indicates that the old value should be audited.
- OLD_PASSWORD_BAD -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating the old password is invalid.
- OPENVMS -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
-
- OperatorType - Class in com.netegrity.llsdk6.imsapi.type
- Contains type-safe constants for use as operator types in search expressions.
- OPTIONLIST -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an
OptionList
object.
- OR -
Static variable in class com.netegrity.llsdk6.imsapi.type.ConjunctionType
OR
conjunction.
- ORA -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: Oracle Server.
- ORG -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an
Organization
managed object.
- Organization - Interface in com.netegrity.llsdk6.imsapi.managedobject
- Provides access to the attributes in an
Organization
managed object through the methods inherited from the base interfaces. - OrganizationEvent - Interface in com.netegrity.imapi
- A base interface that certain Identity Manager event objects implement.
- OrganizationProvider - Interface in com.netegrity.llsdk6.imsapi.provider
- Lets you create or retrieve organization objects in the
current Identity Manager environment.
- OrgFilter - Class in com.netegrity.llsdk6.imsapi.policy.rule.constraints
- Specifies a filter to use as search criteria for Organization
managed objects.
- OrgFilter() -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgFilter
- Creates an Organization filter object.
- OrgFilter(boolean) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgFilter
- Creates an Organization filter object, and specifies whether
the search result should include matching organizations and all
organizations under them.
- OrgFilter(AttributeExpression, boolean) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgFilter
- Creates an Organization filter object containing the specified attribute
expression and subtree flag.
- OrgFilter(Vector, Vector, boolean) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgFilter
- Creates an Organization filter object containing the specified attribute expressions,
conjunctions, and subtree flag.
- OrgMembershipConstraint - Class in com.netegrity.llsdk6.imsapi.policy.rule.constraints
- Defines a constraint for organization membership.
- OrgMembershipConstraint() -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgMembershipConstraint
- Creates an organization membership constraint object.
- OrgMembershipIdentifier - Interface in com.netegrity.llsdk6.imsapi.policy.rule.constraints
- Defines an organization-specific membership identifier for an organization.
- OrgScopeConstraint - Class in com.netegrity.llsdk6.imsapi.policy.rule.constraints
- Defines a constraint for an organization search scope.
- OrgScopeConstraint() -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgScopeConstraint
-
- OrgScopeIdentifier - Interface in com.netegrity.llsdk6.imsapi.policy.rule.constraints
- Defines the organization scope for a search -- for example, if the
current administrator's organization is the root organization,
OrgScopeIdentifier
specifies whether the search scope
includes just the organizations under the administrator's organization,
or the root organization as well. - OrgSelectorAdapter - Class in com.netegrity.imapi
- The abstract class for custom self-registration handlers.
- OrgSelectorAdapter() -
Constructor for class com.netegrity.imapi.OrgSelectorAdapter
-
- ORGSUBTREEDEFINITION -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an
OrgSubtreeDefinition
object.
- OWNERPOLICY -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an
OwnerPolicy
object.
P
- pagedGetGroupsInOrg(Organization, SearchDepthType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves and sorts all group objects in the specified organization(s).
This method is a specialization of Organization.getMembers(ObjectType, SearchDepthType)
.
- pagedGetGroupsInOrg(TSContext, Organization, SearchDepthType, AttributeRightsCollection, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves and sorts all group objects in the specified organization(s) --
attribute permissions are included in the returned objects.
This method is a specialization of Organization.getMembers(ObjectType, SearchDepthType)
.
- pagedGetMembers(ObjectType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves the objects in this group, in sorted order.
- pagedGetMembers(TSContext, ObjectType, AttributeRightsCollection, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves the objects in this group, in sorted order -- attribute permissions are
included in the returned objects.
- pagedGetMembers(ObjectType, SearchDepthType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves a sorted list of the objects of the specified type that are members of this organization,
and optionally, of organizations below it.
- pagedGetMembers(TSContext, ObjectType, SearchDepthType, AttributeRightsCollection, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves a sorted list of the objects of the specified type that are members of this organization,
and optionally, of organizations below it -- attribute permissions are included in the returned objects.
- pagedGetOrgsInOrg(Organization, SearchDepthType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves and sorts all organization objects in the specified organization(s).
This method is a specialization of Organization.getMembers(ObjectType, SearchDepthType)
that handles scoping.
- pagedGetOrgsInOrg(TSContext, Organization, SearchDepthType, AttributeRightsCollection, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves and sorts all organization objects in the specified organization(s) --
attribute permissions are included in the returned objects.
This method is a specialization of Organization.getMembers(ObjectType, SearchDepthType)
that handles scoping.
- pagedGetUsers(Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves the user objects in this group, in sorted order.
- pagedGetUsers(TSContext, AttributeRightsCollection, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Deprecated. As of FW 2.0, no alternate method exists.
Retrieves the user objects in this group, in sorted order -- attribute permissions are
included in the returned objects.
- pagedSearchManagedObjects(ObjectType, Vector, SearchDepthType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. Deprecated in IdentityMinder 6.0. Use
pagedSearchManagedObjects()
containing ConjunctionType
.
- pagedSearchManagedObjects(ObjectType, Vector, ConjunctionType, SearchDepthType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. As of FW 2.0, no alternate method exists.
Searches for objects of the specified type that are members of this organization,
and optionally, of organizations below it, and sorts the result.
- pagedSearchManagedObjects(TSContext, ObjectType, Vector, SearchDepthType, AttributeRightsCollection, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. Deprecated in IdentityMinder 6.0. Use
pagedSearchManagedObjects()
containing ConjunctionType
.
- pagedSearchManagedObjects(TSContext, ObjectType, Vector, ConjunctionType, SearchDepthType, AttributeRightsCollection, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. As of FW 2.0, no alternate method exists.
Searches for objects of the specified type that are members of this organization,
and optionally, of organizations below it, and sorts the result -- attribute
permissions are included in the returned objects.
- pagedSearchOrgForGroups(Organization, Vector, SearchDepthType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Deprecated. Deprecated in IdentityMinder 6.0. Use
pagedSearchOrgForGroups()
containing ConjunctionType
.
- pagedSearchOrgForGroups(Organization, Vector, ConjunctionType, SearchDepthType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Deprecated. As of FW 2.0, no alternate method exists.
Searches for groups within the specified organization(s) and sorts the result.
This method is a specialization of Organization.searchManagedObjects()
.
- pagedSearchOrgForGroups(TSContext, Organization, Vector, ConjunctionType, SearchDepthType, AttributeRightsCollection, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Searches for groups within the specified organization(s) and sorts the result --
attribute permissions are included in the returned objects.
- pagedSearchOrgForOrgs(Organization, Vector, SearchDepthType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Deprecated. Deprecated in IdentityMinder 6.0. Use
pagedSearchOrgForOrgs()
containing ConjunctionType
.
- pagedSearchOrgForOrgs(Organization, Vector, ConjunctionType, SearchDepthType, Enumeration, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Deprecated. As of FW 2.0, no alternate method exists.
Searches for organizations within the specified organization(s) and sorts the result.
This method is a specialization of Organization.searchManagedObjects()
.
- pagedSearchOrgForOrgs(TSContext, Organization, Vector, ConjunctionType, SearchDepthType, AttributeRightsCollection, SearchCursor) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Deprecated. As of FW 2.0, no alternate method exists.
Searches for organizations within the specified organization(s) and sorts the result --
attribute permissions are included in the returned objects.
This method is a specialization of Organization.searchManagedObjects()
.
- PARENTORG -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an object of type Organization -- a special type used for auditing/business change event sink only.
- ParentOrganizationEvent - Interface in com.netegrity.imapi
- A base interface that certain Identity Manager event objects implement.
- ParticipantResolverAdapter - Class in com.netegrity.imapi
- The base class for custom participant resolvers.
- ParticipantResolverAdapter() -
Constructor for class com.netegrity.imapi.ParticipantResolverAdapter
-
- ParticipantResolverContext - Interface in com.netegrity.imapi
- Provides a participant resolver with access to:
IMContext
information about the current task. - PASSWORD_EXPIRED -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Respresents disablement due to an expired password.
- PASSWORD_MUST_CHANGE -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Respresents the qualifer that the user's password must change.
- PASSWORD_POLICY -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
PasswordPolicy
object.
- PASSWORD_POLICY_REGEX -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
PasswordPolicyRegEx
object.
- PASSWORDCHANGE -
Static variable in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- PasswordCondition - Class in com.netegrity.llsdk6.imsapi.utility
- Encapsulates information about why a given user password is invalid,
and possibly, what value needs to be changed to make the password valid.
- PasswordCondition() -
Constructor for class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Internal use only.
- PasswordCondition(PasswordMessageType) -
Constructor for class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Internal use only.
- PasswordMessageType - Class in com.netegrity.llsdk6.imsapi.type
- Provides type-safe constants that specify different types of password policy violations.
- PasswordPolicy - Interface in com.netegrity.llsdk6.imsapi.managedobject
- Provides access to the attributes in a
PasswordPolicy
managed object through the methods
inherited from the base interfaces. - PasswordPolicyRegEx - Interface in com.netegrity.llsdk6.imsapi.metadata
- Represents each regular associated with a password policy.
- PermissionType - Class in com.netegrity.llsdk6.imsapi.type
- Contains type-safe constants that represent the permissions assigned to
directory attributes.
- persist() -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- persistAddRelatedObject(ManagedObject) -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- persistAddRelatedObject(ManagedObject) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- Called by an event to immediately persist the adding of the related object.
- persisted() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ManagedObject
- Checks if the ManagedObject has been persisted.
- persistRelatedObjectNameChange(String, String) -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- persistRelatedObjectNameChange(String, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- Immediately persist a name change to a related object.
- persistRemoveRelatedObject(ManagedObject) -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- persistRemoveRelatedObject(ManagedObject) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- Called by an event to immediately persist th eremoving of the related object.
- PHASE_INITIAL -
Static variable in interface com.netegrity.imapi.TabSequenceContext
-
- PHASE_RESPONSE -
Static variable in interface com.netegrity.imapi.TabSequenceContext
-
- PLS -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: PLS.
- PluginManager - Interface in com.netegrity.llsdk6.imsapi.plugin
-
- Policy - Interface in com.netegrity.llsdk6.imsapi.policy
- Base interface for Identity Manager policies.
- PolicyApplicationType - Class in com.netegrity.llsdk6.imsapi.type
- Contains constants indicating how allocations from this policy are applied.
- prePersist() -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- PRIMARY -
Static variable in class com.netegrity.llsdk6.imsapi.type.AttributeExpressionType
- Represents a primary object attribute
(
PrimaryAttributeExpression
).
- ProcessStep - Class in com.netegrity.ims.tabhandlers
- Specifies the type of operation being performed when the status
reported in
ErrorLevel
occurred
-- for example, during logical attribute processing
or during data validation. - PROFILE_MATCH -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating that too many consecutive
characters in the password match personal information in the user profile.
- PROPERTY_ACCOUNT_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- The Provisioning Policy object's account name mapping.
- PROPERTY_ACCOUNT_TEMPLATES -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
-
- PROPERTY_CERTIFICATION_STATUS -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user's certification status
- PROPERTY_COMMENTS -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- The Provisioning object's comments.
- PROPERTY_CONTAINER -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's container.
- PROPERTY_CONTAINER -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.EndpointGroup
- Attribute identifier for the endpoint groups container's name.
- PROPERTY_CONTAINER -
Static variable in class com.netegrity.imapi.EnhancedAuditData
- The unique identifier of the container object.
- PROPERTY_CONTAINER -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's container name.
- PROPERTY_CONTAINER -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's container.
- PROPERTY_CONTAINER_CHILD_TYPE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the type of object this
container can contain.
- PROPERTY_CONTAINER_HANDLE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's container handle.
- PROPERTY_CONTAINER_HANDLES -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
- Used in search results as a temporary human-friendly summary of containers mentioned in %CONTAINERS% XML value, *NOT PERSISTED*.
- PROPERTY_CONTAINER_ID -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's container ID.
- PROPERTY_CONTAINER_ID -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's container ID.
- PROPERTY_CONTAINER_NAME -
Static variable in class com.netegrity.imapi.EnhancedAuditData
- The friendly name of the container object.
- PROPERTY_CONTAINER_TYPE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the container type.
- PROPERTY_CONTAINER_TYPE -
Static variable in class com.netegrity.imapi.EnhancedAuditData
- The object type of the container object.
- PROPERTY_CONTAINERS -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
- Attribute for the explore and correlate object's containers.
- PROPERTY_CORRELATE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
- Attribute for the explore and correlate object's correlate attribute.
- PROPERTY_CREATE_GLOBAL_USER -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
- Attribute for the explore and correlate object's create global user attribute.
- PROPERTY_DELEGATORS -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute holds delegation of workflow task from other users.
- PROPERTY_DESCRIPTION -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- The Provisioning object's description.
- PROPERTY_DESCRIPTION -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's description.
- PROPERTY_DESCRIPTION -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Attribute identifier for the organization object's description.
- PROPERTY_DYNAMIC_GROUP_MEMBERSHIP -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's dynamic group membership flag.
- PROPERTY_EMAIL -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's email address.
- PROPERTY_ENABLED_STATE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's enabled state.
- PROPERTY_ENDPOINT -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's endpoint.
- PROPERTY_ENDPOINT -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the container object's endpoint.
- PROPERTY_ENDPOINT -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- The Provisioning Policy object's endpoint(s).
- PROPERTY_ENDPOINT_DESCRIPTION -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the endpoint's description.
- PROPERTY_ENDPOINT_HANDLE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's endpoint handle.
- PROPERTY_ENDPOINT_HANDLE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the container object's endpoint.
- PROPERTY_ENDPOINT_HANDLE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Endpoint
- Attribute identifier for the endpoint's unique name.
- PROPERTY_ENDPOINT_NAMES -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- The account template object's endpoint(s) friendly names.
- PROPERTY_ENDPOINT_TYPE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's endpoint type.
- PROPERTY_ENDPOINT_TYPE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the container object's endpoint type.
- PROPERTY_ENDPOINT_TYPE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Endpoint
- Attribute identifier for the endpoint object's endpoint type.
- PROPERTY_ENDPOINT_TYPE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- Attribute identifier for the provisioning policy object's endpoint type.
- PROPERTY_ENDPOINTS -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- Attribute identifier for the endpoints associated with the provisioning policy.
- PROPERTY_EXCEPTION_ACCOUNT -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
-
- PROPERTY_EXCEPTION_ACCOUNT_JIAM -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
-
- PROPERTY_EXPLORE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
- Attribute for the explore and correlate object's explore attribute.
- PROPERTY_EXPLORE_METHOD -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the container object's endpoint.
- PROPERTY_FIRST_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's first name.
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's name.
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the container object's name.
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Endpoint
- Attribute identifier for the account object's name.
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.EndpointGroup
- Attribute identifier for the endpoint group object's name.
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
- Attribute for the explore and correlate object's name.
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningNonManagedObject
-
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- Attribute identifier for the provisioning policy object's name
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's friendly name.
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Attribute identifier for the organization object's friendly name.
- PROPERTY_FRIENDLY_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's friendly name.
- PROPERTY_FULL_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's full name.
- PROPERTY_GROUP_ADMIN -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's administrator flag.
- PROPERTY_GROUP_ADMIN_GROUP -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's administrator flag.
- PROPERTY_GROUP_MEMBERSHIP -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's membership flag.
- PROPERTY_IDENTITY_POLICY -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user's identity policies
- PROPERTY_ITEM -
Static variable in class com.netegrity.imapi.EnhancedAuditData
- The unique identifier of the contained object.
- PROPERTY_ITEM_NAME -
Static variable in class com.netegrity.imapi.EnhancedAuditData
- The friendly name of the contained object.
- PROPERTY_ITEM_TYPE -
Static variable in class com.netegrity.imapi.EnhancedAuditData
- The object type of the contained object.
- PROPERTY_LAST_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's last name.
- PROPERTY_LASTCERTIFIED_DATE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user's last date they were certified
- PROPERTY_LOCKED -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
-
- PROPERTY_LOCKED_STATE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's locked state.
- PROPERTY_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ProvisioningPolicy
- The Provisioning object's friendly name.
- PROPERTY_NESTED_GROUP_MEMBERSHIP -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's nested group membership flag.
- PROPERTY_ORG_MEMBERSHIP -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's organization membership.
- PROPERTY_ORG_MEMBERSHIP -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Attribute identifier for the organization object's organization membership flag.
- PROPERTY_ORG_MEMBERSHIP -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's organization membership.
- PROPERTY_ORG_MEMBERSHIP_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's organization membership name.
- PROPERTY_PARENT_DETAILS -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the container object's parent name.
- PROPERTY_PARENT_HANDLE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the container object's parent handle.
- PROPERTY_PARENT_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the container object's parent name.
- PROPERTY_PASSWORD -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's password.
- PROPERTY_PASSWORD -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's password.
- PROPERTY_PASSWORD_DATA -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's password data which is used by password policies.
- PROPERTY_PASSWORD_HINT -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's password hint.
- PROPERTY_RESTRICT_TO -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Container
- Attribute identifier for the search restriction.
- PROPERTY_SCHEDULING -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
- Attribute for the explore and correlate object's scheduling.
- PROPERTY_SELF_SUBSCRIBING -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's self-subscription flag.
- PROPERTY_SOURCE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's source
- PROPERTY_SUSPENDED_STATE -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's suspended state.
- PROPERTY_UNIQUE_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Attribute identifier for the group object's unique name.
- PROPERTY_UNIQUE_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Attribute identifier for the organization object's unique name .
- PROPERTY_UNIQUE_NAME -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Attribute identifier for the user object's unique name.
- PROPERTY_UPDATE_GLOBAL_USER_FIELDS -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.ExploreAndCorrelateDef
- Attribute for the explore and correlate object's update global user fields attribute.
- PROPERTY_USER_FRIENDLY_NAME -
Static variable in interface com.ca.identitymanager.provisioning.managedobject.Account
- Attribute identifier for the account object's user.
- PropertyDict - Interface in com.netegrity.llsdk6.imsapi.collections
- Contains a tab's configuration parameters as defined in the
Identity Manager User Console.
- ProviderAccessor - Interface in com.netegrity.imapi
- Provides all Identity Manager APIs with direct access to the managed objects in the
data store.
- PROVISIONABLE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's provisionable flag.
- PROVISIONING_POLICY -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
ProvisioningRole
object.
- PROVISIONING_ROLE -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
ProvisioningRole
object.
- ProvisioningNonManagedObject - Interface in com.ca.identitymanager.provisioning.managedobject
-
- ProvisioningNonManagedObjectProvider - Interface in com.ca.identitymanager.provisioning.managedobjectprovider
-
- ProvisioningPolicy - Interface in com.ca.identitymanager.provisioning.managedobject
-
- ProvisioningPolicy - Interface in com.netegrity.llsdk6.imsapi.policy
- Contains information about an eTrust Admin provisioning policy
as it is defined to Identity Manager.
- ProvisioningPolicyProvider - Interface in com.ca.identitymanager.provisioning.managedobjectprovider
- ProvisioningPolicy provider manages different types of account templates.
- ProvisioningPolicyProvider - Interface in com.netegrity.llsdk6.imsapi.provider
- Lets you retrieve provisioning policy objects in the current Identity Manager environment.
- ProvisioningRole - Interface in com.netegrity.llsdk6.imsapi.managedobject
- Provides access to the attributes in an eTrust Admin
ProvisioningRole
managed object through the methods inherited from the base interface
Role
. - ProvisioningRoleEvent - Interface in com.netegrity.imapi
- A base interface that certain Identity Manager event objects implement.
- ProvisioningRoleEventData - Class in com.netegrity.ims.events
- This class is used to store role data in the event.
- ProvisioningRoleEventData(TaskSession, String) -
Constructor for class com.netegrity.ims.events.ProvisioningRoleEventData
-
- ProvisioningRoleProvider - Interface in com.netegrity.llsdk6.imsapi.provider
- Lets you create or retrieve Provisioning Roles which have been defined
in the current Identity Manager environment.
- ProvisioningSynchronizationProvider - Interface in com.netegrity.llsdk6.imsapi.provider
- Interface used by the provisioning synchronization to find, create and delete provisioning users
and find corporate users when necessary.
- PWD_MUST_CHANGE_EXTRA_PROPERTY -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Extra property passed during password reset
Q
- QUESTION -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get a single question stored by itself from the Logical Attribute handler..
- QUESTION_ANSWER -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get a question and an answer, stored together and separated by a delimiter,
from the Logical Attribute handler.
- QUESTION_BUNDLE -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get the
.properties
file in the IdentityMinder.ear\custom
directory from the Logical Attribute handler.
- QUESTION_DELIMITER -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get the Delimiter property from the Logical Attribute hamdler.
- QUESTION_FILE -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get the QuestionFile property from the Logical Attribute handler.
- QUESTION_MARK -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Denotes the "?" character, the default delimiter between the question and its answer
when they are stored together.
R
- RAC -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: RACF.
- READONLY -
Static variable in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Represents read-only permission.
- READWRITE -
Static variable in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Represents read/write permission.
- READWRITEMANDATORY -
Static variable in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Represents read/write permission for a mandatory attribute.
- REASON_EXPLICITCREATE -
Static variable in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- An administrator explicitly created the account for the user.
- REASON_ROLEMEMBER -
Static variable in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- The account was created from information in a
provisioning role that the user is assigned to -- that is, attributes
in the provisioning policies contained in the role were automatically propagated
to the account.
- reference -
Variable in class com.netegrity.imapi.TaskValidator.StringRef
- The error message or updated attribute value to pass to Identity Manager.
- reference -
Variable in class com.netegrity.llsdk6.imsapi.metadata.IAttributeValidator.StringRef
- The error message or updated attribute value to pass to Identity Manager.
- REGEX_MATCH -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password matches a disallowed regular expression.
- reject(Hashtable) -
Method in interface com.netegrity.imapi.WorkflowContext
- Rejects the workflow process.
- rejected(EventContext) -
Method in class com.netegrity.imapi.EventListenerAdapter
- Performs custom business logic during the Rejected state.
- Relationship - Interface in com.netegrity.llsdk6.imsapi.managedobject
- Relationship objects represents a relationship on a specific instance of a
primary object.
- RELATIONSHIP -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates an object of type
RELATIONSHIP
-- a special type used
for auditing/business change event sink only.
- RelationshipProvider - Interface in com.netegrity.llsdk6.imsapi.provider
-
- relocate(Container) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Relocate an account to another container
- remove(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Removes the specified property from the dictionary.
- removeAdmin(User) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Removes a user from the list of administrators for this group.
- removeAdminGroup(Group) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Group
- Removes a Group from the list of administrators for this group.
- removeAttributes(Vector) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Removes the specified attributes from this attribute collection.
- removeButton(int) -
Method in interface com.netegrity.imapi.TabSequenceContext
- This methods removes a button that was previously added.
- removeEntry(String) -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Removes an attribute right from the collection, specified by attribute name.
- removeEntry(AttributeRight) -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Removes the passed-in attribute right object from the collection.
- removeFromGroup(Group) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.GroupableObject
- Removes the current object from the specified group.
- REMOVEFROMGROUPEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RemoveFromGroupEvent.
- removeFromRole(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Deprecated. Deprecated in IdentityMinder 6,0. Use
removeFromRoleMembership()
.
- removeFromRoleAdministration(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.Grantor
- Removes the current user as role administrator for the specified role.
- removeFromRoleMembership(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Removes the current object from membership in the specified role.
- removeFromRoleMembership(Role, boolean, String) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Removes the current object from membership in the specified role and optionally remove associated accounts (ProvisioningRole only)..
- removeFromRoleMembership(Role, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AssignableObject
- Deprecated. Deprecated in IdentityMinder r12. Use removeFromRoleMembership(Role role,boolean removeAccounts, String operationID)
- REMOVEGRANTORONACCESSROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RemoveGrantorOnAccessRoleEvent.
- REMOVEGRANTORONADMINROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RemoveGrantorOnAdminRoleEvent.
- REMOVEGRANTORONGROUPEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RemoveGrantorOnGroupEvent.
- REMOVEGRANTORONPROVISIONINGROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RemoveGrantorOnProvisioningRoleEvent.
- REMOVEGROUPADMINEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RemoveGroupAdminEvent.
- REMOVEGROUPADMINGROUPEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RemoveGroupAdminGroupEvent.
- REMOVEGROUPFROMGROUPEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RemoveGroupFromGroupEvent.
- removeProvisioningPolicies(ProvisioningPolicy[], String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Removes one or more provisioning policies from this provisioning role.
- removeRelatedObject(ManagedObject) -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- removeRelatedObject(ManagedObject) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- Removes a given managed object from the primary managed object's relationship if this is multi-valued.
- removeScopingRule(ObjectType) -
Method in interface com.netegrity.llsdk6.imsapi.policy.MembershipPolicy
- Removes the scope rule for the specified managed object type.
- removeScopingRule(ObjectType, ScopePurpose) -
Method in interface com.netegrity.llsdk6.imsapi.policy.MembershipPolicy
- Removes the scope rule for the specified managed object type.
- removeSessionAttribute(String) -
Method in interface com.netegrity.imapi.IMContext
- Removes a user-defined data object from the current task session.
- removeTasks(Task[]) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Removes one or more tasks from the set of tasks associated with this role.
- removeThreadLocale() -
Static method in class com.netegrity.ims.util.Localizer
- Removes the locale for the currently executing thread.
- REPEATING_CHARS -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating the presence of repeating characters.
- REPORT_INSTANCE -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
RptInfoManagedObject
object.
- REPORTINSTANCEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Report instance events
- RESERVED1 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESERVED10 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESERVED2 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESERVED3 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESERVED4 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESERVED5 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESERVED6 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESERVED7 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESERVED8 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESERVED9 -
Static variable in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- RESETPASSWORDEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ResetPasswordEvent.
- resolve(ParticipantResolverContext, Hashtable, String) -
Method in class com.netegrity.imapi.ParticipantResolverAdapter
- Determines the list of participants for the approval task passed in the
approvalTaskName
parameter and returns the list to Identity Manager.
- ResultsContainer - Interface in com.netegrity.imapi
- Contains relationship information for the subject of the current task.
- RESUME -
Static variable in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- REUSE -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating the reuse of a password.
- REVOKEACCESSROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RevokeAccessRoleEvent.
- REVOKEADMINROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RevokeAdminRoleEvent.
- REVOKEPROVISIONINGROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event RevokeProvisioningRoleEvent.
- Role - Interface in com.netegrity.llsdk6.imsapi.managedobject
- Provides access to the attributes in a
Role
managed object through the methods inherited from the base
interfaces. - Role.CustomFieldId - Class in com.netegrity.llsdk6.imsapi.managedobject
- Contains identifiers for the custom fields on an access/admin roles
configuration screen.
- ROLE_DISPLAY_DATA -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
RoleDisplayData
object.
- RoleDisplayData - Interface in com.netegrity.llsdk6.imsapi.metadata
- Represents the information Identity Manager needs to display a line in a list of roles.
- RoleObjectQuery - Class in com.netegrity.llsdk6.imsapi.search
- Defines a query on the full set of role objects in the current
Identity Manager environment.
- RoleObjectQuery() -
Constructor for class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Creates a new, empty query.
- ROLES_ADMIN_ADMIN -
Static variable in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Represents the scope of the task is all roles the current admin is an owner of
- ROLES_ADMIN_OF -
Static variable in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Represents the scope of the task is all roles the current admin is an admin of
- ROLES_MEMBER_ADMIN -
Static variable in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Represents the scope of the task is all roles the current admin is an owner of
- ROLES_OWNER_OF -
Static variable in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Represents the scope of the task is all roles the current admin is an owner of
- RSA -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: RSA SecurId.
- RuleConstraint - Interface in com.netegrity.llsdk6.imsapi.policy.rule.constraints
- Base interface for rule constraints.
S
- SAPA -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: SAP R3.
- SBL -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: SBL
- SCHEMA -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get the schema type from the Logical Attribute handler.
- SCHEMA_MV_ATTRIBUTE -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get questions and answers stored in a single, multi-valued attribute
from the Logical Attribute handler.
- SCHEMA_SEPARATE_ATTRIBUTES -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get each question and each answer when stored separately from the
Logical Attribute handler.
- SCHEMA_SIN_ATTRIBUTES -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get a question and answer pair stored in a single attribute
from the Logical Attribute handler.
- ScopeRule - Class in com.netegrity.llsdk6.imsapi.policy.rule
- Defines a condition used to determine the set of objects that
can be managed by a member or administrator of a role.
- ScopeRule(ScopeMatchConstraint, ObjectType) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
- Creates a scope rule object.
- ScopeRule(ScopeMatchConstraint, ObjectType, ScopePurpose) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
- Creates a scope rule object.
- ScopeRule(ScopeMatchConstraint, OrgScopeConstraint, ObjectType) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
- Creates a scope rule object.
- ScopeSecurityType - Class in com.netegrity.llsdk6.imsapi.type
- Contains type-safe constants that represent the kind of security scope that a task has.
- SCREEN -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
Screen
object.
- ScreenContext - Interface in com.netegrity.imapi
- Provides access to information and services for the current screen in a profile tab.
- SCREENDEFINITION -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
ScreenDefinition
object.
- SCREENFIELD -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
ScreenField
type object.
- SEARCH -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Respresents a search task consisting of a search screen only.
- searchAccessRoles(RoleObjectQuery) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessRoleProvider
- Searches for a subset of the access roles in the Identity Manager environment.
- searchAccessTasks(TaskObjectQuery) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AccessTaskProvider
- Searches for a subset of the access tasks in the Identity Manager environment.
- searchAdminRoles(RoleObjectQuery) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminRoleProvider
- Searches for a subset of the admin roles in the Identity Manager environment.
- searchAdminTasks(TaskObjectQuery) -
Method in interface com.netegrity.llsdk6.imsapi.provider.AdminTaskProvider
- Searches for a subset of the admin tasks in the Identity Manager environment.
- searchAllProvisioningRoles(ProvisioningRoleObjectQuery) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Searches for a subset of the provisioning roles using enhanced search capabilities in the Identity
Manager environment.
- SearchCursor - Class in com.netegrity.llsdk6.imsapi.search
- Deprecated. As of FW 2.0, no alternate class exists.
Performs sorting and paging operations for search result sets.
The Identity Manager API uses the sorting and paging capabilites of the
target LDAP directory or ODBC database.
You can use this object to define sorting and paging behavior
for the search...
methods in the Identity Manager
providers that retrieve managed objects -- that is,
UserProvider
,
GroupProvider
, and
OrganizationProvider
- SearchCursor(Vector, int, boolean, boolean) -
Constructor for class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Constructs a
SearchCursor
object with a given sort
order, block size (type int
), and preferences regarding
sorting and paging requirements.
- SearchCursor(Vector, long, boolean, boolean) -
Constructor for class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Constructs a
SearchCursor
object with a given sort
order, block size (type long
), and preferences regarding
sorting and paging requirements.
- SearchDepthType - Class in com.netegrity.llsdk6.imsapi.type
- Contains type-safe constants that specify the scope of a search.
- SearchExpression - Class in com.netegrity.llsdk6.imsapi.search
- Defines a search expression.
- SearchExpression(String, OperatorType, String) -
Constructor for class com.netegrity.llsdk6.imsapi.search.SearchExpression
- Creates a search expression.
- searchManagedObjects(ObjectType, Vector, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. Deprecated in IdentityMinder 6.0. Use
searchManagedObjects()
containing ConjunctionType
.
- searchManagedObjects(TSContext, ObjectType, Vector, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. Deprecated in IdentityMinder 6.0. Use
searchManagedObjects()
containing ConjunctionType
.
- searchManagedObjects(ObjectType, Vector, ConjunctionType, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. As of FW 2.0, replaced by
Organization.searchManagedObjects(SearchContext)
Searches for objects of the specified type that are members of this organization,
and optionally, of organizations below it.
- searchManagedObjects(SearchContext) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Searches for objects of the specified type that are members of this organization,
and optionally, of organizations below it.
- searchManagedObjects(TSContext, ObjectType, Vector, ConjunctionType, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Organization
- Deprecated. As of FW 2.0, replaced by
Organization.searchManagedObjects(SearchContext)
Searches for objects of the specified type that are members of this organization,
and optionally, of organizations below it -- attribute permissions are included in
the returned objects.
- searchOnlyProvServerProvisioningRoles(ScopeRule) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
-
- searchOrgForGroups(Organization, Vector, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Deprecated. Deprecated in IdentityMinder 6.0. Use
searchOrgForGroups()
containing ConjunctionType
.
- searchOrgForGroups(Organization, Vector, ConjunctionType, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Searches for groups within the specified organization(s).
- searchOrgForGroups(TSContext, Organization, Vector, ConjunctionType, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.GroupProvider
- Searches for groups within the specified organization(s) -- attribute
permissions are included in the returned objects.
- searchOrgForOrgs(Organization, Vector, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Deprecated. Deprecated in IdentityMinder 6.0. Use
searchOrgForOrgs()
containing ConjunctionType
.
- searchOrgForOrgs(Organization, Vector, ConjunctionType, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Searches for organizations within the specified organization(s).
- searchOrgForOrgs(TSContext, Organization, Vector, ConjunctionType, SearchDepthType, AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.provider.OrganizationProvider
- Searches for organizations within the specified organization(s) -- attribute
permissions are included in the returned objects.
- searchOrgForUsers(Organization, Vector, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Deprecated. Deprecated in IdentityMinder 6.0. Use
searchOrgForUsers()
containing ConjunctionType
.
- searchOrgForUsers(Organization, Vector, SearchDepthType, Enumeration, AdminTask, User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Deprecated. Deprecated in IdentityMinder 6.0 Use
searchOrgForUsers()
containing ConjunctionType
.
- searchOrgForUsers(TSContext, Organization, Vector, ConjunctionType, SearchDepthType, AttributeRightsCollection, AdminTask, User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Searches for organizations within the specified organization(s) -- attribute
permissions are included in the returned objects.
- searchOrgForUsers(Organization, Vector, ConjunctionType, SearchDepthType, Enumeration) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Deprecated.
- searchOrgForUsers(SearchContext) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
-
- searchOrgForUsers(Organization, Vector, ConjunctionType, SearchDepthType, Enumeration, AdminTask, User) -
Method in interface com.netegrity.llsdk6.imsapi.provider.UserProvider
- Searches for users within the specified organization(s).
- searchProvisioningPolicies(String, ProvisioningPolicyObjectQuery, long) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningPolicyProvider
- Searches for a subset of the provisioning policies in the Identity Manager environment
within the specified namespace.
- searchProvisioningRoles(RoleObjectQuery) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Searches for a subset of the provisioning roles in the Identity Manager environment.
- searchProvisioningRoles(ProvisioningRoleObjectQuery, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Search for provisioning roles which meet the criteria defined in the specified query.
- searchProvisioningRoles(ProvisioningRoleObjectQuery, boolean, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Same as above but allows control over parent/including role calculation
- searchProvisioningRoles(ProvisioningRoleObjectQuery) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Searches for a subset of the provisioning roles using enhanced search capabilities in the Identity Manager
environment.
- searchProvisioningRoles(IAMDomain, Vector, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Searches for ProvisioningRoles in ETrustAdmin.
- SecurityProvider - Interface in com.netegrity.llsdk6.imsapi.provider
- Provides security information for the current Identity Manager environment, such as
the operations that an administrator can perform in the environment, and the objects
that are in an administrator's scope.
- SECURITYVALIDATE -
Static variable in class com.netegrity.ims.tabhandlers.ProcessStep
- Represents an operation that occurred during security validation.
- SELECT -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Respresents a search that allows a single selection from the result.
- SELFCREATE -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Represents a self-registration operation.
- SELFMODIFY -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Represents an operation where the current administrator object is modified.
- SELFREGISTERUSEREVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event SelfRegisterUserEvent.
- SELFVIEW -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Represents an operation where the current administrator object is viewed.
- sendAuditEvent(AuditEvent) -
Method in interface com.netegrity.imapi.TaskInfo
- Sends an auditing event to the Identity Manager auditing mechanism.
- ServiceProvider - Interface in com.netegrity.imapi
- Provides the Identity Manager APIs with access to services
such as password and encryption operations.
- setActionsAttrName(String) -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Sets actions attribute name.
- setActionType(ActionType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the action type (such as Create, Delete, Modify)
associated with this task.
- setActionType(ActionType) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the action type component of the query.
- setAddAccountSynched(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
-
- setAddedProvisioningPolicies(Vector) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Sets the added provisioning policies
- setAdminDN(String) -
Method in class com.netegrity.ims.EventProfile
- Sets the distinguished name of the administrator
who executed the task that generated the event.
- setAdminDN(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- setAdminManagementFlag(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.policy.AdminPolicy
- Sets the administrator management flag for this policy.
- setAdminName(String) -
Method in class com.netegrity.ims.EventProfile
- Sets the name of the administrator
who executed the task that generated the event.
- setAdminName(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- setAdminPolicies(Vector) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Sets the admin policies
- setAllowDuplicateCustom(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Sets the flag that determines if duplicate values are allowed in custom fields
- setAllowFailedWrites(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the flag indicating whether successful login is allowed in the event that login tracking
fails for this
PasswordPolicy
.
- setApplication(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the unique identifier of the application associated with this task.
- setApplication(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the application name component of the query.
- setApplyLowerPriority(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of the flag that detrmines whether to apply lower priority password policies.
- setArgument(int, int) -
Method in class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Internal use only.
- setAssignedPolicy(ProvisioningPolicy) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Sets a template on the role
- setAssignedResource(User) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Sets a user as assigned to role
- setAttribute(String, Object) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Updates the current value of the specified attribute.
- setAttribute(String) -
Method in class com.netegrity.llsdk6.imsapi.metadata.AttributeRight
- Sets the attribute name for this object.
- setAttribute(String) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Renames the attribute expression.
- setAttribute(String) -
Method in class com.netegrity.llsdk6.imsapi.search.SearchExpression
- Changes the attribute name for this
SearchExpression
.
- setAttributeMatchLength(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the number of consecutive password characters to compare to personal information in user profile attributes for this PasswordPolicy.
- setAttributeMultiValue(String, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Sets the current values of the specified multi-value attribute.
- setAttributeRight(AttributeRight) -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
- Adds a new right to this collection.
- setAttributes(Hashtable) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Deprecated. Deprecated in IdentityMinder 6.0. Use of this method is strongly discouraged.
Use a method such as
setAttribute()
or
setAttributeMultiValue()
to
assign values to attributes.
- setAuditable(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the auditing flag for the task.
- setAuditFilter(AuditFilter) -
Method in class com.netegrity.imapi.EnhancedAuditData
- Sets the
AuditFilter
.
- setAutoAccountSynch(AutoSynchType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the automatic synchronization flag for the user's eTrust Admin provisioning accounts.
- setAutomaticExecution(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the flag for automatic execution of the task
- setAutomaticExecution(boolean) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the task flag for automatic execution.
- setAutoSynch(AutoSynchType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the synchronization flag for the task.
- setBool(String, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Sets a boolean configuration parameter by name.
- setBoolean(String, Boolean) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Sets a Boolean configuration parameter by name.
- setBuild(int) -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Sets the build portion of the version number.
- setCategory(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the task category component of the query.
- setCategory2(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the level 2 task category component of the query.
- setCategory2Order(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the Level 2 category order for the task
- setCategory2Order(int) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the task level 2 category order.
- setCategory3(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the level 3 task category component of the query.
- setCategory3Order(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the Level 3 category order for the task
- setCategory3Order(int) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the task level 3 category order.
- setCategoryOrder(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the Category order for the task
- setCategoryOrder(int) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the task category order.
- setChangeActions(ChangeRuleType, ChangeActionCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Sets the change rule of this specified type associated with this
role -- typically used by Identity Manager only.
- setChangeActions(ChangeRuleType, String, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Sets the change rule of this specified type associated with this
role -- typically used by Identity Manager only.
- setCheckScopeOnModify(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the scope check flag for this task.
- setCopyable(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Set whether relationship is copyable or not
- setCRVersion(int) -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Sets the CR portion of the version number.
- setCurrentAdminPolicies(Vector) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Sets the current admin policies
- setCurrentMembershipPolicies(Vector) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Sets the current membership policies
- setCurrentOwnerPolicies(Vector) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Sets the current owner policies
- setCurrentProvisioningPolicies(Vector) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Sets the current provisioning policies
- setCustom01(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustom02(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustom03(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustom04(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustom05(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustom06(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustom07(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustom08(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustom09(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustom10(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
-
- setCustomField(Role.CustomFieldId, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Sets the value of the specified reserved field, overwriting any existing value.
- setDeletionSequence(String) -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Sets deletion sequence string which is used to determine which value in the parsed file should be deleted from the managed
object later.
- setDictionaryMatchLength(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum length of words checked against the dictionary for this
PasswordPolicy
.
- setDictionaryPath(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the directory filter path of the
PasswordPolicy
.
- setDictName(String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Sets the name of this property dictionary -- typically used by
Identity Manager.
- setDirectoryFilterPath(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the directory filter path of the
PasswordPolicy
.
- setDirectoryFilterRecurse(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the scope of the directory filter associated with the
PasswordPolicy
.
- setDirectoryFilterResolution(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the directory filter resolution of the
PasswordPolicy
.
- setDirectoryProviders(DirectoryProvidersCollection) -
Method in class com.netegrity.llsdk6.imsapi.metadata.AttributeValidator
- Typically used by Identity Manager.
- setDisabledReasons(DisabledReasonType[]) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Sets disabled reasons for this user.
- setEntireDirectory(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the scope of the PasswordPolicy.
- setEvaluationPriority(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the evaluation priority for this
PasswordPolicy
.
- setEventDescription(String) -
Method in class com.netegrity.ims.EventProfile
- Sets the event description.
- setEventId(String) -
Method in class com.netegrity.ims.EventProfile
- Sets and event ID.
- setEventMapping(EventMapping) -
Method in class com.netegrity.imapi.ParticipantResolverAdapter
-
- setEventName(String) -
Method in class com.netegrity.ims.EventProfile
- Sets the event name.
- setEventProfile(EventProfile) -
Method in class com.netegrity.imapi.EnhancedAuditData
- Sets the
EventProfile
object.
- setEventState(String) -
Method in class com.netegrity.ims.EventProfile
- Sets an event state.
- setEventStateSeverity(AuditEventStateSeverityType) -
Method in class com.netegrity.ims.EventProfile
- Sets the event state severity.
- setEventType(String) -
Method in class com.netegrity.ims.EventProfile
- Sets an event type.
- setExceptionAccount(boolean) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Set if this is an exception account
- setExpirationDelayDays(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the number of days to delay action after the password expires for this
PasswordPolicy
.
- setExpiredForceChange(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of flag indicating whether to force a password change when the password expires
for this
PasswordPolicy
.
- setExplicitCreationComments(String) -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Internal use only.
- setExplicitCreationDate(String) -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Internal use only.
- setExplicitCreatorName(String) -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Internal use only.
- setExternal(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Specifies whether the task is an external task.
- setFetchDefaultAttrs(boolean) -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
-
- setFieldMultiValue(String, Vector) -
Method in interface com.netegrity.imapi.ScreenContext
-
- setFieldValue(String, String) -
Method in interface com.netegrity.imapi.ScreenContext
-
- setForceCaseType(ForceCaseType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the
ForceCaseType
associated with this PasswordPolicy
.
- setFriendlyName(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the password policy's friendly name value.
- setFriendlyName(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Sets the role's friendly name value.
- setFriendlyName(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the task's friendly name value.
- setFriendlyName(String) -
Method in interface com.netegrity.llsdk6.imsapi.metadata.PasswordPolicyRegEx
- Alters the friendly name for this regular expression.
- setHidden(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Specifies whether the task is a hidden task.
- setIdentifiers(Vector) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgMembershipConstraint
- Defines the complete set of
OrgMembershipIdentifier
objects for this constraint.
- setIdentifiers(Vector) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgScopeConstraint
- Defines the complete set of
OrgScopeIdentifier
objects
for this constraint.
- setIMSEnvName(String) -
Method in class com.netegrity.ims.EventProfile
- Sets the Identity Manager environment name.
- setIMSEnvOID(String) -
Method in class com.netegrity.ims.EventProfile
- Sets the Identity Manager environment object identifier.
- setInactivityForceChange(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of the flag that determines whether to force a password change when the password expires due to inactivity
for this
PasswordPolicy
.
- setIncludeSearchRoot(boolean) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgFilter
-
- setIncludeSearchRoot(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgScopeIdentifier
- Specifies whether the organization root should be included in the search scope.
- setInt(String, int) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Sets an int configuration parameter by name.
- setInteger(String, Integer) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Sets an Integer configuration parameter by name.
- setLocale(String) -
Method in class com.netegrity.ims.EventProfile
- Sets a locale.
- setLockedState(boolean) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
-
Sets the account's locked state.
- setLockedState(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Sets the account's locked state.
- setLogicalAttributeMultiValue(String, Vector) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Assigns multiple values to the specified logical attribute.
- setLogicalAttributeValue(String, String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Assigns a value to the specified logical attribute.
- setLoginGraceDays(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the number of days to issue warnings before the password expires for this
PasswordPolicy
.
- setLoginMaxFailures(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the number of login failures before an account is disabled for this
PasswordPolicy
.
- setLoginMaxInactivityDays(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the number of days of inactivity before a password expires for this
PasswordPolicy
.
- setLong(String, long) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Sets a long configuration parameter by name.
- setMajorVersion(int) -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Sets the major portion of the version number.
- setMaxLength(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the maximum length of a password for this
PasswordPolicy
.
- setMaxRepeatingChar(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the maximum number of repeating characters in a password for this
PasswordPolicy
.
- setMemberManagementFlag(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.policy.AdminPolicy
- Sets the member management flag for this policy.
- setMemberMatchConstraint(MemberMatchConstraint) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.MemberRule
- Sets a new member match constraint value for this
rule, overwriting any previous value.
- setMemberRule(MemberRule) -
Method in interface com.netegrity.llsdk6.imsapi.policy.Policy
-
- setMembershipPolicies(Vector) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Sets the membership policies
- setMessage(PasswordMessageType) -
Method in class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Internal use only.
- setMinAlpha(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of letters in a password for this
PasswordPolicy
.
- setMinAlphaNumeric(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of letters or digits in a password for this
PasswordPolicy
.
- setMinLength(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum length of a password for this
PasswordPolicy
.
- setMinLowerCase(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of lower case characters in a password for this
PasswordPolicy
.
- setMinNonAlphaNumeric(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of non-alphanumeric characters in a password for this
PasswordPolicy
.
- setMinNonPrintable(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of non-printable characters in a password for this
PasswordPolicy
.
- setMinNumbers(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of digits in a password for this
PasswordPolicy
.
- setMinorVersion(int) -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Sets the minor portion of the version number.
- setMinPunctuation(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of punctuation characters in a password for this
PasswordPolicy
.
- setMinUpperCase(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of upper case characters in a password for this
PasswordPolicy
.
- setMultiValue(Vector) -
Method in interface com.netegrity.imapi.FieldContext
- Set multi-value attribute for this field.
- setName(String) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Sets the role name component of the query.
- setName(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the task name component of the query.
- setNestedRoles(ProvisioningRole[]) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Add roles as nested members of the role
- setNestedRolesToRemove(ProvisioningRole[]) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Remove roles as nested members of the role
- setNestingForRole(ProvisioningRole, boolean, boolean, Map<String, List<String>>, Map<String, List<String>>) -
Method in interface com.netegrity.llsdk6.imsapi.provider.ProvisioningRoleProvider
- Set child and parent nested roles on a provisioning role using Maps of known child/parent
roles or querying provisioning if necessary.
- setNoMatch(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.metadata.PasswordPolicyRegEx
- Alters the no match flag of the
RegularExpression
object.
- setObjectType(ObjectType) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the object type component of the query.
- setOffset(long) -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Sets the starting offset of the block to be returned
from the result set.
- setOperator(OperatorType) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Assigns a different operator to the attribute expression.
- setOperator(OperatorType) -
Method in class com.netegrity.llsdk6.imsapi.search.SearchExpression
- Changes the operator for this
SearchExpression
.
- setOrgMembershipConstraint(OrgMembershipConstraint) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.MemberRule
- Sets a new organization membership constraint value for
this rule, overwriting any previous value.
- setOrgScopeConstraint(OrgScopeConstraint) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
- Sets a new organization scope constraint value for
this rule, overwriting any previous value.
- setOverridingFieldMultiValue(String, Vector) -
Method in interface com.netegrity.imapi.ScreenContext
- Deprecated. use screen validation rather than field validation when setting values of fields
- setOverridingFieldValue(String, String) -
Method in interface com.netegrity.imapi.ScreenContext
- Deprecated. use screen validation rather than field validation when setting values of fields
- setOwnerPolicies(Vector) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Sets the owner policies
- setOwnsRelated(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Set whether the relationship objects are owned by the primary object.
- setParentEventOID(String) -
Method in class com.netegrity.ims.EventProfile
- The parent Event in case this is a child of a event
- setParentEventOID(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- setParentOrgDN(String) -
Method in class com.netegrity.ims.EventProfile
- Sets the distinguished name of the parent organization.
- setParentTaskSessionOID(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- setPassword(String) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Specifies the password to be set for the eTrust Admin provisioning
Account.
- setPassword(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Specifies the password to be set for the eTrust Admin provisioning
Account.
- setPassword(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Forces a user's password to a new value.
- setPasswordPolicyDescription(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the description of this password policy.
- setPercentDifferent(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the percentage that a password must differ from the last password for this
PasswordPolicy
.
- setPercentSequence(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of flag that determines whether to ignore the position of characters when determining
the percentage of difference for this
PasswordPolicy
.
- setPermission(PermissionType) -
Method in class com.netegrity.llsdk6.imsapi.metadata.AttributeRight
- Changes the permission type for the attribute in this object.
- setPersistentData(String, Object) -
Method in interface com.netegrity.imapi.IMPersistentContext
- Deprecated. Deprecated in IdentityMinder 6.0. Use
setSessionAttribute()
.
- setPersistRelated(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Overrides the default persistence behavior of the related objects
- setPersistWithPrimary(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Overrides the default persistence behavior or the relationship
- setPhysicalAttributeMultiValue(String, Vector) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Assigns multiple values to the specified physical attribute.
- setPhysicalAttributeValue(String, String) -
Method in interface com.netegrity.imapi.LogicalAttributeContext
- Assigns a value to the specified physical attribute.
- setPolicyName(String) -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Internal use only.
- SETPRIMARYOBJECTAUDITEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies that task session subject was set.
- setPrimaryObjectType(ObjectType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the object type (such as Admin Task, Access Role)
associated with this task.
- setPrimarySearchScreen(Screen) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Associates a Screen definition with this task as the primary object search screen for the task -- typically used by Identity Manager.
- setPriority(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the priority for the task
- setProcessingAction(int) -
Method in interface com.netegrity.imapi.TabSequenceContext
- Sets the action to process in the update phase.
- setProvisionable(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the provisioning flag for the task.
- setPublic(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Specifies whether the task is a public task.
- setReasonCode(int) -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Internal use only.
- setRedirectTaskTag(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Set the redirect task tag of the PasswordPolicy.
- setRedirectURL(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the redirect URL of the
PasswordPolicy
.
- setReenableAccount(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of the flag that determines whether to re-enable an account after being disabled
for failed login attempts for this
PasswordPolicy
.
- setReenablementMinutes(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the number of minutes before an account is re-enabled after being disabled due to login failures
for this
PasswordPolicy
.
- setRegularExpression(String) -
Method in interface com.netegrity.llsdk6.imsapi.metadata.PasswordPolicyRegEx
- Alters the regular expression.
- setRegularExpressionMatch(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Set the regular expression that passwords must match.
- setRegularExpressionNoMatch(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Set the regular expression that passwords must not match.
- setRelatedARC(AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Relationship
- When related objects are retrieved by this relationship, they are retrieved
using the specified set of attribute rights.
- setRemovedProvisioningPolicies(Vector) -
Method in class com.netegrity.ims.events.ProvisioningRoleEventData
- Sets the removed provisioning policies
- setRemoveEmbeddedWS(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of flag that determines whether to remove embedded whitespace
for this
PasswordPolicy
.
- setRemoveLeadingWS(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of the flag that determines whether to remove leading whitespace
for this
PasswordPolicy
.
- setRemoveTrailingWS(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of the flag that determines whether to remove trailing whitespace
for this
PasswordPolicy
.
- setReserved1(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 1 component of the query.
- setReserved10(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 10 component of the query.
- setReserved2(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 2 component of the query.
- setReserved3(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 3 component of the query.
- setReserved4(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 4 component of the query.
- setReserved5(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 5 component of the query.
- setReserved6(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 6 component of the query.
- setReserved7(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 7 component of the query.
- setReserved8(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 8 component of the query.
- setReserved9(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the reserved field 9 component of the query.
- setReservedField(Task.FieldId, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the value of the specified reserved field, overwriting any existing value.
- setReuseCount(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of passwords before a password can be reused for this
PasswordPolicy
.
- setReuseDelayDays(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Sets the minimum number of days before a password can be reused for this
PasswordPolicy
.
- setReverseReferenceAttribute(String) -
Method in interface com.netegrity.llsdk6.imsapi.provider.RelationshipProvider
- Set the reverse reference attribute.
- setRevokedPolicy(ProvisioningPolicy) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Sets a template on the role
- setRevokedResource(User) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Sets a user revocation from a role
- setRoleAdminAssignable(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Alters the assignable state of this role for role administrators.
- setRoleAdminAssignableFlag(boolean) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Sets the assignable component of the query for role administrators.
- setRoleAssignable(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Alters the assignable state of this role for role members.
- setRoleAssignableFlag(boolean) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Sets the assignable component of the query for role members.
- setRoleComments(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Sets a user-defined comment for the provisioning role.
- setRoleCustomFieldValue(int, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Sets the specified custom field value
- setRoleCustomFieldValues(int, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Sets the specified custom field
- setRoleDepartment(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Sets the name of the department to which
the provisioning role belongs.
- setRoleDescription(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.ProvisioningRole
- Sets the description of this provisioning role.
- setRoleDescription(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- Sets the description of this role.
- setRoleEnabledFlag(boolean) -
Method in class com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
- Sets the enabled component of the query.
- setRoleName(String) -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Internal use only.
- setRowsPerPage(long) -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Sets the maximum number of rows that can
appear in a single page of search results.
- setScopeMatchConstraint(ScopeMatchConstraint) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
- Sets a new scope match constraint value for this
rule, overwriting any previous value.
- setScopePurpose(ScopePurpose) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
-
- setScopeRule(ObjectType, ScopeRule) -
Method in interface com.netegrity.llsdk6.imsapi.policy.MembershipPolicy
- Sets the scope rule for the specified managed object type.
- setScopeRule(ObjectType, ScopePurpose, ScopeRule) -
Method in interface com.netegrity.llsdk6.imsapi.policy.MembershipPolicy
- Sets the scope rule for the specified managed object type.
- setScopeRules(Map) -
Method in interface com.netegrity.llsdk6.imsapi.policy.MembershipPolicy
- Replaces the set of scope rule for this policy with the ones from the map passed in.
- setScopeSecurityType(ScopeSecurityType) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the scope security type (such as AllObjectsInScope, AllObjects, GroupsAdminOf, ...)
associated with this task.
- setSearchFilter(String) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Changes the search filter used in the attribute expression.
- setSearchFilter(String) -
Method in class com.netegrity.llsdk6.imsapi.search.SearchExpression
- Changes the filter string for this
SearchExpression
.
- setSearchObjectAttrName(String) -
Method in interface com.ca.identitymanager.feeder.util.FeederParser
- Sets search object attribute name.
- setServicePack(int) -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Sets the service pack portion of the version number.
- setSessionAttribute(String, Object) -
Method in interface com.netegrity.imapi.IMContext
- Sets a user-defined data object for the current task session.
- setSortOrder(Vector) -
Method in class com.netegrity.llsdk6.imsapi.search.SearchCursor
- Deprecated. Sets the attribute names that define the sort order for the result set.
- setString(String, String) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Sets a String configuration parameter by name.
- setString(String, String, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Sets a String configuration parameter by name.
- setSubject(ManagedObject) -
Method in interface com.netegrity.llsdk6.imsapi.utility.TSContext
- Internal use only.
- setSubmitWFActionButtons(List) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.AdminTask
-
- setSuspendedState(boolean) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
-
Sets the account's suspended state.
- setSuspendedState(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Sets the account's suspended state.
- setSystemTask(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Specifies whether the task is a system task.
- setTabControllerConfig(PropertyDict) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the tab controller confiuration for this task
- setTabControllerTag(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the tab controller for this task
- setTag(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the tag component of the query.
- setTask(AdminTask) -
Method in interface com.netegrity.llsdk6.imsapi.utility.TSContext
- Internal use only.
- setTaskCategory(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the category of this task.
- setTaskCategory2(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Set the level2 category of the Task associated with this TaskDefinition
- setTaskCategory3(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Set the level 3 category of the Task associated with this TaskDefinition
- setTaskDescription(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
- Sets an task description.
- setTaskDescription(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the description of this task.
- setTaskID(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
- Sets a task ID.
- setTaskName(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
- Sets a task name.
- setTaskOrder(int) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alter the task order associated with this Task.
- setTaskOrder(int) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the task order.
- setTaskPriority(int) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- setTaskSessionID(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
- Sets a Task Session ID of the Task this event belongs to
- setTaskState(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- setTaskTag(String) -
Method in class com.netegrity.ims.EventProfile.TaskSessionProfile
-
- setTaskTag(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the tag for this task.
- setThreadLocale(Locale) -
Static method in class com.netegrity.ims.util.Localizer
- Sets the locale for the currently executing thread.
- setTrackFailedLogins(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of failed login tracking for the
PasswordPolicy
.
- setTrackSuccessLogins(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- Alters the state of successful login tracking for the
PasswordPolicy
.
- setTriggerRule(TriggerRule) -
Method in interface com.netegrity.llsdk6.imsapi.policy.Policy
- Deprecated. Use setMemberRule instead
- setURL(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Sets the external reference (typically a URL) for this task.
- setURL(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the external URL component of the query.
- setUserScopeRule(ScopeRule) -
Method in interface com.netegrity.llsdk6.imsapi.policy.AdminPolicy
- Sets the policy's user scope rule.
- setValue(Object) -
Method in class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- setValue(String) -
Method in interface com.netegrity.imapi.FieldContext
- Set attribute value for this field.
- setValue(String, Object) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Set the current value of an attribute.
- setWebserviceTask(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the Task Execution Web Service (TEWS) flag for the task.
- setWorkflowID(String) -
Method in class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Sets the workflow ID component of the query.
- setWorkflowTaskFlag(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- Alters the workflow flag for the task.
- SHORT -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating a password is too short.
- shouldExecute(BLTHContext) -
Method in class com.netegrity.imapi.BLTHAdapter
- Deprecated. Deprecated in Identity Manager 8.1.
- show() -
Method in interface com.netegrity.imapi.FieldContext
- Show this field.
- showField(String) -
Method in interface com.netegrity.imapi.ScreenContext
- Show field for specified attribute.
- shutdown() -
Method in interface com.netegrity.imapi.LifeCycle
- Identity Manager calls this method just before it destroys all objects
in the Identity Manager environment and shuts down services
in the Identity Manager environment.
- shutdownPlugins() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.PluginManager
- This method shuts down any started plugins.
- SIMILAR -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating a password is too similar to the previous password.
- size() -
Method in interface com.netegrity.llsdk6.imsapi.collections.PropertyDict
- Returns the number of properties in the dictionary.
- SP_FEEDER_COMPONENT -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
-
- SP_FEEDER_TAG -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
-
- SQLLOGIN -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: MS SQL Server.
- SSO -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: eTrust SSO.
- start() -
Method in interface com.netegrity.llsdk6.imsapi.plugin.ImsPlugin
- This method is called when the plugin is first returned by the manager to a caller that might actually use it.
- STARTSWITH -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Represents the "starts with" operator.
- startup() -
Method in interface com.netegrity.imapi.LifeCycle
- Identity Manager calls this method when it is starting up the environment.
- SUCCESS -
Static variable in class com.netegrity.ims.tabhandlers.ErrorLevel
- Represents a success message.
- SUGGEST -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Represents an action of suggesting potential items
- supportsInMemory() -
Method in interface com.netegrity.llsdk6.imsapi.policy.rule.constraints.MemberMatchConstraint
- Returns a flag indicating whether or not this type of constaint supports in-memory evaluation.
- supportsInMemory() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.UserFilter
-
- SUSPEND -
Static variable in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- synchAttributesWithAccounts(Vector) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Propagates the specified set of attributes to any of this user's Provisioning Accounts.
- synchChangesWithAccounts(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Sets or clears the option to synchronize any changes to this user's eTrust Admin accounts.
- synchEnabledStateWithAccounts() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. In r12. Use synchEnabledStateWithAccounts(String opeartionID)
- synchEnabledStateWithAccounts(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Syncrhonizes the current enabled state to any of this user's eTrust Admin accounts.
- synchMyPasswordWithAccounts(boolean) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. In Im r12
- synchMyPasswordWithAccounts(boolean, String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Syncrhonizes the current password to any of this user's eTrust Admin accounts.
- synchMyPasswordWithAccounts(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Synchronizes the current password to any of this user's Provisioning accounts.
- synchPasswordWithAccounts() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. In IM r12 .
- synchPasswordWithAccounts(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Syncrhonizes the current password to any of this user's eTrust Admin accounts.
- synchProvisioningRolesAddAccounts() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. in r12 . Use synchProvisioningRolesAddAccounts(String operationID).
- synchProvisioningRolesAddAccounts(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Adds any missing eTrust Admin accounts for this user, as dictated
by the user's assigned provisioning roles.
- synchProvisioningRolesDeleteAccounts() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. In r12. Use synchProvisioningRolesDeleteAccounts(String operationID).
- synchProvisioningRolesDeleteAccounts(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Removes this user's association with any eTrust Admin accounts
that are not contained in any of the user's assigned
provisioning roles.
- SynchronizationProvider - Interface in com.netegrity.llsdk6.imsapi.provider
- Enables triggering of synchronization operations
and contains methods to retrieve synchronization information.
- SYNCHRONIZEUSEREVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event SynchronizationUserEvent.
- synchronizeUserWithIdentityPolicies(User, Vector, Vector, Vector) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SynchronizationProvider
- Runs the synchronization calculation on the user in the back end and returns three sets of policies:
Newly allocated policies
Reallocated polices
Deallocated policies
- synchronizeUserWithIdentityPolicies(User, Vector, Vector, Vector, boolean) -
Method in interface com.netegrity.llsdk6.imsapi.provider.SynchronizationProvider
- Runs the synchronization calculation on the user in the back end and returns three sets of policies:
Newly allocated policies
Reallocated polices
Deallocated policies
- SYSTEM -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's system flag -- reserved for future use.
- SYSTEM_PIN -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating a system-generated ACE/Server PIN.
T
- TAB -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
Tab
object.
- TabControllerContext - Interface in com.netegrity.imapi
- Provides access to information and services for working with tabs.
- TABDEFINITION -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
TabDefinition
object.
- TabSequenceContext - Interface in com.netegrity.imapi
- Provides access to information and services for working with tabs.
- Task - Interface in com.netegrity.llsdk6.imsapi.managedobject
- Provides access to the attributes in a
Task
managed object through the methods inherited from the base interfaces. - Task.FieldId - Class in com.netegrity.llsdk6.imsapi.managedobject
- Contains identifiers for the reserved fields on an access/admin task
configuration screen.
- TASKHANDLER -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a BLTH type object.
- TaskInfo - Interface in com.netegrity.imapi
- Provides information about the current task context -- for example,
the time the task was created, the name and unique identifier of the
administrator who is executing the task, and the organization
associated with the subject of the task.
- TaskObjectQuery - Class in com.netegrity.llsdk6.imsapi.search
- Defines a query on the full set of task objects in the current
Identity Manager environment.
- TaskObjectQuery() -
Constructor for class com.netegrity.llsdk6.imsapi.search.TaskObjectQuery
- Creates a new, empty query.
- TaskValidator - Interface in com.netegrity.imapi
- Performs task-level validation of managed object attributes.
- TaskValidator.StringRef - Class in com.netegrity.imapi
- A data type object that lets you pass an attribute value or error
message to Identity Manager through the output parameters of the
validate()
method. - TaskValidator.StringRef() -
Constructor for class com.netegrity.imapi.TaskValidator.StringRef
-
- toLogical(LogicalAttributeContext) -
Method in class com.netegrity.imapi.LogicalAttributeAdapter
- Converts physical attribute data to logical attribute data.
- toLogical(LogicalAttributeContext) -
Method in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Converts physical attributes to logical attributes based on the schema.
- toPhysical(LogicalAttributeContext) -
Method in class com.netegrity.imapi.LogicalAttributeAdapter
- Converts logical attribute data to physical attribute data.
- toPhysical(LogicalAttributeContext) -
Method in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Collects logical attributes and converts them to physical attributes based on the schema type.
- toString() -
Method in class com.netegrity.imapi.TaskValidator.StringRef
-
- toString() -
Method in class com.netegrity.ims.EventProfile
- Returns a string representation of the contents of this object.
- toString() -
Method in exception com.netegrity.ims.exception.IMSException
- Retrieves a textual representation of this object's state.
- toString() -
Method in class com.netegrity.ims.tabhandlers.ErrorLevel
- Retrieves the description of the error level represented by this object.
- toString() -
Method in class com.netegrity.ims.tabhandlers.ProcessStep
- Retrieves the description of the process step represented by this object.
- toString() -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.NamedObject
- Retrieves the name of the managed object in the format objectType + friendlyName.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.collections.AttributeRightsCollection
-
- toString() -
Method in class com.netegrity.llsdk6.imsapi.managedobject.Role.CustomFieldId
-
- toString() -
Method in class com.netegrity.llsdk6.imsapi.managedobject.Task.FieldId
-
- toString() -
Method in class com.netegrity.llsdk6.imsapi.metadata.AttributeRight
-
- toString() -
Method in class com.netegrity.llsdk6.imsapi.metadata.IAttributeValidator.StringRef
-
- toString() -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Generates a human-friendly string representation of this object.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.search.SearchExpression
- Generates a human-readable String representation of this object.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.AccountType
- Retuns the Account Type formatted as a string.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Retrieves the friendly name of this action type.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.AttributeChangeType
-
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.AttributeExpressionType
-
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- Retrieves the friendly name of this audit event state severity type.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.AutoSynchType
- Returns the
String
friendly name for this enumerated value.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.ConjunctionType
-
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Retrieves the friendly name of this disabled reason type.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.ForceCaseType
-
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Retrieves the friendly name of this object type.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Retrieves the friendly name of this operator type.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Retrieves the friendly name of this password message type.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Retrieves the friendly name of the permission type represented by this object.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.PolicyApplicationType
- Retrieves the friendly name for this enumerated value, preceded
by the text
PolicyApplicationType:
.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Retrieves the friendly name of this scope security type.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.type.SearchDepthType
- Retrieves the friendly name of this search depth type.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.utility.AccountReason
- Retuns the Account Reasons formatted as a string.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.utility.PasswordCondition
- Internal use only.
- toString() -
Method in class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Converts the version number to a string.
- TriggerRule - Interface in com.netegrity.llsdk6.imsapi.policy.rule
- A base interface for defining one or more conditions which must be met
before an object, such as a user, can be associated with a role.
- TSContext - Interface in com.netegrity.llsdk6.imsapi.utility
- Contains information about the current task, such as the subject of
the task, security information, and an instance of the task.
- TSS -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: TSS.
U
- unassign() -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Deprecated. in Im r12
- unassign(String) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
- Disassociates an account from this user.
- UNASSIGN -
Static variable in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- unbindRoleGrantRights(Role) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.Grantor
- Deprecated. Deprecated in IdentityMinder 6.0. Use
removeFromRoleAdministration()
.
- uninit() -
Method in interface com.netegrity.imapi.LifeCycle
- Identity Manager calls this method just before shutting down services for
the Identity Manager environment.
- UNKNOWN -
Static variable in class com.netegrity.ims.tabhandlers.ErrorLevel
- Represents an unknown error level.
- UNKNOWN -
Static variable in class com.netegrity.ims.tabhandlers.ProcessStep
- Represents an unknown process step.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- The account type is unknown.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Represents an unknown action type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.AttributeChangeType
- Represents an unknown attribute change type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.AttributeExpressionType
- Represents an unknown attribute expression type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- Represents an unknown severity type reported by the system in return codes -- don't use this to make calls.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.AutoSynchType
- Represents an unknown auto synch value.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.ConjunctionType
- Represents an unknown conjunction type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.DisabledReasonType
- Represents an unknown disabled reason type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.ForceCaseType
- Represents an unknown type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Represents an unknown managed object.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Represents an unknown operator type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents an unknown password message type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Represents an unknown permission type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Represents an unknown type.
- UNKNOWN -
Static variable in class com.netegrity.llsdk6.imsapi.type.SearchDepthType
- Represents an unknown search depth type.
- UNLOCK -
Static variable in interface com.ca.identitymanager.provisioning.managedobjectprovider.AccountProvider
-
- unmarshall(int) -
Static method in class com.netegrity.ims.tabhandlers.ErrorLevel
- Retrieves the
ErrorLevel
value that corresponds to the
specified integer value.
- unmarshall(int) -
Static method in class com.netegrity.ims.tabhandlers.ProcessStep
- Retrieves the
ProcessStep
value that corresponds to the specified integer value.
- unmarshall(int) -
Static method in class com.netegrity.llsdk6.imsapi.type.ActionType
- Retrieves the
ActionType
value that corresponds to the
specified integer value.
- unmarshall(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.AttributeChangeType
- Retrieves the
AttributeChangeType
value that corresponds to the
specified String value.
- unmarshall(int) -
Static method in class com.netegrity.llsdk6.imsapi.type.AttributeExpressionType
- Retrieves the attribute expression type enumerated value
that corresponds to to a specific integer value.
- unmarshall(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- Retrieves the
AuditEventStateSeverityType
object corresponding to the
specified String value.
- unmarshall(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.AutoSynchType
- Retrieves the
AutoSynchType
value corresponding to a specific String
value.
- unmarshall(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.ConjunctionType
- Retrieves the
ConjunctionType
value that corresponds to the
specified String value.
- unmarshall(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.ForceCaseType
- Retrieves the
ForceCaseType
object that
corresponds to a specific string value.
- unmarshall(int) -
Static method in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Retrieves the
ObjectType
value that corresponds to the
specified int value.
- unmarshall(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.OperatorType
- Retrieves the
OperatorType
value that corresponds to the
specified String value.
- unmarshall(int) -
Static method in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Retrieves the
PasswordMessageType
value that corresponds to the
specified int value.
- unmarshall(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Retrieves the
PermissionType
value that corresponds to the
specified String.
- unmarshall(String) -
Static method in class com.netegrity.llsdk6.imsapi.type.PolicyApplicationType
- Retrieves the policy application type value corresponding to a specific string value.
- unmarshall(int) -
Static method in class com.netegrity.llsdk6.imsapi.type.ScopeSecurityType
- Retrieves the
ScopeSecurityType
value that corresponds to the
specified integer value.
- unmarshall(int) -
Static method in class com.netegrity.llsdk6.imsapi.type.SearchDepthType
- Retrieves the
SearchDepthType
value that corresponds to the
specified int value.
- updateAttributeSet(AttributeRightsCollection) -
Method in interface com.netegrity.llsdk6.imsapi.abstractinterface.AttributeCollection
- Updates the attributes in this attribute collection with the
attributes specified in
attrRequests
.
- updatePasswordHistory(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Updates the password history with the given newpassword for this user.
- UPO -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: Universal Provisioning.
- UPPER_ALPHA -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type that indicates the password does not contain enough
upper case letters.
- URL -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's external task URL.
- User - Interface in com.netegrity.llsdk6.imsapi.managedobject
- Provides access to the attributes in a
User
managed object
through the methods inherited from the base interfaces. - USER -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
User
managed object.
- USER_ACCOUNTS -
Static variable in class com.ca.identitymanager.provisioning.managedobjectprovider.UserAccountsProvider
-
- USER_ALPHANUM_PIN -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating that the Ace/Server PIN policy specifies
alphanumerics only in the PIN.
- USER_DIGITS_PIN -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating that the Ace/Server PIN policy specifies numbers only in the PIN.
- USER_MAX_NUM_PIN -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating that an ACE/Server PIN is too long
based on PIN policies.
- USER_MIN_NUM_PIN -
Static variable in class com.netegrity.llsdk6.imsapi.type.PasswordMessageType
- Represents a password message type indicating that the Ace/Server PIN is too short based on PIN policies.
- UserAccounts - Class in com.ca.identitymanager.provisioning.managedobject
- Represents a relationship between
User
and
Accounts
- UserAccounts(RelationshipProvider, ManagedObject) -
Constructor for class com.ca.identitymanager.provisioning.managedobject.UserAccounts
-
- UserAccountsProvider - Class in com.ca.identitymanager.provisioning.managedobjectprovider
-
- UserAccountsProvider(ImsEnvironment, ObjectType, ObjectType, ImsManagedObjectAttrDefinition) -
Constructor for class com.ca.identitymanager.provisioning.managedobjectprovider.UserAccountsProvider
-
- USERATTRIBUTEADDVALUEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event UserAttributeAddValueEvent.
- USERATTRIBUTEREMOVEVALUEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event UserAttributeRemoveValueEvent.
- UserEvent - Interface in com.netegrity.imapi
- A base interface that certain Identity Manager event objects implement.
- UserFilter - Class in com.netegrity.llsdk6.imsapi.policy.rule.constraints
- Specifies a filter to use as search criteria for User
managed objects.
- UserFilter() -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.UserFilter
- Creates a User filter object.
- UserFilter(AttributeExpression) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.UserFilter
- Creates a User filter object containing the specified attribute
expression.
- UserFilter(Vector, Vector) -
Constructor for class com.netegrity.llsdk6.imsapi.policy.rule.constraints.UserFilter
- Creates a User filter object containing the specified attribute expressions
and conjunctions.
- UserProvider - Interface in com.netegrity.llsdk6.imsapi.provider
- Lets you create or retrieve user objects in the
current Identity Manager environment.
- UTF8 -
Static variable in class com.ca.identitymanager.feeder.util.FeederUtil
-
V
- validate(LogicalAttributeContext) -
Method in class com.netegrity.imapi.LogicalAttributeAdapter
- Validates logical attribute values and physical attribute values
supplied on a task screen.
- validate(IMContext, String, String, ParticipantPolicy) -
Method in class com.netegrity.imapi.ParticipantResolverAdapter
- Validate a participant policy relevent to this resolver.
- validate(BLTHContext, String, TaskValidator.StringRef, TaskValidator.StringRef) -
Method in interface com.netegrity.imapi.TaskValidator
- Validates the value specified in
attrValue
in the context of information in the current task.
- VALIDATE -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get a user property whose value is protected from the Logical Attribute handler.
- validate(LogicalAttributeContext) -
Method in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Executed during the Profile Modification task.
- validate() -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Determines if the user is valid to login.
- validate(Object, IAttributeValidator.StringRef, IAttributeValidator.StringRef) -
Method in interface com.netegrity.llsdk6.imsapi.metadata.IAttributeValidator
- Validates the value specified in
attributeValue
.
- validateNewPassword(String, PasswordCondition, User) -
Method in interface com.ca.identitymanager.provisioning.managedobject.Account
-
Determines if a given string is aceptable as a new password for this
account.
- validateNewPassword(String, PasswordCondition) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.Account
- Determines if a given string is aceptable as a new password for this account.
- validateNewPassword(String, PasswordCondition) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Deprecated. As of r12, replaced by
User.validateNewPassword(String)
- validateNewPassword(String) -
Method in interface com.netegrity.llsdk6.imsapi.managedobject.User
- Determine if a given string would be acceptable as a new password for this user.
- validateParsing(TaskSession) -
Static method in class com.ca.identitymanager.feeder.util.FeederInputValidator
- Validate the parser: check if the parser was created OK, if the file extension is suitable
to this parser and if the file contain a header
- validatePassword(User) -
Method in interface com.netegrity.imapi.ServiceProvider
- Determine if the password specified in the given User object is an acceptable password for this user.
- validatePassword(User, String) -
Method in interface com.netegrity.imapi.ServiceProvider
- Determine if a given string would be acceptable as a new password for given user.
- VALIDATIONRULEDEFINITION -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
ValidationRuleDefinition
object.
- VALIDATIONRULESETDEFINITION -
Static variable in class com.netegrity.llsdk6.imsapi.type.ObjectType
- Indicates a
ValidationRuleSetDefinition
object.
- VERIFY_ANSWER -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get the answer associated with a dynamically selected verification question.
- VERIFY_QUESTION -
Static variable in class com.netegrity.ims.adapters.ForgottenPasswordHandler
- Constant used to get a verification question, which is dynamically
selected at random from a list of challenge questions,
- VERSION -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.PasswordPolicy
- The password policy object's version.
- VERSION -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Role
- The role object's version.
- VERSION -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's version.
- VersionInfo - Class in com.netegrity.llsdk6.imsapi.utility
- The current Identity Manager version number.
- VersionInfo(int, int, int, int) -
Constructor for class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Deprecated. As of R12.1, replaced by VersionInfo(int major, int minor, int sp, int cr, int build))
- VersionInfo(int, int, int, int, int) -
Constructor for class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Creates a version object containing integers for the
major version number, minor version number, service pack
number, cr number and build number.
- VersionInfo(String) -
Constructor for class com.netegrity.llsdk6.imsapi.utility.VersionInfo
- Creates a version object from a string
representation of the complete version number.
- VIEW -
Static variable in class com.netegrity.llsdk6.imsapi.type.ActionType
- Represents a view or read-only operation.
- VIEWACCESSROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewAccessRoleEvent.
- VIEWACCESSTASKEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewAccessTaskEvent.
- VIEWADMINROLEEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewAdminRoleEvent.
- VIEWADMINTASKEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewAdminTaskEvent.
- VIEWCERTIFICATIONPOLICYEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewPasswordPolicyEvent.
- VIEWGROUPEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewGroupEvent.
- VIEWIDENTITYPOLICYSETEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewIdentityPolicySetEvent.
- VIEWLAHDEFINITIONEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewLAHDefinitionEvent.
- VIEWORGANIZATIONEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewOrganizationEvent.
- VIEWPASSWORDPOLICYEVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewPasswordPolicyEvent.
- ViewTaskEvent - Interface in com.netegrity.imapi
- Deprecated. since Identity Manager 8.1. Please use
AuditEvent
- VIEWUSEREVENT -
Static variable in class com.netegrity.imapi.IMEventName
- Specifies the event ViewUserEvent.
W
- WAC -
Static variable in class com.netegrity.llsdk6.imsapi.type.AccountType
- Friendly name: Web Access Control.
- WARNING -
Static variable in class com.netegrity.ims.tabhandlers.ErrorLevel
- Represents a warning message -- this is not an error and does not have to be resolved.
- WARNING -
Static variable in class com.netegrity.llsdk6.imsapi.type.AuditEventStateSeverityType
- Indicates that the functionality of the event or task may be affected..
- WEBSERVICE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's Task Execution Web Service (TEWS) flag.
- WORKFLOW_ID -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's workflow ID -- for example,
CreateUserApproveProcess
.
- WORKFLOWABLE -
Static variable in interface com.netegrity.llsdk6.imsapi.managedobject.Task
- The task object's workflow flag.
- WorkflowContext - Interface in com.netegrity.imapi
- Allows a WorkPoint workflow script to approve or reject a
workflow process.
- wouldMatch(TSContext, ManagedObject, StringBuffer) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.AttributeExpression
- Specifies whether the current form of this managed object
matches the attribute expression.
- wouldMatch(TSContext, ManagedObject, StringBuffer) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgMembershipConstraint
-
- wouldMatch(TSContext, ManagedObject, StringBuffer) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.constraints.OrgScopeConstraint
-
- wouldMatch(TSContext, ManagedObject, StringBuffer) -
Method in interface com.netegrity.llsdk6.imsapi.policy.rule.constraints.RuleConstraint
- Specifies whether the current form of this managed object
matches the constraint.
- wouldMatch(TSContext, ManagedObject, StringBuffer) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.MemberRule
-
- wouldMatch(TSContext, ManagedObject, StringBuffer) -
Method in class com.netegrity.llsdk6.imsapi.policy.rule.ScopeRule
-
- wouldMatch(TSContext, ManagedObject, StringBuffer) -
Method in interface com.netegrity.llsdk6.imsapi.policy.rule.TriggerRule
- Specifies whether the current form of this managed object
matches the rule.
- WRITEMANDATORY -
Static variable in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Represents write permission for a mandatory attribute.
- WRITEONCE -
Static variable in class com.netegrity.llsdk6.imsapi.type.PermissionType
- Represents write once permission.
A B C D E F G H I K L M N O P Q R S T U V W
© 2011 CA Technologies, Inc. All rights reserved.