Skip navigation links

A B C D E F G H I J K L M N O P Q R S T U V W X Z


A

AbstractCondition - Class in oracle.iam.policyengine.vo.conditions
AbstractCondition Top level class for a condition that implements the EvaluationCondition interface - it can be evaluated as true or false based on a set of facts (the input ValueObject).
AbstractDomainObject - Class in oracle.iam.certification.vo.base
 
AbstractDomainObject() - Constructor for class oracle.iam.certification.vo.base.AbstractDomainObject
 
AbstractEntity - Class in oracle.iam.oimcommon.vo.base
 
AbstractEntity() - Constructor for class oracle.iam.oimcommon.vo.base.AbstractEntity
 
AbstractEntity - Class in oracle.iam.platform.entitymgr.vo
 
AbstractEntity() - Constructor for class oracle.iam.platform.entitymgr.vo.AbstractEntity
Public constructor to be used by Entity Type Managers
AbstractEntity(String, boolean) - Constructor for class oracle.iam.platform.entitymgr.vo.AbstractEntity
Internal constructor used by EntityTypeManagerHelper.
AbstractEntityTypeManagerResult - Class in oracle.iam.platform.entitymgr.vo
 
AbstractEntityTypeManagerResult(String) - Constructor for class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
 
AbstractEntityTypeManagerResult(String, String) - Constructor for class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
 
AbstractFixedEntity - Class in oracle.iam.platform.entitymgr.vo
 
AbstractFixedEntity() - Constructor for class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
AbstractFixedEntity(String, boolean) - Constructor for class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
AbstractGenericOrchestration - Class in oracle.iam.platform.kernel.vo
Abstract class which will be extended by supported orchestrations
AbstractGenericOrchestration() - Constructor for class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
 
AbstractGenericOrchestration(String, boolean, OrchestrationTarget) - Constructor for class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Constructs a new orchestration
AbstractGenericOrchestration(String, boolean, OrchestrationTarget, boolean) - Constructor for class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
 
AbstractGenericOrchestration(String, boolean, OrchestrationTarget, boolean, boolean) - Constructor for class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
 
AbstractLookupQueryVO - Class in oracle.iam.platform.utils.lookup.vo
 
AbstractLookupQueryVO(String, String, String) - Constructor for class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
 
AbstractLookupQueryVO(String, String, String, String) - Constructor for class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
 
AbstractOrchestrationTarget - Class in oracle.iam.platform.kernel.vo
 
AbstractOrchestrationTarget() - Constructor for class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
AbstractReconTask - Class in oracle.iam.connectors.icfcommon.recon
Base class for recon tasks.
AbstractReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.AbstractReconTask
 
AbstractRiskAwareEntity - Class in oracle.iam.oimcommon.vo.base
 
AbstractRiskAwareEntity() - Constructor for class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
 
AbstractTargetAttribute - Class in oracle.iam.reconciliation.config.vo
 
AbstractTargetAttribute() - Constructor for class oracle.iam.reconciliation.config.vo.AbstractTargetAttribute
 
AbstractUserNameGenerationPolicy - Class in oracle.iam.identity.usermgmt.api
Abstract class that implements deprecated API's so that custom policy implementations have no need to implement them.
AbstractUserNameGenerationPolicy() - Constructor for class oracle.iam.identity.usermgmt.api.AbstractUserNameGenerationPolicy
 
ACCEPT_RISK - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
ACCEPT_RISK - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
 
ACCESS_ADVANCED_UI - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OIMUIActions
 
ACCESS_ORGANIZATION_FEATURE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
ACCESS_POLICIES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ACCESS_POLICY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
 
ACCESS_POLICY - Static variable in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
ACCESS_POLICY_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ACCESS_POLICY_KEY_COLUMN - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ACCESS_POLICY_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ACCESS_POLICY_NAME_COLUMN - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ACCESS_REQUEST - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
AccessControlException - Exception in oracle.iam.platform.authopss.exception
A runtime exception that signals the error condition that the user has been disallowed access to an operation.
AccessControlException() - Constructor for exception oracle.iam.platform.authopss.exception.AccessControlException
Constructs a new platform.authz exception with null as its detail message.
AccessControlException(String) - Constructor for exception oracle.iam.platform.authopss.exception.AccessControlException
Constructs a new platform.authz exception with the specified detail message.
AccessControlException(String, Throwable) - Constructor for exception oracle.iam.platform.authopss.exception.AccessControlException
Constructs a new platform.authz exception with the specified detail message and cause.
AccessControlException(Throwable) - Constructor for exception oracle.iam.platform.authopss.exception.AccessControlException
Constructs a new platform.authz exception with the specified cause.
AccessDeniedException - Exception in oracle.iam.certification.exception
This exception is thrown by the Authorization layer to indicate that a requested access (to a certification resource) is denied.
AccessDeniedException(String, PolicyConstants.Actions, PolicyConstants.Resources) - Constructor for exception oracle.iam.certification.exception.AccessDeniedException
 
AccessDeniedException(String, PolicyConstants.Actions, PolicyConstants.Resources, String) - Constructor for exception oracle.iam.certification.exception.AccessDeniedException
 
AccessDeniedException(String, PolicyConstants.Actions, String, String) - Constructor for exception oracle.iam.certification.exception.AccessDeniedException
 
AccessDeniedException - Exception in oracle.iam.ida.exception
 
AccessDeniedException(String, PolicyConstants.Actions, PolicyConstants.Resources) - Constructor for exception oracle.iam.ida.exception.AccessDeniedException
 
AccessDeniedException(String, PolicyConstants.Actions, PolicyConstants.Resources, String) - Constructor for exception oracle.iam.ida.exception.AccessDeniedException
 
AccessDeniedException - Exception in oracle.iam.identity.exception
An exception to signal the error condition that the user is not authorized to perform an operation.
AccessDeniedException() - Constructor for exception oracle.iam.identity.exception.AccessDeniedException
Constructs a new super exception with null as its detail message.
AccessDeniedException(String) - Constructor for exception oracle.iam.identity.exception.AccessDeniedException
Constructs a new super exception with the specified detail message.
AccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.AccessDeniedException
Constructs a new super exception with the specified detail message and cause.
AccessDeniedException(Throwable) - Constructor for exception oracle.iam.identity.exception.AccessDeniedException
Constructs a new super exception with the specified cause.
AccessDeniedException - Exception in oracle.iam.platform.authopss.exception
An exception to signal the error condition that the user is not authorized to perform an operation.
AccessDeniedException() - Constructor for exception oracle.iam.platform.authopss.exception.AccessDeniedException
Constructs a new super exception with null as its detail message.
AccessDeniedException(String) - Constructor for exception oracle.iam.platform.authopss.exception.AccessDeniedException
Constructs a new super exception with the specified detail message.
AccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.platform.authopss.exception.AccessDeniedException
Constructs a new super exception with the specified detail message and cause.
AccessDeniedException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.platform.authopss.exception.AccessDeniedException
Constructs a new super exception with the specified detail message.
AccessDeniedException(Throwable) - Constructor for exception oracle.iam.platform.authopss.exception.AccessDeniedException
Constructs a new super exception with the specified cause.
AccessDeniedException - Exception in oracle.iam.platform.authz.exception
An exception to signal the error condition that the user is not authorized to perform an operation.
AccessDeniedException() - Constructor for exception oracle.iam.platform.authz.exception.AccessDeniedException
Constructs a new super exception with null as its detail message.
AccessDeniedException(String) - Constructor for exception oracle.iam.platform.authz.exception.AccessDeniedException
Constructs a new super exception with the specified detail message.
AccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.platform.authz.exception.AccessDeniedException
Constructs a new super exception with the specified detail message and cause.
AccessDeniedException(Throwable) - Constructor for exception oracle.iam.platform.authz.exception.AccessDeniedException
Constructs a new super exception with the specified cause.
AccessDeniedException - Exception in oracle.iam.platform.entitymgr.exception
 
AccessDeniedException() - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
 
AccessDeniedException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
 
AccessDeniedException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
 
AccessDeniedException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
 
AccessDeniedException - Exception in oracle.iam.reconciliation.exception
 
AccessDeniedException(String) - Constructor for exception oracle.iam.reconciliation.exception.AccessDeniedException
 
AccessDeniedException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.AccessDeniedException
 
AccessDeniedException - Exception in oracle.iam.request.exception
 
AccessDeniedException(Exception) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
 
AccessDeniedException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
 
AccessDeniedException(String) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
 
AccessDeniedException(String, Exception) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
 
AccessDeniedException - Exception in oracle.iam.rolesod.exception
 
AccessDeniedException(Exception) - Constructor for exception oracle.iam.rolesod.exception.AccessDeniedException
 
AccessDeniedException(String) - Constructor for exception oracle.iam.rolesod.exception.AccessDeniedException
 
AccessDeniedException(String, Exception) - Constructor for exception oracle.iam.rolesod.exception.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.rolesod.exception.AccessDeniedException
 
ACCESSIBILITY_MODE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
AccessPolicyEvaluationException - Exception in oracle.iam.accesspolicy.exception
Exception thrown when logged in user is not authorized to initiate access policy evaluation for the target user
AccessPolicyEvaluationException() - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationException
Constructs a new super exception with null as its detail message.
AccessPolicyEvaluationException(String) - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationException
Constructs a new super exception with the specified detail message.
AccessPolicyEvaluationException(String, Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationException
Constructs a new super exception with the specified detail message and cause.
AccessPolicyEvaluationException(Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationException
Constructs a new super exception with the specified cause.
AccessPolicyEvaluationUnauthorizedException - Exception in oracle.iam.accesspolicy.exception
Exception thrown when logged in user is not authorized to initiate access policy evaluation for the target user
AccessPolicyEvaluationUnauthorizedException() - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationUnauthorizedException
Constructs a new super exception with null as its detail message.
AccessPolicyEvaluationUnauthorizedException(String) - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationUnauthorizedException
Constructs a new super exception with the specified detail message.
AccessPolicyEvaluationUnauthorizedException(String, Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationUnauthorizedException
Constructs a new super exception with the specified detail message and cause.
AccessPolicyEvaluationUnauthorizedException(Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationUnauthorizedException
Constructs a new super exception with the specified cause.
AccessPolicyResourceData - Class in com.thortech.xl.vo
Value object for the Access Policy Data
AccessPolicyResourceData(long, String, long, String, String) - Constructor for class com.thortech.xl.vo.AccessPolicyResourceData
Constructor
AccessPolicyService - Interface in oracle.iam.accesspolicy.api
 
AccessPolicyServiceException - Exception in oracle.iam.accesspolicy.exception
 
AccessPolicyServiceException() - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyServiceException
Constructs a new super exception with null as its detail message.
AccessPolicyServiceException(String) - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyServiceException
Constructs a new super exception with the specified detail message.
AccessPolicyServiceException(String, Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyServiceException
Constructs a new super exception with the specified detail message and cause.
AccessPolicyServiceException(Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.AccessPolicyServiceException
Constructs a new super exception with the specified cause.
ACCOUNT - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
Account - Static variable in class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
 
Account - Class in oracle.iam.oimcommon.vo
Represents the user's identity within the context of a particular Resource (i.e., system or application).
Account() - Constructor for class oracle.iam.oimcommon.vo.Account
 
ACCOUNT - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
Account - Class in oracle.iam.provisioning.vo
This class represents the account provisioned to user.
Account(ApplicationInstance, AccountData) - Constructor for class oracle.iam.provisioning.vo.Account
' * This constructor can be used to form an Account value object while provisioning an account to user.
Account(String, String, String) - Constructor for class oracle.iam.provisioning.vo.Account
This constructor will be used internally by provisioning engine when an account is already provisioned.
Account(String, String, String, RiskSummary) - Constructor for class oracle.iam.provisioning.vo.Account
This constructor will be used internally by provisioning engine when an account is already provisioned.
Account - Static variable in class oracle.iam.reconciliation.config.vo.ResourceType
 
Account - Class in oracle.iam.reconciliation.vo
 
Account() - Constructor for class oracle.iam.reconciliation.vo.Account
 
Account(long) - Constructor for class oracle.iam.reconciliation.vo.Account
 
Account.ACCOUNT_TYPE - Class in oracle.iam.provisioning.vo
An enumeration which represents the Account Type.
Account.AccountStatus - Class in oracle.iam.oimcommon.vo
 
ACCOUNT_ATTRIBUTE_HIERARCHY_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
ACCOUNT_ATTRIBUTE_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
ACCOUNT_ATTRIBUTE_VALUE - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
ACCOUNT_CREATE_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ACCOUNT_DEP_STATUS_HANDLER_NAME - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ACCOUNT_DESCRIPTIVE_FIELD - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
ACCOUNT_END_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
ACCOUNT_END_DATE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
ACCOUNT_ID - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ACCOUNT_ID - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ACCOUNT_ID - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ACCOUNT_LOCK_DURATION_INSEC - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
ACCOUNT_LOCKED_ON - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
ACCOUNT_MANAGER_ID - Static variable in interface oracle.iam.certification.vo.Constants
 
ACCOUNT_MODIFY_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ACCOUNT_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ACCOUNT_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ACCOUNT_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ACCOUNT_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
 
ACCOUNT_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
ACCOUNT_START_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
ACCOUNT_START_DATE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
ACCOUNT_STATE - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ACCOUNT_STATE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ACCOUNT_STATUS - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ACCOUNT_STATUS - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ACCOUNT_STATUS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
ACCOUNT_STATUS - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
ACCOUNT_STATUS_LOCKED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
ACCOUNT_STATUS_UNLOCKED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
ACCOUNT_SUMMARY_RISK - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ACCOUNT_SUMMARY_RISK - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ACCOUNT_TYPE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
ACCOUNT_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
AccountAttributeValue - Class in oracle.iam.oimcommon.vo
TODO: Discuss concept of RiskAwareEntity and RiskAwareAssignment intertfaces.
AccountAttributeValue() - Constructor for class oracle.iam.oimcommon.vo.AccountAttributeValue
 
AccountData - Class in oracle.iam.provisioning.vo
This class represents the entire account data.
AccountData(String, String, Map) - Constructor for class oracle.iam.provisioning.vo.AccountData
This constructor is used to populate AccountData value object for an already provisioned account.
AccountNotFoundException - Exception in oracle.iam.provisioning.exception
 
AccountNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.AccountNotFoundException
Constructs a new AccountNotFoundException with the errorCode, errorMessage, errorData and Throwable.
AccountNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.AccountNotFoundException
Constructs a new AccountNotFoundException with the errorCode, errorMessage and errorData
AccountService - Interface in oracle.iam.oimcommon.api
TODO: Discuss about how to define constants.
Service interface to facilitate all Account related APIs which will be made thorugh OIMClient.
acctID - Variable in class oracle.iam.reconciliation.vo.Account
 
acquireLock(boolean) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Try to acquire the lock
acquireLock(boolean) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Try to acquire the lock
ACTION - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
ACTION - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
Action - Class in oracle.iam.reconciliation.config.vo
 
ACTION_HISTORY_CALC_FRD_ID - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_CERT_SERVER_ID - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ABSTAIN - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ACQUIRED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_CERTIFY - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_CERTIFY_CONDITIONALLY - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_CLAIM_AUTOMATICALLY - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_CLAIM_MANUALLY - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_CLOSE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_DELEGATE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ENTER_FRD - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ENTER_P_1 - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ENTER_P_1_D - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ENTER_P_1_V - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ENTER_P_2 - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ENTER_P_2_D - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ENTER_P_2_V - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ESCALATE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_EXPIRE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_GENERATE_REASSIGNED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_GENERATE_SCHEDULED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_PROXY - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_REASSIGN - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_RESET - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_REVOKE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_ROUTED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_SIGNOFF - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_SYS_RESET - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_EVENT_UNDELEGATE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_ID_TYPE_ALL - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_ID_TYPE_NONE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_HISTORY_SCHEDULER_ID - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ACTION_LOG_API_EVTCREATE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
Event Action Performed strings
ACTION_LOG_ENGINE_EVTACTIONRUL - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_ENGINE_EVTDATACHK - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_ENGINE_EVTMATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_ENGINE_EVTVALIDCHK - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_ENGINE_NOACTION - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_SYSTEM_EVTRETRY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_UI_ASSGNUSR - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_UI_EVTADHOCLNK - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_UI_EVTDISCARD - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_UI_EVTMATCHDLSTLNK - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_UI_EVTRECVD - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_UI_EVTREEVAL - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ACTION_LOG_UI_EVTREEVALTED - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ActionHistory - Class in oracle.iam.ida.vo
 
ActionHistory() - Constructor for class oracle.iam.ida.vo.ActionHistory
 
ActionRule - Class in oracle.iam.reconciliation.config.vo
An action rule specifies the various conditions resulting from matching rule evaluation and the subsequent actions based on those conditions for a particular Profile.
ActionRule(Condition, Action) - Constructor for class oracle.iam.reconciliation.config.vo.ActionRule
 
ActionRules - Class in oracle.iam.reconciliation.config.vo
Configures the set of action rules for a Profile.
ActionRules(ActionRule[]) - Constructor for class oracle.iam.reconciliation.config.vo.ActionRules
 
ACTIVATE - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
activate(String) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method activates an application in the system
activateFormVersion(long, int) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Sets the specified version of the specified form as the active version of that form.
ACTIVE - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
Active - Static variable in class oracle.iam.oimcommon.vo.User.UserStatus
 
Active - Static variable in class oracle.iam.provisioning.vo.Application.STATUS_TYPE
 
ACTIVE_ACCOUNTS - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
ACTIVE_ACCOUNTS - Static variable in class oracle.iam.oimcommon.vo.RiskContext.AccountScanScope
 
ACTIVE_USERS - Static variable in class oracle.iam.oimcommon.vo.RiskContext.UserScanScope
 
ACTIVE_USERS_AND_ACTIVE_ACCOUNTS - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
ACTUAL_USER_COUNT - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
Adapter - Class in com.thortech.xl.vo.workflow
 
Adapter() - Constructor for class com.thortech.xl.vo.workflow.Adapter
 
AdapterMapping - Class in com.thortech.xl.vo.workflow
 
AdapterMapping() - Constructor for class com.thortech.xl.vo.workflow.AdapterMapping
 
AdapterMappingDefinition - Class in com.thortech.xl.vo.workflow
 
AdapterMappingDefinition() - Constructor for class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
add(Attribute) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
add(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs addition of two integers.
add(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs addition of two floats.
add(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs addition of a float and integer.
add(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs addition of a float and integer.
ADD - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
add(IDCAttribute) - Method in class oracle.iam.certification.vo.IDCAttributes
 
ADD - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ADD - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
Add - Static variable in class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
 
add(String, Object) - Method in class oracle.iam.policyengine.vo.ValueObject
 
Add - Static variable in class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
 
Add - Static variable in class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
 
Add - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
 
Add - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.ACTION
 
ADD_ADMIN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
ADD_ADMIN_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
ADD_CATEGORY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
ADD_DERIVED_ATTRIBUTES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
ADD_ENTITLEMENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
ADD_GRANTEE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
ADD_LOCALE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
ADD_MEMBERS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
ADD_PROXY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
ADD_PROXY_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
ADD_ROLE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
ADD_ROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
ADD_SELF_ACCOUNTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
ADD_SELF_ENTITLEMENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
ADD_SELF_ROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
ADD_TASK_LISTENER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
ADD_USER_ACCOUNTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
addAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Adds a group as having administrative control over a form
addAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
addAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Adds a group to the list of groups that have authorization access over the specified object.
addAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Adds a group to the list of groups that have administrative access over the specified workflow.
addAdministrators(long, AdminPermissions[]) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Add a list of groups to have administrative controls over a specified attestation process
addAdministrators(long, long[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addAdministrators(long, long[], boolean[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Adds a list of groups to have administrative control over the specified group
addAdministrators(long, long[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
addAdministrators(long, long[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Adds groups to the list of groups that have administrative access over the specified workflow.
addAdminRoleMembership(AdminRoleMembership) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Adds an admin role membership.
addAdminRoleMembership(AdminRoleMembership) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Add a admin role membership.
addApplicationInstance(ApplicationInstance) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method adds a record for ApplicationInstance using value-object ApplicationInstance .
addApplicationInstances(List) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method adds records for ApplicationInstances using multiple value-objects for ApplicationInstance .
addAppOCProperties(Map) - Method in class oracle.iam.provisioning.vo.ProvConfig
 
addAttachments(int, Attachments) - Method in class oracle.iam.notification.vo.LocalTemplate
Add an attachment to a template in given locale at a particular index
addAttachments(Attachments) - Method in class oracle.iam.notification.vo.LocalTemplate
Add an attachment to a template in given locale
addAttribute(AttributeDefinition) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
 
addAttribute(AttributeDefinition) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Add or modify an attribute.
addAttribute(AttributeDefinition) - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
addAttribute(AttributeDefinition) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Add or modify an attribute.
addAttribute(SchemaAttribute) - Method in class oracle.iam.platform.entitymgr.vo.Schema
Add an attribute
addAttributeMapping(String, String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Add or modify an attribute mapping.
addAttributeMapping(String, String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Add or modify an attribute mapping.
addAuditObjective(long, long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
addAuditObjectives(long, long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
addAuthorizer(long, long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
addAuthorizers(long, long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
addBatch(List) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
addBulkLookupValues(String, Map, String, String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Adds a new entries for the specified lookup
addCapabilities(List) - Method in class oracle.iam.provisioning.vo.ProvConfig
 
addCatalogItems(Catalog) - Method in interface oracle.iam.catalog.api.CatalogService
Adds the list of catalog items in to the catalog table.
addChildData(Map) - Method in class oracle.iam.provisioning.vo.AccountData
 
addChildEntity(AttributeDefinition) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
 
addChildEntityAttribute(AttributeDefinition) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Add or modify a child entity attribute.
addChildForm(FormInfo) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
 
addChildTableData(String, String, String, List, List, List) - Method in class oracle.iam.reconciliation.vo.ReconEventData
Adds data to a child table of the Event.
addChildTableRecord(String, String, String, HashMap) - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Add Child Table Record and Action Type
addChildTableRecord(String, String, String, HashMap) - Method in class com.thortech.xl.vo.UDFormData
Add Child Table Record and Action Type
addChildTableValue(String, String, long) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Updates the target by adding the newly added row in child table.
addConnectorPreviewedFile(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
All the RootObjects which are being calculated for deletion are to be populated.
addContainedEntity(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Add an entity type to the set of entity types that can be contained in this container.
addContainedEntity(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Add an entity type to the set of entity types that can be contained in this container.
addControlAttribute(ControlAttributeDefinition) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
 
addControlAttribute(ControlAttributeDefinition) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Add or modify a control attribute.
addDaysToCurrentDate(int) - Static method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Adds a specifed number of days to the current date
addDependency(long, long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Creates a dependency for an object.
addDependsOnTask(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Add a task to the list of tasks this task depends on
addDirectBulkMultiAttributeData(long, String, List, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.The data provided pertains to multiple child records instead of a single child record.
addDirectBulkMultiAttributeData(long, long, String, List) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.The data provided pertains to multiple child records instead of a single child record.
addDirectBulkMultiAttributeData(long, String, List) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.The data provided pertains to multiple child records instead of a single child record.
addDirectBulkMultiAttributeData(long, long, String, List, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.The data provided pertains to multiple child records instead of a single child record.
addDirectBulkMultiAttributeData(long, String, List, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addDirectBulkMultiAttributeData(long, long, String, List) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addDirectBulkMultiAttributeData(long, String, List) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addDirectBulkMultiAttributeData(long, long, String, List, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addDirectMultiAttributeData(long, String, Map, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.This API is supported for backward compatibility.Functionally, the processing is same as that of addMultiAttributeData, it just provides a wrapper over addMultiAttributeData and delegate call to this method.In 9.1 this was used to invoke SQL directly instead of going through data access layer for performance reasons.
addDirectMultiAttributeData(long, String, Map) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.This API is supported for backward compatibility.Functionally, the processing is same as that of addMultiAttributeData, it just provides a wrapper over addMultiAttributeData and delegate call to this method.In 9.1 this was used to invoke SQL directly instead of going through data access layer for performance reasons.
addDirectMultiAttributeData(long, long, String, Map, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.This API is supported for backward compatibility.Functionally, the processing is same as that of addMultiAttributeData, it just provides a wrapper over addMultiAttributeData and delegate call to this method.In 9.1 this was used to invoke SQL directly instead of going through data access layer for performance reasons.
addDirectMultiAttributeData(long, long, String, Map) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.This API is supported for backward compatibility.Functionally, the processing is same as that of addMultiAttributeData, it just provides a wrapper over addMultiAttributeData and delegate call to this method.In 9.1 this was used to invoke SQL directly instead of going through data access layer for performance reasons.
addDirectMultiAttributeData(long, String, Map, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addDirectMultiAttributeData(long, long, String, Map, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addDirectMultiAttributeData(long, long, String, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addDirectMultiAttributeData(long, String, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addEntitlement(Entitlement) - Method in interface oracle.iam.provisioning.api.EntitlementService
This API method adds a record for entitlement using Entitlement value-object.
addEntitlementGrants(EntitlementInstance) - Method in class oracle.iam.provisioning.vo.Account
 
addEntitlements(List) - Method in interface oracle.iam.provisioning.api.EntitlementService
This API method adds the multiple records of Entitlements using Entitlement
addEntityAttribute(RequestBeneficiaryEntityAttribute) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
addEntityAttribute(RequestEntityAttribute) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
addEntityPublications(List) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Publish entity into given scopes.
addEntityPublications(List, boolean) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Publish entity into given scopes along with the dependent data.
addEntityPublications(List) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
Publish entity into given scopes.
addEntityPublications(List, boolean) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
Publish entity into given scopes along with the dependent data.
addError(OIMError) - Method in exception oracle.iam.exception.OIMServiceException
 
addError(OIMError) - Method in exception oracle.iam.platform.utils.SuperRuntimeException
 
addError(tcError) - Method in class Thor.API.Base.tcBaseUtility
Adds the error to this object's error list, and sets the state to ERROR.
addErrorReceiver(tcErrorReceiver) - Method in class Thor.API.Base.tcBaseUtility
Adds another error receiver to the object's error list.
addException(String, Exception) - Method in exception oracle.iam.request.exception.BulkBeneficiariesAddException
 
addException(String, Exception) - Method in exception oracle.iam.request.exception.BulkBeneficiariesRemoveException
 
addException(String, String, Exception) - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
 
addException(String, String, Exception) - Method in exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
addExpression(String, Object, ReconSearchCriteria.Operator) - Method in class oracle.iam.reconciliation.vo.ReconSearchCriteria
Add an expression to the existing search criteria
addExpression(String, Object, RequestSearchCriteria.Operator) - Method in class oracle.iam.request.vo.RequestSearchCriteria
Add an expression to the existing search criteria
addExpression(SearchCriteria, SearchCriteria.Operator) - Method in class oracle.iam.request.vo.RequestSearchCriteria
 
addFailed(String, String, HashMap, Throwable) - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
 
addFailed(HashMap, Throwable) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
addFailed(String, HashMap, Throwable) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
addField(FieldDefinition) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Add or modify an target field.
addField(FieldDefinition) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Add or modify an target field.
addForm(long, long, long, int, int) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addFormDataFlow(long, long, String, String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Adds a new data flow mapping
addFormField(FormField) - Method in class oracle.iam.provisioning.vo.FormInfo
This method adds the form field in the list of form field associated to this process form.
addFormField(long, int, String, String, String, int, int, String, String, boolean) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Updates information about the specified field of a form.
addFormFieldProperty(long, String, String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Adds the specified property with specified value to the form's field
addForms(long, long[], long[], int[], int[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addGrantMechanismDetails(String, Object) - Method in class oracle.iam.provisioning.vo.Grant
 
addGrantMechanismDetails(Map) - Method in class oracle.iam.provisioning.vo.Grant
 
addIDCUserId(Long) - Method in interface oracle.iam.certification.vo.CertificationCreationContext.ReviewerWrapper
 
addJob(JobDetails) - Method in interface oracle.iam.scheduler.api.SchedulerService
Adds the job that would be scheduled using the Scheduler Service
addLastPreviewedFile() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Add the file previewed before into the files to be imported.
addLastPreviewedFile() - Method in interface Thor.API.Operations.tcImportOperationsIntf
Add the file previewed before into the files to be imported.
addLocaleToTemplate(String, Locale, HashMap) - Method in interface oracle.iam.notification.api.NotificationService
Add a new localized template to the existing notification template
addLocaleToTemplate(long, Locale, HashMap) - Method in interface oracle.iam.notification.api.NotificationService
Add a new localized template to the existing notification template
addLocaltemplate(String, LocalTemplate) - Method in class oracle.iam.notification.vo.NotificationTemplate
To add a locale template for given base notification template
addLookupCode(String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Adds a new lookup code
addLookupValue(String, String, String, String, String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Adds a new entry for the specified lookup
addMemberGroup(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Adds a group as a member to the specified group.
addMemberGroups(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Adds a list of user groups as members to the specified group.
addMembershipRule(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Adds the Membership Rule to a given group
addMembershipRules(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Adds a list of Membership Rules to a given group
addMemberUser(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Adds the specified user to the specified group.
addMemberUser(long, long, boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addMemberUsers(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Adds the specified users to the specified group.
addMemberUsers(long, long[], boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addMemberUsersNoTxn(long, long[], boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addMenuItem(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addMenuItems(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addMessage(String) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
addMetadata(MetaDataDefinition) - Method in interface oracle.iam.catalog.api.MetaDataDefinitionManager
Add metadata definition that will be applied to all the catalog Item.
addMetadataAttachment(String, String, String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Add a metadata attachment.
addMultiAttributeData(long, String, Map, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.
addMultiAttributeData(long, String, Map) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.
addMultiAttributeData(long, long, String, Map, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.
addMultiAttributeData(long, long, String, Map) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Adds data for multi-valued attributes (child table) for a reconciliation event.
addMultiAttributeData(long, String, Map, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addMultiAttributeData(long, String, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addMultiAttributeData(long, long, String, Map, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addMultiAttributeData(long, long, String, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
addObject(String, Hashtable) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
Method called when an object is added
addObjectAllowed(long, long, boolean) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Deprecated.  
addObjectAllowed(long, long, Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Deprecated.  
addObjectPermission(long, long, boolean, boolean, boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addObjectPermissions(long, long[], boolean[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
addParameter(String, String) - Method in class com.thortech.xl.gc.vo.designtime.Validation
 
addParameter(String, Serializable) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Adds a parameter to the orchestration
addParticipant(String, ContextAwareString) - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
addPending(String, String, HashMap) - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
 
addPending(String) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
addPending(String, Map) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
addProcessFormChildData(long, long, Map, boolean, boolean) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Adds process data to the child form that is associated with an instance of a process in the system.
addProcessFormChildData(long, long, Map) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Adds process data to the child form that is associated with an instance of a process in the system.
addProcessTaskInstance(long, long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Provides the ability to add/execute a task where the task's manual insert property is enabled.
addProperty(String, Object) - Method in class oracle.iam.provisioning.vo.FormField
This method adds a property for a form field
addProvisionPolicies(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Adds a list of Provision Policies to the specified group
addProvisionPolicy(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Adds a Provision Policy to a given group
addProvScriptHandlers(Map) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
addProxyForUser(String, long, Date, Date, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. The preferred way to do this is via UserManager.addProxyForUser(String, String, Date, Date, boolean)
addProxyForUser(String, String, Date, Date, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Adds/Sets proxy for user in OIM.
addProxyForUser(long, Date, Date) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Deprecated. The preferred way to do is via AuthenticatedSelfService.addProxyForUser(String, Date, Date, boolean)
addProxyForUser(String, Date, Date, boolean) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Adds/Sets proxy for user after checking the user privilege.
addReconDataFlow(long, long, String, String, boolean) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Adds a new reconciliation data flow mapping
addReconDataFlow(long, long, String, String, boolean, boolean) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Adds a new reconciliation data flow mapping
addReconSituationResponses(Map) - Method in class oracle.iam.provisioning.vo.ReconConfig
 
addReject(tcError) - Method in class Thor.API.Base.tcBaseUtility
Adds the rejection to this object's rejection list.
addRequestComment(String, RequestComment) - Method in interface oracle.iam.request.api.RequestService
Deprecated. Human task comments feature in SOA needs to be used as replacement for request comments.
addReturnValue(String, Object) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
addReturnValue(String, ReturnValue) - Method in interface oracle.iam.policyengine.api.RuleManager
Add the return value parameter to the specified rule entity id.
addReturnValues(String, Set) - Method in interface oracle.iam.policyengine.api.RuleManager
Add the the set of return values to the rule matching the rule entity id.
addRoleRelationship(String, String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Add a direct relationship between two roles.
addRoleRelationship(String, Object, String, Object) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Add a direct relationship between two roles, where the parent role is uniquely identified by the search criteria parentAttrName=parentAttrValue and the child role is uniquely identified by the search criteria childAttrName=childAttrValue.
addScheduleTaskAttribute(long, Map) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Adds schedule task attribute against a give task key with information based on the attribute that are passed to this method
addSingleChildData(String, ChildTableRecord) - Method in class oracle.iam.provisioning.vo.AccountData
 
addSubstitution(RootObject, String) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Create a substitutions for a given root object.
addSubstitution(RootObject, String) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Create a substitutions for a given root object.
addSuccess(String, String, HashMap) - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
 
addSuccess(String) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
addSuccess(String, Map) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
addSystemProperty(SystemProperty) - Method in interface oracle.iam.conf.api.SystemConfigurationService
Create a new system property in the DB
addTadParentKey(int, ReconTargetAttribute) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Deprecated.  
addTadParentKey(ReconTargetAttribute) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Deprecated.  
addTemplate(NotificationTemplate) - Method in interface oracle.iam.notification.api.NotificationService
Add a new template in OIM Repository
addTemplate(String, String, String, boolean) - Method in interface oracle.iam.notification.api.NotificationService
Add a new template in OIM Repository
addToReconEventAssignmentCollection(ReconEventAssignment) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Deprecated.  
addToTotalIDCCount(int) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
addTransformationParameter(SourceValue) - Method in class com.thortech.xl.gc.vo.designtime.Transformation
This method sets the parameter details of a transformation instance, corresponding to the input SourceValue.
addUnusedBlobAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
addUnusedNonSearchableDateAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
addUnusedNonSearchableNumberAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
addUnusedNonSearchableVCAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
addUnusedSearchableDateAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
addUnusedSearchableNumberAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
addUnusedSearchableVCAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
addUserToFolder(String, String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilPSTools
Adds a user to have access to the directory (Security tab under folder properties)
addValidation(Validation) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
addViolatedRuleDescription(PasswordRuleDescription) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
Adds the description of a rule that was violated
addWarning(String) - Method in class oracle.iam.platform.kernel.vo.EventResult
Add a warning code
addXMLFile(String, String) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Add a new XML File to import some more objects in the current session.
addXMLFile(String, String) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Add a new XML File to import some more objects in the current session.
ADMIN - Static variable in class oracle.iam.platform.authopss.vo.Capability.Type
 
Admin - Static variable in class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
 
ADMIN - Static variable in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
ADMIN_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
ADMIN_ROLE_ADMINISTRATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
ADMIN_ROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
ADMIN_ROLES - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ADMIN_SEARCH_CATALOG_ITEM - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
AdminPermissions - Class in com.thortech.xl.vo
 
AdminPermissions(long, String) - Constructor for class com.thortech.xl.vo.AdminPermissions
Constructor for the type.
AdminRole - Class in oracle.iam.platform.authopss.vo
This class represents a admin role object and its attributes.
AdminRole() - Constructor for class oracle.iam.platform.authopss.vo.AdminRole
Default constructor for eclipse-link.
AdminRole(String, String, String, boolean) - Constructor for class oracle.iam.platform.authopss.vo.AdminRole
The constructor for this class.
AdminRoleMembership - Class in oracle.iam.platform.authopss.vo
This class represents a role membership object and its attributes.
AdminRoleMembership(String, AdminRole, Long, boolean) - Constructor for class oracle.iam.platform.authopss.vo.AdminRoleMembership
Constructor for the class.
AdminRoleMembership() - Constructor for class oracle.iam.platform.authopss.vo.AdminRoleMembership
Default constructor for eclipselink.
AdminRoleMembershipWithoutHierarchy - Class in oracle.iam.platform.authopss.vo
A class that represents the Admin role membership without hierarchy.
AdminRoleMembershipWithoutHierarchy() - Constructor for class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy
 
AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE - Class in oracle.iam.platform.authopss.vo
 
AdminRolePublication - Class in oracle.iam.platform.authopss.vo
 
AdminRolePublication() - Constructor for class oracle.iam.platform.authopss.vo.AdminRolePublication
 
AdminRolePublicationWithoutHierarchy - Class in oracle.iam.platform.authopss.vo
Marker class to handle the one to one mapping that toplink expects for pojo and DB tables for admin-roles.
AdminRolePublicationWithoutHierarchy() - Constructor for class oracle.iam.platform.authopss.vo.AdminRolePublicationWithoutHierarchy
 
AdminRoleRuleScope - Class in oracle.iam.platform.authopss.vo
 
AdminRoleRuleScope() - Constructor for class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
AdminRoleService - Interface in oracle.iam.platform.authopss.api
Service interface to query admin roles defined in an OIM installation and manage scoped user memberships in these roles.
AdminRoleService - Interface in oracle.iam.platformservice.api
Service interface to query admin roles defined in an OIM installation and manage scoped user memberships in these roles.
AdminRoleServiceInternal - Interface in oracle.iam.platform.authopss.api
Service interface to query admin roles defined in an OIM installation and manage scoped user memberships in these roles.
AdminRoleVO - Class in oracle.iam.platform.authopss.vo
This class represents a admin role object required for the UI train.
AdminRoleVO(AdminRole) - Constructor for class oracle.iam.platform.authopss.vo.AdminRoleVO
 
adminUser - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
AFTER - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
AFTER - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
AFTER_OPERATION_ON_CONNECTOR - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
 
AFTER_OPERATION_ON_RESOURCE - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
 
aggregateRiskForUsers(List, List, RiskContext) - Method in interface oracle.iam.oimcommon.api.OimCommonService
 
aggregateRiskForUsers(List, List, RiskContext) - Method in interface oracle.iam.oimcommon.api.RiskAggregationService
 
ALL - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
ALL - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
 
ALL - Static variable in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
 
ALL - Static variable in class oracle.iam.platform.authopss.vo.Capability.Type
 
ALL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ALL_ACCOUNTS - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
ALL_ACCOUNTS - Static variable in class oracle.iam.oimcommon.vo.RiskContext.AccountScanScope
 
ALL_ATTR_OB - Static variable in class Thor.API.Base.tcBaseUtility
 
ALL_ATTRIBUTES - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
ALL_ATTRS - Static variable in interface oracle.iam.certification.vo.Constants
 
ALL_POLICY_TYPE_AUTH_TYPES_OBLIGATION_VALUE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ALL_ROLES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
 
ALL_ROWS - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ALL_USERS - Static variable in class oracle.iam.oimcommon.vo.RiskContext.UserScanScope
 
ALL_USERS_AND_ALL_ACCOUNTS - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
allFlds - Variable in class oracle.iam.reconciliation.vo.Account
 
ALLOW_IFLOCKEDBY_FAILLOGINATTEMPS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
ALLOW_MULTIPLE - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
ALLOW_MULTIPLE_RETURN_ATTRIBUTES - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ALLOWED_FUNCTIONS - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ALLOWED_RETURN_ATTRIBUTES - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ALLOWED_TOP_PATH_ELEMENTS - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
allowedActions(String, PolicyConstants.Resources) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
Search for the allowed actions for the user on a resource.
allowedActions(String) - Method in interface oracle.iam.platformservice.api.AuthorizationOPSSService
Search for the allowed actions for the user on a resource.
allowMultipleReturnAttributes() - Method in class oracle.iam.policyengine.vo.PolicyType
 
allowUnlockUserIfFailedLoginAttempts() - Method in interface oracle.iam.platform.authopss.api.AllowUnlockUserIfFailedLoginObligation
 
AllowUnlockUserIfFailedLoginObligation - Interface in oracle.iam.platform.authopss.api
 
AlreadyExistsException - Exception in oracle.iam.certification.exception
Thrown from a create operation when the entity to save already exists
AlreadyExistsException(String, String[]) - Constructor for exception oracle.iam.certification.exception.AlreadyExistsException
 
AlreadyExistsException - Exception in oracle.iam.ida.exception
 
AlreadyExistsException(String, String[]) - Constructor for exception oracle.iam.ida.exception.AlreadyExistsException
 
ALTERNATE_REMEDIATOR_TYPE_MANAGER - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
AND - Static variable in class oracle.iam.catalog.vo.CatalogSearchCriteria.Operator
 
AND - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
AND - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
AND - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
ANONYMOUS_USER - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
ANSWERS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
ANSWERS - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ANY - Static variable in class oracle.iam.api.OIMService.Intent
 
ANY_ATTRIBUTE - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ANY_OPERATIONAL_DATA - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
ANY_PENDING_GRANTS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ANY_USERS_WITH_ACTIVE_ACCOUNTS - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
AP_BASED_PROVISION_APP_INSTANCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
APP_INSTANCE_ADMINISTRATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
APP_INSTANCE_AUTHORIZER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
APP_INSTANCE_PARENT_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
APP_INSTANCE_VIEWER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
APP_TYPE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
AppicationObjectclassNotFoundException - Exception in oracle.iam.provisioning.exception
 
AppicationObjectclassNotFoundException() - Constructor for exception oracle.iam.provisioning.exception.AppicationObjectclassNotFoundException
Creates a new AppicationObjectclassNotFoundException object.
AppicationObjectclassNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.AppicationObjectclassNotFoundException
Constructs a new AppicationObjectclassNotFoundException with the errorCode, errorMessage, errorData and Throwable..
AppicationObjectclassNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.AppicationObjectclassNotFoundException
Constructs a new AppicationObjectclassNotFoundException with the errorCode, errorMessage and errorData
APPINST_ID - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
APPINST_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
Deprecated. 
APPINST_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
APPINST_NAME - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
APPINST_NAME - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
APPINST_NAME - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
APPINST_TYPE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
APPINST_TYPE - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
APPINSTANCE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
AppInstancePublication - Class in oracle.iam.platform.authopss.vo
 
AppInstancePublication() - Constructor for class oracle.iam.platform.authopss.vo.AppInstancePublication
 
AppInstancePublicationWithoutHierarchy - Class in oracle.iam.platform.authopss.vo
Marker class to handle the one to one mapping that toplink expects for pojo and DB tables for APP-INSTANCE.
AppInstancePublicationWithoutHierarchy() - Constructor for class oracle.iam.platform.authopss.vo.AppInstancePublicationWithoutHierarchy
 
AppInstCertificationStats - Class in oracle.iam.certification.vo
 
AppInstCertificationStats(long, String) - Constructor for class oracle.iam.certification.vo.AppInstCertificationStats
Constructor
APPLICABLE_POLICY_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
APPLICAION_ID - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
Application - Class in oracle.iam.provisioning.vo
 
Application() - Constructor for class oracle.iam.provisioning.vo.Application
 
Application(String) - Constructor for class oracle.iam.provisioning.vo.Application
 
Application(String, String, boolean, String, String, String, String, String, String, String, boolean) - Constructor for class oracle.iam.provisioning.vo.Application
 
Application(String, String, String, boolean, String, String, String, String, String, String, String, boolean, Application.STATUS_TYPE, String, List, ConnectorBundlePoolConfig) - Constructor for class oracle.iam.provisioning.vo.Application
 
Application.ATTRIBUTE - Class in oracle.iam.provisioning.vo
 
Application.STATUS_TYPE - Class in oracle.iam.provisioning.vo
 
APPLICATION_INSTANCE - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
APPLICATION_INSTANCE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
APPLICATION_INSTANCE - Static variable in class oracle.iam.request.vo.RequestConstants
 
APPLICATION_INSTANCE_ADMIN_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
APPLICATION_INSTANCE_AUTHORIZER_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
APPLICATION_INSTANCE_KEY - Static variable in class oracle.iam.request.vo.RequestConstants
 
APPLICATION_INSTANCE_VIEWER_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
APPLICATION_MANAGER_ID - Static variable in interface oracle.iam.certification.vo.Constants
 
APPLICATION_NAME - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants
 
APPLICATION_OBJECT_CLASS - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
APPLICATION_OWNER_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
APPLICATION_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
APPLICATION_TEMPLATE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
APPLICATION_TYPE - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
ApplicationInstance - Static variable in class oracle.iam.catalog.vo.OIMType
 
ApplicationInstance - Class in oracle.iam.oimcommon.vo
 
ApplicationInstance() - Constructor for class oracle.iam.oimcommon.vo.ApplicationInstance
 
ApplicationInstance - Static variable in class oracle.iam.platform.utils.vo.OIMType
 
ApplicationInstance - Class in oracle.iam.provisioning.vo
Despite introducing new request management feature in OIM 11gR1, the mechanism for provisioning an account or entitlement in any target remained very IT centric.
ApplicationInstance(long) - Constructor for class oracle.iam.provisioning.vo.ApplicationInstance
This constructor creates an instance of ApplicationInstance that is already been created.
ApplicationInstance() - Constructor for class oracle.iam.provisioning.vo.ApplicationInstance
 
ApplicationInstance(String, String, String, long, long, String, String) - Constructor for class oracle.iam.provisioning.vo.ApplicationInstance
This constructor is used to create (add) an ApplicationInstance record in OIM respository.
ApplicationInstance.TYPE - Class in oracle.iam.provisioning.vo
An enumeration which determines the type of this Application Instance.
ApplicationInstanceCertificationFilters - Class in oracle.iam.certification.vo
 
ApplicationInstanceConstants - Class in oracle.iam.provisioning.vo
 
ApplicationInstanceConstants() - Constructor for class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
ApplicationInstanceConstants.SortOrder - Class in oracle.iam.provisioning.vo
 
ApplicationInstanceNotFoundException - Exception in oracle.iam.provisioning.exception
 
ApplicationInstanceNotFoundException() - Constructor for exception oracle.iam.provisioning.exception.ApplicationInstanceNotFoundException
Creates a new ApplicationInstanceNotFoundException object.
ApplicationInstanceNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.ApplicationInstanceNotFoundException
Constructs a new ApplicationInstanceNotFoundException with the errorCode, errorMessage, errorData and Throwable..
ApplicationInstanceNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.ApplicationInstanceNotFoundException
Constructs a new ApplicationInstanceNotFoundException with the errorCode, errorMessage and errorData
ApplicationInstanceService - Interface in oracle.iam.oimcommon.api
 
ApplicationInstanceService - Interface in oracle.iam.provisioning.api
ApplicationInstanceService application programming interface provides methods needed to create and manage ApplicationInstance for both connected and disconnected ApplicationInstance.
ApplicationObjectclass - Class in oracle.iam.provisioning.vo
 
ApplicationObjectclass(String, boolean) - Constructor for class oracle.iam.provisioning.vo.ApplicationObjectclass
 
ApplicationObjectclass.APP_OC_PROPERTIES - Class in oracle.iam.provisioning.vo
 
ApplicationObjectclass.ATTRIBUTE - Class in oracle.iam.provisioning.vo
 
ApplicationObjectclass.RECON_SITUATIONS - Class in oracle.iam.provisioning.vo
 
ApplicationObjectclass.SCRIPT_TRIGGER - Class in oracle.iam.provisioning.vo
 
ApplicationObjectclassCapability - Class in oracle.iam.provisioning.vo
 
ApplicationObjectclassCapability() - Constructor for class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
ApplicationObjectclassCapability(ApplicationObjectclassCapability.PROV_OPERATION, ApplicationObjectclassCapability.OPERATION_POLICY, Set) - Constructor for class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
ApplicationObjectclassCapability.OPERATION_POLICY - Class in oracle.iam.provisioning.vo
 
ApplicationObjectclassCapability.PROV_OPERATION - Class in oracle.iam.provisioning.vo
 
ApplicationObjectclassService - Interface in oracle.iam.provisioning.api
 
ApplicationService - Interface in oracle.iam.provisioning.api
 
Approval - Class in oracle.iam.request.model.vo
Java class for approval complex type.
Approval() - Constructor for class oracle.iam.request.model.vo.Approval
 
APPROVAL_POLICY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
APPROVAL_REQUIRED - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
ApprovalChange - Class in oracle.iam.request.history.jaxb
Java class for approval-change complex type.
ApprovalChange() - Constructor for class oracle.iam.request.history.jaxb.ApprovalChange
 
ApprovalObligation - Interface in oracle.iam.platform.authopss.api
 
ApprovalPolicyAccessDeniedException - Exception in oracle.iam.request.exception
 
ApprovalPolicyAccessDeniedException(Exception) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyAccessDeniedException
 
ApprovalPolicyAccessDeniedException(String) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyAccessDeniedException
 
ApprovalPolicyAccessDeniedException(String, Exception) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyAccessDeniedException
 
ApprovalPolicyAccessDeniedException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyAccessDeniedException
 
ApprovalPolicyServiceException - Exception in oracle.iam.request.exception
This is the generic exception for Approval Policy Management Service
ApprovalPolicyServiceException(Exception) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyServiceException
 
ApprovalPolicyServiceException(String) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyServiceException
 
ApprovalPolicyServiceException(String, Exception) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyServiceException
 
ApprovalPolicyServiceException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyServiceException
 
ApprovalPolicyServiceException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyServiceException
 
ApprovalPolicyServiceException(String, Throwable) - Constructor for exception oracle.iam.request.exception.ApprovalPolicyServiceException
 
approvalRequired() - Method in interface oracle.iam.platform.authopss.api.ApprovalObligation
 
ApprovalServiceException - Exception in oracle.iam.request.exception
This is generic exception that will be thrown mostly if an error occurs while performing DB operations
ApprovalServiceException(Exception) - Constructor for exception oracle.iam.request.exception.ApprovalServiceException
 
ApprovalServiceException(String) - Constructor for exception oracle.iam.request.exception.ApprovalServiceException
 
ApprovalServiceException(String, Exception) - Constructor for exception oracle.iam.request.exception.ApprovalServiceException
 
ApprovalServiceException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.ApprovalServiceException
 
ApprovalServiceException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.request.exception.ApprovalServiceException
 
ApprovalServiceException(String, Throwable) - Constructor for exception oracle.iam.request.exception.ApprovalServiceException
 
APPROVE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
APPROVE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
APPROVED - Static variable in class oracle.iam.request.vo.RequestConstants
 
approveUserEntitlements(Long, String, Long, Set, Set, Set, Date) - Method in interface oracle.iam.certification.api.CertificationService
Approve user entitlements for user in User Certification.
approveUserEntitlements(Long, String, Long, CertificationConstants.EntityType, SearchCriteria, Date) - Method in interface oracle.iam.certification.api.CertificationService
Approve user entitlements for user in User Certification with criteria.
APPSERVER_TYPE_WEBLOGIC - Static variable in class oracle.iam.platform.OIMClient
 
APPSERVER_TYPE_WEBSPHERE - Static variable in class oracle.iam.platform.OIMClient
 
areSnapshotsEquivalent(Snapshot, Snapshot, String[]) - Static method in class oracle.iam.certification.vo.util.IDCUtil
 
arrangeSelectionAsATree(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
Arranges the passed objects as a Tree
arrangeSelectionAsATree(Collection) - Method in interface Thor.API.Operations.tcExportOperationsIntf
Arranges the passed objects as a Tree
ASCENDING - Static variable in class oracle.iam.catalog.vo.CatalogSearchCriteria.SortCriteria
 
ASCENDING - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ASCENDING - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants.SortOrder
 
ASCENDING - Static variable in class oracle.iam.request.vo.RequestConstants.SortOrder
 
ASSIGN - Static variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
ASSIGN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
 
ASSIGN_EVENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
ASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
 
ASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
ASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
ASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
 
ASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
 
ASSIGNED - Static variable in class oracle.iam.ida.vo.PolicyViolation.Status
 
ASSIGNED_PARENT_APP_INSTANCE - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
assignEvent(long, String, long, long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Deprecated. 
assignGroups(long, long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
This method assigns objects to be denied to the given access policy.
assignGroupToPolicies(long, long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
This method assigns a group to multiple access policies.
AssignmentChange - Class in oracle.iam.request.history.jaxb
Java class for assignment-change complex type.
AssignmentChange() - Constructor for class oracle.iam.request.history.jaxb.AssignmentChange
 
AssignmentTarget - Interface in com.thortech.xl.gc.vo.runtime
This Interface is a value object that represents the task assignment of an identity provisioning operation.
assignObjects(long, long[], Map) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
This method assigns objects to be provisioned or denied to the given access policy.
assignPolicyViolationCallback(String, String, String, String) - Method in interface oracle.iam.ida.api.IDAWorkflowCallbackService
This method is private.
assignPolicyViolations(List, String, Remediator.RemediatorType) - Method in interface oracle.iam.ida.api.PolicyViolationManager
Assign or reassign a collection of policy violations
assignRuleToPolicy(String, String, Long) - Method in interface oracle.iam.policyengine.api.PolicyManager
Assign the rule specified by the rule entity id to the policy specified by the policy entity id.
assignToAdminWithLeastLoad - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
assignToAuthWithHighestPriority - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
assignToAuthWithLeastLoad - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
assignToGroup - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
assignToObject(long, long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Assign the specified form to an object.
assignToUser - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
ASYNC - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
AsynchAnalysisReference - Class in oracle.iam.grc.sod.vo
This interface represents the intermediate result of an SoD analysis execution processing in an asynchronous manner.
AsynchAnalysisReference() - Constructor for class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
attachChildFormToParentForm(long, int, long, int) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Attaches a child form to a parent form.
Attachments - Class in oracle.iam.notification.vo
This object represents an attachment in template for a given locale
Attachments() - Constructor for class oracle.iam.notification.vo.Attachments
 
AttachMetadata(Map) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
 
AttestationDefinitionOperationsIntf - Interface in Thor.API.Operations
 
AttestationEntitlementVO - Class in com.thortech.xl.vo
Value object to store entitlement information
AttestationEntitlementVO() - Constructor for class com.thortech.xl.vo.AttestationEntitlementVO
 
AttestationItemResponse - Class in com.thortech.xl.vo
Value object to store the response provided for an attestation task record
AttestationItemResponse() - Constructor for class com.thortech.xl.vo.AttestationItemResponse
 
AttestationOperationsIntf - Interface in Thor.API.Operations
 
AttestationProcessDefinition - Class in com.thortech.xl.vo
Value object to store the attestation process definition
AttestationProcessDefinition() - Constructor for class com.thortech.xl.vo.AttestationProcessDefinition
Constructs AttestationProcessDefinition object
AttestationProcessDefinitionVO - Class in com.thortech.xl.vo
Value object to store the attestation process definition
AttestationProcessDefinitionVO() - Constructor for class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
AttestationProcessNotFoundException - Exception in Thor.API.Exceptions
 
AttestationProcessNotFoundException() - Constructor for exception Thor.API.Exceptions.AttestationProcessNotFoundException
Creates a new AttestationProcessNotFoundException object.
AttestationProcessNotFoundException(String) - Constructor for exception Thor.API.Exceptions.AttestationProcessNotFoundException
Constructs a new AttestationProcessNotFoundException with the specified detail message.
AttestationRecordNotDelegatedException - Exception in Thor.API.Exceptions
 
AttestationRecordNotDelegatedException() - Constructor for exception Thor.API.Exceptions.AttestationRecordNotDelegatedException
Creates a new AttestationRecordNotDelegatedException object.
AttestationRecordNotDelegatedException(String) - Constructor for exception Thor.API.Exceptions.AttestationRecordNotDelegatedException
Constructs a new AttestationRecordNotDelegatedException with the specified detail message.
AttestationResourceScopeVO - Class in com.thortech.xl.vo
Value object to store the attestation resource scope
AttestationResourceScopeVO() - Constructor for class com.thortech.xl.vo.AttestationResourceScopeVO
 
AttestationUserScopeVO - Class in com.thortech.xl.vo
Value object to store the attestation user scope
AttestationUserScopeVO() - Constructor for class com.thortech.xl.vo.AttestationUserScopeVO
 
attestSpecificTask(String[], long) - Method in interface Thor.API.Operations.AttestationOperationsIntf
This API attests the specific tasks and initiates any work flow setup.
attestTask(long) - Method in interface Thor.API.Operations.AttestationOperationsIntf
This API attests the specified task and initiates any work flow setup.
Attribute - Class in com.thortech.xl.gc.vo.designtime
This class is a value object that represents an identity attribute that could be a parent(single valued) or a child (multi-valued).
Attribute() - Constructor for class com.thortech.xl.gc.vo.designtime.Attribute
 
Attribute - Class in oracle.iam.grc.sod.vo
This class is a representation of an attribute in SoD engine or IdM system for entities like user, duty or duty type.
Attribute() - Constructor for class oracle.iam.grc.sod.vo.Attribute
 
Attribute - Static variable in class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
 
ATTRIBUTE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
 
Attribute - Class in oracle.iam.request.dataset.vo
Java class for attribute complex type.
Attribute() - Constructor for class oracle.iam.request.dataset.vo.Attribute
 
Attribute - Class in oracle.iam.request.history.jaxb
Java class for attribute complex type.
Attribute() - Constructor for class oracle.iam.request.history.jaxb.Attribute
 
ATTRIBUTE_CATEGORY_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
ATTRIBUTE_DISPLAY_TYPE_SECRET - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
ATTRIBUTE_ID - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ATTRIBUTE_LABEL - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ATTRIBUTE_LABEL - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ATTRIBUTE_LABEL - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ATTRIBUTE_LABEL - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ATTRIBUTE_NAME - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ATTRIBUTE_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ATTRIBUTE_NAME_CURRENT_PHASE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ATTRIBUTE_NAME_END_DATE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ATTRIBUTE_NAME_INCREMENTAL - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ATTRIBUTE_NAME_REVIEWER_TYPE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ATTRIBUTE_NAME_START_DATE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ATTRIBUTE_NAME_STATE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ATTRIBUTE_NAME_TOTAL_PHASES - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ATTRIBUTE_REFERENCE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ATTRIBUTE_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
ATTRIBUTE_VALUE - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ATTRIBUTE_VALUE - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ATTRIBUTE_VALUE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ATTRIBUTE_VALUE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ATTRIBUTE_VALUE_BELONGS_TO_ME - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ATTRIBUTE_VALUE_DOES_NOT_BELONG_TO_ME - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ATTRIBUTE_VALUE_ENTITY_ID - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ATTRIBUTE_VALUE_ID - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ATTRIBUTE_VALUE_ID - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ATTRIBUTE_VALUE_ID - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ATTRIBUTE_VALUE_ID - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ATTRIBUTE_VALUE_POLICY_ID - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
ATTRIBUTE_VALUE_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
AttributeCategory - Class in oracle.iam.oimcommon.vo
Represents the Parent and Child Forms
AttributeCategory() - Constructor for class oracle.iam.oimcommon.vo.AttributeCategory
 
AttributeDefinition - Class in oracle.iam.oimcommon.vo
Represents the parent and child form fields in a resource object .
AttributeDefinition() - Constructor for class oracle.iam.oimcommon.vo.AttributeDefinition
 
AttributeDefinition - Class in oracle.iam.platform.entitymgr.vo
 
AttributeDefinition(String, String, String, boolean, boolean, boolean, boolean, Object, String, Map, boolean) - Constructor for class oracle.iam.platform.entitymgr.vo.AttributeDefinition
 
AttributeDefinition(String, String, String, boolean, boolean, boolean, Object, String, Map, boolean) - Constructor for class oracle.iam.platform.entitymgr.vo.AttributeDefinition
 
AttributeDefinition(String, String, String, boolean, boolean, boolean, Object, String, Map) - Constructor for class oracle.iam.platform.entitymgr.vo.AttributeDefinition
 
AttributeDefInSComp - Class in oracle.iam.grc.sod.vo
This class is a representation of an attribute defined in Service Component.
AttributeDefInSComp() - Constructor for class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
AttributeGlossaryItem - Class in oracle.iam.certification.vo
 
AttributeGlossaryItem() - Constructor for class oracle.iam.certification.vo.AttributeGlossaryItem
 
AttributeMapGeneratorException - Exception in oracle.iam.platform.utils.ldapconfig.exception
 
AttributeMapGeneratorException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.AttributeMapGeneratorException
 
AttributeMapGeneratorException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.AttributeMapGeneratorException
 
AttributeMapGeneratorException(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.AttributeMapGeneratorException
 
AttributeMapGeneratorException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.AttributeMapGeneratorException
 
AttributeMapReaderException - Exception in oracle.iam.platform.utils.ldapconfig.exception
 
AttributeMapReaderException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.AttributeMapReaderException
 
AttributeMapReaderException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.AttributeMapReaderException
 
AttributeMapReaderException(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.AttributeMapReaderException
 
AttributeMapReaderException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.AttributeMapReaderException
 
attributeName - Variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
attributeName - Variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
attributeName - Variable in class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
 
attributeName - Variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
attributeName - Variable in class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
 
attributeName - Variable in class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
 
attributeName - Variable in class oracle.iam.ida.vo.Remediator.Attribute
 
attributeName - Variable in class oracle.iam.ida.vo.Remediator.ForeignAttribute
 
attributeName - Variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
attributeName - Variable in class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
 
attributeName - Variable in class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
 
attributeName - Variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
attributeName - Variable in class oracle.iam.policyengine.vo.Rule.ForeignAttribute
 
AttributeObligation - Interface in oracle.iam.platform.authopss.api
 
AttributeReference - Class in oracle.iam.request.dataset.vo
Java class for attribute-reference complex type.
AttributeReference() - Constructor for class oracle.iam.request.dataset.vo.AttributeReference
 
ATTRIBUTES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
 
ATTRIBUTES_OBLIGATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
AttributeValueUserMapping - Class in oracle.iam.certification.vo
 
AttributeValueUserMapping() - Constructor for class oracle.iam.certification.vo.AttributeValueUserMapping
 
AttributeWithSource - Class in com.thortech.xl.gc.vo.designtime
This class is a value object that represents an identity attribute that could be a parent(single valued) or a child (multi-valued).
AttributeWithSource() - Constructor for class com.thortech.xl.gc.vo.designtime.AttributeWithSource
 
AUDIT_CONFIG - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
AUDIT_EACH_ENTITY - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
AUDIT_EVENT - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
AUDIT_EVENT_REMOVE_ERROR - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
AUDIT_EVENT_REMOVE_FILTER - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
AUDIT_EVENTS_REMOVED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
AUDIT_OBJECTIVE - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
AUDIT_OBJECTIVE - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
AUDIT_OBJECTIVE - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
AUDIT_OBJECTIVE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
AUDITABLE_ATTRIBUTES - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
AUDITABLE_ATTRS - Static variable in interface oracle.iam.certification.vo.Constants
 
AuditConstants - Class in oracle.iam.auditevent.vo
 
AuditConstants() - Constructor for class oracle.iam.auditevent.vo.AuditConstants
 
AuditConstants.AuditEventActions - Class in oracle.iam.auditevent.vo
 
AuditEvent - Class in oracle.iam.auditevent.vo
 
AuditEvent() - Constructor for class oracle.iam.auditevent.vo.AuditEvent
 
AuditEvent(String, boolean) - Constructor for class oracle.iam.auditevent.vo.AuditEvent
 
AuditEventCreateException - Exception in oracle.iam.platform.entitymgr.exception
 
AuditEventCreateException() - Constructor for exception oracle.iam.platform.entitymgr.exception.AuditEventCreateException
 
AuditEventCreateException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.AuditEventCreateException
 
AuditEventCreateException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.AuditEventCreateException
 
AuditEventCreateException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.AuditEventCreateException
 
AuditEventCreateException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.AuditEventCreateException
 
AuditEventManager - Interface in oracle.iam.auditevent.api
The AuditEventManager is the interface for the Lightweight Audit Framework.
AuditEventManagerBulkResult - Class in oracle.iam.auditevent.vo
 
AuditEventManagerBulkResult() - Constructor for class oracle.iam.auditevent.vo.AuditEventManagerBulkResult
 
AuditEventManagerBulkResult(BulkResult) - Constructor for class oracle.iam.auditevent.vo.AuditEventManagerBulkResult
 
AuditEventManagerResult - Class in oracle.iam.auditevent.vo
 
AuditEventManagerResult(String) - Constructor for class oracle.iam.auditevent.vo.AuditEventManagerResult
 
AuditEventManagerResult(String, String) - Constructor for class oracle.iam.auditevent.vo.AuditEventManagerResult
 
AUDITOR_MODE_PROPERTY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
AUTH_ASSIGN - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_BULKACTION - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_CREATE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_CREATEACT - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_CREATEUSR - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_DELETE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_IGNORE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_LINK2RESOURCE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_LINK2USER - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_LINKACT - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_LINKUSR - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_MISSING - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_PROCESS - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_SEARCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AUTH_TYPE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
AUTH_VIEWEVENTDETAILS - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
AuthenticatedSelfService - Interface in oracle.iam.selfservice.self.selfmgmt.api
The AuthenticatedSelfService API exposes the methods to a logged-in user to manage his profile.
AuthorizationFailedException - Exception in oracle.iam.provisioning.exception
 
AuthorizationFailedException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.AuthorizationFailedException
* Constructs a new AuthorizationFailedException with the errorCode, errorMessage, errorData and Throwable.
AuthorizationFailedException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.AuthorizationFailedException
Constructs a new AuthorizationFailedException with the errorCode, errorMessage and errorData
AuthorizationOPSSService - Interface in oracle.iam.platformservice.api
The AuthorizationService is an interface specifying a contract that a class providing access control Implementation must implement.
AuthorizationResult - Interface in oracle.iam.platform.authopss.api
Encapsulates access permission results composed of the authorization decision.
AuthorizationResult.DenyResult - Class in oracle.iam.platform.authopss.api
 
AuthorizationResult.DenyResult(String, PolicyConstants.Actions, PolicyConstants.Resources, String) - Constructor for class oracle.iam.platform.authopss.api.AuthorizationResult.DenyResult
 
AuthorizationService - Interface in oracle.iam.platform.authopss.api
Service interface specifying contracts for the authorization checks supported by the OIM Authorization layer.
AUTHORIZER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
AuthSelfServiceException - Exception in oracle.iam.selfservice.exception
Signals that an exception of some sort has occurred while performing an authenticated self-service operation.
AuthSelfServiceException() - Constructor for exception oracle.iam.selfservice.exception.AuthSelfServiceException
Constructs a AuthSelfServiceException with null as its detail message.
AuthSelfServiceException(String) - Constructor for exception oracle.iam.selfservice.exception.AuthSelfServiceException
Constructs a AuthSelfServiceException with the specified detail message.
AuthSelfServiceException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.AuthSelfServiceException
Constructs a AuthSelfServiceException with the specified detail message and cause.
AuthSelfServiceException(Throwable) - Constructor for exception oracle.iam.selfservice.exception.AuthSelfServiceException
Constructs a AuthSelfServiceException with the specified cause.
AuthSelfServiceException(String, String, String[], Throwable) - Constructor for exception oracle.iam.selfservice.exception.AuthSelfServiceException
Constructs a AuthSelfServiceException with the specified message, errorCode and params.
AUTO_GENERATED_FALSE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
AUTO_GENERATED_TRUE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
AutoLoginResponse - Class in oracle.iam.passwordmgmt.vo
 
AutoLoginResponse() - Constructor for class oracle.iam.passwordmgmt.vo.AutoLoginResponse
 
AUTOMATICALLY_DELETED_ON - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
autoPublish(String, List, PolicyConstants.Resources) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Auto publishes the entity of entityType to the particular scope based on following rules: All Create API versions for role, application instance and entitlements should call a method to publish the new entity in the 'administrative' scopes of the logged in user.
AVAILABLE_ROLES_PARTICIPANT - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
AVAILABLE_ROLES_RELATION_TYPE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
AVAILABLE_ROLES_RULE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 

B

BASE_LOCALE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
BaseAccount - Class in oracle.iam.certification.vo.base
 
BaseAccount() - Constructor for class oracle.iam.certification.vo.base.BaseAccount
 
BaseApplicationInstance - Class in oracle.iam.certification.vo.base
 
BaseApplicationInstance() - Constructor for class oracle.iam.certification.vo.base.BaseApplicationInstance
 
BaseCatalog - Class in oracle.iam.certification.vo.base
 
BaseCatalog() - Constructor for class oracle.iam.certification.vo.base.BaseCatalog
 
BasePolicy - Class in oracle.iam.certification.vo.base
 
BasePolicy() - Constructor for class oracle.iam.certification.vo.base.BasePolicy
 
BaseRole - Class in oracle.iam.certification.vo.base
 
BaseRole() - Constructor for class oracle.iam.certification.vo.base.BaseRole
 
BaseUser - Class in oracle.iam.certification.vo.base
 
BaseUser() - Constructor for class oracle.iam.certification.vo.base.BaseUser
 
BasicAttribute - Class in oracle.iam.provisioning.vo
 
BasicAttribute() - Constructor for class oracle.iam.provisioning.vo.BasicAttribute
 
BasicAttribute(String, String, BasicAttribute.TYPE, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class oracle.iam.provisioning.vo.BasicAttribute
 
BasicAttribute.TYPE - Class in oracle.iam.provisioning.vo
 
BasicSelectionCriteria - Class in oracle.iam.certification.vo
 
BasicSelectionCriteria() - Constructor for class oracle.iam.certification.vo.BasicSelectionCriteria
 
BasicSelectionCriteria(Integer) - Constructor for class oracle.iam.certification.vo.BasicSelectionCriteria
 
BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.Constants
 
BATCH_SIZE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
BATCH_STATUS_COMPLETED - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
BATCH_STATUS_INITIAL - Static variable in class oracle.iam.reconciliation.vo.EventConstants
Batch status strings
BATCH_STATUS_READY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
BatchAttributes - Class in oracle.iam.reconciliation.api
This is used to store all the attributes which are common for an event.
BatchAttributes(String, String) - Constructor for class oracle.iam.reconciliation.api.BatchAttributes
 
BatchAttributes(String, String, boolean) - Constructor for class oracle.iam.reconciliation.api.BatchAttributes
 
BEFORE - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
BEFORE - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
BEFORE_OPERATION_ON_CONNECTOR - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
 
BEFORE_OPERATION_ON_RESOURCE - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
 
BEGIN_WITH - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
BEGIN_WITH - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
BEGINS_WITH - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
Beneficiary - Class in oracle.iam.request.vo
This value object stores beneficiary information associated with a request.
Beneficiary() - Constructor for class oracle.iam.request.vo.Beneficiary
Constructs a default Beneficiary object
Beneficiary(String, String) - Constructor for class oracle.iam.request.vo.Beneficiary
Constructs a Beneficiary object by using specified beneficiary details
BENEFICIARY_ADDITION_TYPE - Static variable in class oracle.iam.request.vo.RequestHistory
Constant that indicates modification to request is addition of beneficiary
BENEFICIARY_ON_TARGET_ENTITY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
 
BENEFICIARY_REMOVAL_TYPE - Static variable in class oracle.iam.request.vo.RequestHistory
Constant that indicates modification to request is deletion of beneficiary
BeneficiaryChange - Class in oracle.iam.request.history.jaxb
Java class for beneficiary-change complex type.
BeneficiaryChange() - Constructor for class oracle.iam.request.history.jaxb.BeneficiaryChange
 
BINARY - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
BINARY - Static variable in class oracle.iam.provisioning.vo.BasicAttribute.TYPE
 
Boolean - Static variable in class oracle.iam.catalog.vo.MetaDataDefinition.Type
 
BOOLEAN - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
BOOLEAN - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
Boolean - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
Boolean - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
Boolean - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
Boolean - Static variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
BOOLEAN_DATA_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
BROWSE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
browse(Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
Returns list of all the role categories available in the system.
BROWSE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
BROWSE_ORGANIZATION_RESULT - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
BROWSE_USERS_BY_MANAGER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
BROWSE_USERS_BY_ORGANIZATION_RESULT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
BULK_ACTION_ON_EVENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
BULK_ADD - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
BULK_ADD - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
BULK_CREATE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
BULK_CREATE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
BULK_DELETE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
BULK_DELETE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
BULK_DELETE_TIMEOUT - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
BULK_MODIFY - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
BULK_MODIFY - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
BULK_OPERATION_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
BULK_REMOVE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
BULK_REMOVE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
BULK_REQUEST - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
BulkBeneficiariesAddException - Exception in oracle.iam.request.exception
If there are exceptions while adding one or more beneficiaries to request, this exception will be used to report all the failed beneficiaries and corresponding exceptions for each user.
BulkBeneficiariesAddException() - Constructor for exception oracle.iam.request.exception.BulkBeneficiariesAddException
 
BulkBeneficiariesAddException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.BulkBeneficiariesAddException
 
BulkBeneficiariesAddException(String, Throwable) - Constructor for exception oracle.iam.request.exception.BulkBeneficiariesAddException
 
BulkBeneficiariesRemoveException - Exception in oracle.iam.request.exception
If there are exceptions while removing one or more beneficiaries to request, this exception will be used to report all the failed beneficiaries and corresponding exceptions for each user.
BulkBeneficiariesRemoveException() - Constructor for exception oracle.iam.request.exception.BulkBeneficiariesRemoveException
 
BulkBeneficiariesRemoveException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.BulkBeneficiariesRemoveException
 
BulkBeneficiariesRemoveException(String, Throwable) - Constructor for exception oracle.iam.request.exception.BulkBeneficiariesRemoveException
 
BulkChanges - Class in com.thortech.xl.vo
 
BulkChanges() - Constructor for class com.thortech.xl.vo.BulkChanges
 
BulkEntitiesAddException - Exception in oracle.iam.request.exception
If there are exceptions while adding one or more entities to request, this exception will be used to report all the failed entities and corresponding exceptions for each entity.
BulkEntitiesAddException() - Constructor for exception oracle.iam.request.exception.BulkEntitiesAddException
 
BulkEntitiesAddException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.BulkEntitiesAddException
 
BulkEntitiesAddException(String, Throwable) - Constructor for exception oracle.iam.request.exception.BulkEntitiesAddException
 
BulkEntitiesRemoveException - Exception in oracle.iam.request.exception
If there are exceptions while removing one or more entities to request, this exception will be used to report all the failed entities and corresponding exceptions for each entity.
BulkEntitiesRemoveException() - Constructor for exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
BulkEntitiesRemoveException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
BulkEntitiesRemoveException(String, Throwable) - Constructor for exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
BulkEventResult - Class in oracle.iam.platform.kernel.vo
Value object used for returning the result of an event handler for bulk orchestrations.
BulkEventResult() - Constructor for class oracle.iam.platform.kernel.vo.BulkEventResult
 
BulkException - Exception in oracle.iam.provisioning.exception
This exception is raised whenever a bulk operation is called and the operation is only successfull on some of the bulk transactions.
BulkException() - Constructor for exception oracle.iam.provisioning.exception.BulkException
Creates a new BulkException object.
bulkHasAccess(String, PolicyConstants.Resources, List, PolicyConstants.Actions) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
Check if user is allowed to perform an action on a specific resource.
bulkHasAccess(String, PolicyConstants.Resources, List, PolicyConstants.Actions, Map) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
Check if user is allowed to perform an action on a specific resource.
bulkHasAccessRelationship(String, PolicyConstants.Resources, List, PolicyConstants.Resources, List, PolicyConstants.Actions, boolean) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
Check if user is allowed to perform the relationship operation on beneficiary(user) to the target(role, IT Resource or Entitlement).
BULKLOAD - Static variable in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
BulkOrchestration - Class in oracle.iam.platform.kernel.vo
 
BulkOrchestration(String, boolean, OrchestrationTarget) - Constructor for class oracle.iam.platform.kernel.vo.BulkOrchestration
Constructs a new bulk orchestration.
BulkOrchestration(String, boolean, OrchestrationTarget, boolean) - Constructor for class oracle.iam.platform.kernel.vo.BulkOrchestration
 
BulkOrchestration(String, boolean, OrchestrationTarget, boolean, boolean) - Constructor for class oracle.iam.platform.kernel.vo.BulkOrchestration
 
BulkProvisioningException - Exception in oracle.iam.provisioning.exception
 
BulkProvisioningException() - Constructor for exception oracle.iam.provisioning.exception.BulkProvisioningException
Creates a new BulkProvisioningException object.
BulkRelationResult - Class in oracle.iam.platform.entitymgr.vo
 
BulkRelationResult() - Constructor for class oracle.iam.platform.entitymgr.vo.BulkRelationResult
 
BulkResult - Class in oracle.iam.platform.entitymgr.vo
 
BulkResult() - Constructor for class oracle.iam.platform.entitymgr.vo.BulkResult
 
BulkResult - Class in oracle.iam.platform.kernel.vo
 
BulkResult() - Constructor for class oracle.iam.platform.kernel.vo.BulkResult
 
BUNDLE_ALLOWS_SCRIPT_ON_CONNECTOR - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
BUNDLE_ALLOWS_SCRIPT_ON_RESOURCE - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
BUNDLE_NAME - Static variable in class oracle.iam.provisioning.vo.ConnectorInfo
 
BUNDLE_VERSION - Static variable in class oracle.iam.provisioning.vo.ConnectorInfo
 
BUNDLENAME - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
BUNDLEVERSION - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
BUSINESS_APPROVER_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
BUSINESS_UNIT_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
 
BUSINESS_UNIT_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
BUSINESS_UNITS_REPORT_PARAM - Static variable in interface oracle.iam.certification.vo.Constants
 
Byte - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
Byte - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
Byte - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
Byte - Static variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
ByteArray - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
ByteArray - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
ByteArray - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
ByteArray - Static variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 

C

callingEndOfJobAPI() - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
This API is called by the EndofJob Plug-in , which in turn is called by the Scheduler when a job completes.
CAN_POLICY_BE_GROOVY - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
CAN_RETURN_VALUE_BE_GROOVY - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
CAN_RULE_BE_GROOVY - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
canBeCompleted(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Determine if a certification is ready to be completed or a task associated with a certification is ready to be signed off.
cancel(long, long) - Method in interface oracle.iam.platform.kernel.spi.FailedHandler
Method containing the logic that need to be executed if the orchestration is cancelled.
cancel(long, long, AbstractGenericOrchestration) - Method in interface oracle.iam.platform.kernel.spi.PostProcessHandler
Method containing the logic that need to be executed if the orchestration is cancelled.
cancel(long, long, AbstractGenericOrchestration) - Method in interface oracle.iam.platform.kernel.spi.PreProcessHandler
Method containing the logic that need to be executed if the orchestration is cancelled.
CANCEL - Static variable in class oracle.iam.platform.kernel.vo.FailedEventResult.Response
 
cancelProvisioningTasks(String, String) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method cancels the pending provisioning tasks for a given process task of a process definition
CANNOT_FIND_ROLE_CATEGORY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
CANNOT_FIND_ROLES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
CANNOT_SET_RULE_ATTRIBUTES - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
CannotAcceptNullValueException - Exception in oracle.iam.platform.entitymgr.vo
 
CannotAcceptNullValueException() - Constructor for exception oracle.iam.platform.entitymgr.vo.CannotAcceptNullValueException
 
CannotAcceptNullValueException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.vo.CannotAcceptNullValueException
 
CannotAcceptNullValueException(String) - Constructor for exception oracle.iam.platform.entitymgr.vo.CannotAcceptNullValueException
 
CannotAcceptNullValueException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.vo.CannotAcceptNullValueException
 
canPolicyBeGroovy() - Method in class oracle.iam.policyengine.vo.PolicyType
 
canResourceBeProvisioned(long, long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Determines if a resource can be provisioned to an organization or not.
canResourceBeProvisioned(long, long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
canReturnValueBeGroovy() - Method in class oracle.iam.policyengine.vo.PolicyType
 
canRuleBeGroovy() - Method in class oracle.iam.policyengine.vo.PolicyType
 
canSelfRecoverPassword(String) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Find out if the user is eligible to recover the password using challenges.
canUserLogin(String, String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Deprecated.  
Capability - Class in oracle.iam.platform.authopss.vo
This class represents a admin role object and its properties.
Capability() - Constructor for class oracle.iam.platform.authopss.vo.Capability
Default constructor for eclipse-link.
Capability(String, String, boolean) - Constructor for class oracle.iam.platform.authopss.vo.Capability
Constructor for the Capability
Capability.Type - Class in oracle.iam.platform.authopss.vo
Enum for capability types
CapabilityOperationOption - Class in oracle.iam.provisioning.vo
 
CapabilityOperationOption() - Constructor for class oracle.iam.provisioning.vo.CapabilityOperationOption
 
CapabilityOperationOption(String, String) - Constructor for class oracle.iam.provisioning.vo.CapabilityOperationOption
 
CASE_SENSITIVE - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
Catalog - Class in oracle.iam.catalog.vo
Object that contains complete information related to catalog item.
Catalog() - Constructor for class oracle.iam.catalog.vo.Catalog
 
Catalog - Class in oracle.iam.oimcommon.vo
 
Catalog() - Constructor for class oracle.iam.oimcommon.vo.Catalog
 
Catalog - Static variable in class oracle.iam.platform.utils.vo.OIMType
 
CATALOG - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
CATALOG_ADMINISTRATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
CATALOG_ADMINISTRATOR_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
CATALOG_APPROVER_ROLE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_APPROVER_USER - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_ATTRIBUTES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
CATALOG_AUDIT_OBJECTIVE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_CATEGORY - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_CERTFIER_ROLE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_CERTFIER_USER - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_CERTIFIABLE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_CREATE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_CREATE_BY - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_DISPLAY_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
CATALOG_ENTITY_DESCRIPTION - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_ENTITY_DISPLAY_NAME - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_ENTITY_KEY - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_ENTITY_NAME - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_ENTITY_TYPE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_FULL_FILLMENT_ROLE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_FULL_FILLMENT_USER - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_HIERARCHICAL_DATA - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_HIERARCHICAL_DATA_CATALOG_ID - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_ID - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_IS_AUDITABLE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_ITEM - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
CATALOG_ITEM_RISK - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_ITEM_TAGS - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_PARENT_ENTITY_KEY - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_PARENT_ENTITY_TYPE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
catalog_regex_escape_character - Static variable in class oracle.iam.catalog.vo.StringType
 
CATALOG_RISK_SCORE_UPDATE_DATE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_UPDATE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_UPDATE_BY - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CATALOG_USER_DEFINED_TAGS - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
CatalogConstants - Interface in oracle.iam.catalog.vo
 
CatalogEnrichmentData - Class in oracle.iam.catalog.vo
 
CatalogEnrichmentData() - Constructor for class oracle.iam.catalog.vo.CatalogEnrichmentData
 
CatalogException - Exception in oracle.iam.catalog.exception
Signals that exception occured while performing any catalog related operations
CatalogException(Throwable) - Constructor for exception oracle.iam.catalog.exception.CatalogException
 
CatalogException(String, Throwable) - Constructor for exception oracle.iam.catalog.exception.CatalogException
 
CatalogException(String, String) - Constructor for exception oracle.iam.catalog.exception.CatalogException
Constructs a UserCreateException with the specified detail message and error code.
CatalogException(String, Throwable, String) - Constructor for exception oracle.iam.catalog.exception.CatalogException
Constructs a UserCreateException with the specified detail message, cause and error code.
CatalogException(String, String, Serializable[]) - Constructor for exception oracle.iam.catalog.exception.CatalogException
 
CatalogHarvestException - Exception in oracle.iam.catalog.exception
Signals that exception occured while performing any catalog related operations
CatalogHarvestException(Throwable) - Constructor for exception oracle.iam.catalog.exception.CatalogHarvestException
 
CatalogHarvestException(String, Throwable) - Constructor for exception oracle.iam.catalog.exception.CatalogHarvestException
 
CatalogHarvestException(String, String) - Constructor for exception oracle.iam.catalog.exception.CatalogHarvestException
Constructs a UserCreateException with the specified detail message and error code.
CatalogHarvestException(String, Throwable, String) - Constructor for exception oracle.iam.catalog.exception.CatalogHarvestException
Constructs a UserCreateException with the specified detail message, cause and error code.
CatalogHarvestException(String, String, Serializable[]) - Constructor for exception oracle.iam.catalog.exception.CatalogHarvestException
 
CatalogItemWrapper - Class in oracle.iam.certification.vo
 
CatalogItemWrapper() - Constructor for class oracle.iam.certification.vo.CatalogItemWrapper
 
CatalogLightVO - Class in oracle.iam.catalog.vo
 
CatalogLightVO() - Constructor for class oracle.iam.catalog.vo.CatalogLightVO
 
CatalogRunTimeException - Exception in oracle.iam.catalog.exception
 
CatalogRunTimeException(Throwable) - Constructor for exception oracle.iam.catalog.exception.CatalogRunTimeException
 
CatalogRunTimeException(String, Throwable) - Constructor for exception oracle.iam.catalog.exception.CatalogRunTimeException
 
CatalogRunTimeException(String, String) - Constructor for exception oracle.iam.catalog.exception.CatalogRunTimeException
Constructs a UserCreateException with the specified detail message and error code.
CatalogRunTimeException(String, Throwable, String) - Constructor for exception oracle.iam.catalog.exception.CatalogRunTimeException
Constructs a UserCreateException with the specified detail message, cause and error code.
CatalogRunTimeException(String, String, Serializable[]) - Constructor for exception oracle.iam.catalog.exception.CatalogRunTimeException
 
CatalogSearchCriteria - Class in oracle.iam.catalog.vo
This object can be used to create search object for cataog search.
CatalogSearchCriteria(Object, Object, CatalogSearchCriteria.Operator) - Constructor for class oracle.iam.catalog.vo.CatalogSearchCriteria
 
CatalogSearchCriteria.Argument - Class in oracle.iam.catalog.vo
 
CatalogSearchCriteria.Operator - Class in oracle.iam.catalog.vo
 
CatalogSearchCriteria.SortCriteria - Class in oracle.iam.catalog.vo
 
CatalogSearchFilter - Class in oracle.iam.certification.vo
 
CatalogSearchFilter() - Constructor for class oracle.iam.certification.vo.CatalogSearchFilter
 
CatalogSearchFilter(CatalogSearchCriteria) - Constructor for class oracle.iam.certification.vo.CatalogSearchFilter
 
CatalogSearchResult - Class in oracle.iam.catalog.vo
Object that contains informtion for catalog search.
CatalogSearchResult() - Constructor for class oracle.iam.catalog.vo.CatalogSearchResult
 
CatalogService - Interface in oracle.iam.catalog.api
Service can be used to perform all CRUDQ operation on Catalog entities.
CATEGORY - Static variable in class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
 
Category - Class in oracle.iam.catalog.vo
 
Category() - Constructor for class oracle.iam.catalog.vo.Category
 
CATEGORY - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
CATEGORY - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
CATEGORY - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
CATEGORY - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CATEGORY_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
CategoryTally - Class in oracle.iam.catalog.vo
 
CategoryTally() - Constructor for class oracle.iam.catalog.vo.CategoryTally
 
CAUSE - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
CAUSE_ACTION - Static variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
CAUSE_REQUEST_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
CERT_ID - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
CERT_ID - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
CERT_ID - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
CERT_ID - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
Certifiable - Interface in oracle.iam.certification.vo
 
Certifiable.Status - Class in oracle.iam.certification.vo
 
CERTIFIABLE_ATTRIBUTES - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
CERTIFIABLE_ATTRS - Static variable in interface oracle.iam.certification.vo.Constants
 
CERTIFICATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
CERTIFICATION_ADMINISTRATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
CERTIFICATION_ADMINISTRATOR_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
CERTIFICATION_COMMENTS - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CERTIFICATION_COMPOSITE_NAME - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFICATION_DATE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CERTIFICATION_DEFINITION_DEPENDENCY_EVENT_LISTENER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFICATION_DEFINITION_DEPENDENCY_JOB - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFICATION_ID - Static variable in class oracle.iam.request.vo.RequestConstants
 
CERTIFICATION_PERMIT_DEFAULT_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFICATION_PERMIT_LIMIT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFICATION_SEARCH_FIELDPRIMARY_REVIEWER_ID - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFICATION_TYPE_APP_INSTANCE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFICATION_TYPE_ENTITLEMENT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFICATION_TYPE_ROLE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFICATION_TYPE_USER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFICATION_VIEWER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
CERTIFICATION_VIEWER_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
CertificationAdministrationService - Interface in oracle.iam.certification.api
Public administration API for the OIM Certification feature.
CertificationConstants - Interface in oracle.iam.certification.vo
 
CertificationConstants.EntityType - Class in oracle.iam.certification.vo
 
CertificationConstants.PhaseDecisionConflict - Class in oracle.iam.certification.vo
 
CertificationConstants.ReviewerIdType - Class in oracle.iam.certification.vo
 
CertificationCreationContext - Interface in oracle.iam.certification.vo
 
CertificationCreationContext.ReviewerWrapper - Interface in oracle.iam.certification.vo
 
CertificationDefinition - Class in oracle.iam.certification.vo
 
CertificationDefinition() - Constructor for class oracle.iam.certification.vo.CertificationDefinition
 
CertificationDefinitionFilters - Class in oracle.iam.certification.vo
 
CertificationEngineException - Exception in oracle.iam.certification.exception
Exception to be thrown when something goes wrong in the server.
CertificationEngineException(String) - Constructor for exception oracle.iam.certification.exception.CertificationEngineException
constructs a certification engine exception.
CertificationHistory - Class in oracle.iam.certification.vo
 
CertificationHistory() - Constructor for class oracle.iam.certification.vo.CertificationHistory
 
CertificationIllegalStateException - Exception in oracle.iam.certification.exception
Exception used when a client invokes an API method that is invalid due to the current state of the underlying certification entities.
CertificationIllegalStateException(String, String[]) - Constructor for exception oracle.iam.certification.exception.CertificationIllegalStateException
 
CertificationInstance - Class in oracle.iam.certification.vo
 
CertificationInstance() - Constructor for class oracle.iam.certification.vo.CertificationInstance
 
CertificationRemediationStatistics - Class in oracle.iam.certification.vo
 
CertificationRemediationStatistics() - Constructor for class oracle.iam.certification.vo.CertificationRemediationStatistics
 
CertificationService - Interface in oracle.iam.certification.api
The public API to the OIM Certification Feature.
CertificationServiceException - Exception in oracle.iam.certification.exception
Base class for all checked exceptions produced in the Certification services: Encourage use of error codes, and hence localized messages Instantiate error message in server locale here, instead of in every subclass Subclasses of this class provide an end-user with sufficient information to correct an invalid request so it can be resubmitted.
CertificationServiceException(String, Serializable[]) - Constructor for exception oracle.iam.certification.exception.CertificationServiceException
Instantiate this class with a localized message
CertificationStats - Class in oracle.iam.certification.vo
 
CertificationStats() - Constructor for class oracle.iam.certification.vo.CertificationStats
 
CertificationTaskAction - Class in oracle.iam.certification.vo
 
CertificationTaskAction() - Constructor for class oracle.iam.certification.vo.CertificationTaskAction
 
CertificationTaskInfo - Class in oracle.iam.certification.vo
 
CertificationTaskInfo() - Constructor for class oracle.iam.certification.vo.CertificationTaskInfo
 
CertificationWorkflowException - Exception in oracle.iam.certification.exception
Exception used when unrecoverable condition is occurs during SOA interaction.
CertificationWorkflowException(String, String[]) - Constructor for exception oracle.iam.certification.exception.CertificationWorkflowException
 
CERTIFIED - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
CERTIFIED - Static variable in class oracle.iam.certification.vo.Certifiable.Status
 
CERTIFIED - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
CERTIFIED - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
CERTIFIED - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CERTIFIED_BY - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CERTIFIER_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
CERTIFIER_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
CERTIFIER_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
CERTIFIER_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CERTIFIER_LOGIN - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
CERTIFIER_LOGIN - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
CERTIFIER_LOGIN - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
CERTIFIER_LOGIN - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CERTIFIER_TYPE_APP_INSTANCE_OWNER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFIER_TYPE_BUSINESS_UNIT_MANAGER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFIER_TYPE_CUSTOM_METHOD - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFIER_TYPE_DATA_OWNER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFIER_TYPE_GLOBAL_USER_MANAGER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFIER_TYPE_REVIEWERS_IN_ROLE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFIER_TYPE_ROLE_OWNER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CERTIFY_ENTITLEMENT_ALL - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_ENTITLEMENT_HIGH_RISK - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_ENTITLEMENT_NONE - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_ENTITLEMENT_OUTSIDE_ROLE - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_ENTITLEMENT_SELECTED - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_ONLY_HIGH_RISK_ENTITLEMENT - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_RESOURCE_ALL - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_RESOURCE_HIGH_RISK - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_RESOURCE_HIGH_RISK_USERS - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_RESOURCE_SELECTED - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_ROLE_ALL - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_ROLE_HIGH_RISK - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_ROLE_NONE - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_ROLE_SELECTED - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_USERS_ALL - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_USERS_HIGH_RISK - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_USERS_HIGH_RISK_ENTITLEMENTS - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_USERS_HIGH_RISK_RESOURCES - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
CERTIFY_USERS_HIGH_RISK_ROLES - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
certifyAllUserEntitlements(Long, String, SearchCriteria, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certify the user entitlements for all users in User Certification
certifyApplicationInstanceEntitlements(Long, String, Long, Set, Set, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Take a decision action on specified accounts and entitlement assignments in an Application Instance certification.
certifyApplicationInstanceEntitlements(Long, String, Long, SearchCriteria, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Take a decision action on specified accounts and entitlement assignments in an Application Instance certification.
certifyApplicationInstances(Long, String, Integer, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Takes a decision on an application instance in the context of an application instance certification.
certifyApplicationInstances(Long, String, Integer, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Takes a decision on an application instance in the context of an application instance certification.
certifyEntitlements(Long, String, Integer, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
certifies a set of entitlements
certifyEntitlements(Long, String, Integer, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
certifies a set of entitlements matching a search criteria.
certifyEntitlementUsersWithFilter(Long, String, Long, Map, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certifies the user accounts for a given entitlement definition
certifyRemainingApplicationInstanceContent(Long, String, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Claims application instances and certifies associated content
certifyRemainingApplicationInstanceContent(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Claims application instances and certifies associated content
certifyRemainingEntitlementContent(Long, String, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
completes an entitlement.
certifyRemainingEntitlementContent(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
completes a set of entitlements that match a search criteria.
certifyRemainingRoleContent(Long, String, List, String) - Method in interface oracle.iam.certification.api.CertificationService
certifies remaining role content in a given task.
certifyRemainingRoleContent(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
certifies remaining role content in a given task.
certifyRemainingUserCertPh2Pg1ItemContent(Long, String, Set, Set, Set, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certify remaining content(non-certified) for items on Page 1 in Phase 2 of User Certification
certifyRemainingUserCertPh2Pg1ItemContent(Long, String, SearchCriteria, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certify remaining content(non-certified) for items on Page 1 in Phase 2 of User Certification
certifyRemainingUserContent(Long, String, List, String) - Method in interface oracle.iam.certification.api.CertificationService
certifies user roles,accounts and account-attributes which are not acted on.
certifyRemainingUserContent(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
certifies remaining user content with filters.
certifyRoles(Long, String, List, Integer, String) - Method in interface oracle.iam.certification.api.CertificationService
certifies roles in a given task.
certifyRoles(Long, String, SearchCriteria, Integer, String) - Method in interface oracle.iam.certification.api.CertificationService
certifies roles in a given task.
certifySelectedEntitlementUsers(Long, String, Long, Set, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certifies the user accounts for a given entitlement definition
certifySelectedEntitlementUsers(Long, String, Long, SearchCriteria, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certifies the user accounts for a given entitlement definition
certifyUserCertPh2Pg1Items(Long, String, Set, Set, Set, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certify the items on Page 1 in Phase 2 of User Certification
certifyUserCertPh2Pg1Items(Long, String, SearchCriteria, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certify the items on Page 1 in Phase 2 of User Certification by search criteria
certifyUserCertPh2Pg2Items(Long, String, Long, CertificationConstants.EntityType, SearchCriteria, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certify the items on Page 2 in Phase 2 of User Certification by search criteria
certifyUserEntitlements(Long, String, Long, Set, Set, Set, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certify the user entitlements for a user in User Certification
certifyUserEntitlements(Long, String, Long, SearchCriteria, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Certify the user entitlements for a user in User Certification
certifyUsers(Long, String, List, Integer, String) - Method in interface oracle.iam.certification.api.CertificationService
updates selected users within a given task
certifyUsers(Long, String, SearchCriteria, Integer, String) - Method in interface oracle.iam.certification.api.CertificationService
certifies users with a set of filters.
CertRequired - Class in oracle.iam.certification.vo
 
CertRequired() - Constructor for class oracle.iam.certification.vo.CertRequired
 
Challenge - Class in oracle.iam.passwordmgmt.vo
Represents a Challenge to the user to prove his/her identity
Challenge(String) - Constructor for class oracle.iam.passwordmgmt.vo.Challenge
 
Challenge(Challenge) - Constructor for class oracle.iam.passwordmgmt.vo.Challenge
 
CHALLENGE_QUESTIONS_ANSWERS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
challengeNotSetReverse(String) - Method in interface oracle.iam.idc.api.IDCService
 
ChallengePolicyDisableException - Exception in oracle.iam.selfservice.exception
Exception thrown when challenge related operations is performed but OIM.DisableChallengeQuestions system property is disabled
ChallengePolicyDisableException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.ChallengePolicyDisableException
Constructs a ChallengePolicyDisableException with the specified detail message and cause.
ChallengePolicyDisableException(String) - Constructor for exception oracle.iam.selfservice.exception.ChallengePolicyDisableException
Constructs a ChallengePolicyDisableException with the specified detail message.
CHALLENGEQA - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ChallengeResponseException - Exception in oracle.iam.passwordmgmt.exception
Thrown if the challenges for a user cannot be retrieved
ChallengeResponseException(String) - Constructor for exception oracle.iam.passwordmgmt.exception.ChallengeResponseException
Constructs a ChallengeResponseException with a detail message
ChallengeResponseException(AuthSelfServiceException) - Constructor for exception oracle.iam.passwordmgmt.exception.ChallengeResponseException
Constructs a ChallengeResponseException with an AuthSelfServiceException as a cause
ChallengeResponseException(String, Throwable) - Constructor for exception oracle.iam.passwordmgmt.exception.ChallengeResponseException
 
ChallengeResponseService - Interface in oracle.iam.passwordmgmt.api
This Service provides functionality related to ChallengeResponse management and validation.
CHALLENGES_ENTRY_SEPARATOR - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
Change - Class in com.thortech.xl.vo
 
Change() - Constructor for class com.thortech.xl.vo.Change
 
CHANGE_HIERARCHY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
CHANGE_PARENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
CHANGE_PASSWORD - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
CHANGE_PASSWORD - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
CHANGE_PASSWORD - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
CHANGE_PASSWORD - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
CHANGE_PASSWORD - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
CHANGE_PASSWORD_AT_NEXT_LOGIN_FALSE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
CHANGE_PASSWORD_AT_NEXT_LOGIN_TRUE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
CHANGE_PWD_AT_NEXT_LOGON - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
CHANGE_SELF_ACCOUNT_PASSWORD - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
CHANGE_USER_ACCOUNT_PASSWORD - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
changeAccountPassword(long, char[]) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method is used to change user's account password.
changeAccountType(long, Account.ACCOUNT_TYPE) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API is used to change the account type of the account.
changeCredForSelf(String, String, String) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Changes the password of the current user.
changeFromServiceAccount(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Changes a service account to a regular account.
CHANGELOG - Static variable in class oracle.iam.reconciliation.api.ChangeType
ChangeType is CHANGELOG when the event has to be created for Create/Modify operation with incomplete or just required dataset.
CHANGELOG - Static variable in class oracle.iam.reconciliation.config.vo.ChangeType
ChangeType is CHANGELOG when the event has to be created for Create/Modify operation with incomplete or just required dataset.
CHANGELOG_ATTRIB_AND_FIELD - Static variable in class oracle.iam.reconciliation.config.vo.ProfileConstants
 
changePassword(String, char[], boolean, Locale, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. This API does not support option for email notification. The preferred way to do this is via UserManager.changePassword(String, char[], boolean, Locale, boolean, boolean)
changePassword(String, char[], boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. This API does not support option for email notification. The preferred way to do this is via UserManager.changePassword(String, char[], boolean, boolean) Changes the user's password.
changePassword(String, Object, char[]) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. This API does not support option for email notification. The preferred way to do this is via UserManager.changePassword(String, Object, char[], boolean) Changes the user's password.
changePassword(String, char[], boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Changes the user's password.
changePassword(String, char[], boolean, Locale, boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Changes the user's password.
changePassword(String, Object, char[], boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Changes the user's password.
changePassword(char[], char[], char[]) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Accepts the old and new password for the logged-in user and changes his password if validations pass.
changePassword(char[]) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Deprecated. This API is no more supported. Please use AuthenticatedSelfService.changePassword(char[], char[], char[]) Accepts the new password (since old password is expired) and sets it as the current password for the user
ChangePasswordException - Exception in oracle.iam.selfservice.exception
Thrown if there is an exception when the user performs a self-service operation to change his password.
ChangePasswordException() - Constructor for exception oracle.iam.selfservice.exception.ChangePasswordException
Constructs a ChangePasswordException with null as its detail message.
ChangePasswordException(String) - Constructor for exception oracle.iam.selfservice.exception.ChangePasswordException
Constructs a ChangePasswordException with the specified detail message.
ChangePasswordException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.ChangePasswordException
Constructs a ChangePasswordException with the specified detail message and cause.
ChangePasswordException(Throwable) - Constructor for exception oracle.iam.selfservice.exception.ChangePasswordException
Constructs a ChangePasswordException with the specified cause.
ChangePasswordException(String, String, String[]) - Constructor for exception oracle.iam.selfservice.exception.ChangePasswordException
Constructs a ChangePasswordException with the specified message, errorCode and params.
ChangePasswordException(String, String, String[], Throwable) - Constructor for exception oracle.iam.selfservice.exception.ChangePasswordException
Constructs a ChangePasswordException with the specified message, errorCode, params and cause of the Exception.
changePasswordforSelf(String, String, String) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Changes the password of the current user.
changePasswordForUser(String, String, String, String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Deprecated.  
changeToServiceAccount(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Changes a regular account to a service account.
ChangeType - Class in oracle.iam.reconciliation.api
An event has to have one of the defined change type.
ChangeType - Class in oracle.iam.reconciliation.config.vo
An event has to have one of the defined change type.
chckProcOrderedForAct(tcDataProvider, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that checks if a particular process has been successfully ordered for a user.
chckProcOrderedForUser(tcDataProvider, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that checks if a particular process has been successfully ordered for a user.
CHECK_PROVISIONING_STATUS_HANDLER_NAME - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
checkProcessOrderedForAct(tcDataProvider, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that checks if a particular process has been successfully ordered for an organization.
checkProcessOrderedForParentAct(tcDataProvider, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that checks if a particular process has been successfully ordered for parent of an organization.
checkProcessOrderedForUser(tcDataProvider, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that checks if a particular process has been successfully ordered for a user.
checkResourceObject(String) - Method in interface Thor.API.Operations.GCOperationsIntf
This method return the entity name of the resource
checkTasks(TaskObject) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
It checks the dependency tasks to be available if a task is being imported/deleted.
checkValueUniqueness(tcDataProvider, tcDataObj, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
method that validates uniqueness of the value.
checkValueUniquenessIgnoreCase(tcDataProvider, tcDataObj, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
method that validates uniqueness of the value(ignore case)
ChildEntity - Class in oracle.iam.request.history.jaxb
Java class for child-entity complex type.
ChildEntity() - Constructor for class oracle.iam.request.history.jaxb.ChildEntity
 
ChildEntityModification - Class in oracle.iam.platform.entitymgr.vo
 
ChildEntityModification(Map) - Constructor for class oracle.iam.platform.entitymgr.vo.ChildEntityModification
 
ChildEntityModification(String, Map, Date) - Constructor for class oracle.iam.platform.entitymgr.vo.ChildEntityModification
 
ChildEntityModification(String, Date) - Constructor for class oracle.iam.platform.entitymgr.vo.ChildEntityModification
 
ChildReconException - Exception in oracle.iam.reconciliation.exception
 
ChildReconException() - Constructor for exception oracle.iam.reconciliation.exception.ChildReconException
 
ChildReconException(String) - Constructor for exception oracle.iam.reconciliation.exception.ChildReconException
 
ChildReconException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.ChildReconException
 
ChildRecord - Class in oracle.iam.request.history.jaxb
Java class for child-record complex type.
ChildRecord() - Constructor for class oracle.iam.request.history.jaxb.ChildRecord
 
CHILDSTGTABLE_STATUS_ATTRIB - Static variable in class oracle.iam.reconciliation.config.vo.ProfileConstants
 
ChildTableRecord - Class in oracle.iam.provisioning.vo
This value object represents the single row of the UD_CHILD table.
ChildTableRecord() - Constructor for class oracle.iam.provisioning.vo.ChildTableRecord
 
ChildTableRecord.ACTION - Class in oracle.iam.provisioning.vo
This enumeration list the actions that can be taken on each child table record.
CITY - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
CITY_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
claimPolicyViolationCallback(String, String, String) - Method in interface oracle.iam.ida.api.IDAWorkflowCallbackService
This method is private.
CLASSIFICATION - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
CLEANING_OLD_UDF_FROMXML - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
clear() - Method in class oracle.iam.oimcommon.vo.MTSRMStopWatches
 
clear() - Method in class oracle.iam.policyengine.vo.ValueObject
 
clearErrors() - Method in class Thor.API.Base.tcBaseUtility
Clears all errors and exceptions that are stored in the utility class.
clearWorkItems() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
ClientLoginSessionListener - Interface in oracle.iam.platformservice.api
Plugin Point for implementing listeners for login and logout from application clients.
ClientLoginSessionService - Interface in oracle.iam.platformservice.api
Service that handles server side events for client login session .
Clob - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
Clob - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
clone() - Method in exception com.thortech.xl.gc.exception.ProviderException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception com.thortech.xl.gc.exception.ProvisioningFormatException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception com.thortech.xl.gc.exception.ProvisioningTransportException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception com.thortech.xl.gc.exception.ReconciliationFormatException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception com.thortech.xl.gc.exception.ReconciliationTransportException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in class com.thortech.xl.vo.ddm.ITResourceParameter
 
clone() - Method in class oracle.iam.certification.vo.LastCertDecision
 
clone() - Method in exception oracle.iam.grc.sod.exception.SILAPIException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception oracle.iam.grc.sod.exception.SILDBException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception oracle.iam.grc.sod.exception.SILException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception oracle.iam.grc.sod.exception.SILInfrastructureException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception oracle.iam.grc.sod.exception.SILRegistrationException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception oracle.iam.grc.sod.exception.SILSecurityException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception oracle.iam.grc.sod.exception.SILServiceComponentException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception oracle.iam.grc.sod.exception.SILTopologyException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Get a copy of this AttributeDefinition object
clone() - Method in exception Thor.API.Exceptions.AttestationProcessNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.AttestationRecordNotDelegatedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.DuplicateAttestationProcessException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.DuplicateITResourceInstanceException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.DuplicateScheduleTaskAttributeException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.DuplicateScheduleTaskException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.MissingResponsesException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.TaskAlreadyAttestedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAddFieldFailedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAddFormFieldPropertyFailedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAdminGroupInvalidException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAdministratorAlreadyAssignedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAdminNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAlreadyMemberException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAPIException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAttributeMissingException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAttributeNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAwaitingApprovalDataCompletionException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcAwaitingObjectDataCompletionException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcBulkException
Clone method
clone() - Method in exception Thor.API.Exceptions.tcChallengeInfoException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcChallengeNotSetException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcColumnNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcContactTypeNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcContactTypeNotUniqueException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcCycleDetectedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDataNotProvidedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDataObjectNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDeleteNotAllowedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDependentLookupValueIncorrectException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDuplicateGroupException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDuplicateLookupCodeException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDuplicateOrganizationException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDuplicatePropertyException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDuplicateQueueException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDuplicateSelfRegistrationException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcDuplicateUserException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcEntitlementNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcEventDataReceivedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcEventNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcExistingAdministratorException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcExistingMemberException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcFormEntryNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcFormFieldNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcFormNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcGroupNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcIDNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInsufficientPrivilegeException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidAttributeException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidColumnException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidEmailTypeException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidLookupException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidManagerException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidMemberGroupException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidNameException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidOperationException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidParentException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidPermissionsException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidQuestionException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidResponseException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidRoleException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidStatusException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidUpdateException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidUserException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcInvalidValueException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcITResourceDefinitionNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcITResourceNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcLocationNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcLoginAttemptsExceededException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcMemberGroupNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcMultipleMatchesFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNoAdapterException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNoApprovalException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNoEmailAddressException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNoLookupException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNoSuchTaskAttributeException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNotAtomicProcessException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNotExistingAdministratorException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNotExistingMemberException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNotLookupFieldException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNotProvisionedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcNumberOfChallengesMismatchException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcObjectFormAssignedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcObjectFormNotAssignedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcObjectNotApprovedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcObjectNotAssignedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcObjectNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcOrganizationNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPasswordExpiredException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPasswordIncorrectException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPasswordMismatchException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPasswordPolicyException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPasswordResetAttemptsExceededException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPolicyFailedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPolicyNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcProcessFormException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcProcessNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPropertyAlreadyAssignedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPropertyNotAssignedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcPropertyNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcProvisioningNotAllowedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcQuestionsNotDefinedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcQueueNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcRecursiveProxyException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcRemoteManagerNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcRequiredDataMissingException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcRevocationNotAllowedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcRuleNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcScheduledTaskNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcSODTopologyNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcStaleDataUpdateException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcTaskNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcUpdateNotAllowedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcUserAccountDisabledException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcUserAccountInvalidException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcUserAccountLockedByAdminException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcUserAlreadyLoggedInException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcUserContactInformationNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcUserNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcVersionNotDefinedException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.tcVersionNotFoundException
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
clone() - Method in exception Thor.API.Exceptions.UnknownAttestationRecordResponse
Creates and returns a copy of this object.The method clone performs a specific cloning operation, if the class of this object does not implement the interface Cloneable, then a CloneNotSupportedException is thrown.
close() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
This method will clean up all resources associated with this object.
close() - Method in class com.thortech.xl.util.adapters.tcUtilJDBCClass
This method closes the conenction
CLOSE - Static variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
close() - Method in class Thor.API.Base.tcBaseUtility
This method will clean up all resources associated with this object.
close() - Method in class Thor.API.Base.tcBaseUtilityClient
This method will try to remove the bean instance on the server side so that the bean can return to the ready pool.
close(boolean) - Method in class Thor.API.Base.tcBaseUtilityClient
This method will notify the object manager that it is finished with the server-side object, and can remove it from the orb.
close() - Method in interface Thor.API.Base.tcUtilityOperationsIntf
This method will clean up all resources associated with this object.
CLOSED - Static variable in class oracle.iam.ida.vo.PolicyViolation.Status
 
closePolicyViolation(String, String) - Method in interface oracle.iam.ida.api.PolicyViolationManager
Closes a policy violation.
closeReconciliationEvent(long) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Closes the reconciliation event for the given reconciliation key by updating the status to 'Event Closed'
closeReconciliationEvent(long) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
closeRequest(String) - Method in interface oracle.iam.request.api.RequestService
Closes the specified request.
CLUSTER_IS_IMPORTING - Static variable in interface oracle.iam.certification.vo.Constants
 
COLOR_CONTRAST - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
com.thortech.xl.dataobj.util - package com.thortech.xl.dataobj.util
 
com.thortech.xl.ddm.exception - package com.thortech.xl.ddm.exception
 
com.thortech.xl.ejb.beansimpl - package com.thortech.xl.ejb.beansimpl
 
com.thortech.xl.gc.exception - package com.thortech.xl.gc.exception
 
com.thortech.xl.gc.impl.prov - package com.thortech.xl.gc.impl.prov
 
com.thortech.xl.gc.spi - package com.thortech.xl.gc.spi
 
com.thortech.xl.gc.util - package com.thortech.xl.gc.util
 
com.thortech.xl.gc.vo.designtime - package com.thortech.xl.gc.vo.designtime
 
com.thortech.xl.gc.vo.runtime - package com.thortech.xl.gc.vo.runtime
 
com.thortech.xl.util.adapters - package com.thortech.xl.util.adapters
 
com.thortech.xl.vo - package com.thortech.xl.vo
 
com.thortech.xl.vo.ddm - package com.thortech.xl.vo.ddm
 
com.thortech.xl.vo.workflow - package com.thortech.xl.vo.workflow
 
COMMENT - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
COMMENT - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
COMMENTS - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
COMMENTS - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
COMMENTS_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
COMMON_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
COMMON_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
COMMONNAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
COMMONNAME_GENERATED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
CommonNameGenerationException - Exception in oracle.iam.ldapsync.exception
 
CommonNameGenerationException(String, String) - Constructor for exception oracle.iam.ldapsync.exception.CommonNameGenerationException
Constructs a new super exception with the specified detail message and error code.
CommonNameGenerationException(String, Throwable, String) - Constructor for exception oracle.iam.ldapsync.exception.CommonNameGenerationException
Constructs a new super exception with the specified detail message, cause and error code.
CommonNameGenerationException(Throwable, String) - Constructor for exception oracle.iam.ldapsync.exception.CommonNameGenerationException
Constructs a new super exception with the specified cause and error code.
CommonNamePolicy - Interface in oracle.iam.ldapsync.api
 
compareChallengeValuesForSelf(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Compares the questions/answers entered by the user against the ones stored in the database
compareTo(Object) - Method in class oracle.iam.ida.vo.ActionHistory
 
COMPENSATE - Static variable in class oracle.iam.platform.kernel.vo.FailedEventResult.Response
 
compileAdapter(String) - Method in interface Thor.API.Operations.tcAdapterOperationsIntf
Builds an adapter with specified name.
compileAll() - Method in interface Thor.API.Operations.tcAdapterOperationsIntf
Builds all adapter.
COMPLETE - Static variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
COMPLETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
 
COMPLETE_ASYNC_EVENT_HANDLER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PlatformServiceActions
 
completeCertification(Long, String, char[]) - Method in interface oracle.iam.certification.api.CertificationService
This method completes the certification having the given id.
completeCertificationTask(Long, String, char[]) - Method in interface oracle.iam.certification.api.CertificationService
completes a certification task.
COMPLETED - Static variable in class oracle.iam.ida.vo.ScanRun.RUN_STATUS
 
COMPLETED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
COMPLETED - Static variable in class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
 
COMPLETED_WITH_ERRORS - Static variable in class oracle.iam.ida.vo.ScanRun.RUN_STATUS
 
COMPLETED_WITH_WARNINGS - Static variable in class oracle.iam.ida.vo.ScanRun.RUN_STATUS
 
completePolicyViolation(String) - Method in interface oracle.iam.ida.api.PolicyViolationManager
Completes a policy violation.
completePolicyViolationCallback(String, String) - Method in interface oracle.iam.ida.api.IDAWorkflowCallbackService
This method is private.
COMPLEX - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
 
COMPLEX_ATTRIBUTE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ComplexAttribute - Class in oracle.iam.provisioning.vo
 
ComplexAttribute() - Constructor for class oracle.iam.provisioning.vo.ComplexAttribute
 
ComplexAttribute(String, Set) - Constructor for class oracle.iam.provisioning.vo.ComplexAttribute
 
ComplexAttribute(String, String, BasicAttribute.TYPE, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, Set) - Constructor for class oracle.iam.provisioning.vo.ComplexAttribute
 
COMPUTE_AND_PERSIST_MIN_AGE_ON_PASSWORD_CHANGE_SYSTEM_PROPERTY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
computeAppInstPercentComplete(long, long, long, long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
Compute appInst percent complete as the ratio of total count to total complete for all "line item details" Line item details: Account, EntAsgn
computeEntDefnPercentComplete(long, long) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
Compute entDefn percent complete as the ratio of total count to total complete for all "line item details" Line item details: EntitlementAsgn
computePercentComplete() - Method in class oracle.iam.certification.vo.AppInstCertificationStats
Compute percent complete as the ratio of total count to total complete for all "line item details" Line item details: RoleAsgn, Account, EntitlementAsgn, AccessPolicy, AccessPolicyEntitlementDefn
computePercentComplete() - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
Compute percent complete as the ratio of total count to total complete for all "line item details" Line item details: EntAsgn
computePercentComplete() - Method in class oracle.iam.certification.vo.RoleCertificationStats
Compute percent complete as the ratio of total count to total complete for all "line item details" Line item details: RoleAsgn, AccessPolicy, AccessPolicyEntitlementDefn
computePercentComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
Compute percent complete as the ratio of total count to total complete for all "line item details" Line item details: RoleAsgn, Account, EntitlementAsgn
computeRolePercentComplete(long, long, long, long, long, long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
Compute user percent complete as the ratio of total count to total complete for all "line item details" Line item details: RoleAsgn, AccessPolicy, AccessPolicyEntDefn
computeUserPercentComplete(long, long, long, long, long, long) - Method in class oracle.iam.certification.vo.UserCertificationStats
Compute user percent complete as the ratio of total count to total complete for all "line item details" Line item details: RoleAsgn, Account, EntitlementAsgn
Condition - Class in oracle.iam.policyengine.vo
 
Condition(Object, Object, SearchCriteria.Operator) - Constructor for class oracle.iam.policyengine.vo.Condition
Normal condition using the specified arguments and condition operator.
CONDITION - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
CONDITION - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
Condition - Class in oracle.iam.reconciliation.config.vo
 
ConditionalEventHandler - Interface in oracle.iam.platform.kernel.spi
If any event handler to be executed conditionally, that event handler should implement this interface
CONFIDENTIAL - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
ConfigException - Exception in oracle.iam.reconciliation.exception
 
ConfigException(String) - Constructor for exception oracle.iam.reconciliation.exception.ConfigException
 
ConfigException(String, Throwable, Profile) - Constructor for exception oracle.iam.reconciliation.exception.ConfigException
 
ConfigException(Profile, String) - Constructor for exception oracle.iam.reconciliation.exception.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception oracle.iam.reconciliation.exception.ConfigException
 
ConfigException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.ConfigException
 
ConfigNotFoundException - Exception in oracle.iam.reconciliation.exception
 
ConfigNotFoundException(String, Throwable, Profile) - Constructor for exception oracle.iam.reconciliation.exception.ConfigNotFoundException
 
CONFIGURATION_KEY_CERTIFICATION - Static variable in interface oracle.iam.certification.api.CertificationAdministrationService
 
CONFIGURATION_KEY_DATA_TRANSFORMATION - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_IAM - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_IAM_RISK_MAPPING - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_IDA - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_IDC - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CONFIGURATION_KEY_IDC - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_IDW - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_OIA_RISK_MAPPING - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_RBACX_SECURITY - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_REPORT - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_RISK_MAPPING - Static variable in interface oracle.iam.certification.api.CertificationAdministrationService
 
CONFIGURATION_KEY_ROLE_CORELATION - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_ROLE_MANAGEMENT - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_ROLE_MINING - Static variable in interface oracle.iam.certification.vo.Constants
 
CONFIGURATION_KEY_SYSTEM - Static variable in interface oracle.iam.certification.vo.Constants
 
ConfigurationManager - Interface in oracle.iam.oimcommon.api
 
configure(Profile) - Method in interface oracle.iam.reconciliation.api.ReconConfigService
Configures reconciliation profile with the given Profile object.
configure(Profile) - Method in interface oracle.iam.reconciliation.config.api.ProfileManager
 
configure(MDSSession, Profile) - Method in interface oracle.iam.reconciliation.config.api.ProfileManager
OIM internal.
configureProfile(String) - Method in interface oracle.iam.reconciliation.api.ReconConfigService
Configures reconciliation profile for the given resource name, if the resource has already been imported into OIM.
CONFIRM_PASSWORD - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants
 
confirmAccountPassword(long, char[]) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method is used to verify and confirm account password.
ConflictDetails - Class in oracle.iam.grc.sod.scomp.impl.oaacg.vo
 
ConflictDetails() - Constructor for class oracle.iam.grc.sod.scomp.impl.oaacg.vo.ConflictDetails
 
connect(String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCClass
Creates a coonection to the Database
connect(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Connects to a directory object.
CONNECTIONKEY - Static variable in class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
 
ConnectivityException - Exception in oracle.iam.platform.entitymgr.vo
 
ConnectivityException(Exception) - Constructor for exception oracle.iam.platform.entitymgr.vo.ConnectivityException
 
CONNECTOR_NAME - Static variable in class oracle.iam.provisioning.vo.ConnectorInfo
 
CONNECTOR_SERVER - Static variable in class oracle.iam.provisioning.vo.ConnectorServer
 
ConnectorBundlePoolConfig - Class in oracle.iam.provisioning.vo
 
ConnectorBundlePoolConfig() - Constructor for class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
ConnectorBundlePoolConfig(String) - Constructor for class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
ConnectorBundlePoolConfig(String, int, int, long, long, int) - Constructor for class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
ConnectorBundlePoolConfig.ATTRIBUTE - Class in oracle.iam.provisioning.vo
 
CONNECTORBUNDLEURI - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
ConnectorConfiguration - Class in oracle.iam.provisioning.vo
 
ConnectorConfiguration() - Constructor for class oracle.iam.provisioning.vo.ConnectorConfiguration
 
ConnectorConfigurationProperty - Class in oracle.iam.provisioning.vo
 
ConnectorConfigurationProperty(String, String, String, String, String, String, boolean, boolean, int, String, String, String, String, Set) - Constructor for class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
ConnectorConfigurationProperty(String, String, String, String, String, boolean, boolean, int, String, String, Set) - Constructor for class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
ConnectorConfigurationProperty.ATTRIBUTE - Class in oracle.iam.provisioning.vo
 
CONNECTORDISPLAYNAME - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
ConnectorException - Exception in oracle.iam.provisioning.exception
 
ConnectorException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.ConnectorException
Constructs a new ConnectorException with the errorCode, errorMessage and errorData.
ConnectorException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.ConnectorException
Constructs a new ConnectorException with the errorCode, errorMessage, errorData and Throwable.
ConnectorException(Throwable) - Constructor for exception oracle.iam.provisioning.exception.ConnectorException
 
ConnectorInfo - Class in oracle.iam.provisioning.vo
 
ConnectorInfo(ConnectorKey) - Constructor for class oracle.iam.provisioning.vo.ConnectorInfo
 
ConnectorInfoService - Interface in oracle.iam.provisioning.api
 
ConnectorInstallException - Exception in oracle.iam.connectormgmt.exception
This exception is thrown if there are any issues during Connector Installation process, ( including unmarshalling xml, uploading jars and resource bundles, imporing DM xml etc.) Base exception for Connnector installation operation.
ConnectorInstallException(String, Throwable) - Constructor for exception oracle.iam.connectormgmt.exception.ConnectorInstallException
Constructs an ConnectorInstallException object with the specified detail message and cause.
ConnectorInstallException(Throwable) - Constructor for exception oracle.iam.connectormgmt.exception.ConnectorInstallException
Constructs an ConnectorInstallaException object with the specified cause which contains the class and detail message of cause.
ConnectorInstallException(Exception) - Constructor for exception oracle.iam.connectormgmt.exception.ConnectorInstallException
Constructs an ConnectorInstallException object with the specified exception.
ConnectorInstallException(String) - Constructor for exception oracle.iam.connectormgmt.exception.ConnectorInstallException
Constructs an ConnectorInstallException object with the specified detail message.
ConnectorITResourceNotFoundException - Exception in oracle.iam.sod.exception
 
ConnectorITResourceNotFoundException() - Constructor for exception oracle.iam.sod.exception.ConnectorITResourceNotFoundException
Creates a new SODRequestException object.
ConnectorITResourceNotFoundException(String) - Constructor for exception oracle.iam.sod.exception.ConnectorITResourceNotFoundException
Constructs a new ConnectorITResourceNotFoundException with the specified detail message.
ConnectorITResourceNotFoundException(String, Exception) - Constructor for exception oracle.iam.sod.exception.ConnectorITResourceNotFoundException
 
ConnectorKey - Class in oracle.iam.provisioning.vo
 
ConnectorKey(String, String, String) - Constructor for class oracle.iam.provisioning.vo.ConnectorKey
 
connectorLookup(String) - Method in interface Thor.API.Operations.GCOperationsIntf
Connector Lookup for Connector Name Uniqueness
ConnectorMgmtService - Interface in oracle.iam.connectormgmt.api
Provides APIS to to manage(install etc) connectors.
CONNECTORNAME - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
ConnectorServer - Class in oracle.iam.provisioning.vo
 
ConnectorServer(String) - Constructor for class oracle.iam.provisioning.vo.ConnectorServer
 
ConnectorServer(String, String, String, String, String) - Constructor for class oracle.iam.provisioning.vo.ConnectorServer
 
ConnectorServer(String, String, String, String) - Constructor for class oracle.iam.provisioning.vo.ConnectorServer
 
ConnectorServer(String, String, String, String, boolean, int) - Constructor for class oracle.iam.provisioning.vo.ConnectorServer
 
ConnectorServer.ATTRIBUTE - Class in oracle.iam.provisioning.vo
enumeration to define the ConnectorServer entity attributes
CONNECTORSERVER_NAME - Static variable in class oracle.iam.provisioning.vo.ConnectorInfo
 
CONNECTORSERVERKEY - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
connectorserverKey - Variable in class oracle.iam.provisioning.vo.Application
 
ConnectorServerNotFoundException - Exception in oracle.iam.provisioning.exception
 
ConnectorServerNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.ConnectorServerNotFoundException
Constructs a new ConnectorServerNotFoundException with the errorCode, errorMessage and errorData.
ConnectorServerNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.ConnectorServerNotFoundException
Constructs a new ConnectorServerNotFoundException with the errorCode, errorMessage, errorData and Throwable.
ConnectorServerService - Interface in oracle.iam.provisioning.api
 
Constants - Interface in com.thortech.xl.vo
 
Constants - Interface in oracle.iam.certification.vo
 
Constants - Class in oracle.iam.passwordmgmt.vo
Constants related to user/account password management
Constants() - Constructor for class oracle.iam.passwordmgmt.vo.Constants
 
Constants - Class in oracle.iam.selfservice.self.selfmgmt.api
The definitions of constants related to authenticated self-service operations.
Constants() - Constructor for class oracle.iam.selfservice.self.selfmgmt.api.Constants
 
Constants.Attributes - Class in oracle.iam.passwordmgmt.vo
Attribute names for PasswordPolicy.
Constants.Entity - Class in oracle.iam.passwordmgmt.vo
 
Constants.Operations - Class in oracle.iam.passwordmgmt.vo
 
Constants.Privilege - Class in oracle.iam.selfservice.self.selfmgmt.api
Authorization privileges for user profile management operations.
constructEmail(String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Gets the email definition and puts it in the internal variables
constructEmail(String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Deprecated. Not recomended to use from 11gR1 onwards.
constructEmail(String, String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Gets the email definition and Request key.
constructEmail(String, String, String, String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Constructs the Email.
constructEmail(String, String, String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Deprecated. Not recomended to use from 11gR1 onwards.
constructPasswordEmail(String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Gets the email definition and puts it in the internal variables
constructProvisionEmail(String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Constructs the Provisioning Email.
CONTAIN - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
CONTAIN - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
CONTAINED_ENTITY_ID - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
CONTAINED_ENTITY_NAME - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
CONTAINED_ENTITY_TYPE - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
CONTAINER - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
CONTAINS - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
containsAlpha(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
Checks if the String contains any alphabets in a string
containsAlphaNum(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
Checks if the String contains any alphabets/numbers in a string
containsKey(Object) - Method in class oracle.iam.policyengine.vo.ValueObject
 
containsNumber(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
Checks if the string contains any number
containsValue(Object) - Method in class oracle.iam.policyengine.vo.ValueObject
 
CONTENT_TYPE - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
CONTENT_TYPE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CONTENT_TYPE_ALL - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CONTENT_TYPE_ENTITLEMENTS - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CONTENT_TYPE_ROLES - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CONTEXT_PARAM_TASKUID - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CONTEXT_SUBTYPE_AUTHORIZATION - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
ControlAttributeDefinition - Class in oracle.iam.platform.entitymgr.vo
 
ControlAttributeDefinition(String, String, String, boolean) - Constructor for class oracle.iam.platform.entitymgr.vo.ControlAttributeDefinition
 
convertDCtoObligation() - Method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
convertDCtoObligation() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
convertErrorData(Object[]) - Static method in exception oracle.iam.platform.utils.SuperRuntimeException
 
convertSearchCriteria(CatalogSearchFilter) - Method in class oracle.iam.certification.vo.CatalogSearchFilter
 
convertToString(Object) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that returns String representation of Object.
copyBasicAttributes(Attribute) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
copyErrorInfo(String, Serializable[], String) - Method in class oracle.iam.exception.OIMError
 
copyErrorInfo(Throwable) - Method in exception oracle.iam.exception.OIMServiceException
Method to copy error information from cause by.
copyErrorInfo(Throwable) - Method in exception oracle.iam.platform.utils.SuperRuntimeException
Method to copy error information from cause by.
countCertifications(SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
This method counts the number of certifications matching the supplied search criteria.
COUNTRY - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
COUNTRYORREGION - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CQ_LOOKUP_CODE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
CREATE - Static variable in interface com.thortech.xl.vo.Constants
Create Action
CREATE - Static variable in class com.thortech.xl.vo.workflow.TaskDefinition
 
create(AuditEvent) - Method in interface oracle.iam.auditevent.api.AuditEventManager
Creates the audit event in the backend.
CREATE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
create(ScanDefinition) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
Persists a scan definition
CREATE - Static variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
create(Organization) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Creates a new Organization entity in the backend data store.
CREATE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
CREATE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
create(RoleCategory) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
This method creates a role category in the backend datastore.
create(Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method creates a role.
CREATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
 
create(User) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
This method creates a user
create(User, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
This method creates a user it takes a Map of additional control parameters wihch could be used for performing additional opreration along with creating user.
CREATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
CREATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
create(PasswordPolicyInfo) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Create a new Password Policy
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
 
CREATE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
CREATE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
CREATE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
Create - Static variable in class oracle.iam.platform.utils.vo.Operation
 
create(Policy) - Method in interface oracle.iam.policyengine.api.PolicyManager
Create a policy using specified policy entity attributes.
create(Rule) - Method in interface oracle.iam.policyengine.api.RuleManager
Create a rule using specified rule.
create(ApplicationObjectclass) - Method in interface oracle.iam.provisioning.api.ApplicationObjectclassService
Creates instance of ApplicationObjectclass.
create(Application) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method creates a new Application in the system
create(Application, List) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method creates a new Application with its objectclasses in the system.
create(ConnectorServer) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
Creates instance of connector server.
CREATE_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
CREATE_ADMIN_ROLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
CREATE_ATTRIBUTE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
CREATE_BY_DISPLAY_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
CREATE_BY_EMAIL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
CREATE_BY_FIRST_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
CREATE_BY_ID - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
CREATE_BY_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
CREATE_BY_ID - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
CREATE_BY_ID - Static variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
CREATE_BY_ID - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
CREATE_BY_ID - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
CREATE_BY_ID - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
CREATE_BY_LAST_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
CREATE_BY_LOGIN - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
CREATE_CATALOG_ITEM - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
CREATE_DATASET - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
CREATE_DATASET - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
 
CREATE_DATE - Static variable in class oracle.iam.certification.vo.CertificationDefinitionFilters
 
CREATE_DATE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CREATE_DATE - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
CREATE_DATE - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
CREATE_DATE - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
CREATE_DATE - Static variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
 
CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
 
CREATE_DATE - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
CREATE_EVENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
CREATE_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
CREATE_METADATA - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
CREATE_PARAMS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
CREATE_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
CREATE_ROLE_CATEGORY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
CREATE_ROLE_ROLE_RELATIONSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
CREATE_ROLE_USER_MEMBERSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
CREATE_RULE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
CREATE_TASK - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
CREATE_TRIGGER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
CREATE_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
CREATE_USER_INITIATED_BY_ADMIN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
CREATE_USER_INITIATED_BY_SELF - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
CREATE_USER_INITIATOR - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
CREATE_USER_MODEL_NAME - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[], long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Deprecated.  
createAccessPolicy(Map, long[], boolean[], long[], long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Deprecated.  
createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[], long[], AccessPolicyResourceData[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Deprecated.  
createAccessPolicy(Map, long[], boolean[], long[], long[], AccessPolicyResourceData[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Deprecated.  
createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
This method creates an access policy with the given information and the given assigned objects and user groups.
createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[], AccessPolicyResourceData[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
This method creates an access policy with the given information and the given assigned objects.
createAccessRequestPreventivePreviewScan(RequestData) - Method in interface oracle.iam.ida.api.ScanRunManager
Deprecated. 11.1.2.3.0 This method is for OIM internal use only and might be removed in a future release. Use ScanRunManager.createUserPreventivePreviewScan(oracle.iam.request.vo.RequestData, boolean, java.util.Set)
createAccount(long, long, String, String, String, String, boolean) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Creates a new Account in the OIM DB, using Event data.
CreateAccountException - Exception in oracle.iam.reconciliation.exception
 
CreateAccountException() - Constructor for exception oracle.iam.reconciliation.exception.CreateAccountException
 
CreateAccountException(String) - Constructor for exception oracle.iam.reconciliation.exception.CreateAccountException
 
CreateAccountException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.CreateAccountException
 
createAdminRole(AdminRoleVO) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
The API creates the Admin Role based on AdminRoleVO.
createAdminRole(AdminRoleVO) - Method in interface oracle.iam.platformservice.api.AdminRoleService
The API creates the Admin Role based on AdminRoleVO.
createApproval() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of Approval
createApprovalChange() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of ApprovalChange
createAssignmentChange() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of AssignmentChange
createAttestationDefinition(AttestationProcessDefinitionVO) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Creates a new Attestation Process
createAttribute() - Method in class oracle.iam.request.dataset.vo.ObjectFactory
Create an instance of Attribute
createAttribute() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of Attribute
createAttributeReference() - Method in class oracle.iam.request.dataset.vo.ObjectFactory
Create an instance of AttributeReference
createBeneficiaryChange() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of BeneficiaryChange
createBulkAuditEvents(List) - Method in interface oracle.iam.auditevent.api.AuditEventManager
Bulk API to create the audit events in the backend.
createCertificationJob(String, String, Trigger) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Creates and schedules a job to run a certification for a given definition
createChildEntity() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of ChildEntity
createChildRecord() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of ChildRecord
CREATED_BY - Static variable in class oracle.iam.certification.vo.CertificationDefinitionFilters
 
CREATED_BY - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
CREATED_BY - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
CREATED_ON - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
createDataActionHandler() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of DataActionHandler
createDataSetValidator() - Method in class oracle.iam.request.dataset.vo.ObjectFactory
Create an instance of DataSetValidator
createDeletedRecord() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of DeletedRecord
createDeleteReconciliationEvent(String, Map) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createDeleteReconciliationEvent(String, Map, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createDeleteReconciliationEvent(String, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createDeleteReconciliationEvent(String, Map, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createDetectivePreviewScan(BasicSelectionCriteria, String) - Method in interface oracle.iam.ida.api.ScanRunManager
Perform an asynchronous detective preview scan of the specified users using the specified audit policy.
createDetectiveScan(String, String, Trigger) - Method in interface oracle.iam.ida.api.ScanRunManager
Create and schedule a job to run a detective scan using the given IDA Scan definition.
createDirectory(String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilPSTools
Creates a directory on the target machine
createEntitlementList(List) - Method in interface Thor.API.Operations.tcEntitlementsOperationsIntf
Populates entitlement list table with the list of entitlements.
createEntitlementList(Map) - Method in interface Thor.API.Operations.tcEntitlementsOperationsIntf
Populates entitlement list table with the one new entitlements.
createEntityChange() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of EntityChange
createEntityModified() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of EntityModified
createEvalListMap() - Method in class oracle.iam.policyengine.vo.ValueObject
Evaluate each path in the tokenizerMap as if evaluating against a condition and save the resulting EvalList objects in a map for later user.
createEventListener(EventListener) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Creates an event listener
CreateException - Exception in oracle.iam.reconciliation.exception
 
CreateException() - Constructor for exception oracle.iam.reconciliation.exception.CreateException
 
CreateException(String) - Constructor for exception oracle.iam.reconciliation.exception.CreateException
 
CreateException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.CreateException
 
createExecution() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of Execution
createExecutionUnit() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of ExecutionUnit
createForm(Map) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Create a new form.
createGroup(Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Create a group with the list of specified attributes.
createITResourceInstance(Map) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Create a ITResource with the list of specified attributes.
createJava() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of Java
createKernel() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of Kernel
createLookupQuery() - Method in class oracle.iam.request.dataset.vo.ObjectFactory
Create an instance of LookupQuery
createLookupValues() - Method in class oracle.iam.request.dataset.vo.ObjectFactory
Create an instance of LookupValues
createMethodologyParam() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of MethodologyParam
createModifiedRecord() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of ModifiedRecord
createNewRecord() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of NewRecord
createNewVersion(long, int, String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Creates a new version of the specified form (in the form of a tcResultSet).
createObject(String, Attributes) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Method used internally to create any type of object.
createObject(String) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Creates object of specified type on target resource, the values are taken from current Form
createObject(String, Object) - Method in interface oracle.iam.oimcommon.api.MDSManager
 
createOrchestration() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of Orchestration
createOrganization - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
createOrganization(Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Creates an organization in OIM with the specified attributes.
CreateOrganizationException - Exception in oracle.iam.reconciliation.exception
 
CreateOrganizationException() - Constructor for exception oracle.iam.reconciliation.exception.CreateOrganizationException
 
CreateOrganizationException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.CreateOrganizationException
 
createParameter() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of Parameter
createPolicyTypeDefinition() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition
createPolicyTypeDefinitionPolicyType() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType
createPolicyTypeDefinitionPolicyTypeAllowedFunctions() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType.AllowedFunctions
createPolicyTypeDefinitionPolicyTypeAllowedFunctionsAttribute() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType.AllowedFunctions.Attribute
createPolicyTypeDefinitionPolicyTypeAllowedReturnAttributes() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType.AllowedReturnAttributes
createPolicyTypeDefinitionPolicyTypeAllowedReturnAttributesAttribute() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
createPolicyTypeDefinitionPolicyTypeAllowedTopPathElements() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType.AllowedTopPathElements
createPolicyTypeDefinitionPolicyTypeAllowedTopPathElementsAttribute() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
createPolicyTypeDefinitionPolicyTypeEntitiesCanBeAssignedTo() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType.EntitiesCanBeAssignedTo
createPolicyTypeDefinitionPolicyTypeOperationsThatTrigger() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType.OperationsThatTrigger
createPolicyTypeDefinitionPolicyTypeOperationsThatTriggerAttribute() - Method in class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create an instance of PolicyTypeDefinition.PolicyType.OperationsThatTrigger.Attribute
createPostSubmission() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of PostSubmission
createPrePopAdapter() - Method in class oracle.iam.request.dataset.vo.ObjectFactory
Create an instance of PrePopAdapter
createProcess(ProcessDefinition) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Method to create a new workflow
createReconciliationEvent(String, Map, EventAttributes) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Creates a reconciliation event for the specified object.
createReconciliationEvent(String, Map, boolean) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createReconciliationEvent(String, Map, boolean, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createReconciliationEvent(String, Map, boolean) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createReconciliationEvent(String, Map, boolean, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createReconciliationEvent(String, Map, boolean, Date) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createReconciliationEvent(String, Map, boolean, String, Date) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.createReconciliationEvent(String, Map, EventAttributes)
createReconciliationEvents(BatchAttributes, InputData[]) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Creates a bulk reconciliation events for the data passed in Input Data.
createRequest(Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method raises a request to create the role in the back end data store
createRequestDataSet() - Method in class oracle.iam.request.dataset.vo.ObjectFactory
Create an instance of RequestDataSet
createRequestHistory(RequestHistoryType) - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of JAXBElement<RequestHistoryType>}
createRequestHistoryType() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of RequestHistoryType
createRequestModel() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of RequestModel
createRequestModel(RequestModel) - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of JAXBElement<RequestModel>}
createRequestProfile(RequestProfile) - Method in interface oracle.iam.requestprofile.api.RequestProfileService
Creates Request profile.
createRole - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
createRoleLCMPreventivePreviewScan(Role, String) - Method in interface oracle.iam.ida.api.ScanRunManager
Deprecated. 11.1.2.3.0 This method is for OIM internal use only and might be removed in a future release. Use ScanRunManager.createRolePreventivePreviewScan(oracle.iam.identity.rolemgmt.vo.Role, boolean, java.util.Set)
createRolePreventivePreviewScan(Role, boolean, Set) - Method in interface oracle.iam.ida.api.ScanRunManager
Perform a synchronous audit policy scan to find the set of violations that would be introduced if the specified role were to be modified by the addition or removal of the access policies as specified in the Role attributes.
createRoleRole - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
createRoleUser - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
createScheduledTask(Document) - Method in interface oracle.iam.scheduler.api.SchedulerService
Create a Schedule task definition in the metadata repository.
createScheduledTask(ScheduledTask) - Method in interface oracle.iam.scheduler.api.SchedulerService
Create a Schedule task definition in the metadata repository.
createScheduleTask(Map) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Create a schedule task with the list of specified attributes.
CreateScheduleTaskDefinitionException - Exception in oracle.iam.scheduler.exception
This exception is thrown if MetaData repository throw any exception while creating a Schedule task in MDS.
CreateScheduleTaskDefinitionException(String) - Constructor for exception oracle.iam.scheduler.exception.CreateScheduleTaskDefinitionException
Constructs a CreateScheduleTaskDefinitionException with the specified detail message
createShare(String, String, String, String, boolean) - Method in class com.thortech.xl.util.adapters.tcUtilPSTools
Creates a share on the target machine
createStatusChange() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of StatusChange
createSubmission() - Method in class oracle.iam.request.model.vo.ObjectFactory
Create an instance of Submission
createTask() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of Task
createTaskStatusChange() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
Create an instance of TaskStatusChange
createUser(long, String, String, String) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Deprecated. Please try to use ReconOperationsService.processReconciliationEvent(long)
createUser - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
createUser(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Creates a user in OIM with the specified attributes.
CreateUserException - Exception in oracle.iam.reconciliation.exception
 
CreateUserException() - Constructor for exception oracle.iam.reconciliation.exception.CreateUserException
 
CreateUserException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.CreateUserException
 
createUserPreventivePreviewScan(RequestData, boolean, Set) - Method in interface oracle.iam.ida.api.ScanRunManager
Perform a synchronous audit policy scan to find the set of violations that would be introduced if the specified request (requestData) were granted.
CREATOR_USER_DISPLAY_NAME - Static variable in class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
 
CREATOR_USER_LOGIN - Static variable in class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
 
CronTrigger - Class in oracle.iam.scheduler.vo
This object represents a Cron type trigger.
CronTrigger() - Constructor for class oracle.iam.scheduler.vo.CronTrigger
 
CronTrigger(String, Date, Date, String) - Constructor for class oracle.iam.scheduler.vo.CronTrigger
Constructs a CronTrigger object.
CronTrigger(String, Date, Date, String, String) - Constructor for class oracle.iam.scheduler.vo.CronTrigger
Constructs a CronTrigger object.
CSF_OIM_BIPKEY - Static variable in interface oracle.iam.certification.api.CertificationService
 
CSF_OIM_MAP - Static variable in interface oracle.iam.certification.api.CertificationService
 
CURRENCY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
CURRENT_PASSWORD_REQD_FOR_RESET - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
CURRENT_RELATIONSHIP_STATUS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
CURRENT_VALUES_REQD_FOR_MODIFY - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
CUSTOM_ATTRIBUTE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
CUSTOM_DATA - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
CUSTOM_PROPERTIES_SIZE - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
CUSTOMIZE_SELFSERVICE_UI - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OIMUIActions
 
CustomPropertyAdaptor - Class in oracle.iam.certification.vo.base
 
CustomPropertyAdaptor() - Constructor for class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
CUSTOMREVIEWER_CLASSNAME_KEY - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
CUSTOMREVIEWER_DISPLAYNAME_KEY - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 

D

DATA_LEVEL - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
DATA_LEVEL - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
DATA_LEVEL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
DATA_LEVEL - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
DATA_LEVEL_ALLOW_ROW_DELETE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
DATA_LEVEL_ALLOW_ROW_MODIFICATION - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
DATA_LEVEL_ALLOW_ROW_UPDATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
DATA_LEVEL_DISALLOW_ROW_MODIFICATION - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
DATA_LEVEL_PROTECTED - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
DATA_TYPE_BOOLEAN - Static variable in class oracle.iam.scheduler.vo.JobParameter
 
DATA_TYPE_ITRESOURCE - Static variable in class oracle.iam.scheduler.vo.JobParameter
 
DATA_TYPE_NUMBER - Static variable in class oracle.iam.scheduler.vo.JobParameter
 
DATA_TYPE_STRING - Static variable in class oracle.iam.scheduler.vo.JobParameter
 
DataAccessException - Exception in oracle.iam.reconciliation.exception
 
DataAccessException(String, Throwable) - Constructor for exception oracle.iam.reconciliation.exception.DataAccessException
 
DataActionHandler - Class in oracle.iam.request.model.vo
Java class for data-action-handler complex type.
DataActionHandler() - Constructor for class oracle.iam.request.model.vo.DataActionHandler
 
DataCollectionOperationsIntf - Interface in Thor.API.Operations
 
DataEncodingException - Class in oracle.iam.certification.exception
Exception thrown if certain expected data could not be read due to unkwown encoding or some other reason.
DataEncodingException(String) - Constructor for class oracle.iam.certification.exception.DataEncodingException
 
DataObjectPermissions - Class in com.thortech.xl.vo
 
DataObjectPermissions(long) - Constructor for class com.thortech.xl.vo.DataObjectPermissions
Constructor for the type.
DATASET - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
DATASET - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
DATASET_DELIMITER - Static variable in class oracle.iam.request.vo.RequestConstants
 
DATASET_DELIMITER_PATTERN - Static variable in class oracle.iam.request.vo.RequestConstants
 
DataSetValidator - Class in oracle.iam.request.dataset.vo
Java class for data-set-validator complex type.
DataSetValidator() - Constructor for class oracle.iam.request.dataset.vo.DataSetValidator
 
DataTransformationType - Class in oracle.iam.grc.sod.vo
This interface represents the Data transformation process input.
DataTransformationType() - Constructor for class oracle.iam.grc.sod.vo.DataTransformationType
 
DataType - Interface in oracle.iam.catalog.vo
 
Date - Static variable in class oracle.iam.catalog.vo.MetaDataDefinition.Type
 
DATE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
DATE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
DATE - Static variable in class oracle.iam.provisioning.vo.BasicAttribute.TYPE
 
Date - Static variable in class oracle.iam.reconciliation.config.vo.Type
 
Date - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
Date - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
Date - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
Date - Static variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
DATE_DATA_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
DATE_FORMAT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
DATE_FORMAT_AM_PM - Static variable in class oracle.iam.policyengine.vo.Util
 
DATE_FORMAT_CANONICAL - Static variable in class oracle.iam.policyengine.vo.Util
Deprecated. Will become a private constant since this doesn't handle parsing a general IS0-8601 format. (Only handles our subset). Instead always use the public methods stringToDate and getCanonicalDateString. (At some point we may want to handle parsing a general IS0-8601 format).
DATE_FORMAT_COMPACT - Static variable in class oracle.iam.policyengine.vo.Util
Year-month-day with twenty-four-hour time: "yyyyMMdd HH:mm:ss"
DATE_FORMAT_DEFAULT - Static variable in class oracle.iam.policyengine.vo.Util
 
DATE_FORMAT_MILLIS - Static variable in class oracle.iam.policyengine.vo.Util
Timestamp in milliseconds (a stringified Java long value).
DATE_FORMAT_NO_SPACE - Static variable in class oracle.iam.policyengine.vo.Util
 
DATE_FORMAT_SYS_PROP - Static variable in class Thor.API.Base.tcBaseUtility
 
DATE_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
 
DATE_TYPE - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
DATE_TYPE - Static variable in class oracle.iam.request.vo.RequestEntityAttribute
 
DATE_TYPE - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute
 
dateToString(Date) - Static method in class oracle.iam.policyengine.vo.Util
Format a Date value as a String, using the usual "American" format with the current time zone.
dateToString(Date, String) - Static method in class oracle.iam.policyengine.vo.Util
 
DateType - Class in oracle.iam.reconciliation.config.vo
 
DBAccessException - Exception in oracle.iam.reconciliation.exception
 
DBAccessException(String, Throwable) - Constructor for exception oracle.iam.reconciliation.exception.DBAccessException
 
dburl - Variable in class com.thortech.xl.vo.ddm.FilePreview
 
DDMException - Exception in com.thortech.xl.ddm.exception
This exception signals a failure in import or export by the Deployment Manager
DDMException() - Constructor for exception com.thortech.xl.ddm.exception.DDMException
 
DDMException(String) - Constructor for exception com.thortech.xl.ddm.exception.DDMException
 
DDMException(String, Exception) - Constructor for exception com.thortech.xl.ddm.exception.DDMException
 
deactivate(String) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method deactivates an application in the system
DECISION_CONFLICT - Static variable in class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
 
decisionTableName() - Method in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
decodeCommaString(String) - Static method in class oracle.iam.policyengine.vo.Util
Parse a comma delimited string into a List of strings.
decodeCommaString(String, boolean) - Static method in class oracle.iam.policyengine.vo.Util
 
DECOMMISSION - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.Mode
 
decreaseGroupPriority(long, long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
decreaseMemberGroupPriority(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Decrease the priority of a group member in the specified group
decreaseMemberUserPriority(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Decrease the priority of a user member in the specified group
DEFAULT_ACCOUNTS_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
DEFAULT_APP_INSTANCE_USERS_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
DEFAULT_ATTRIBUTE_VALUES_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
DEFAULT_CHARSET - Static variable in interface oracle.iam.certification.vo.Constants
 
DEFAULT_CHARSET - Static variable in class oracle.iam.certification.vo.util.jaxb.JAXBProcessor
 
DEFAULT_COMPOSITE_DN - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
DEFAULT_COMPOSITE_NAME - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
DEFAULT_CONCURRENT_THREADS - Static variable in class oracle.iam.ida.vo.IDAConfiguration
 
DEFAULT_DATE_PATTERN - Static variable in class Thor.API.Base.tcBaseUtility
 
DEFAULT_ENDPOINT - Static variable in class oracle.iam.certification.vo.base.BaseAccount
 
DEFAULT_IDENTIFIER - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
DEFAULT_LOCALE - Static variable in class Thor.API.Base.tcBaseUtility
 
DEFAULT_MT_ROLE_NAMESPACE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
DEFAULT_MT_USER_NAMESPACE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
DEFAULT_OIM_ROLE_CATEGORY_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
DEFAULT_PAGE_SIZE - Static variable in class oracle.iam.certification.vo.PaginationContext
 
DEFAULT_POLICIES_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
DEFAULT_RESOURCES_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
DEFAULT_ROLE_CATEGORY_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
DEFAULT_ROLE_NAMESPACE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
DEFAULT_ROLEMEMBERS_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
DEFAULT_ROLES_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
DEFAULT_SCHEMA_CLASS_PATH - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
DEFAULT_USER_BATCHSIZE - Static variable in class oracle.iam.ida.vo.IDAConfiguration
 
DEFAULT_USERS_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
DEFAULT_WORK_MANAGER_WAS - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
DEFAULTVALUE - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
DefinedNumberOfDays - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
DefinedNumberOfDays - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
DefinedNumberOfMonths - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
DefinedNumberOfMonths - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
DefinedNumberOfYears - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
DefinedNumberOfYears - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
defineMetadata() - Method in interface com.thortech.xl.gc.spi.ProvisioningTransportProvider
This method establishes the default metadata definition of identity accounts in the target system.
DELEGATED_ADMIN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
DELEGATED_REVIEWER_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
DELEGATED_REVIEWER_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
DELEGATED_REVIEWER_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
DELEGATED_REVIEWER_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
DELEGATED_REVIEWER_LOGIN - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
DELEGATED_REVIEWER_LOGIN - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
DELEGATED_REVIEWER_LOGIN - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
DELEGATED_REVIEWER_LOGIN - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
delegateItems(Long, String, Long, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Returns delegate items
delegateItems(Long, String, Long, List, List, List, List, String) - Method in interface oracle.iam.certification.api.CertificationService
Delegates specified line items to a delegate reviewer during review phase one or two, creating a new certification task for the delegate reviewer.
DELETE - Static variable in interface com.thortech.xl.vo.Constants
Delete Action
DELETE - Static variable in class com.thortech.xl.vo.workflow.TaskDefinition
 
DELETE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
delete(String) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
Deletes a scan definition
delete(String, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Deletes an already existing Organization entity.
delete(String, Object) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Deletes an already existing Organization entity.
delete(String, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Deletes an already existing Organization entity.
delete(Set, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Deletes existing Organizations in bulk.
delete(Set, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Deletes existing Organizations in bulk.
DELETE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
delete(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
Delete the role category.
delete(String, Object) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
This method deletes a role category based on the search criteria attributeName=attributeValue.
delete(String, Object) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method deletes a role based on the search criteria attributeName=attributeValue.
delete(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Delete the role.
delete(Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Bulk delete operation.
DELETE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
DELETE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
 
delete(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Marks the user as deleted.
delete(String, Object) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Marks the user matching the specified search criteria as deleted.
delete(ArrayList, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Bulk delete operation.
DELETE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
delete(String) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Delete the Password Policy
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
 
DELETE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DELETE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
Delete - Static variable in class oracle.iam.platform.utils.vo.Operation
 
delete(String) - Method in interface oracle.iam.policyengine.api.PolicyManager
Delete the policy and all rule assignment relationships, i.e.
delete(String) - Method in interface oracle.iam.policyengine.api.RuleManager
Delete the rule and all policy association relationships, i.e.
delete(String) - Method in interface oracle.iam.provisioning.api.ApplicationObjectclassService
Deletes ApplicationObjectclass instance
delete(String) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method soft-deletes an application in the system.
delete(ConnectorServer) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
Deletes ConnectorServer instance Note: ConnectorServer can only be deleted if it has no connectors deployed on it
DELETE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.Mode
 
Delete - Static variable in class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
 
Delete - Static variable in class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
 
DELETE - Static variable in class oracle.iam.reconciliation.api.ChangeType
ChangeType is DELETE when event has to be created for deletion of data.
DELETE - Static variable in class oracle.iam.reconciliation.config.vo.ChangeType
ChangeType is DELETE when event has to be created for deletion of data.
Delete - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
 
Delete - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.ACTION
 
DELETE_ADMIN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
DELETE_ADMIN_ROLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
DELETE_ADMIN_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DELETE_ATTRIBUTE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
DELETE_CATALOG_ITEM - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
DELETE_CATEGORY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
DELETE_DATASET - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
DELETE_DATASET - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
 
DELETE_ENTITLEMENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DELETE_EVENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
DELETE_FAILED_ALREADY_DELETED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DELETE_FAILED_MEMBERSHIP_RULE_SET - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DELETE_FAILED_ORPHANED_ENTITIES_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DELETE_FAILED_SUB_ORGS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DELETE_FAILED_TOP_ORG - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DELETE_FAILED_USER_MEMBERS_AND_SUB_ORGS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DELETE_FAILED_USERS_MEMBERS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DELETE_GRANTEE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
DELETE_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
DELETE_MEMBERS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
DELETE_METADATA - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
DELETE_ORGANIZATION - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
DELETE_PROXY_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DELETE_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
DELETE_ROLE_CATEGORY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
DELETE_ROLE_ROLE_RELATIONSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
DELETE_ROLE_USER_MEMBERSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
DELETE_ROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DELETE_RULE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
DELETE_SELF_ACCOUNTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DELETE_SELF_ENTITLEMENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DELETE_SELF_ROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DELETE_TASK - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
DELETE_TRIGGER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
DELETE_USER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
DELETE_USER_ACCOUNTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DeleteAccountException - Exception in oracle.iam.reconciliation.exception
 
DeleteAccountException() - Constructor for exception oracle.iam.reconciliation.exception.DeleteAccountException
 
DeleteAccountException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.DeleteAccountException
 
DeleteAccountException(String) - Constructor for exception oracle.iam.reconciliation.exception.DeleteAccountException
 
deleteApplicationInstance(long) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method deletes a record for the ApplicationInstance using value-object ApplicationInstance .
deleteApplicationInstances(long[]) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method deletes records for ApplicationInstances using multiple value-objects for ApplicationInstance .
deleteAttestationDefinition(long) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Deletes an attestation process definition
deleteBulkAuditEvents(SearchCriteria, Map) - Method in interface oracle.iam.auditevent.api.AuditEventManager
 
deleteBulkMultiAttributeData(String, Map, String, List) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Delete data for multi-valued attributes (child table) for a reconciliation event.
deleteBulkMultiAttributeData(String, Map, String, List, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Delete data for multi-valued attributes (child table) for a reconciliation event.
deleteBulkMultiAttributeData(String, Map, String, List) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.deleteBulkMultiAttributeData(String, Map, String, List)
deleteBulkMultiAttributeData(String, Map, String, List, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.deleteBulkMultiAttributeData(String, Map, String, List, String)
deleteByScanToken(String) - Method in interface oracle.iam.ida.api.ScanRunManager
Delete the ScanRun entity identified by the supplied scanToken.
deleteCatalogItems(List, boolean) - Method in interface oracle.iam.catalog.api.CatalogService
Delete the catalog item from catalog table.
deleteCertificationDefinition(Long) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Deletes a certification definition
DELETECHILD - Static variable in class oracle.iam.reconciliation.api.ChangeType
ChangeType is DELETECHILD when event is for deleting a child.
Deleted - Static variable in class oracle.iam.provisioning.vo.Application.STATUS_TYPE
 
DELETED_ROLES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
DELETED_USERS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
deleteDetectedAccounts(tcResultSet) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
This API takes the tcResultSet returned by the getMissingAccounts method and for each USER or ACCOUNT identified in the resultset, creates a reconciliation event of type "Delete".
deleteDetectedAccounts(tcResultSet) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.deleteDetectedAccounts(Thor.API.tcResultSet)
deleteDirectory(String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilPSTools
Deletes a directory on the target machine
deleteDraftRequest(String) - Method in interface oracle.iam.request.api.RequestService
Deletes the request given a request id.
DeletedRecord - Class in oracle.iam.request.history.jaxb
Java class for deleted-record complex type.
DeletedRecord() - Constructor for class oracle.iam.request.history.jaxb.DeletedRecord
 
deleteEntitiesFromRequestProfiles(RequestProfileEntity) - Method in interface oracle.iam.requestprofile.api.RequestProfileService
This API is used to delete entity references in all request profiles, when an entity is deleted from the system.
deleteEntitlement(long) - Method in interface oracle.iam.provisioning.api.EntitlementService
This API method soft deletes entitlement from entitlement list (ENT_LIST) table by marking valid as 0 in the list of entitlements.
deleteEntitlements(long[]) - Method in interface oracle.iam.provisioning.api.EntitlementService
This API method deletes records of Entitlements using multiple value-objects of Entitlement
deleteEventListener(String) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Deletes an event listener
DeleteException - Exception in oracle.iam.reconciliation.exception
 
DeleteException() - Constructor for exception oracle.iam.reconciliation.exception.DeleteException
 
DeleteException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.DeleteException
 
DeleteException(String) - Constructor for exception oracle.iam.reconciliation.exception.DeleteException
 
deleteFormFieldProperty(long, String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Deletes the specified property from the specified form's field
deleteGroup(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deletes a group from the OIM
deleteGroups(long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deletes a set of groups from the array of group keys
deleteITResourceInstance(long) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Deletes a IT Resource instance from the Xellerate
deleteJars(Set) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
Delete the set of jars to the OIM DB.Used to delete connectors, java tasks, scheduled tasks etc
Consumers - deleteJars Utility, Connector Installer
deleteJob(JobDetails) - Method in interface oracle.iam.scheduler.api.SchedulerService
Deletes the specified Job that has been registered with the Scheduler Service
deleteMetadata(MetaDataDefinition) - Method in interface oracle.iam.catalog.api.MetaDataDefinitionManager
Delete metadataDefinition, this will dlete value from the CATALOG_EMTADAT_DATA first and then will dlete data from catalog_metadata
deleteObject(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Internal method that executes the JNDI delete method.
deleteObject(String) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Deletes object of specified type on target resource
deleteObject(String) - Method in interface oracle.iam.oimcommon.api.MDSManager
 
deleteOrganization(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Deletes a specified organization
DeleteOrganizationException - Exception in oracle.iam.reconciliation.exception
 
DeleteOrganizationException() - Constructor for exception oracle.iam.reconciliation.exception.DeleteOrganizationException
 
DeleteOrganizationException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.DeleteOrganizationException
 
deleteOrganizations(long[]) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Deletes a list of organizations
deleteParameter(String) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Deletes a parameter from the orchestration
deleteParticipant(String) - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
deleteProfile(String) - Method in interface oracle.iam.reconciliation.api.ReconConfigService
Deletes a reconciliation profile from OIM.
deleteProxies(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
This method deletes all the proxies setup for the given user.
deleteProxy(long, long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
This method delete a proxy with a proxyKey for given user.
deleteRequest(String, Object) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method raises a request to delete a role based on the search criteria attributeName=attributeValue.
deleteRequest(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to delete the role.
deleteRequest(Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to delete all the specified roles.
deleteRequestProfile(RequestProfile) - Method in interface oracle.iam.requestprofile.api.RequestProfileService
Deletes the profile with given name.
deleteResourceBundles(Set) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
Delete resource bundles to the OIM DB.Used to delete connector and custom resource bundles
Consumers - deleteResourceBundles Utility, Connector Installer
deleteScheduledTask(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Delete the Schedule task definition from the metadata repository.
deleteScheduleTask(long) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Deletes a specified schedule task.
deleteScheduleTaskAttribute(long) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Deletes a specified schedule task attribute
DeleteScheduleTaskDefinitionException - Exception in oracle.iam.scheduler.exception
This exception is thrown if MetaData repository throw any exception while deleting a Schedule task from MDS.
DeleteScheduleTaskDefinitionException(String) - Constructor for exception oracle.iam.scheduler.exception.DeleteScheduleTaskDefinitionException
Constructs a DeleteScheduleTaskDefinitionException with the specified detail message
deleteShare(String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilPSTools
Deletes a share on the target machine
deleteSystemProperty(String, Date) - Method in interface oracle.iam.conf.api.SystemConfigurationService
Delete an already existing system property in the DB
deleteTemplate(long, Date) - Method in interface oracle.iam.notification.api.NotificationService
Removes a template from repository based on template ID
deleteTemplate(String, Date) - Method in interface oracle.iam.notification.api.NotificationService
Removes a template from repository based on template name
deleteTrigger(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Deletes the specified trigger that has been registered with a Job
deleteUser(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Delete a user in OIM.
DeleteUserException - Exception in oracle.iam.reconciliation.exception
 
DeleteUserException() - Constructor for exception oracle.iam.reconciliation.exception.DeleteUserException
 
DeleteUserException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.DeleteUserException
 
deleteUsers(long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deletes users in OIM.
DELIM - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
DELIMITER - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
DENIED_ATTRIBUTES_DIRECT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
DENIED_ATTRIBUTES_WITH_APPROVAL - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
DENIED_ATTRIBUTES_WITHOUT_APPROVAL - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
DEPARTMENT_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
DEPARTMENT_NUMBER - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
DEPARTMENT_NUMBER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
DEPARTMENTNUBMER - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
DependentAttributeVO - Class in oracle.iam.platform.utils.lookup.vo
 
DependentAttributeVO() - Constructor for class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
 
DEPROVISION - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
DEPROVISION - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
DEPROVISION_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
DEPROVISIONEDDATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
DEPROVISIONINGDATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
DESCENDING - Static variable in class oracle.iam.catalog.vo.CatalogSearchCriteria.SortCriteria
 
DESCENDING - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
DESCENDING - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants.SortOrder
 
DESCENDING - Static variable in class oracle.iam.request.vo.RequestConstants.SortOrder
 
DESCIPTION - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
description - Variable in class com.thortech.xl.vo.ddm.FilePreview
 
DESCRIPTION - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
DESCRIPTION - Static variable in class oracle.iam.certification.vo.CertificationDefinitionFilters
 
DESCRIPTION - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
DESCRIPTION - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
DESCRIPTION - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
DESCRIPTION - Static variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
DESCRIPTION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
DESCRIPTION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
 
DESCRIPTION - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
DESCRIPTION - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
DESCRIPTION - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
DESCRIPTION - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
DESCRIPTION - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
DESCRIPTION - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
DESCRIPTION - Static variable in class oracle.iam.request.vo.RequestConstants
 
DESCRIPTION_ALLOWED_CHARS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_ATTRIBUTE - Static variable in class oracle.iam.certification.vo.EventListener
 
DESCRIPTION_COMPLEX_PASSWORD_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_COMPLEX_RULE_SHOULD_CONTAIN_CHARS_FROM_THREE_OUT_OF_FIVE_CHAR_CATEGORIES - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_COMPLEX_RULE_USER_ATTRS_NOT_ALLOWED - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_DICTIONARY_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_DISALLOW_FIRSTNAME_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_DISALLOW_LAST_N_PASSWORDS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_DISALLOW_LASTNAME_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_DISALLOW_USERID_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_DISALLOWED_CHARS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_DISALLOWED_SUBSTRINGS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MAX_LENGTH_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MAX_REPEATED_CHARS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MAX_SPECIAL_CHARS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MAX_UNICODE_CHARS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MIN_ALPHABETS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MIN_ALPHANUMERALS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MIN_LENGTH_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MIN_LOWERCASE_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MIN_NUMERALS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MIN_SPECIAL_CHARS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MIN_UNICODE_CHARS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MIN_UNIQUE_CHARS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_MIN_UPPERCASE_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
DESCRIPTION_REQUIRED_CHARS_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
DESCRIPTION_START_WITH_ALPHABET_RULE - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
descriptiveData - Variable in class oracle.iam.reconciliation.vo.Account
 
DESTROY - Static variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
detectCustomization() - Method in interface oracle.iam.patch.api.FileHandlerIntf
This method will detect the customizations in the current file represented by the instance
DETECTION_COUNT - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
DIAGNOSTIC_DASHBOARD - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
DIRECT - Static variable in class oracle.iam.api.OIMService.Intent
 
DISABLE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
disable(String, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Disables an already existing Organization entity.
disable(String, Object) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Disables an already existing Organization entity.
disable(Set, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Disables existing Organizations in bulk.
DISABLE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
disable(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Disables the user.
disable(String, Object) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Disables the user account matching the search criteria.
disable(ArrayList, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Bulk disable operation.
DISABLE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
DISABLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
DISABLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
DISABLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
 
DISABLE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
disable(String) - Method in interface oracle.iam.policyengine.api.PolicyManager
Disable the policy associated with the specified policy entity id.
disable(String) - Method in interface oracle.iam.policyengine.api.RuleManager
Disaable the rule associated with the specified rule entity id.
disable(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method disables an account provisioned to a user.
DISABLE - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
DISABLE - Static variable in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
 
DISABLE_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
DISABLE_APP_INSTANCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
DISABLE_FAILED_MEMBERSHIP_RULE_SET - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DISABLE_FAILED_ORG_DELETED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DISABLE_FAILED_SUB_ORGS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DISABLE_FAILED_TOP_ORG - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DISABLE_FAILED_USER_MEMBERS_AND_SUB_ORGS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DISABLE_FAILED_USERS_MEMBERS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DISABLE_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
DISABLE_RESOURCE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
DISABLE_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
DISABLE_USER_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
DISABLE_USER_STATUS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
disableAppForUser(long, long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
disableAppsForOrganizations(long[], long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Disables the resource instances for specified organizations.
disableAppsForUser(long, long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
disableAppsForUsers(long[], long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
disableAttestationDefinition(long) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Disables an enabled attestation process definition
DISABLED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
DISABLED - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
 
Disabled - Static variable in class oracle.iam.provisioning.vo.Application.STATUS_TYPE
 
disableObject(String) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
disableOrganization(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Disables an enabled organization in OIM
disableOrganizations(long[]) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Disables a list of enabled organizations in OIM
disableUser() - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Deprecated. 
disableUser(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Disable a user in OIM.
disableUsers(long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Disable users in OIM.
disconnect() - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Closes connection to directory server
DISCONNECTED - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
 
Disconnected - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
 
DISPLAY_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
DISPLAY_NAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
DISPLAY_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
DISPLAY_NAME - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
DISPLAY_NAME - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
DISPLAY_NAME_AUTO_GENERATED_CONTROL - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
DISPLAYMESSAGEKEY - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
DISPLAYNAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
DISPLAYNAME - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
DISPLAYNAME - Static variable in class Thor.API.Base.tcBaseUtility
 
divide(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs division of two integers.
divide(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs division of two floats.
divide(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs division of a float and integer.
divide(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs division of a float and integer.
DOBBased - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
 
DOES_NOT_BEGIN_WITH - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
DOES_NOT_CONTAIN - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
DOES_NOT_END_WITH - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
doOperation(RequestData, OIMService.Intent) - Method in interface oracle.iam.api.OIMService
 
DOT - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
Double - Static variable in class oracle.iam.reconciliation.config.vo.Type
 
Double - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
Double - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
Double - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
Double - Static variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
DoubleType - Class in oracle.iam.reconciliation.config.vo
 
downloadJars(Set) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
Downloads the set of jars to the OIM DB.Used to download connectors, java tasks, scheduled tasks etc
Consumers - downloadJars Utility, Connector Installer
downloadResourceBundles(Set) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
Downloads resource bundles to the OIM DB.Used to download connector and custom resource bundles
Consumers - downloadResourceBundles Utility, Connector Installer
DUPLICATE_ORG_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
DuplicateApplicationException - Exception in oracle.iam.provisioning.exception
 
DuplicateApplicationException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.DuplicateApplicationException
Constructs a new DuplicateApplicationException with the errorCode, errorMessage and errorData
DuplicateApplicationException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.DuplicateApplicationException
Constructs a new DuplicateApplicationException with the errorCode, errorMessage, errorData and Throwable.
DuplicateApplicationInstanceException - Exception in oracle.iam.provisioning.exception
 
DuplicateApplicationInstanceException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.DuplicateApplicationInstanceException
Constructs a new DuplicateApplicationInstanceException with the errorCode, errorMessage and errorData
DuplicateApplicationInstanceException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.DuplicateApplicationInstanceException
Constructs a new DuplicateApplicationInstanceException with the errorCode, errorMessage, errorData and Throwable.
DuplicateApplicationInstanceNameException - Exception in oracle.iam.provisioning.exception
 
DuplicateApplicationInstanceNameException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.DuplicateApplicationInstanceNameException
Constructs a new DuplicateApplicationInstanceNameException with the errorCode, errorMessage and errorData
DuplicateApplicationInstanceNameException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.DuplicateApplicationInstanceNameException
Constructs a new DuplicateApplicationInstanceNameException with the errorCode, errorMessage, errorData and Throwable.
DuplicateApplicationObjectclassException - Exception in oracle.iam.provisioning.exception
 
DuplicateApplicationObjectclassException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.DuplicateApplicationObjectclassException
Constructs a new DuplicateApplicationObjectclassException with the errorCode, errorMessage and errorData
DuplicateApplicationObjectclassException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.DuplicateApplicationObjectclassException
Constructs a new DuplicateApplicationObjectclassException with the errorCode, errorMessage, errorData and Throwable.
DuplicateAttestationProcessException - Exception in Thor.API.Exceptions
 
DuplicateAttestationProcessException() - Constructor for exception Thor.API.Exceptions.DuplicateAttestationProcessException
Creates a new DuplicateAttestationProcessException object.
DuplicateAttestationProcessException(String) - Constructor for exception Thor.API.Exceptions.DuplicateAttestationProcessException
Constructs a new DuplicateAttestationProcessException with the specified detail message.
DuplicateConnectorServerException - Exception in oracle.iam.provisioning.exception
 
DuplicateConnectorServerException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.DuplicateConnectorServerException
Constructs a new DuplicateConnectorServerException with the errorCode, errorMessage and errorData.
DuplicateConnectorServerException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.DuplicateConnectorServerException
Constructs a new DuplicateConnectorServerException with the errorCode, errorMessage, errorData and Throwable.
DuplicateEntitlementException - Exception in oracle.iam.provisioning.exception
 
DuplicateEntitlementException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.DuplicateEntitlementException
Constructs a new DuplicateEntitlementException with the errorCode, errorMessage and errorData.
DuplicateEntitlementException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.DuplicateEntitlementException
Constructs a new DuplicateEntitlementException with the errorCode, errorMessage, errorData and Throwable.
DuplicateITResourceInstanceException - Exception in Thor.API.Exceptions
 
DuplicateITResourceInstanceException() - Constructor for exception Thor.API.Exceptions.DuplicateITResourceInstanceException
Creates a new DuplicateAttestationProcessException object.
DuplicateITResourceInstanceException(String) - Constructor for exception Thor.API.Exceptions.DuplicateITResourceInstanceException
Constructs a new DuplicateAttestationProcessException with the specified detail message.
DuplicateResponseException - Exception in oracle.iam.selfservice.exception
Thrown if duplicate answer is provided while setting challenge questions and responses when it is not allowed.
DuplicateResponseException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.DuplicateResponseException
Constructs a DuplicateResponseException with the specified detail message and cause.
DuplicateResponseException(String) - Constructor for exception oracle.iam.selfservice.exception.DuplicateResponseException
Constructs a DuplicateResponseException with the specified detail message.
DuplicateScheduleTaskAttributeException - Exception in Thor.API.Exceptions
 
DuplicateScheduleTaskAttributeException() - Constructor for exception Thor.API.Exceptions.DuplicateScheduleTaskAttributeException
Creates a new DuplicateScheduleTaskAttributeException object.
DuplicateScheduleTaskAttributeException(String) - Constructor for exception Thor.API.Exceptions.DuplicateScheduleTaskAttributeException
Constructs a new DuplicateScheduleTaskAttributeException with the specified detail message.
DuplicateScheduleTaskException - Exception in Thor.API.Exceptions
 
DuplicateScheduleTaskException() - Constructor for exception Thor.API.Exceptions.DuplicateScheduleTaskException
Creates a new DuplicateScheduleTaskException object.
DuplicateScheduleTaskException(String) - Constructor for exception Thor.API.Exceptions.DuplicateScheduleTaskException
Constructs a new DuplicateScheduleTaskException with the specified detail message.
Duty - Class in oracle.iam.grc.sod.vo
This interface is a representation of a duty record in SoD Engine Implementation.
Duty() - Constructor for class oracle.iam.grc.sod.vo.Duty
 
DutyType - Class in oracle.iam.grc.sod.vo
This Interface is a representation of a duty type in SoD Engine.
DutyType() - Constructor for class oracle.iam.grc.sod.vo.DutyType
 
DYNAMIC - Static variable in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship.RelationType
 
DYNAMIC - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
 
DYNAMIC - Static variable in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
 

E

EDIT_PROXY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
editReconDataFlow(long, long, String, boolean) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Edits an existing reconciliation data flow mapping to change the key field mapping information
editReconDataFlow(long, long, String, boolean, boolean) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Edits an existing reconciliation data flow mapping to change the key field mapping information
editReconDataFlow(long, long, String, int, int) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Edits an existing reconciliation data flow mapping to change the key field mapping information
ejbActivate() - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
 
ejbActivate() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Throw an exception and don't activate
ejbActivate() - Method in class Thor.API.Base.tcBaseUtility
The ejbActivate() method as required by the EJB specification.
The activate method is called when the instance is activated from its passive" state.
ejbCreate() - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
Populate SchemaFacade and initializes SchemaInstance
ejbCreate() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
create a session bean and try to acquire the lock.
ejbPassivate() - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
 
ejbPassivate() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Passivate the ebjb
ejbPassivate() - Method in class Thor.API.Base.tcBaseUtility
The ejbPassivate() method as required by the EJB specification.
The activate method is called when the instance is activated from its "passive" state.
ejbRemove() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Remove the EJB and release the lock
ejbRemove() - Method in class Thor.API.Base.tcBaseUtility
The ejbRemove() method as required by the EJB specification.
A container invokes this method before it ends the life of the session object.
EMAIL - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
EMAIL - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
EMAIL - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
EMAIL - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
EMAIL_TEMPLATE_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_ACCESS_REVOKE_DETAILS - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_BU_ADMIN - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_BUSINESSUNIT_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_CERTIFICATION_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_OLD_REMEDIATOR_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_OLD_REMEDIATOR_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_POLICY_OWNER_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_POLICY_OWNER_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_POLICY_VIOLATION_ACTION_TYPE - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_POLICY_VIOLATION_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_POLICY_VIOLATION_USER_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_POLICY_VIOLATION_USER_MANAGER_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_POLICY_VIOLATION_USER_MANAGER_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_POLICY_VIOLATION_USER_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_REMEDIATOR_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_REMEDIATOR_MANAGER_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_IDA_REMEDIATOR_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_PROXY_END_DATE - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_PROXY_START_DATE - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_PROXY_USER_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_PROXY_USER_FULLNAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_REPORT_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_RULE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_SYSTEM_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_SYSTEM_URL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_USER_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_USER_FIRSTNAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_USER_FULLNAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_USER_LASTNAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_USER_MANAGER - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_USER_SECONDARY_EMAIL - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TEMPLATE_VAR_USERS_FULLNAME - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TYPE_ACCESS_REVOKE - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TYPE_CONFIRMATION - Static variable in interface oracle.iam.certification.vo.Constants
 
EMAIL_TYPE_OBSOLETE_USER - Static variable in interface oracle.iam.certification.vo.Constants
 
EmailNotification - Class in com.thortech.xl.vo.workflow
 
EmailNotification() - Constructor for class com.thortech.xl.vo.workflow.EmailNotification
 
EMBEDDED_HELP - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
EMPLOYE_TYPE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
EMPLOYEE_ID_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
EMPLOYEE_LEVEL_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
EMPLOYEE_NUMBER - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
EMPLOYEE_NUMBER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
EMPLOYEE_TYPE - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
EMPTYPE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
ENABLE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
enable(String, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Enables an already existing Organization entity.
enable(String, Object) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Enables an already existing Organization entity.
enable(Set, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Enables existing Organizations in bulk.
ENABLE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
enable(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Enables the user account.
enable(String, Object) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Enables the user matching the search criteria.
enable(ArrayList, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Bulk enable operation.
ENABLE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
ENABLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
ENABLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
ENABLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
 
ENABLE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
enable(String) - Method in interface oracle.iam.policyengine.api.PolicyManager
Enable the policy associated with the specified policy entity id.
enable(String) - Method in interface oracle.iam.policyengine.api.RuleManager
Enable the rule associated with the specified rule entity id.
enable(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method enables an existing disabled account provisioned to a user.
ENABLE - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
ENABLE_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
ENABLE_APP_INSTANCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ENABLE_DELETE_SYS_PROP - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ENABLE_FAILED_ORG_DELETED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ENABLE_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
ENABLE_RESOURCE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
ENABLE_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ENABLE_USER_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
ENABLE_USER_STATUS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
enableAppForUser(long, long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
enableAppsForOrganizations(long[], long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Enables the resource instances for specified organizations.
enableAppsForUser(long, long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
enableAppsForUsers(long[], long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
enableAttestationDefinition(long) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Enables a disabled attestation process definition
Enabled - Static variable in class oracle.iam.oimcommon.vo.Account.AccountStatus
 
ENABLED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENABLED - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
 
enableObject(String) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
enableOrganization(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Enables a disabled organization in OIM
enableOrganizations(long[]) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Enables a list of disabled organizations in OIM
enableUser() - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Deprecated. 
enableUser(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Enable a user in OIM.
enableUsers(long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Enable users in OIM.
ENCRYPT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
ENCRYPT - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
end() - Method in interface com.thortech.xl.gc.spi.ReconTransportProvider
This method resets the provider to start again.
END - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
END_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
END_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
END_TIME - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
END_WITH - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
END_WITH - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
ENDPOINT_ID - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ENDPOINT_ID - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ENDPOINT_ID - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ENDPOINT_NAME - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
EndpointIdAttributeIdMapping - Class in oracle.iam.certification.vo
 
EndpointIdAttributeIdMapping() - Constructor for class oracle.iam.certification.vo.EndpointIdAttributeIdMapping
 
ENDROW - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
ENDROW - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
ENDROW - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search configuration parameter - if the search result returns bulk of entitlements, this parameter is used to specify the ending row in case of pagination
ENDS_WITH - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
ENITY_TYPE - Static variable in class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
 
ENT_ASSIGN_ITEM_RISK - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ENT_ASSIGN_OPEN_SOD_VIOLATION - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ENT_ASSIGN_STATUS - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ENT_ASSIGN_SUMMERY_RISK - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ENT_DEFN_ID - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ENT_FUTURE_GRANT_STATUS - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
ENT_FUTURE_GRANT_STATUS_DB - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
ENT_PROV_IN_PROGRESS_STATUS - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
ENT_PROV_IN_PROGRESS_STATUS_DB - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
ENT_PROVISIONED_STATUS - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
ENTITIES_CAN_BE_ASSIGNED_TO - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
Entitlement - Static variable in class oracle.iam.catalog.vo.OIMType
 
Entitlement - Static variable in class oracle.iam.platform.utils.vo.OIMType
 
Entitlement - Class in oracle.iam.provisioning.vo
This value object represents an Entitlement definition.
Entitlement() - Constructor for class oracle.iam.provisioning.vo.Entitlement
 
ENTITLEMENT - Static variable in class oracle.iam.request.vo.RequestConstants
 
ENTITLEMENT_ADMIN_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
ENTITLEMENT_ADMINISTRATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
ENTITLEMENT_ASSIGN_STATUS - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
ENTITLEMENT_AUTHORIZER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
ENTITLEMENT_AUTHORIZER_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
ENTITLEMENT_CODE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ENTITLEMENT_CODE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
ENTITLEMENT_CREATE_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ENTITLEMENT_DEFINITION - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
ENTITLEMENT_DEFINITION_USER - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
ENTITLEMENT_DELETE_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ENTITLEMENT_DESCRIPTION - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ENTITLEMENT_DESCRIPTION - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
ENTITLEMENT_DESCRIPTION - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the description of the Entitlement
ENTITLEMENT_DISPLAYNAME - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ENTITLEMENT_DISPLAYNAME - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
ENTITLEMENT_DISPLAYNAME - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the display name of the Entitlement
ENTITLEMENT_FORMFIELDKEY - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the form field key (sdc_key) on which this entitlement is defined.
ENTITLEMENT_FORMKEY - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the form key (child form) on which this entitlement is defined.
ENTITLEMENT_ID - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ENTITLEMENT_ITRESOURCEKEY - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the ITResource key for which this entitlement is defined.
ENTITLEMENT_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
Deprecated. 
ENTITLEMENT_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
ENTITLEMENT_KEY - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the primary key of the Entitlement in the ENT_LIST table
ENTITLEMENT_LOOKUPVALUEKEY - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the lookup value key (lku_key)
ENTITLEMENT_MINABLE_ATTRIBUTES - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
ENTITLEMENT_MINABLE_ATTRS - Static variable in interface oracle.iam.certification.vo.Constants
 
ENTITLEMENT_MODIFY_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ENTITLEMENT_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ENTITLEMENT_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ENTITLEMENT_NAME - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the the entitlement code (lkv_encoded)
ENTITLEMENT_OBJECTKEY - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the resource object key for which this entitlement is defined.
ENTITLEMENT_SUMMARY_RISK - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ENTITLEMENT_SUMMARY_RISK - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ENTITLEMENT_VALID - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the field indicating if the entitlement is valid
ENTITLEMENT_VALUE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ENTITLEMENT_VALUE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
ENTITLEMENT_VALUE - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search Criteria parameter - search by the entitlement value (lkv_decoded)
ENTITLEMENT_VIEWER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
ENTITLEMENT_VIEWER_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
EntitlementAlreadyProvisionedException - Exception in oracle.iam.provisioning.exception
 
EntitlementAlreadyProvisionedException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.EntitlementAlreadyProvisionedException
Constructs a new EntitlementAlreadyProvisionedException with the errorCode, errorMessage, errorData and Throwable.
EntitlementAlreadyProvisionedException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.EntitlementAlreadyProvisionedException
Constructs a new EntitlementAlreadyProvisionedException with the errorCode, errorMessage and errorData
EntitlementCertificationFilters - Class in oracle.iam.certification.vo
 
EntitlementCertificationStats - Class in oracle.iam.certification.vo
 
EntitlementCertificationStats() - Constructor for class oracle.iam.certification.vo.EntitlementCertificationStats
Constructor default required for searialization
EntitlementCertificationStats(long, String) - Constructor for class oracle.iam.certification.vo.EntitlementCertificationStats
Constructor
EntitlementDefinition - Class in oracle.iam.oimcommon.vo
Created by IntelliJ IDEA.
EntitlementDefinition() - Constructor for class oracle.iam.oimcommon.vo.EntitlementDefinition
 
EntitlementInstance - Class in oracle.iam.provisioning.vo
This class represents the an instance of an Entitlement provisioned to user.
EntitlementInstance() - Constructor for class oracle.iam.provisioning.vo.EntitlementInstance
 
EntitlementInstance(RiskSummary) - Constructor for class oracle.iam.provisioning.vo.EntitlementInstance
 
EntitlementInstance(Entitlement) - Constructor for class oracle.iam.provisioning.vo.EntitlementInstance
This constructor to create EntitlementInstance using Entitlement value object.
EntitlementInstance.ACTION - Class in oracle.iam.provisioning.vo
An enumeration that represents the operation associated with the Entitlement Instance.
EntitlementInstanceNotFoundException - Exception in oracle.iam.provisioning.exception
 
EntitlementInstanceNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.EntitlementInstanceNotFoundException
Constructs a new EntitlementInstanceNotFoundException with the errorCode, errorMessage and errorData
EntitlementInstanceNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.EntitlementInstanceNotFoundException
Constructs a new EntitlementInstanceNotFoundException with the errorCode, errorMessage, errorData and Throwable.
EntitlementNotFoundException - Exception in oracle.iam.provisioning.exception
 
EntitlementNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.EntitlementNotFoundException
* Constructs a new EntitlementNotFoundException with the errorCode, errorMessage and errorData
EntitlementNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.EntitlementNotFoundException
* Constructs a new EntitlementNotFoundException with the errorCode, errorMessage, errorData and Throwable.
EntitlementNotProvisionedException - Exception in oracle.iam.provisioning.exception
 
EntitlementNotProvisionedException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.EntitlementNotProvisionedException
Constructs a new EntitlementNotProvisionedException with the errorCode, errorMessage and errorData
EntitlementNotProvisionedException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.EntitlementNotProvisionedException
Constructs a new EntitlementNotProvisionedException with the errorCode, errorMessage, errorData and Throwable.
EntitlementPublication - Class in oracle.iam.platform.authopss.vo
 
EntitlementPublication() - Constructor for class oracle.iam.platform.authopss.vo.EntitlementPublication
 
EntitlementPublicationWithoutHierarchy - Class in oracle.iam.platform.authopss.vo
Marker class to handle the one to one mapping that toplink expects for pojo and DB tables for entitlements.
EntitlementPublicationWithoutHierarchy() - Constructor for class oracle.iam.platform.authopss.vo.EntitlementPublicationWithoutHierarchy
 
EntitlementReconTask - Class in oracle.iam.connectors.icfcommon.recon
This task performs Lookup recon with a twist: If "Is Entitlement" parameter is set to true, it also sets additional entitlement attributes in the ENT_LIST table, and makes sure it gets synchronized with Catalog.
EntitlementReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.EntitlementReconTask
 
ENTITLEMENTS_OF_MATCH - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ENTITLEMENTS_OF_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
EntitlementService - Interface in oracle.iam.provisioning.api
EntitlementService application programming interface provides methods needed to create and manage Entitlement for both connected and disconnected ApplicationInstance.
Entity - Class in oracle.iam.platform.entitymgr.vo
 
Entity(String, String, boolean, HashMap) - Constructor for class oracle.iam.platform.entitymgr.vo.Entity
 
Entity(String, String, boolean, String, String, HashMap) - Constructor for class oracle.iam.platform.entitymgr.vo.Entity
 
Entity(String, String, boolean, HashMap, EntityManager) - Constructor for class oracle.iam.platform.entitymgr.vo.Entity
 
Entity(String, String, boolean, String, String, HashMap, EntityManager) - Constructor for class oracle.iam.platform.entitymgr.vo.Entity
 
ENTITY - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
 
ENTITY_ADDITION_TYPE - Static variable in class oracle.iam.request.vo.RequestHistory
Constant that indicates modification to request is addition of target entity
ENTITY_ATTRIBUTE_PROPERTIES - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENTITY_CLASS_PATH - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENTITY_DATA_CHANGE_TYPE - Static variable in class oracle.iam.request.vo.RequestHistory
Constant that indicatesmodification to request is data change
ENTITY_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ENTITY_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ENTITY_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ENTITY_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ENTITY_GUID_ID_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENTITY_ID - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ENTITY_ID - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
ENTITY_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
ENTITY_ID - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
ENTITY_ID - Static variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
ENTITY_ID - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
ENTITY_ID_TYPE_PROVIDER_PARAM - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENTITY_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ENTITY_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ENTITY_NAME - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ENTITY_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ENTITY_NAME - Static variable in class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
 
ENTITY_NAME - Static variable in class oracle.iam.provisioning.vo.Application
 
ENTITY_NAME - Static variable in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
ENTITY_NAME - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
ENTITY_NOT_FOUND - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENTITY_REMOVAL_TYPE - Static variable in class oracle.iam.request.vo.RequestHistory
Constant that indicates modification to request is deletion of target entit y
ENTITY_TYPE - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ENTITY_TYPE - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ENTITY_TYPE - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ENTITY_TYPE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ENTITY_TYPE - Static variable in class oracle.iam.ida.vo.PolicyViolation
 
ENTITY_TYPE - Static variable in class oracle.iam.ida.vo.PolicyViolationCause
 
ENTITY_TYPE - Static variable in class oracle.iam.ida.vo.ScanRun
 
ENTITY_TYPE - Static variable in class oracle.iam.ida.vo.TaskPolicyViolation
 
ENTITY_TYPE_APPLICATION_INSTANCE - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ENTITY_TYPE_ATTRIBUTE_PROPERTY - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENTITY_TYPE_ATTRIBUTES_PROPERTY - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENTITY_TYPE_ENTIELEMENT - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ENTITY_TYPE_FOREIGN_SEARCH_COLUMN_LABEL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENTITY_TYPE_INFO - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ENTITY_TYPE_NAME - Static variable in class oracle.iam.ida.vo.Remediator
 
ENTITY_TYPES - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ENTITY_TYPES - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ENTITY_TYPES - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ENTITY_TYPES - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
EntityAlreadyExistsException - Exception in oracle.iam.platform.entitymgr.exception
 
EntityAlreadyExistsException() - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityAlreadyExistsException
 
EntityAlreadyExistsException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityAlreadyExistsException
 
EntityAlreadyExistsException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityAlreadyExistsException
 
EntityAlreadyExistsException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityAlreadyExistsException
 
EntityAlreadyExistsException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityAlreadyExistsException
 
EntityChange - Class in oracle.iam.request.history.jaxb
Java class for entity-change complex type.
EntityChange() - Constructor for class oracle.iam.request.history.jaxb.EntityChange
 
EntityConstants - Class in oracle.iam.platform.entitymgr.vo
 
EntityConstants() - Constructor for class oracle.iam.platform.entitymgr.vo.EntityConstants
 
EntityConstants.AbstractEntityDataTypes - Class in oracle.iam.platform.entitymgr.vo
 
EntityConstants.AuditEventActions - Class in oracle.iam.platform.entitymgr.vo
 
EntityCreateException - Exception in oracle.iam.platform.entitymgr.exception
 
EntityCreateException() - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityCreateException
 
EntityCreateException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityCreateException
 
EntityCreateException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityCreateException
 
EntityCreateException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityCreateException
 
EntityCreateException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityCreateException
 
EntityDefinition - Class in oracle.iam.platform.entitymgr.vo
 
EntityDefinition(String) - Constructor for class oracle.iam.platform.entitymgr.vo.EntityDefinition
 
EntityDeleteException - Exception in oracle.iam.platform.entitymgr.exception
 
EntityDeleteException() - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDeleteException
 
EntityDeleteException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDeleteException
 
EntityDeleteException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDeleteException
 
EntityDeleteException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDeleteException
 
EntityDeleteException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDeleteException
 
EntityDisabledException - Exception in oracle.iam.platform.entitymgr.exception
 
EntityDisabledException() - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDisabledException
 
EntityDisabledException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDisabledException
 
EntityDisabledException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDisabledException
 
EntityDisabledException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDisabledException
 
EntityDisabledException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDisabledException
 
EntityDisableException - Exception in oracle.iam.policyengine.exception
 
EntityDisableException() - Constructor for exception oracle.iam.policyengine.exception.EntityDisableException
 
EntityDisableException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.EntityDisableException
 
EntityDisableException(String) - Constructor for exception oracle.iam.policyengine.exception.EntityDisableException
 
EntityDisableException(Throwable) - Constructor for exception oracle.iam.policyengine.exception.EntityDisableException
 
EntityDisableException(String, String) - Constructor for exception oracle.iam.policyengine.exception.EntityDisableException
 
EntityDynamicSchema - Class in oracle.iam.platform.entitymgr.vo
 
EntityDynamicSchema() - Constructor for class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
EntityLockedException - Exception in oracle.iam.platform.entitymgr.exception
 
EntityLockedException() - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockedException
 
EntityLockedException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockedException
 
EntityLockedException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockedException
 
EntityLockedException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockedException
 
EntityLockedException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockedException
 
EntityLockException - Exception in oracle.iam.platform.entitymgr.exception
 
EntityLockException() - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockException
 
EntityLockException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockException
 
EntityLockException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockException
 
EntityLockException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockException
 
EntityLockException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockException
 
EntityMetadata - Class in oracle.iam.platform.entitymgr.vo
 
EntityMetadata() - Constructor for class oracle.iam.platform.entitymgr.vo.EntityMetadata
Constructor for Kernel use to generate the entity metadata from XML only! Use the other constructor EntityMetadata(String entityType, boolean childEntity) for any other purposes.
EntityMetadata(String, boolean) - Constructor for class oracle.iam.platform.entitymgr.vo.EntityMetadata
Construct an empty entity metadata object.
EntityModified - Class in oracle.iam.request.history.jaxb
Java class for entity-modified complex type.
EntityModified() - Constructor for class oracle.iam.request.history.jaxb.EntityModified
 
EntityModifyException - Exception in oracle.iam.platform.entitymgr.exception
 
EntityModifyException() - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityModifyException
 
EntityModifyException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityModifyException
 
EntityModifyException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityModifyException
 
EntityModifyException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityModifyException
 
EntityModifyException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityModifyException
 
EntityNotRequestedException - Exception in oracle.iam.request.exception
This exception will be thrown if an entity is tried to be removed or updated form a request but it is not requested
EntityNotRequestedException(Exception) - Constructor for exception oracle.iam.request.exception.EntityNotRequestedException
 
EntityNotRequestedException(String) - Constructor for exception oracle.iam.request.exception.EntityNotRequestedException
 
EntityNotRequestedException(String, Exception) - Constructor for exception oracle.iam.request.exception.EntityNotRequestedException
 
EntityNotRequestedException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.EntityNotRequestedException
 
EntityNotRequestedException(String, Throwable) - Constructor for exception oracle.iam.request.exception.EntityNotRequestedException
 
EntityOrchestration - Class in oracle.iam.platform.kernel.vo
 
EntityOrchestration() - Constructor for class oracle.iam.platform.kernel.vo.EntityOrchestration
 
EntityOrchestration(String) - Constructor for class oracle.iam.platform.kernel.vo.EntityOrchestration
 
EntityOrchestration(String, String) - Constructor for class oracle.iam.platform.kernel.vo.EntityOrchestration
 
EntityOrchestration(String, String[]) - Constructor for class oracle.iam.platform.kernel.vo.EntityOrchestration
 
EntityPublication - Class in oracle.iam.platform.authopss.vo
This class represents a scope in which an entity is published.
EntityPublication() - Constructor for class oracle.iam.platform.authopss.vo.EntityPublication
Default constructor.
EntityPublication(String, PolicyConstants.Resources, Long, boolean) - Constructor for class oracle.iam.platform.authopss.vo.EntityPublication
Alternate constructor that takes the values of scopeId correctly as Long.
EntityPublication.Attribute - Class in oracle.iam.platform.authopss.vo
Enum that represents the sort fields (passed with control param).
EntityPublicationException - Exception in oracle.iam.platform.authopss.exception
An exception to signal the error condition that error occurred during the Publication of entity.
EntityPublicationException(EntityPublication) - Constructor for exception oracle.iam.platform.authopss.exception.EntityPublicationException
Constructs a new super exception with null as its detail message.
EntityPublicationException(String, EntityPublication) - Constructor for exception oracle.iam.platform.authopss.exception.EntityPublicationException
Constructs a new super exception with the specified detail message.
EntityPublicationException(String, Throwable, EntityPublication) - Constructor for exception oracle.iam.platform.authopss.exception.EntityPublicationException
Constructs a new super exception with the specified detail message and cause.
EntityPublicationException(Throwable, EntityPublication) - Constructor for exception oracle.iam.platform.authopss.exception.EntityPublicationException
Constructs a new super exception with the specified cause.
EntityPublicationSearchCriteria - Class in oracle.iam.platform.authopss.vo
 
EntityPublicationSearchCriteria() - Constructor for class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
EntityPublicationService - Interface in oracle.iam.platform.authopss.api
This service class should be used to manage entity publications.
EntityPublicationService - Interface in oracle.iam.platformservice.api
This service class should be used to manage entity publications.
EntityPublicationServiceInternal - Interface in oracle.iam.platform.authopss.api
This service class should be used to manage entity publications.
EntitySearchException - Exception in oracle.iam.platform.entitymgr.exception
 
EntitySearchException() - Constructor for exception oracle.iam.platform.entitymgr.exception.EntitySearchException
 
EntitySearchException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntitySearchException
 
EntitySearchException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntitySearchException
 
EntitySearchException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntitySearchException
 
EntitySearchException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntitySearchException
 
entry - Variable in class oracle.iam.certification.vo.util.jaxb.MapType
 
entrySet() - Method in class oracle.iam.policyengine.vo.ValueObject
 
enumOf(String) - Static method in class oracle.iam.reconciliation.config.vo.Action
 
enumOf(String) - Static method in class oracle.iam.reconciliation.config.vo.Condition
 
ENV_SUBJECT_HOME_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
 
ENV_SUBJECT_HOME_ORGS_WITH_PARENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
 
ENV_SUBJECT_MANAGERKEY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
 
ENV_SUBJECT_USERKEY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
 
EQUAL - Static variable in class oracle.iam.catalog.vo.CatalogSearchCriteria.Operator
 
EQUAL - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
EQUAL - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
EQUAL - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
equals(Object) - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
equals(Object) - Method in class com.thortech.xl.vo.ddm.RootObject
 
equals(Object) - Method in class com.thortech.xl.vo.ddm.TaskObject
 
equals(Object) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
equals(Object) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
equals(Object) - Method in class oracle.iam.certification.vo.base.BaseRole
 
equals(Object) - Method in class oracle.iam.certification.vo.base.BaseUser
 
equals(Object) - Method in class oracle.iam.certification.vo.EventListener
 
equals(Object) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
equals(Object) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
equals(Object) - Method in class oracle.iam.identity.rolemgmt.vo.Role
Compares if passed object is an instance of Role and has the same id as the passed object.
equals(Object) - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
 
equals(Object) - Method in class oracle.iam.oimcommon.vo.User
 
equals(Object) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
equals(Object) - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
equals(Object) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy
 
equals(Object) - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
equals(Object) - Method in class oracle.iam.platform.authopss.vo.Capability
 
equals(Object) - Method in class oracle.iam.platform.authopss.vo.EntityPublication
 
equals(Object) - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
equals(Object) - Method in class oracle.iam.platformservice.vo.JarElement
 
equals(Object) - Method in class oracle.iam.platformservice.vo.ResourceElement
 
equals(Object) - Method in class oracle.iam.provisioning.vo.Entitlement
 
ERROR - Static variable in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
ERROR - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
 
errorCodes - Variable in exception Thor.API.Exceptions.tcBulkException
 
ErrorOperationsIntf - Interface in Thor.API.Operations
Deprecated. 
errors - Variable in exception Thor.API.Exceptions.tcPasswordPolicyException
 
ESAPI_RESOURCES_LOCATION - Static variable in interface oracle.iam.certification.vo.Constants
 
escalatePolicyViolationCallback(String, String, String) - Method in interface oracle.iam.ida.api.IDAWorkflowCallbackService
This method is private.
establishAccountLink(long, long, String, String, String) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Links an Event to an Account, thus triggering all necessary database updates to the Account.
establishLink(long, long, String, String) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Links an Event, thus triggering all necessary database updates.
establishUserLink(long, long, String, String, String) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Links an Event to a User, thus performing all necessary database updates.
EVAL_ORG_USER_MEM_RULE_LATER - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
EVAL_ROLE_USER_MEM_RULE_LATER - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
EvalList - Class in oracle.iam.policyengine.vo.conditions
Class to represent a list when doing rule evalutions with generated output
EvalList(Map, boolean) - Constructor for class oracle.iam.policyengine.vo.conditions.EvalList
 
EvalList(Map, boolean, boolean) - Constructor for class oracle.iam.policyengine.vo.conditions.EvalList
 
evaluate(String, ValueObject) - Method in interface oracle.iam.policyengine.api.PolicyManager
Evaluate the policy specified by the policy entity id using the inputValues ValueObject parameter as evaluation facts.
evaluate(Rule, ValueObject, PolicyType) - Method in interface oracle.iam.policyengine.api.RuleManager
Evaluate the specified rule using the vo parameter as rule evaluation fact.
EVALUATE_POLICIES - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
EVALUATE_POLICIES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
EVALUATE_RULE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
evaluatePolicyEffect(long, long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Given a specific user, this method will answer the hypothetical question regarding which resources would get provisioned to that user if the user were made a member of the specified group.
EvaluationCondition - Interface in oracle.iam.policyengine.vo.conditions
Interface for a condition that can be evaluated against facts.
evalutePoliciesForUser(String) - Method in interface oracle.iam.accesspolicy.api.AccessPolicyService
Trigger access policy evaluation for the given user.
EVENT_ACTION - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_ACTOR_ID - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_ACTOR_NAME - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_DATE - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_FAIL_REASON - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_MECHANISM - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_REQUEST_ID - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_STATUS - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_STATUS_FAILURE - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_STATUS_SUCCESS - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_VALUES_ADDED - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EVENT_VALUES_REMOVED - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
EventAttributes - Class in oracle.iam.reconciliation.api
Provides attributes of an event which comes for creation into OIM.
EventAttributes() - Constructor for class oracle.iam.reconciliation.api.EventAttributes
 
EventAttributes(boolean, String, ChangeType, Date) - Constructor for class oracle.iam.reconciliation.api.EventAttributes
 
EventConstants - Class in oracle.iam.reconciliation.vo
 
EventConstants() - Constructor for class oracle.iam.reconciliation.vo.EventConstants
 
EventException - Exception in oracle.iam.notification.exception
This exception occurs if any exception occurs while working with notification events.
EventException(String, Throwable) - Constructor for exception oracle.iam.notification.exception.EventException
Constructs a EventException with the specified detail message and throwable object
EventException(String) - Constructor for exception oracle.iam.notification.exception.EventException
Constructs a EventException with the specified detail message
EventFailedException - Exception in oracle.iam.platform.kernel
Exception that should be used to notify Kernel of failures that are seen during event handler execution.
EventFailedException() - Constructor for exception oracle.iam.platform.kernel.EventFailedException
Deprecated. 
EventFailedException(String) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
Constructs a new failed exception with the specified detail message.
EventFailedException(String, Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
Constructs a new failed exception with the specified detail message and cause.
EventFailedException(String, Object[], Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
 
EventFailedException(long, String, String) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
Deprecated. 
EventFailedException(long, String, String, Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
Deprecated. 
EventFailedException(long, String, Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
Deprecated. 
EventFailedException(String, String, String, String, Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
Constructs a new failed exception
EventFailedException(long, String, String, String, String, Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
Constructs a new failed exception
EventListener - Class in oracle.iam.certification.vo
 
EventListener() - Constructor for class oracle.iam.certification.vo.EventListener
 
EventManagementException - Exception in oracle.iam.reconciliation.exception
 
EventManagementException() - Constructor for exception oracle.iam.reconciliation.exception.EventManagementException
Create a new EventManagementException
EventManagementException(String) - Constructor for exception oracle.iam.reconciliation.exception.EventManagementException
Create a new EventManagementException with String input
EventManagementException(String, Throwable) - Constructor for exception oracle.iam.reconciliation.exception.EventManagementException
Create a new EventManagementException with String and Exception as inputs
EventManagementException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.EventManagementException
 
EventMgmtService - Interface in oracle.iam.reconciliation.api
 
EventResult - Class in oracle.iam.platform.kernel.vo
Value object used for returning the result of an event handler.
EventResult() - Constructor for class oracle.iam.platform.kernel.vo.EventResult
 
EventTriggerData - Class in oracle.iam.certification.vo
 
EventTriggerData() - Constructor for class oracle.iam.certification.vo.EventTriggerData
 
EventTriggerData(String, String, String) - Constructor for class oracle.iam.certification.vo.EventTriggerData
 
EventWarnings - Class in oracle.iam.platform.kernel.vo
 
EventWarnings(long, String, List) - Constructor for class oracle.iam.platform.kernel.vo.EventWarnings
 
EventXMLObject - Class in oracle.iam.notification.vo
This object represents the Notification Event
EventXMLObject() - Constructor for class oracle.iam.notification.vo.EventXMLObject
 
EXCEPTION_WHILE_EXECUTING_OPERATION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
EXCEPTION_WHILE_UPDATING_MDS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
exec(String) - Static method in class com.thortech.xl.util.adapters.tcUtilPSTools
Executes the specified string command in a separate process
execute(long, long, Orchestration) - Method in interface oracle.iam.platform.kernel.spi.FailedHandler
Method containing the actual implementation of the event handler that gets executed when process is failed in any stage
execute(long, long, BulkOrchestration) - Method in interface oracle.iam.platform.kernel.spi.FailedHandler
Method containing the actual implementation of the event handler that gets executed when process is failed in any stage
execute(long, long, Orchestration) - Method in interface oracle.iam.platform.kernel.spi.PostProcessHandler
Method containing the actual implementation of this post process event handler
execute(long, long, BulkOrchestration) - Method in interface oracle.iam.platform.kernel.spi.PostProcessHandler
Method containing the actual implementation of this post process event handler for bulk orchestration
execute(long, long, Orchestration) - Method in interface oracle.iam.platform.kernel.spi.PreProcessHandler
Method containing the actual implementation of this pre-process event handler
execute(long, long, BulkOrchestration) - Method in interface oracle.iam.platform.kernel.spi.PreProcessHandler
Method containing the actual implementation of this pre process event handler for bulk orchestration
executeAsynchronousSoDSimulation(SoDAnalysisInput[], long, long) - Method in interface oracle.iam.grc.sod.api.SILService
Starts a new asynchronous preventive simulation.
executeDeleteStatement(String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCClass
This method executes the Delete Statement
executeInsertStatement(String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCClass
This method executes the Insert Statement
executeJob(HashMap) - Method in class oracle.iam.scheduler.vo.TaskSupport
 
executeSelectStatement(String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCClass
This method executes the Select Query
executeSelectStatementAll(String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCClass
This method executes the Select Query
executeSODCheck(long) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Initiates SOD Check by creating SODChecker Instance
executeSynchronousSoDSimulation(SoDAnalysisInput[], long, long) - Method in interface oracle.iam.grc.sod.api.SILService
Returns the results of Synchronous conflict Simulation from SoD engine.
executeUpdateStatement(String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCClass
This method executes the Update Statement
Execution - Class in oracle.iam.request.model.vo
Java class for execution complex type.
Execution() - Constructor for class oracle.iam.request.model.vo.Execution
 
ExecutionFailedException - Exception in oracle.iam.platform.utils.ldapconfig.exception
 
ExecutionFailedException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ExecutionFailedException
 
ExecutionFailedException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ExecutionFailedException
 
ExecutionFailedException(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ExecutionFailedException
 
ExecutionFailedException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ExecutionFailedException
 
ExecutionUnit - Class in oracle.iam.request.model.vo
Java class for execution-unit complex type.
ExecutionUnit() - Constructor for class oracle.iam.request.model.vo.ExecutionUnit
 
EXISTING_DATA - Static variable in class oracle.iam.identity.usermgmt.api.AbstractUserNameGenerationPolicy
Key/Constant to retrieve the User's existing attributes from the input parameter Map.
EXISTING_DATA - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
EXISTING_ORCHESTRATION_PARAMETERS - Static variable in class oracle.iam.request.vo.RequestConstants
 
EXPECTED_USER_COUNT - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
EXPIRE - Static variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
EXPIRE_AFTER_DAYS_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
EXPIRED - Static variable in class oracle.iam.ida.vo.PolicyViolation.Status
 
expirePolicyViolationCallback(String, String) - Method in interface oracle.iam.ida.api.IDAWorkflowCallbackService
This method is private.
exportDate - Variable in class com.thortech.xl.vo.ddm.FilePreview
 
exportedBy - Variable in class com.thortech.xl.vo.ddm.FilePreview
 
exportProfile(String) - Method in interface oracle.iam.reconciliation.api.ReconConfigService
Exports a reconciliation profile into a given Result object.
exportProfile(String, Result) - Method in interface oracle.iam.reconciliation.config.api.ProfileManager
 
exportVersion - Variable in class com.thortech.xl.vo.ddm.FilePreview
 

F

FA_PARTY_ID - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
FA_PERSON_ID - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
FA_USER_ID - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
FAILED - Static variable in class oracle.iam.ida.vo.ScanRun.RUN_STATUS
 
FAILED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
FAILED - Static variable in class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
 
FAILED - Static variable in class oracle.iam.vo.OperationResult.OperationStatus
 
FAILED_DUE_TO_VALIDATION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
FailedEventResult - Class in oracle.iam.platform.kernel.vo
Value object for returning the result of a failed event handler
FailedEventResult() - Constructor for class oracle.iam.platform.kernel.vo.FailedEventResult
 
FailedEventResult(FailedEventResult.Response) - Constructor for class oracle.iam.platform.kernel.vo.FailedEventResult
 
FailedEventResult.Response - Class in oracle.iam.platform.kernel.vo
 
FailedHandler - Interface in oracle.iam.platform.kernel.spi
Failed handlers specify how failures should be handled for a particular stage, event or child process. Failed handlers can be both synchronous and asynchronous. All stages but Preview and Validation can define their failed handlers. Child process can define its failed handlers to tell orchestration engine how to proceed when error occurred in Preview or Validation stage. To register a failed handler for all child process type, specify the "stage" attribute to "change". To register a failed handler for one kind of child process type, specify the "event" attribute to the child process type [i.e.
FailedInputData - Class in oracle.iam.reconciliation.api
 
FailedInputData(InputData, Throwable) - Constructor for class oracle.iam.reconciliation.api.FailedInputData
 
FailedRecord - Class in oracle.iam.platform.kernel.vo
 
FailedRecord(Orchestration, Throwable) - Constructor for class oracle.iam.platform.kernel.vo.FailedRecord
 
FailedResult - Class in oracle.iam.platform.entitymgr.vo
 
FailedResult(HashMap, Throwable) - Constructor for class oracle.iam.platform.entitymgr.vo.FailedResult
 
FailedResult(String, HashMap, Throwable) - Constructor for class oracle.iam.platform.entitymgr.vo.FailedResult
 
FailedTaskManager - Interface in oracle.iam.platformservice.api
Provides the ability to view and retry Failed Async Tasks
FAILURE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
FALSE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
FALSE_INT - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
FALSE_VAL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
FAX - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
fetchAdditionalAttributes() - Method in class oracle.iam.ida.vo.ScanDefinition
 
FETCHING_ROLEXML_FROMMDS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
Field - Class in oracle.iam.reconciliation.config.vo
 
Field() - Constructor for class oracle.iam.reconciliation.config.vo.Field
 
FieldDefinition - Class in oracle.iam.platform.entitymgr.vo
 
FieldDefinition(String, String, boolean) - Constructor for class oracle.iam.platform.entitymgr.vo.FieldDefinition
 
FileHandlerIntf - Interface in oracle.iam.patch.api
 
filename - Variable in class com.thortech.xl.vo.ddm.FilePreview
 
FilePreview - Class in com.thortech.xl.vo.ddm
Value object containing the details of the file to be exported by Deployment Manager
FilePreview(String, String, String, String, String, long) - Constructor for class com.thortech.xl.vo.ddm.FilePreview
 
Filter - Interface in oracle.iam.certification.vo
 
FILTER - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
FILTER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
FILTER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
FILTER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
 
FILTER_HIGH_RISK_APP_INSTANCES - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
FILTER_HIGH_RISK_ENTITLEMENTS - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
FILTER_HIGH_RISK_ROLES - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
FILTER_HIGH_RISK_SUMMARY - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
FILTER_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
filterHighItemAttributeValueIds(List) - Method in interface oracle.iam.oimcommon.api.AccountService
 
filterHighItemRiskEndpointIds(Set) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
 
filterHighItemRiskEntitlementEndpointIds(Set) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
 
filterHighRiskEntitlementUserIds(Set) - Method in interface oracle.iam.oimcommon.api.UserService
 
filterHighRiskResourceUserIds(Set) - Method in interface oracle.iam.oimcommon.api.UserService
 
filterHighRiskRoleUserIds(Set) - Method in interface oracle.iam.oimcommon.api.UserService
 
filterHighRiskSummaryUserIds(Set) - Method in interface oracle.iam.oimcommon.api.UserService
 
filterRolesByItemRisk(List, Integer) - Method in interface oracle.iam.oimcommon.api.RoleService
returns a set of role ids filtered by particular item_risk.
FINAL_REVIEW - Static variable in class oracle.iam.certification.vo.TotalPhases
 
FinalizationHandler - Interface in oracle.iam.platform.kernel.spi
Finalization Finalization is the end stage.
finalize(long, long, Orchestration) - Method in interface oracle.iam.platform.kernel.spi.FinalizationHandler
Method containing the actual implementation for finalization of current orchestration
finalize(long, long, BulkOrchestration) - Method in interface oracle.iam.platform.kernel.spi.FinalizationHandler
Method containing the actual implementation for finalization of current bulk orchestration
finalizeDataCollectionSession(String) - Method in interface Thor.API.Operations.DataCollectionOperationsIntf
Finalizes the data collection session.
findAccessPolicies(Map) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
This method returns a resultset containing the access policy that matches the given attributes.
findAllActiveEventListeners() - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Retrieves all event listeners where status is EventListener.STATUS_ENABLED
findAllApplicationInstances() - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
 
findAllEventListeners() - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Deprecated. 
findAllEventListeners(SearchCriteria, Set, HashMap) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Retrieves all event listeners
findAllOpenProvisioningTasks(Map, String[]) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method return a list of all the provisioning tasks (and their details) assigned to any user.
findAllUsers(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of users that match the provided attribute list.
findAllUsersFiltered(Map, String[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of users that match the provided attribute list.
findApplication(SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method provides a mechanism of getting an Application details by specifying a search criteria.
findApplicationByID(String) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method provides a mechanism of getting an Application details by ID.
findApplicationByName(String) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method provides a mechanism of getting an Application details by name.
findApplicationInstance(SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method finds the ApplicationInstance objects based on SearchCriteria .
findApplicationInstanceByKey(long) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method is the convenient way to find Application Instance using ApplicationInstance Key.
findApplicationInstanceByKey(long, OperationContext) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method is the convenient way to find Application Instance using ApplicationInstance Key.
findApplicationInstanceByName(String) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method is the convenient way to find Application Instance using ApplicationInstance Name.
findApplicationObjectclass(SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.ApplicationObjectclassService
This API method finds the ApplicationObjectclass objects based on SearchCriteria .
findApplicationObjectclassByID(String) - Method in interface oracle.iam.provisioning.api.ApplicationObjectclassService
This API method is the convenient way to find ApplicationObjectclass using ApplicationObjectclass Name.
findApplicationObjectclassByName(String) - Method in interface oracle.iam.provisioning.api.ApplicationObjectclassService
This API method is the convenient way to find ApplicationObjectclass using ApplicationObjectclass Name.
findAssignedMembershipRules(Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the assigned Membership Rules for a given group, which matches the string pattern entered by the user
findAttestationProcesses(Map) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Returns a list of attestation processes that match the provided attributes list
findAvailableCategories(SearchCriteria) - Method in interface oracle.iam.catalog.api.CatalogService
Find categories present in catalog.
findAvailableLookups(Map) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Returns a collection of available Lookups
findByKey(int) - Static method in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
findCatalog(SearchCriteria, int, int, String, CatalogSearchCriteria.SortCriteria) - Method in interface oracle.iam.catalog.api.CatalogService
Find catalog on the basis of input provided as searchCriteria that has been provided by User, It will return the objects after applying the entity level security.
findCatalogs(List) - Method in interface oracle.iam.oimcommon.api.AccountService
 
findCatalogs(List) - Method in interface oracle.iam.oimcommon.api.RoleService
 
findCatalogsByEntitlementIds(List) - Method in interface oracle.iam.oimcommon.api.AccountService
 
findCertificationDefinitions(SearchCriteria, Set, Map) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Retrieves all configured certification definitions, constrained by a PaginationContext provided in the configParams where default pagination context parameters are used when not included in the configParams or when configParams is null.
findCertificationDefinitionsByType(Integer, Set, Map) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Retrieves all certification definitions of a given type
findCertificationHistoryForRole(String, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Return list of certification history objects for a given roleKey.
findCertifications(SearchCriteria, Set, Map) - Method in interface oracle.iam.certification.api.CertificationService
This method finds a list of certifications according to given searchcriteria, set of return attributes and config params
findComposites(String) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
 
findConnectorDefinitions(Map) - Method in interface Thor.API.Operations.GCOperationsIntf
Returns a list of connectors that match the provided attribute list.
findCustomReviewerMethods(Integer) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Retrieves all CustomReviewer methods for given certification type
findEmailDefinition(Map) - Method in interface Thor.API.Operations.tcEmailOperationsIntf
Returns a list of emails (in the form of tcResultSet) that match the provided attribute list.
findEntitlement(long, OperationContext) - Method in interface oracle.iam.provisioning.api.EntitlementService
This API method gets entitlement details for an entitlement from the ENT_LIST by entitlement key.
findEntitlement(long) - Method in interface oracle.iam.provisioning.api.EntitlementService
This API method gets entitlement details for an entitlement from the ENT_LIST by entitlement key.
findEntitlements(SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.EntitlementService
This API method searches for entitlements matching the specified SearchCriteria.
findEntitlements(Map) - Method in interface Thor.API.Operations.tcEntitlementsOperationsIntf
This method returns a resultset containing the entitlement list that matches the given attributes.
findEntitlementsForRole(String) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns the list of entitlements for the given role key.
findForms(Map) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns a list of forms (in the form of a tcResultSet) that match the provided attribute list, and are object forms.
findFormVersion(long, String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns version information about the specified form (in the form of a tcResultSet).
findGroups(Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns a list of groups (in the form of tcResultSet) that match the provided attribute list.
findGroups(Map, String) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns a list of groups (in the form of tcResultSet) that match the provided attribute list based on permission.
findGroupsFiltered(Map, String[], int, int, String[], boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns a list of users that match the provided attribute list.
findITResourceInstances(Map) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Returns the IT Resource instances that match the provided criteria and based on the permissions available to the groups the calling user belongs.
findITResourceInstancesAnonymous(Map) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Returns the IT Resource instances that match the provided criteria.
findITResourceInstancesByDefinition(long) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Returns the IT Resource instances that have the specified IT Resource definition and depending on the permissions available to the groups the calling user belongs.
findITResourceInstancesByRemoteManager(long) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Returns the IT Resource instances that have the specified Remote Manager.
findITResourceInstancesByRemoteManagerFiltered(Map, String[]) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Returns the IT Resource instances that have the specified Remote Manager.
findITResourceType(RootObject) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
 
findITResourceType(RootObject) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Return IT Resource type
findITResourceTypeParams(RootObject) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
 
findITResourceTypeParams(RootObject) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Return Collection which contains IT Resource type parameters
findLookupsDetails(Map) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Returns a collection of available Lookups against the values passed in a map.
findObjects(String, String) - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
Find the objects for a given type, with a given searchPattern.
findObjects(String, String) - Method in interface Thor.API.Operations.tcExportOperationsIntf
Find the Root objects for a given type, with a given name.
findObjects(Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Returns a list of objects (in the form of a tcResultSet) that match the provided attribute list.
findObjects(String, String[], String, String[], String[], Map, boolean) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns all Resource Objects based on the parameters.
findObjects(String, String[], String, String[], String[], Map) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns all Resource Objects based on the parameters.
findObjects(String, String[], String, Map) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns all Resource Objects based on the parameters.
findOrganizations(Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list of organizations (in the form of a tcResultSet) that matches the provided attribute list.
findOrganizationsFiltered(Map, String[]) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list of organizations (in the form of a list of tcDataRecord) that matches the provided attribute list.
findOrganizationsFiltered(Map, String[], int, int, String[], boolean) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list of organizations (in the form of a list of tcDataRecord) that matches the provided attribute list.
findParentApplicationInstance(String, SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method finds Application Instances that can be set as Parent Application Instance.
findPolicyScanRuns(String, SearchCriteria, Set, Map) - Method in interface oracle.iam.ida.api.ScanRunManager
Return list of ScanRun entities matching the search criteria for the policy Id.
findPolicyViolations(String, SearchCriteria, Set, Map) - Method in interface oracle.iam.ida.api.ScanRunManager
For the specified scan run find the PolicyViolation entities matching the search criteria.
findPolicyViolationsForEntity(String, String, String, String) - Method in interface oracle.iam.ida.api.PolicyViolationManager
Returns the non-closed policy violations for which given entity is one of the causes.
findProvisionableObjects(Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Returns a list of objects (in the form of a tcResultSet) that match the provided attribute list, are provisionable, and order for users.
findProvisionableObjectsForOrganizations(long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
find all objects that are allowed to be provisioned to an organization .
findProvisionableObjectsForOrganizations(long[], Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
find all objects that are allowed to be provisioned to an organization .
findProvisionableObjectsForUser(long, Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
findRuleElements(long) - Method in interface Thor.API.Operations.tcRulesOperationsIntf
Returns the elements for a particular rule
findScheduleTaskAttributes(Map) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Returns a list of schedule task attributes with detail (in the form of a tcResultSet) that matches the provided attribute list.
findScheduleTaskClassesFiltered(Map, String[]) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Returns a list of scheduled task classes (in the form of a list of tcDataRecord) in ascending order that matches the provided attribute list.
findScheduleTasks(Map) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Returns a list of schedule task with detail (in the form of a tcResultSet) that matches the provided attribute list.
findUnAssignedGroups(Map, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns a list of groups (in the form of tcResultSet) that match the provided attribute list.
findUnassignedMembershipRules(Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the unassigned Membership Rules for a given group, which matches the string pattern entered by the user
findUsers(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of users that match the provided attribute list.
findUsers(Map, String) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of users that match the provided attribute list.
findUsers(Map, String, String[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of users that match the provided attribute list and status.
findUsersFiltered(Map, String[], int, int, String[], boolean) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of users that match the provided attribute list.
findUsersFiltered(Map, String[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of users that match the provided attribute list.
findUsersFilteredCount(Map, String[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a count of users that match the provided attribute list.
finishReconciliationEvent(long) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Marks the status of a reconciliation event as 'Data Received' which was left in status 'Event Received' to allow additional data (child table data) to be added
finishReconciliationEvent(long) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
FIRST_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
FIRST_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
FIRST_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
FIRST_NAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
FIRST_NAME_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
FIRST_ROW - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
FIRSTNAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
FIRSTNAME - Static variable in class Thor.API.Base.tcBaseUtility
 
FIXED_MANUALLY - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
FIXED_MANUALLY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
 
flattenList(List, List) - Static method in class oracle.iam.policyengine.vo.Util
Flatten out an input list that may contain list entries.
FLEXIBLE_COMPOSITE_NAME - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
FLOAT - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
FONT_SIZE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
FORCE_CLOSE - Static variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
FORCE_CLOSE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
 
FORCE_UNLINK - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
FOREIGN_SEARCH_MGR_LOGIN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
FOREIGN_SEARCH_ORG_NAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
Form - Class in oracle.iam.reconciliation.config.vo
Specifies a form containing various target attributes from the OIM Reconciliation Profile.
Form(String, String, String, String, TargetAttribute[]) - Constructor for class oracle.iam.reconciliation.config.vo.Form
 
Form(String, String, String, String, String, String, TargetAttribute[]) - Constructor for class oracle.iam.reconciliation.config.vo.Form
Constructs a Form.
formatData(OIMRecord, OIMOperation, AssignmentTarget, ArrayList) - Method in interface com.thortech.xl.gc.spi.ProvisioningFormatProvider
This method parses the target records and convert them into a structure that Oracle Identity Manager understands.
formattedThreadStats() - Method in class oracle.iam.oimcommon.vo.MTSRMStopWatches
Construct formatted string showing current times and counts for all stopwatches for the current thread.
FORMDETAILS - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
FormField - Class in oracle.iam.provisioning.vo
This value object represents the process form field.
FormField() - Constructor for class oracle.iam.provisioning.vo.FormField
 
FormField(String, String, String, String, boolean) - Constructor for class oracle.iam.provisioning.vo.FormField
This constructor represents an entry that needs to be added in SDC table.
FormField(String, long, String, String, String, boolean) - Constructor for class oracle.iam.provisioning.vo.FormField
This constructor represents an entry that in SDC table.
FORMFIELD_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
FormFieldNotFoundException - Exception in oracle.iam.provisioning.exception
 
FormFieldNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.FormFieldNotFoundException
Constructs a new FormFieldNotFoundException with the errorCode, errorMessage, and errorData
FormFieldNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.FormFieldNotFoundException
Constructs a new FormFieldNotFoundException with the errorCode, errorMessage, errorData and Throwable.
FormInfo - Class in oracle.iam.provisioning.vo
This value object class represents the process form.
FormInfo() - Constructor for class oracle.iam.provisioning.vo.FormInfo
 
FormInfo(String, String, String, String) - Constructor for class oracle.iam.provisioning.vo.FormInfo
 
FormNotFoundException - Exception in oracle.iam.provisioning.exception
 
FormNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.FormNotFoundException
Constructs a new FormNotFoundException with the errorCode, errorMessage and errorData.
FormNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.FormNotFoundException
Constructs a new FormNotFoundException with the errorCode, errorMessage, errorData and Throwable.
formValidationResults(HashMap) - Method in interface Thor.API.Operations.GCOperationsIntf
This method is used to consume the output of the GC Form screen and check for each of the selected values of form names, if they exist in OIM DB
fromString(String) - Static method in class oracle.iam.provisioning.vo.Application.STATUS_TYPE
 
fromString(String) - Static method in class oracle.iam.provisioning.vo.BasicAttribute.TYPE
 
fromString(String) - Static method in class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
 
Full - Static variable in class oracle.iam.catalog.vo.Mode
 
FULL_NAME_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
FULLNAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 

G

GCOperationsIntf - Interface in Thor.API.Operations
 
GCSource - Interface in com.thortech.xl.gc.util
This interface is a value object that represents a source of a validation operation.
generateGPASnapshot(long) - Method in interface Thor.API.Operations.tcAuditOperationsIntf
Creates the SnapShots for each groups, this is as a part of the Group auditing update script.
generateObject(Document) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
 
generateObject(Document) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
 
generateSnapshot(long) - Method in interface Thor.API.Operations.tcAuditOperationsIntf
Creates the SnapShots for each users, this is as a part of the User profile auditing update script.
generateSnapshotForUserOnline(long) - Method in interface Thor.API.Operations.tcAuditOperationsIntf
This method will generate snapshot for the given user "online" i.e.
generateUserName(Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Suggest a username based on OIM's default username policy.
generateUserName(String, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Suggest a username based on the given username policy.
generateUserNameFromDefaultPolicy(Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Suggest a username based on OIM's default username policy.
generateUserNameFromPolicy(String, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Suggest a username based on the given username policy.
generateXml() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
 
generateXml() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
 
GENERATION_QUALIFIER - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
GENERATION_QUALIFIER - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
GENERATION_QUALIFIER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
GenericAppConfigException - Exception in oracle.iam.provisioning.exception
 
GenericAppConfigException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.GenericAppConfigException
Constructs a new GenericAppConfigException with the errorCode, errorMessage and errorData
GenericAppConfigException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericAppConfigException
Constructs a new GenericAppConfigException with the errorCode, errorMessage, errorData and Throwable.
GenericAppConfigException(Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericAppConfigException
Constructs a new super exception with the specified cause.
GenericAppInstanceServiceException - Exception in oracle.iam.provisioning.exception
 
GenericAppInstanceServiceException(String) - Constructor for exception oracle.iam.provisioning.exception.GenericAppInstanceServiceException
Constructs a new GenericAppInstanceServiceException with the specified detail message.
GenericAppInstanceServiceException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.GenericAppInstanceServiceException
Constructs a new GenericAppInstanceServiceException with the errorCode, errorMessage and errorData
GenericAppInstanceServiceException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericAppInstanceServiceException
Constructs a new GenericAppInstanceServiceException with the errorCode, errorMessage, errorData and Throwable.
GenericAppInstanceServiceException(Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericAppInstanceServiceException
Constructs a new super exception with the specified cause.
GenericEntitlementServiceException - Exception in oracle.iam.provisioning.exception
 
GenericEntitlementServiceException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.GenericEntitlementServiceException
Constructs a new GenericEntitlementServiceException with the errorCode, errorMessage and errorData
GenericEntitlementServiceException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericEntitlementServiceException
Constructs a new GenericEntitlementServiceException with the errorCode, errorMessage, errorData and Throwable.
GenericEntitlementServiceException(Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericEntitlementServiceException
Constructs a new super exception with the specified cause.
GenericProvisioningConfigException - Exception in oracle.iam.provisioning.exception
 
GenericProvisioningConfigException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.GenericProvisioningConfigException
Constructs a new GenericProvisioningConfigException with the errorCode, errorMessage and errorData
GenericProvisioningConfigException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericProvisioningConfigException
Constructs a new GenericProvisioningConfigException with the errorCode, errorMessage, errorData and Throwable.
GenericProvisioningConfigException(Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericProvisioningConfigException
Constructs a new super exception with the specified cause.
GenericProvisioningException - Exception in oracle.iam.provisioning.exception
 
GenericProvisioningException(String) - Constructor for exception oracle.iam.provisioning.exception.GenericProvisioningException
Constructs a new GenericProvisioningException with the specified detail message.
GenericProvisioningException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericProvisioningException
Constructs a new GenericProvisioningException with the errorCode, errorMessage, errorData and Throwable.
GenericProvisioningException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.GenericProvisioningException
Constructs a new GenericProvisioningException with the errorCode, errorMessage and errorData.
GenericProvisioningException(Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericProvisioningException
Constructs a new super exception with the specified cause.
get(IDCAttribute) - Method in class oracle.iam.certification.vo.IDCAttributes
 
get(String) - Method in class oracle.iam.certification.vo.IDCAttributes
 
get(Object) - Method in class oracle.iam.policyengine.vo.ValueObject
Retrieve a path from the ValueObject based on the specified key.
GET_MISSING_ACCOUNTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
getAboutToExpireReminderEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAboutToExpireReminderInterval() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAccessibilityMode() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getAccessPolicyByResourceName(String) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns all the access policies related to the resource object provided
getAccessPolicyName() - Method in class oracle.iam.certification.vo.IDCAccount
 
getAccessPolicyName() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getAccessPolicyName() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getAccessPolicyName() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getAccessPolicyName() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getAccessPolicyProvisioningRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getAccessRequest() - Method in class oracle.iam.policyengine.vo.Policy
 
getAccessRevokeEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAccount() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getAccount(Long) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
getAccount() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getAccountAttributes() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getAccountAttributes() - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
getAccountAttributes(Long) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
getAccountAttributes(Long, Long) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
getAccountAttributes(Long, Long, Long) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getAccountComplete() - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
getAccountComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getAccountCorrelationRuleID() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getAccountCount() - Method in class oracle.iam.certification.vo.IDCUser
 
getAccountData() - Method in class oracle.iam.provisioning.vo.Account
This method is used to get the the AccountData value object, containing both parent and child data.
getAccountDescriptiveField() - Method in class oracle.iam.provisioning.vo.Account
This method is used to get the unique name of the account.
getAccountDetails(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns an Account value object which contains detailed information about the account corresponding to the specified account ID.
getAccountDetails(long[]) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a list of Account value object given the accountIds.The account object contains detailed information about the account corresponding to the specified account ID.
getAccountForm() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method returns FormInfo value object containing meta data information about parent form and child form associated with ApplicationInstance
getAccountGlobalUserMap(List) - Method in interface oracle.iam.oimcommon.api.OimCommonService
 
getAccountGlobalUserMap(List) - Method in interface oracle.iam.oimcommon.api.UserService
 
getAccountId() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getAccountId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getAccountId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getAccountId() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getAccountId() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getAccountID() - Method in class oracle.iam.provisioning.vo.Account
This method is used to get an account id (OIU_KEY).
getAccountKey() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the account ID for this EntitlementInstance (OIU_KEY).
getAccountLocked() - Method in class oracle.iam.certification.vo.IDCUser
 
getAccountLocked() - Method in class oracle.iam.oimcommon.vo.User
 
getAccountLockedDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the date on which the user account was locked.
getAccountName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getAccountName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getAccountName() - Method in class oracle.iam.certification.vo.IDCAttributeAccountDetails
 
getAccountName() - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
getAccountOwnerType() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the Account owner type, i.e., whether the current Event is owned by a User or an Organization.
getAccountRisk() - Method in class oracle.iam.oimcommon.vo.User
Gets the risk level associated with accounts owned by the user
getAccounts() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getAccounts() - Method in class oracle.iam.certification.vo.IDCUser
 
getAccounts() - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
getAccounts() - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
getAccounts() - Method in class oracle.iam.oimcommon.vo.User
 
getAccountsByAttributeValue(Long, Long, CertificationCreationContext) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getAccountsByDataOwner(Long) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getAccountsByEntitlementDefinition(Long) - Method in interface oracle.iam.oimcommon.api.AccountService
Returns the list of accounts which are using the given entitlement definition
getAccountScanScope() - Method in class oracle.iam.oimcommon.vo.RiskContext
 
getAccountsMapByEntitlementIds(List, Long, int, CertificationCreationContext) - Method in interface oracle.iam.oimcommon.api.AccountService
retrieves accounts by entitlement ids and app instance id.
getAccountsMapByEntitlementIds(List, Long, int, Set, CertificationCreationContext) - Method in interface oracle.iam.oimcommon.api.AccountService
retrieves accounts by entitlement ids and app instance id
getAccountsProvisionedToUser(String) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a list of all the accounts provisioned to the user.
getAccountsProvisionedToUser(String, SearchCriteria, HashMap, boolean) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a list of all the accounts provisioned to the user.
getAccountsProvisionedToUser(String, SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a list of all the accounts provisioned to the user.
getAccountsProvisionedToUser(String, boolean) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a list of all the accounts provisioned to the user
getAccountStatus() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the status of the user account.
getAccountStatus() - Method in class oracle.iam.provisioning.vo.Account
This method returns the status of an account.
getAccountSummaryRisk() - Method in class oracle.iam.certification.vo.IDCUser
 
getAccountSummaryRisk() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getAccountSummaryRisk() - Method in class oracle.iam.oimcommon.vo.User
 
getAccountTotal() - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
getAccountTotal() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getAccountType() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getAccountType() - Method in class oracle.iam.oimcommon.vo.Account
Gets the type of account(OIM PS2 is adding account types, might be Primay/Provisioned/Privileged/Service/System).
getAccountType() - Method in class oracle.iam.provisioning.vo.Account
This methid is used to set the account type of an account.
getAcctID() - Method in class oracle.iam.reconciliation.vo.Account
 
getAction() - Method in class com.thortech.xl.vo.Operation
 
getAction() - Method in class com.thortech.xl.vo.PolicyChildTableRecord
Returns the action need to be performed on thie child table record
getAction() - Method in class com.thortech.xl.vo.UDChildTableRecord
Returns the action need to be performed on thie child table record
getAction() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getAction() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getAction() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getAction() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getAction() - Method in class oracle.iam.provisioning.vo.ChildTableRecord
This method gets the action associated to child table record.
getAction() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the action associated to this EntitlementInstance.
getAction() - Method in class oracle.iam.reconciliation.config.vo.ActionRule
 
getAction() - Method in class oracle.iam.request.history.jaxb.ChildRecord
Gets the value of the action property.
getAction() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
getAction() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getAction() - Method in exception Thor.API.Exceptions.tcAPIException
 
getActionComments() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getActionDate() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getActionDate() - Method in class oracle.iam.ida.vo.ActionHistory
 
getActionDate() - Method in class oracle.iam.reconciliation.api.EventAttributes
 
getActionDate() - Method in class oracle.iam.reconciliation.api.InputData
 
getActionDate() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
getActionHistory(String, Map) - Method in interface oracle.iam.ida.api.PolicyViolationManager
Returns action history for a given policy violation
getActionName() - Method in class oracle.iam.platform.authopss.vo.Capability
Getter for the action name.
getActionResult() - Method in interface oracle.iam.platform.kernel.vo.PostProcessOnly
 
getActionResult() - Method in class oracle.iam.platform.kernel.vo.PostProcessOnlyBulkOrchestration
 
getActionResult() - Method in class oracle.iam.platform.kernel.vo.PostProcessOnlyOrchestration
 
getActionRule() - Method in class oracle.iam.reconciliation.config.vo.ActionRules
 
getActionRules() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
getActions() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
getActiveUsers(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of active users in the system.
getActiveVersion() - Method in class oracle.iam.provisioning.vo.FormInfo
This method gets the active version of the process form (SDK_ACTIVE_VERSION).
getActiveVersion(long) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Returns the active version of the form specified.
getActKey() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the Account Key ) ACT key of the current Event.
getActorDisplayName() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getActorId() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getActorId() - Method in class oracle.iam.platform.authopss.api.AuthorizationResult.DenyResult
 
getActorTaskUID() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getActualUserCount() - Method in class oracle.iam.ida.vo.ScanRun
 
getAdapterMappings(String, long) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Method to get the adapter mappings for an adapter
getAdapterName() - Method in class com.thortech.xl.vo.workflow.Adapter
 
getAdapterStatus() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Return the attachment status of the Task Assignment Adapter attached
getAdapterVariableKey() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getAdapterVariableName() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getAdditionalAttributes() - Method in interface oracle.iam.request.vo.Request
Gets the list of additional attributes set in this request
getAdditionalAttributes() - Method in class oracle.iam.request.vo.RequestData
Gets the list of additional attributes defined in the requestdata
getAdditionalEntityData() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Gets the additional entity data associated with this entity
getAdditionalEntityData() - Method in class oracle.iam.request.vo.RequestEntity
Gets the additional data associated with this RequestEntity
getAdditionalInfo() - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
getAdditionalMessage() - Method in exception oracle.iam.platform.kernel.EventFailedException
Gets the additional message
getAdministrators(long) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Returns the list of administrators for a given attestation process.
getAdministrators(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns administration information about the specified form (in the form of a tcResultSet).
getAdministrators(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the groups that have administrative control over the specified group
getAdministrators(Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the groups that have administrative control over the specified group
getAdministrators(long) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Gets a list of the groups that have administrative control over the specified IT resource
getAdministrators(Map) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Gets a list of the groups that have administrative control over the specified IT resource
getAdministrators(long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getAdministrators(Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getAdministrators(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list of groups that are administrative groups of the specified organization
getAdministrators(Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list of groups that are administrative groups of the specified organization
getAdminKey() - Method in class com.thortech.xl.vo.AdminPermissions
 
getAdminName() - Method in class com.thortech.xl.vo.AdminPermissions
Get the Admin Name
getAdminRole(String) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns a a admin role matching the given name (case-insensitive).
getAdminRole() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
getAdminRole() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Getter for the admin-role.
getAdminRole() - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
getAdminRole(String) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns a a admin role matching the given name (case-insensitive).
getAdminRoleCapabilities() - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
getAdminRoleDisplayName() - Method in class oracle.iam.platform.authopss.vo.AdminRolePublication
 
getAdminRoleForID(String) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns a a admin role matching the given name (case-insensitive).
getAdminRoleForID(String) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns a a admin role matching the given name.
getAdminRoleId() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Delegate method to conveniently return the admin role-id from AdminRole object
getAdminRoleId() - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
getAdminRoleName() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
getAdminRoleName() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Delegate method to conveniently return the admin role-name from AdminRole object
getAdminRoleName() - Method in class oracle.iam.platform.authopss.vo.AdminRolePublication
 
getAdminRolePublication() - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
User EntityPublication.getRootScopeName() for finding the organization where the role is published
getAdminRoleRuleScopes() - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
getAdminRoles() - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns list of admin roles available in an installation
getAdminRoles(String) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns list of admin roles available within the context of the passed scope-id.
getAdminRoles() - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns list of admin roles available in an installation
getAdminRoles(String) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns list of admin roles available within the context of the passed scope-id.
getAdminRolesForUser(String, Map) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Get the list of admin roles for passed userId
getAdminRolesForUser(String, Map) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Get the list of admin roles for passed userId
getAdminRoleVO(String) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns the admin-role value object for the given admin role Id.
getAdminRoleVO(String) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns the admin-role value object for the given admin role Id.
getAdminType() - Method in class com.thortech.xl.vo.AdminPermissions
 
getAdvITResourceDefinitionKey() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getAdvITResourceDefinitionKey() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getAll() - Method in class oracle.iam.certification.vo.IDCAttributes
 
getAllAttributes() - Method in interface oracle.iam.oimcommon.api.OrganizationService
 
getAllAttributes() - Method in class oracle.iam.platform.entitymgr.vo.Schema
Get all the attributes
getAllConnectorServers() - Method in interface oracle.iam.provisioning.api.ConnectorServerService
Returns all connector servers configured
getAllConnectorsForType(String) - Method in interface oracle.iam.provisioning.api.ConnectorInfoService
Returns the list of connector details for a specific connector type
getAllData() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets all the data in this attribute formatted as a string.
getAllEntityId() - Method in class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
getAllEntityId() - Method in interface oracle.iam.platform.kernel.vo.OrchestrationTarget
 
getAllEntityId() - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
getAllExisting() - Method in class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
getAllExisting() - Method in class oracle.iam.platform.kernel.vo.EntityOrchestration
 
getAllExisting() - Method in class oracle.iam.platform.kernel.vo.MDSOrchestration
 
getAllExisting() - Method in interface oracle.iam.platform.kernel.vo.OrchestrationTarget
 
getAllExisting() - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
getAllExisting() - Method in class oracle.iam.platform.kernel.vo.ToplinkOrchestration
 
getAllFields() - Method in class oracle.iam.reconciliation.vo.Account
 
getAllFlds() - Method in class oracle.iam.reconciliation.vo.Account
 
getAllForms() - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getAllHistoryOfJob() - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns a run history of all the Jobs in the system
getAllInstalledConnectorTypes() - Method in interface oracle.iam.provisioning.api.ConnectorInfoService
Returns the list of all installed connector types
getAllJobDetails() - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns a list of Job-details for all the Jobs in the system
getAllJobs() - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns a list of name of all the Scheduler Jobs
getAllMemberGroups(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the groups that are a member of this group by direct and indirect inclusion.
getAllMemberGroupsData(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the groups that are a member of this group by direct and indirect inclusion.
getAllMembers(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of all users and groups that are member of the specified group by direct inclusion.
getAllMembers(long, int, int, String, boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of all users and groups that are member of the specified group by direct inclusion.
getAllMembershipRules() - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns all the available Membership Rules in OIM
getAllMemberUsers(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of all the users that are a member of this group, by direct or indirect inclusion.
getAllMemberUsers(long, int, int, String, boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of all the users that are a member of this group, by direct or indirect inclusion.
getAllMemberUsersAndGroups(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of all users and groups that are members of the specified group by direct and indirect inclusion.
getAllMemberUsersAndGroups(long, int, int, String, boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of all users and groups that are members of the specified group by direct and indirect inclusion.
getAllMenuItems() - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getAllModelNames() - Method in interface oracle.iam.request.api.RequestService
Gets all the request model names available in the system
getAllObjectPermissions() - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getAllowedAttributePathElements(String) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Return a list of path elements associated with the specified policy type identifier.
getAllowedAttributePathElements(String, List, Map) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Return a list of path elements associated with the specified policy type identifier.
getAllowedAttributes(List, List) - Method in interface oracle.iam.platform.authopss.api.AttributeObligation
 
getAllowedAttributes(List, List, boolean) - Method in interface oracle.iam.platform.authopss.api.AttributeObligation
 
getAllowedAttributeValuePathElements(String, List, SearchCriteria, Map) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Return a list of path elements associated with the specified policy type identifier.
getAllowedAttributeValueVerificationOptions() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAllowedBackURLRequestParams() - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Returns list of HTTP Request Parameters that OIM will validate for redirection
getAllowedBackURLs() - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Returns allowed backURLs that are allowed in OIM.
getAllowedBackURLsMode() - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Returns Allowed Back Url Mode set in OIM.
getAllowedCertificationRoleVerificationOptions() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAllowedCertificationStatuses() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAllowedChars() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns a Set of the characters allowed in a password
getAllowedDataOwnerCertificationStatuses() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAllowedEmployeeVerificationOptions() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAllowedFunctions() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the allowedFunctions property.
getAllowedFunctions() - Method in class oracle.iam.policyengine.vo.PolicyType
 
getAllowedOperators(PolicyConstants.OperatorType) - Static method in class oracle.iam.policyengine.vo.PolicyType
 
getAllowedPathElements(List, Map, PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
Return a list of path elements associated with the specified list of path elements.
getAllowedPathElementValues(List, SearchCriteria, Map, PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
Return a list of path elements associated with the specified list of path elements.
getAllowedResourceEntitlementCertificationStatuses() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAllowedResourceEntitlementCertificationVerificationOptions() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAllowedReturnAttributePathElements(String) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Return a list of path elements associated with the specified policy type identifier.
getAllowedReturnAttributePathElements(String, List, Map) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Return a list of path elements associated with the specified policy type identifier.
getAllowedReturnAttributes() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the allowedReturnAttributes property.
getAllowedReturnAttributes() - Method in class oracle.iam.policyengine.vo.PolicyType
 
getAllowedReturnAttributeValuePathElements(String, List, SearchCriteria, Map) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Return a list of path elements associated with the specified policy type identifier.
getAllowedReturnPathElements(PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
Return a list of path elements associated with the specified policy type identifier.
getAllowedReturnPathElements(List, Map, PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
Return a list of path elements associated with the specified list of path elements.
getAllowedReturnPathElementValues(List, SearchCriteria, Map, PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
Return a list of path elements associated with the specified list of path elements.
getAllowedRoleEntitlementCertificationStatuses() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAllowedRoleMembershipCertificationStatuses() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAllowedTopPathElements() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the allowedTopPathElements property.
getAllowedTopPathElements() - Method in class oracle.iam.policyengine.vo.PolicyType
 
getAllowedTopPathElements(PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
Return a list of path elements associated with the specified policy type identifier.
getAllowedValue() - Method in class oracle.iam.conf.vo.SearchResult
 
getAllowedValues() - Method in class oracle.iam.conf.vo.SystemProperty
 
getAllParentGroups(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the groups that are a parent of this group by direct and indirect inclusion.
getAllProvisionPolicies() - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns all the available Provision Policies that can be assigned to groups
getAllProxies(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Gets a list of the all the proxy for the given user
getAllProxies() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Gets a list of the all the proxy for the given user
getAllResourceTypeNames() - Method in interface oracle.iam.oimcommon.api.ResourceService
gets a list of all Resource type names.
getAllResourceTypes() - Method in interface oracle.iam.oimcommon.api.ResourceService
returns a list of all resource types available.
getAllRules() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the list of rules in the system
getAllSystemProperties() - Method in interface oracle.iam.conf.api.SystemConfigurationService
Retrieves all the existing system properties
getAllUserAttributes() - Method in interface oracle.iam.oimcommon.api.UserService
 
getAllUserNamePolicies(Locale) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Gives the details of all the username policies configured in OIM.
getAlternateCertifierId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAlternateRemediatorUserLogin() - Method in class oracle.iam.ida.vo.IDAConfiguration
 
getApHarvestedProvisioningRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getAppIdResourceNameMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getAppInstAcctTotal(long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
Return account total for specified appInst
getAppInstance() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getAppInstance() - Method in class oracle.iam.oimcommon.vo.Account
Getter for Application Insance
getAppInstance() - Method in class oracle.iam.provisioning.vo.Account
This method is used to get the ApplicationInstance value object associated to an account.
getAppInstance() - Method in class oracle.iam.provisioning.vo.Entitlement
 
getAppInstanceDisplayName() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getAppInstanceDisplayName() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getAppInstanceDisplayName() - Method in class oracle.iam.oimcommon.vo.Account
 
getAppInstanceDisplayName() - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
getAppInstanceDisplayName() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getAppInstanceId() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getAppInstanceId() - Method in class oracle.iam.oimcommon.vo.Account
 
getAppInstanceIDByEntityId(Long) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getAppInstanceMapByEntitlementIds(List) - Method in interface oracle.iam.oimcommon.api.AccountService
returns a map where entitlement id is key and app instance id is value.
getAppInstanceName() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getAppInstanceName() - Method in class oracle.iam.certification.vo.RemediationRequestData
 
getAppInstanceName() - Method in class oracle.iam.oimcommon.vo.Account
 
getAppInstanceName() - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
getAppInstanceName() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getAppInstanceSnapshotId() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getAppInstanceSnapshotId() - Method in class oracle.iam.certification.vo.IDCAccount
 
getAppInstanceSnapshotId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getAppInstanceSnapshotId() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getAppInstanceType() - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
getAppInstanceType() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getAppInstCertificationStats(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Retrieve AppInstCertificationStats for specified certification and task.
getAppInstComplete() - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
getAppInstEntAsgnTotal(long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
Return EntAsgn total for specified appInst
getAppInstPercentComplete(long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
Return percent complete for specified appInst
getAppInstTotal() - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
getApplicableDefaultChallengeQuestions(String, Boolean, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the localized challenge questions that are available in the system based on the passed locale .
getApplicablePasswordPolicy(String) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the password policy info applicable to the user
getApplicablePasswordPolicy(String, Boolean) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the password policy info applicable to the user
getApplicablePasswordPolicyDescription(User) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the description of the password policy applicable to the user
getApplicablePasswordPolicyDescription(String) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the description of the password policy applicable to the user
getApplicablePasswordPolicyDescription(String, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the description of the password policy applicable to the user.
getApplicablePasswordPolicyDescription(String, String) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the description of the password policy applicable to the specific account
getApplicablePasswordPolicyDescription(String, String, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the description of the password policy applicable to the specific account
getApplicablePasswordPolicyForOrg(String) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the password policy info applicable to the org
getApplication() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getApplicationInstance() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getApplicationInstanceDisplayName() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
 
getApplicationInstanceEntitlementIdsMap(List) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
 
getApplicationInstanceId() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
 
getApplicationInstanceId() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAttribute
 
getApplicationInstanceKey() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to get primary key of ApplicationInstance (APP_INSTANCE.APP_INSTANCE_KEY)
getApplicationInstanceName() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to get ApplicationInstance name (APP_INSTANCE.APP_INSTANCE_NAME)
getApplicationInstances() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getApplicationInstances() - Method in class oracle.iam.oimcommon.vo.Policy
 
getApplicationInstancesByIds(List) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
 
getApplicationRoleForAction(PolicyConstants.Resources, PolicyConstants.Actions) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants
 
getApplicationsConfigured(ConnectorServer) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
Returns list of applications referencing connector bundles deployed on this connector server
getAppOCProperties() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getAppOCProperties() - Method in class oracle.iam.provisioning.vo.ProvConfig
 
getAppOCProperty(ApplicationObjectclass.APP_OC_PROPERTIES) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getApproval() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the approval property.
getApprovalChange() - Method in class oracle.iam.request.history.jaxb.RequestHistoryType
Gets the value of the approvalChange property.
getApprovalData() - Method in interface oracle.iam.request.vo.Request
Gets the Approval details i.e process id, current status, for this request
getApproverComment() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getApproverRole() - Method in class oracle.iam.catalog.vo.Catalog
 
getApproverRoleDisplayName() - Method in class oracle.iam.catalog.vo.Catalog
 
getApproverUser() - Method in class oracle.iam.catalog.vo.Catalog
 
getApproverUserDisplayName() - Method in class oracle.iam.catalog.vo.Catalog
 
getApproverUserEmail() - Method in class oracle.iam.catalog.vo.Catalog
 
getApproverUserFirstName() - Method in class oracle.iam.catalog.vo.Catalog
 
getApproverUserLastName() - Method in class oracle.iam.catalog.vo.Catalog
 
getApproverUserLogin() - Method in class oracle.iam.catalog.vo.Catalog
 
getAppType() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getArgument1() - Method in class oracle.iam.certification.vo.CatalogSearchFilter
 
getArgument1() - Method in class oracle.iam.certification.vo.SearchFilter
 
getArgument2() - Method in class oracle.iam.certification.vo.CatalogSearchFilter
 
getArgument2() - Method in class oracle.iam.certification.vo.SearchFilter
 
getArrsKey() - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
getAssignableGroups() - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns a list of groups (in the form of a tcResultSet) that can be assigned to any policy.
getAssignableObjects() - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns a list of objects (in the form of a tcResultSet) that can be provisioned or denied by any policy.
getAssignedForms(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getAssignedGroups(long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns a list of groups (in the form of a tcResultSet) that are assigned to the policy.
getAssignedMembershipRules(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns all the assigned Membership Rules for a given group
getAssignedMenuItems(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getAssignedObjectPermissions(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getAssignedObjectPermissions(Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getAssignedObjects(long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns a list of objects (in the form of a tcResultSet) that are assigned for provisioning to the policy.
getAssignedOpenProvisioningTasks(long, Map, String[]) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method return a list of all the provisioning tasks (and their details) that are assigned to the given user or to the groups to which the user belongs to.
getAssignedOpenProvisioningTasksPaged(long, Map, String[], int, int, String[], boolean, boolean) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method return a list of all the provisioning tasks (and their details) that are assigned to the given user or to the groups to which the user belongs to.
getAssignedPolicies(String, Set, HashMap) - Method in interface oracle.iam.policyengine.api.RuleManager
Retrieve list of policies assigned to the rule specified by the rule entity id.
getAssignedProvisioningTasks(long, Map, String[]) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method return a list of all the provisioning tasks (and their details) that are assigned to the given user or to the groups to which the user belongs to.
getAssignedProvisionPolicies(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns all the assign Provision Policies from a given group
getAssigneeGroupAttribute(String) - Method in interface com.thortech.xl.gc.vo.runtime.AssignmentTarget
This method returns the value of any attribute belonging to the assignee entity "user group".
getAssigneeUserAttribute(String) - Method in interface com.thortech.xl.gc.vo.runtime.AssignmentTarget
This method returns the value of any attribute belonging to the assignee entity "user".
getAssignmentAdapter() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the name of the Task Assignment Adapter attached
getAssignmentAdapterKey() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the Key of the Task Assignment Adapter
getAssignmentAdapterMappings() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the list of Adapter Variable Mappings for the Task Assignment Adapter attached.
getAssignmentChange() - Method in class oracle.iam.request.history.jaxb.Task
Gets the value of the assignmentChange property.
getAssignmentType() - Method in interface com.thortech.xl.gc.vo.runtime.AssignmentTarget
This method provides information on the type of Assignment an OIMOperation is assigned to.
getAssociatedOrganizations(long, Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
This method is used to get the list of organizations for whom the specified object is being provisioned.
getAssociatedUsers(long, Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
This method is used to get the list of users which are associated with a specified object(Provisioned, Disabled, Enabled, etc).
getAssociatedUsers(String, long, Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
This method is used to get the list of users which are associated with a specified object in a specified operational context.
getAssociatedUsersForRequest(String, long, Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getAttachedMetadata() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Get all attached metadata
getAttachedMetadata(String) - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Get all attached metadata of a specific category
getAttachedMetadata(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all attached metadata of a specific category
getAttachedMetadata() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all attached metadata
getAttachedMetadata() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get all attached metadata
getAttachedMetadata(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get all attached metadata of a specific category
getAttachment() - Method in class oracle.iam.notification.vo.Attachments
Provides data of an attachment
getAttachmentsCollection() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides List of attachments with locale template
getAttestationProcessDefinition(long) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Returns the attestation process definition given a process definition key
getAttestationProcessExecutionHistory(long) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns all the attestation requests created for a given attestation process.
getAttestationRecordDelegatedPath(long) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns all the delegation that occurred for a specific record
getAttestationRequestDetails(long, Map, int, int) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns the attestation records associated with an attestation request.
getAttestationRequestDetails(long, Map, int, int, String[], boolean) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns the attestation records associated with an attestation request.
getAttestationRequestTasksCount(long) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns the attestation records associated with an attestation request.
getAttestationTaskDetailKeys(long) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns the attestation records associated with an attestation request.
getAttribute() - Method in class oracle.iam.certification.vo.AttributeGlossaryItem
 
getAttribute() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getAttribute() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getAttribute(String) - Method in class oracle.iam.identity.orgmgmt.vo.Organization
Get the value of the specified Organization attribute name.
getAttribute(String) - Method in class oracle.iam.identity.rolemgmt.vo.Role
Get the value of the specified Role attribute attr.
getAttribute(String) - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Get the value of the specified RoleCategory attribute attr.
getAttribute(String) - Method in class oracle.iam.identity.usermgmt.vo.Proxy
Get the value of the specified proxy attribute name.
getAttribute(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Get the value of the specified user attribute name.
getAttribute(String) - Method in interface oracle.iam.identity.vo.Identity
Get the value of the specified attribute attr.
getAttribute(String) - Method in interface oracle.iam.identity.vo.Relationship
Get the value of the specified attribute attr.
getAttribute(String) - Method in class oracle.iam.identity.vo.RelationshipImpl
 
getAttribute(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the value for the specified user attribute name
getAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntity
 
getAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
getAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get a attribute definition
getAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.Relation
 
getAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get a attribute definition
getAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.Schema
Get an attribute
getAttribute() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Get the attribute modification of this modification
getAttribute(String) - Method in class oracle.iam.platform.kernel.vo.MutableEntity
 
getAttribute() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedFunctions
Gets the value of the attribute property.
getAttribute() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes
Gets the value of the attribute property.
getAttribute() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements
Gets the value of the attribute property.
getAttribute() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.OperationsThatTrigger
Gets the value of the attribute property.
getAttribute() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the attribute property.
getAttribute() - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Gets the value of the attribute property.
getAttribute() - Method in class oracle.iam.request.history.jaxb.DeletedRecord
Gets the value of the attribute property.
getAttribute() - Method in class oracle.iam.request.history.jaxb.EntityModified
Gets the value of the attribute property.
getAttribute() - Method in class oracle.iam.request.history.jaxb.ModifiedRecord
Gets the value of the attribute property.
getAttribute() - Method in class oracle.iam.request.history.jaxb.NewRecord
Gets the value of the attribute property.
getAttributeCategory() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
getAttributeDefinition(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get the attribute definition of a specific attribute
getAttributeDefinition(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeDefinitions() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get the attribute definitions of all attributes
getAttributeDefinitions() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
Get the attribute definitions of all attributes
getAttributeDefns() - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
getAttributeDisplayName() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getAttributeGroupName() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Get the attribute group name of the attribute.
getAttributeGroupName(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get the attribute group name of a specific attribute
getAttributeGroupName(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeGroupName1() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeGroupName1() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the attribute group name for entity 1
getAttributeGroupName2() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeGroupName2() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the attribute group name for entity 2
getAttributeGroupNames() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get the list of attribute group names
getAttributeGroupNames() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeId() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getAttributeId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getAttributeId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getAttributeId() - Method in class oracle.iam.certification.vo.IDCAttribute
 
getAttributeId() - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
getAttributeId() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getAttributeId() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getAttributeId() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getAttributeId() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getAttributeId() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAttribute
 
getAttributeId() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getAttributeId() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getAttributeIdByEntityId(Long) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getAttributeIds() - Method in class oracle.iam.certification.vo.EndpointIdAttributeIdMapping
 
getAttributeLabel() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getAttributeLabel() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getAttributeLabel() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getAttributeLabel() - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
getAttributeLabel() - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
getAttributeLabel() - Method in class oracle.iam.certification.vo.IDCAttributeValueDetails
 
getAttributeLabel() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getAttributeLabel() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getAttributeLabel() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getAttributeLabel() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getAttributeLabel() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getAttributeMap() - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
getAttributeMap() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
getAttributeMap(Long, Long) - Method in interface oracle.iam.oimcommon.api.PolicyService
fetches a map of all attributes for a particular resource object in the context of given policy.
getAttributeMap() - Method in class oracle.iam.oimcommon.vo.ResourceType
 
getAttributeMap() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get the attribute map
getAttributeMap() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the attribute map
getAttributeMapByEntitlementIds(List) - Method in interface oracle.iam.oimcommon.api.AccountService
Deprecated. 
getAttributeName() - Method in class com.thortech.xl.vo.AttestationResourceScopeVO
Provides Resource's attribute name
getAttributeName() - Method in class com.thortech.xl.vo.AttestationUserScopeVO
Provides user's attribute name
getAttributeName() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getAttributeName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getAttributeName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getAttributeName() - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
getAttributeName() - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
getAttributeName() - Method in class oracle.iam.certification.vo.IDCAttributeValueDetails
 
getAttributeName() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getAttributeName() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getAttributeName() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getAttributeName() - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
getAttributeName() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getAttributeName() - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
getAttributeName() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getAttributeName() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Get the attribute name of this modification
getAttributeName() - Method in class oracle.iam.policyengine.vo.PathElement
 
getAttributeName() - Method in class oracle.iam.policyengine.vo.ReturnValue
 
getAttributeName() - Method in class oracle.iam.reconciliation.vo.MlsAttribute
Gets the name of the MLS Attribute.
getAttributeName1() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeName1() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the attribute name for entity 1
getAttributeName2() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeName2() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the attribute name for entity 2
getAttributeNameForAction(PolicyConstants.Resources, PolicyConstants.Actions, String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants
 
getAttributeNameForMetadata(String) - Static method in class oracle.iam.catalog.vo.Catalog
 
getAttributeNameInEntity1() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeNameInEntity1() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the attribute name in the specified entity type for entity 1
getAttributeNameInEntity2() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeNameInEntity2() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the attribute name in the specified entity type for entity 2
getAttributeNames() - Method in class oracle.iam.identity.orgmgmt.vo.Organization
Returns a Set of all attribute names for this Organization.
getAttributeNames() - Method in class oracle.iam.identity.rolemgmt.vo.Role
Returns a Set of all attribute names for this Role.
getAttributeNames() - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Returns a Set of all attribute names for this RoleCategory.
getAttributeNames() - Method in class oracle.iam.identity.usermgmt.vo.Proxy
Provides a set of all the proxy user attribute names.
getAttributeNames() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides a set of all the user attribute names.
getAttributeNames() - Method in interface oracle.iam.identity.vo.Identity
Provides a set of all the attribute names.
getAttributeNames() - Method in interface oracle.iam.identity.vo.Relationship
Provides a set of all the attribute names.
getAttributeNames() - Method in class oracle.iam.identity.vo.RelationshipImpl
 
getAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntity
 
getAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all the attribute names
getAttributeNames(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all the attribute names of a specific attribute group
getAttributeNames(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.Schema
Get all the attribute names
getAttributeObject(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
UTILITY method that returns an Attribute object given an attribute name and an attribute value
getAttributeOrder() - Method in class oracle.iam.certification.vo.IDCAttribute
 
getAttributeReference() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the attributeReference property.
getAttributeReference() - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Gets the value of the attributeReference property.
getAttributes(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Returns a hash of the objects attributes and their values.
getAttributes() - Method in class oracle.iam.catalog.vo.HierarchicalAttributeDetails
 
getAttributes() - Method in class oracle.iam.certification.vo.IDCAccount
 
getAttributes() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getAttributes() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getAttributes() - Method in class oracle.iam.grc.sod.vo.Duty
 
getAttributes() - Method in class oracle.iam.grc.sod.vo.DutyType
 
getAttributes() - Method in class oracle.iam.grc.sod.vo.Policy
 
getAttributes() - Method in class oracle.iam.grc.sod.vo.User
 
getAttributes() - Method in class oracle.iam.identity.orgmgmt.vo.Organization
Returns a map of all attribute-value pairs for this Organization.
getAttributes() - Method in class oracle.iam.identity.rolemgmt.vo.Role
Returns a map of all attribute-value pairs for this Role.
getAttributes() - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Returns a map of all attribute-value pairs for this RoleCategory.
getAttributes() - Method in class oracle.iam.identity.usermgmt.vo.Proxy
Provides a map of all attribute-value pair of proxy user.
getAttributes() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides a map of all attribute-value pair of user.
getAttributes() - Method in interface oracle.iam.identity.vo.Identity
Provides a map of all attribute-value pair of this identity.
getAttributes() - Method in interface oracle.iam.identity.vo.Relationship
Provides a map of all attribute-value pair of this identity.
getAttributes() - Method in class oracle.iam.identity.vo.RelationshipImpl
 
getAttributes() - Method in class oracle.iam.oimcommon.vo.AttributeCategory
 
getAttributes() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets a Map of the user attributes
getAttributes() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntity
 
getAttributes() - Method in class oracle.iam.platform.entitymgr.vo.ChildEntityModification
 
getAttributes() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get all the attribute definitions
getAttributes() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get all the attribute definitions
getAttributes() - Method in class oracle.iam.policyengine.vo.ValueObject
 
getAttributes() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
getAttributes() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides a map containing schedule job parameter name and parameter value object.
getAttributes() - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Returns a list of all form management related attributes.
getAttributesByEntitlementIds(List) - Method in interface oracle.iam.oimcommon.api.AccountService
returns a map where entitlement id is key and attribute id is value.
getAttributeSet() - Method in exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
 
getAttributesObject(Hashtable) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
UTILITY method that returns an Attributes object given a hashtable containing attribute name-value pairs
getAttributesObject(Vector) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
UTILITY method that returns an Attributes object given a vector containing attribute name-value pairs
getAttributeValue() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getAttributeValue() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getAttributeValue() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getAttributeValue() - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
getAttributeValue() - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
getAttributeValue() - Method in class oracle.iam.certification.vo.IDCAttributeValueDetails
 
getAttributeValue() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getAttributeValue() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getAttributeValue() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getAttributeValue() - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
getAttributeValue() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getAttributeValue(String) - Method in class oracle.iam.policyengine.vo.PathElement
 
getAttributeValue() - Method in class oracle.iam.policyengine.vo.ReturnValue
 
getAttributeValueBasedOnSearch(String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
This method will search in the specified hierarchy using the specified distinguished name and objectclass.
getAttributeValueByEntityId(Long) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getAttributeValueId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getAttributeValueId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getAttributeValueId() - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
getAttributeValueId() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getAttributeValueId() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getAttributeValueId() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getAttributeValueId() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getAttributeValuePolicyID() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getAttributeValues(String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Lists the value(s) of a particular object attribute.
getAttributeValues() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getAttributeValues() - Method in class oracle.iam.oimcommon.vo.Account
Gets the attribute value assignments for this account
getAttributeValues() - Method in class oracle.iam.oimcommon.vo.Policy
 
getAttributeValueUserMapping() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getAttributeValueUsersCountWithFilter(Long, String, Long, Map) - Method in interface oracle.iam.certification.api.CertificationService
Deprecated. use CertificationService.getAttributeValueUsersCountWithFilter(Long, String, Long, SearchCriteria)
getAttributeValueUsersCountWithFilter(Long, String, Long, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Returns the count for user accounts in the given entitlement definition
getAttributeValueVerificationOptionLabels() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getAttrname() - Method in class com.thortech.xl.vo.Change
 
getAttrRef() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the attrRef property.
getAttrs() - Method in class oracle.iam.platform.entitymgr.vo.RelationResult
 
getAuditDS() - Static method in class oracle.iam.platform.Platform
 
getAuditObjective() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCAccount
 
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getAuditObjective() - Method in class oracle.iam.certification.vo.IDCRole
 
getAuditObjective() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getAuditObjectives() - Method in class oracle.iam.catalog.vo.Catalog
An audit objective associated with the catalog item.
getAuditObjectives(long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getAuthenticationHandle() - Method in class oracle.iam.grc.sod.vo.SystemContext
 
getAuthorizers(long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getAuthorizers(Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getAuthType() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the authType property.
getAuthType() - Method in class oracle.iam.policyengine.vo.PolicyType
 
getAutomaticallyDeleteDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the date on which the user account will get deleted automatically.
getAutomaticallyDeleteOn() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getAutoTags() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getAvailableAdapters() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Method to get all the available adapters in the system
getAvailableData(String, Map) - Method in interface oracle.iam.notification.api.NotificationService
To retrieve the available data associated with an event
getAvailableEventHandlers() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Method to get all the available event handlers in the system
getAvailableObjects(long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of resource objects that can be provisioned to a specified list of users
getAvailableObjects(long[], Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a list of resource objects that can be provisioned to a specified list of users
getAvailableObjectsForSelf() - Method in interface Thor.API.Operations.tcUserOperationsIntf
This object returns a resultset of the objects available for the current login user.
getAvailableObjectsForSelf(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
This object returns a resultset of the objects available for the current login user.
getAvailableObjectsForUser(long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
This object returns a resultset of the objects available for the given array of users.
getAvailableTaskAssignmentAdapters() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Method to get all the available task assignment adapters in the system
getBackEndNames() - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationEntityAttributeMapping
This method will return a list of DB Column name for the Organization Attributes
getBackEndNames() - Method in interface oracle.iam.identity.usermgmt.api.UserEntityAttributeMapping
This method will return a list of DB Column name for the User Attributes
getBasePathElements(String, List, Map, PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
Return list of path elements built from the specified entity type, path element list, controls and policy type.
getBaseSelectionCriteria() - Method in class oracle.iam.ida.vo.ScanDefinition
 
getBasicRequestData(String) - Method in interface oracle.iam.request.api.RequestService
Gets the complete request details for the specified request Id.
getBasicSelectionCriteria() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getBatches() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getBatchId() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
getBatchSize() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
getBatchStatus() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the status of the Batch in which this Event was processed.
getBean(Class) - Static method in class oracle.iam.platform.Platform
Gets the bean for a particular type
getBelongsToMe() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getBeneficiaries() - Method in interface oracle.iam.request.vo.Request
Gets a list of Beneficiary objects set with this request
getBeneficiaries() - Method in class oracle.iam.request.vo.RequestData
Gets the list of all Beneficiary details set with this request
getBeneficiary() - Method in class oracle.iam.provisioning.vo.Grant
 
getBeneficiaryChange() - Method in class oracle.iam.request.history.jaxb.RequestHistoryType
Gets the value of the beneficiaryChange property.
getBeneficiaryKey() - Method in class oracle.iam.request.vo.Beneficiary
Gets the user key for this beneficiary
getBeneficiaryKeys() - Method in exception oracle.iam.request.exception.BulkBeneficiariesAddException
 
getBeneficiaryKeys() - Method in exception oracle.iam.request.exception.BulkBeneficiariesRemoveException
 
getBeneficiaryType() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the beneficiaryType property.
getBeneficiaryType() - Method in class oracle.iam.request.vo.Beneficiary
Gets the beneficiary type associated with this object
getBeneficiaryType() - Method in interface oracle.iam.request.vo.Request
Gets the beneficiary type for this request.
getBenficiaryKey() - Method in class oracle.iam.request.history.jaxb.BeneficiaryChange
Gets the value of the benficiaryKey property.
getBitMaskedAttribute(String, String, String, int) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
There are many attributes in LDAP that are stored as integers but are actually bit masks (e.g.
getBody() - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
This method returns the body of the email.
getBoolean(String) - Method in class oracle.iam.policyengine.vo.ValueObject
 
getBooleanAttribute(String) - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getBuilding() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getBulkParameters() - Method in class oracle.iam.platform.kernel.vo.BulkOrchestration
Returns the parameters for this bulk orchestration
getBundleConfig() - Method in class oracle.iam.provisioning.vo.Application
 
getBundleName() - Method in class oracle.iam.provisioning.vo.Application
 
getBundleName() - Method in class oracle.iam.provisioning.vo.ConnectorKey
 
getBundleVersion() - Method in class oracle.iam.provisioning.vo.Application
 
getBundleVersion() - Method in class oracle.iam.provisioning.vo.ConnectorKey
 
getBusinessApprover() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getBusinessApprover() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getBusinessUnitId() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getBusinessUnitId() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getBusinessUnitIds() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getBusinessUnitName() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getBusinessUnitName() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getBytes(Object) - Static method in class oracle.iam.certification.vo.util.jaxb.JAXBProcessor
Return byte array of marshalled object o.
getCallbackIdMSComp() - Method in class oracle.iam.grc.sod.vo.SystemType
 
getCanonicalDateString(Date, TimeZone) - Static method in class oracle.iam.policyengine.vo.Util
 
getCanonicalName(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
UTILITY method that extracts the canonical name of an object from its Distinguished Name.
getCapabilities(PolicyConstants.Resources, Capability.Type) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns list of capabilities available in an installation for the given capability-type.
getCapabilities(PolicyConstants.Resources, List) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns the list of capabilities for a given resource-type and actions.
getCapabilities() - Method in class oracle.iam.platform.authopss.vo.AdminRole
Getter for the Capabilities.
getCapabilities(PolicyConstants.Resources, Capability.Type) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns list of capabilities available in an installation for the given capability-type.
getCapabilities() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getCapabilities() - Method in class oracle.iam.provisioning.vo.ProvConfig
 
getCapabilitiess(PolicyConstants.Resources, PolicyConstants.Actions) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns list of capabilities available in an installation for a given resourceType and action
getCapabilitiess(PolicyConstants.Resources) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns list of capabilities available in an installation for a given resource-type.
getCapabilitiess(String) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
This method will return the associated capability with an admin role.
getCapabilitiess(PolicyConstants.Resources, PolicyConstants.Actions) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns list of capabilities available in an installation for a given resourceType and action
getCapabilitiess(PolicyConstants.Resources) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns list of capabilities available in an installation for a particular resource type
getCapabilitiess(String) - Method in interface oracle.iam.platformservice.api.AdminRoleService
This method will return the associated capability with an admin role.
getCapability(String, String) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns list of capabilities available in an installation for a given resourceType and action
getCapability(ApplicationObjectclassCapability.PROV_OPERATION) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getCapabilityForID(String) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns list of capabilities available in an installation for a given resourceType and action
getCapabilityId() - Method in class oracle.iam.platform.authopss.vo.Capability
getter for capability id
getCaseInsensitiveField() - Method in class com.thortech.xl.gc.vo.designtime.TargetAttribute
 
getCatalog() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getCatalog() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getCatalog() - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
getCatalog() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getCatalog() - Method in class oracle.iam.oimcommon.vo.Role
 
getCatalogCreate() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getCatalogCreateby() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getCatalogDetailsAsMetadata(Long, String, OIMType, OperationContext) - Method in interface oracle.iam.catalog.api.CatalogService
To get the details of the catalog items this should be used.
getCatalogEntityKey() - Method in class oracle.iam.certification.vo.base.BaseCatalog
 
getCatalogEntityType() - Method in class oracle.iam.certification.vo.base.BaseCatalog
 
getCatalogItemDetails(Long, String, OIMType, OperationContext) - Method in interface oracle.iam.catalog.api.CatalogService
To get the details of the catalog items this should be used.
getCatalogItemDetailsInBulk(List, List, List) - Method in interface oracle.iam.catalog.api.CatalogService
Bulk API to get the details of the catalog items this should be used.
getCatalogs() - Method in class oracle.iam.catalog.vo.CatalogSearchResult
This can be used to paint the left panel.
getCatalogSearchCriteria() - Method in class oracle.iam.certification.vo.CatalogSearchFilter
 
getCatalogSearchFilter() - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
getCatalogSearchFilter() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getCatalogUpdate() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getCatalogUpdateby() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getCategory() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getCategory() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getCategory() - Method in class oracle.iam.certification.vo.IDCAccount
 
getCategory() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getCategory() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getCategory() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getCategory() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getCategory() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getCategory() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getCategory() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getCategory() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getCategory() - Method in class oracle.iam.certification.vo.IDCRole
 
getCategory() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getCategory() - Method in class oracle.iam.reconciliation.vo.Role
Get the Category of the Role
getCategoryCount() - Method in class oracle.iam.catalog.vo.CatalogSearchResult
This can be used to paint the right panel where we show the Category and result for that count
getCategoryCount() - Method in class oracle.iam.catalog.vo.CategoryTally
 
getCategoryName() - Method in class oracle.iam.catalog.vo.Catalog
Return the name of the category associated with the catalog.
getCategoryName() - Method in class oracle.iam.oimcommon.vo.AttributeCategory
 
getCategoryOrder() - Method in class oracle.iam.oimcommon.vo.AttributeCategory
 
getCategoryWithCount(CatalogSearchCriteria) - Method in interface oracle.iam.catalog.api.CatalogService
This is to get the search category ion on the basis of Tags that has been provided by User, All the tags will be AND-ed, It will return the objects after applying the entity level security.
getCategoryWithCountForComplexSearchCriteria(SearchCriteria) - Method in interface oracle.iam.catalog.api.CatalogService
This is to get the search category on the basis of any attribute in catalog that has been provided by User, All the criterias will be AND-ed, It will return the objects after applying the entity level security.
getCatMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getCause() - Method in class oracle.iam.ida.vo.ActionHistory
 
getCause() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getCause() - Method in class oracle.iam.idc.vo.Result
 
getCauseRequestId() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getCertfierRole() - Method in class oracle.iam.catalog.vo.Catalog
 
getCertId() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCertifer() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getCertifiableResourceTypeIds() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getCertifiableResourceTypeIds() - Method in interface oracle.iam.oimcommon.api.ResourceService
 
getCertificationComments() - Method in class oracle.iam.certification.vo.CertificationHistory
 
getCertificationComments() - Method in class oracle.iam.certification.vo.IDCAccount
 
getCertificationComments() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getCertificationComments() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getCertificationComments() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getCertificationComments() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getCertificationComments() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getCertificationComments() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getCertificationComments() - Method in class oracle.iam.certification.vo.IDCRole
 
getCertificationComments() - Method in class oracle.iam.certification.vo.IDCUser
 
getCertificationConfiguration(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Retrieve the configuration set in the certification at instantiation
getCertificationCreationTask() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getCertificationDate() - Method in class oracle.iam.certification.vo.CertificationHistory
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCAccount
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCRole
 
getCertificationDate() - Method in class oracle.iam.certification.vo.IDCUser
 
getCertificationDefinitionCount(SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Get a count of the Certification Definitions available
getCertificationDefinitionDependancies(String) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Finds event listeners and certification jobs which depend on the named certification definition
getCertificationEndDate() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getCertificationGlobalConfiguration(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Retrieve the global certification configuration.
getCertificationHistory(Long, String, CertificationConstants.EntityType, Long, Long) - Method in interface oracle.iam.certification.api.CertificationService
Returns Certification history information
getCertificationId() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCertificationId() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getCertificationId() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
getCertificationId() - Method in class oracle.iam.certification.vo.IDCAccount
 
getCertificationId() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getCertificationId() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getCertificationId() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getCertificationId() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getCertificationId() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getCertificationId() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getCertificationId() - Method in class oracle.iam.certification.vo.IDCRole
 
getCertificationId() - Method in class oracle.iam.certification.vo.IDCUser
 
getCertificationId() - Method in class oracle.iam.certification.vo.LastCertDecision
 
getCertificationId() - Method in class oracle.iam.certification.vo.RemediationRequestData
 
getCertificationName() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getCertificationName() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getCertificationName() - Method in class oracle.iam.certification.vo.CertificationHistory
 
getCertificationName() - Method in class oracle.iam.certification.vo.RemediationRequestData
 
getCertificationPeriod() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getCertificationRequests(String, RequestSearchCriteria, HashMap) - Method in interface oracle.iam.request.api.RequestService
Returns a list of requests raised as part of the certification review process, that match the given search criteria.
getCertificationRoleVerificationOptionLabels() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertificationScheduleDate() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertificationScheduleReminderEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertificationScheduleReminderInterval() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertificationState() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
getCertificationState() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getCertificationStats(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Get an abstract CertStats object.
getCertificationStats() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getCertificationStats() - Method in class oracle.iam.certification.vo.IDCUser
 
getCertificationStatus() - Method in class oracle.iam.certification.vo.CertificationHistory
 
getCertificationStatusOptionLabels() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertificationType() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getCertificationType() - Method in class oracle.iam.certification.vo.CertificationHistory
 
getCertified() - Method in class oracle.iam.certification.vo.IDCAccount
 
getCertified() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getCertified() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getCertified() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getCertified() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getCertified() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getCertified() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getCertified() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getCertified() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getCertified() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getCertified() - Method in class oracle.iam.certification.vo.IDCRole
 
getCertified() - Method in class oracle.iam.certification.vo.IDCUser
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.CertificationHistory
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCAccount
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCRole
 
getCertifiedBy() - Method in class oracle.iam.certification.vo.IDCUser
 
getCertifiedRoles() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getCertifier() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getCertifier() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCertifier() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getCertifierDisplayName() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getCertifierId() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getCertifierId() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getCertifierLogin() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getCertifierRoleDisplayName() - Method in class oracle.iam.catalog.vo.Catalog
 
getCertifierUser() - Method in class oracle.iam.catalog.vo.Catalog
 
getCertifierUserDisplayName() - Method in class oracle.iam.catalog.vo.Catalog
 
getCertifierUserEmail() - Method in class oracle.iam.catalog.vo.Catalog
 
getCertifierUserFirstName() - Method in class oracle.iam.catalog.vo.Catalog
 
getCertifierUserLastName() - Method in class oracle.iam.catalog.vo.Catalog
 
getCertifierUserLogin() - Method in class oracle.iam.catalog.vo.Catalog
 
getCertifyApplicationInstanceOptions() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertifyDataOwnerEntitlements() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertifyResourceOptions() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertifyRoleOptions() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertifyUserRoles() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertifyUsers() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCertState() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getCertStats() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getChallengeQuestions(String) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Accepts the user login id and returns the set of challenge questions set by the user.
getChallengeQuestions(String, Locale) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Accepts the user login id and returns the set of challenge questions set by the user in given locale.
getChallenges(Locale) - Method in interface oracle.iam.passwordmgmt.api.ChallengeResponseService
Gets the System Default Challenge Questions
getChallengesForLoggedInUser(Locale) - Method in interface oracle.iam.passwordmgmt.api.ChallengeResponseService
Returns the ChallengeResponses for the logged-in user
getChallengesForUser(String, Locale) - Method in interface oracle.iam.passwordmgmt.api.ChallengeResponseService
Returns the only Challenge questions (not responses) for unauthenticated user.
getChallengeValuesForSelf() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Returns the challenge values for self.
getChallengeValuesForSelf() - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a resultset of the questions and answers
getChallengeValuesForUser(String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
This method return String array of Defined questions.
getChallengeValuesForUser(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns a resultset of the questions and answers
getChangedSinceLast() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getChangedSinceLast() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getChangePasswordAtNextLogin() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets whether the user should be asked to change the password at next login.
getChanges() - Method in class com.thortech.xl.vo.BulkChanges
 
getChangeType() - Method in class oracle.iam.reconciliation.api.EventAttributes
 
getChangeType() - Method in class oracle.iam.reconciliation.api.InputData
 
getChangeType() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
getChangeType() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
getChangeType() - Method in class oracle.iam.request.history.jaxb.BeneficiaryChange
Gets the value of the changeType property.
getChangeType() - Method in class oracle.iam.request.history.jaxb.EntityChange
Gets the value of the changeType property.
getChDefaultQuestions() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the default challenge questions.
getChDefaultSetOfQuestions() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
getChildAttributes() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
getChildAttributes() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getChildAttributes() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
getChildAttrList() - Method in class oracle.iam.reconciliation.vo.ReconChildAttribute
Returns the list of Recon child attributes.
getChildAttrs() - Method in class oracle.iam.provisioning.vo.ComplexAttribute
 
getChildData() - Method in class oracle.iam.provisioning.vo.AccountData
This method returns the Map containing the child table records.
getChildData() - Method in class oracle.iam.provisioning.vo.ChildTableRecord
This method gets the child table data from a single row of the child table record.
getChildData(String) - Method in class oracle.iam.reconciliation.vo.ReconEventData
Gets the Child Data carried by the Event.
getChildDataFields() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns the internal metadata of a child dataset
getChildDataNames() - Method in interface com.thortech.xl.gc.vo.runtime.OIMRecord
This method returns the multi-valued/child attributes of the identity account, represented by the current OIMRecord.
getChildDataSet(String) - Method in interface com.thortech.xl.gc.vo.runtime.OIMRecord
This method returns the data for single-valued attributes of a child dataset, corresponding to the identity account, represented by the current OIMRecord.
getChildEntity() - Method in class oracle.iam.request.history.jaxb.EntityModified
Gets the value of the childEntity property.
getChildEntityAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get a child entity attribute definition
getChildEntityAttributeDefinition(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get child entity attribute definition of a specific child entity
getChildEntityAttributeDefinitions() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all child entity attribute definitions
getChildEntityAttributes() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get all the child entity attribute definitions
getChildEntityNames() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all child entity names
getChildForm() - Method in class oracle.iam.provisioning.vo.Entitlement
 
getChildFormDefinition(long, int) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Deprecated. The version with which the process instance was saved is no longer tracked. All the process instances are assumed to be associated with the active version of the form. This API will ignore the parentFormVersion parameter and return the child form definition associated with the active parent form version.
getChildFormName() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getChildForms() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method returns the list of FormInfo value object containing meta data information about child form associated with ApplicationInstance
getChildForms(long, int) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Method to get all the child forms for a given parent form
getChildFormValues() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the Map containing the child table data for a single row as key being the UD_CHILD_FIELD_NAME and the value being its value.
getChildIds() - Method in class oracle.iam.oimcommon.vo.Organization
Gets the list of Organizations (Ids) that are direct children of this Organization.
getChildIds() - Method in class oracle.iam.oimcommon.vo.Role
Gets the list of Roles (Ids) that are direct children of this Role Returns a copy.
getChildMetadata(String) - Method in interface com.thortech.xl.gc.vo.designtime.OIMSchema
This method returns the single-valued attributes of a child dataset, corresponding to the identity account to be provisioned or reconciled.
getChildName() - Method in class com.thortech.xl.gc.vo.runtime.OIMOperation
This method returns the name of the multi-valued/child attribute involved in provisioning
getChildNodes() - Method in class oracle.iam.catalog.vo.HierarchicalAttributes.ChildDetails
 
getChildOf() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
getChildOrganizations(String, Set, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Returns list of children of the Organization identified by orgKey.
getChildRecord() - Method in class oracle.iam.request.history.jaxb.ChildEntity
Gets the value of the childRecord property.
getChildren() - Method in class oracle.iam.catalog.vo.HierarchicalAttributes
 
getChildRequests(String) - Method in interface oracle.iam.request.api.RequestService
Gets List of child requests for the specified request Id.
getChildRequests() - Method in interface oracle.iam.request.vo.Request
Gets a list of requests set as child of this request
getChilds() - Method in class com.thortech.xl.vo.ddm.RootObject
 
getChildTable() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
getChildTableName() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getChildTablePrimaryKey() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the primary key of child table record (UD_CHILD_KEY).
getChildTableRecords(String) - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Get all the Child Table Records for a particular child table
getChildTableRecords(String) - Method in class com.thortech.xl.vo.UDFormData
Get all the Child Table Records for a particular child table
getChildTables() - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Get all Child Tables for which data has been provided
getChildTables() - Method in class com.thortech.xl.vo.UDFormData
Get all Child Tables for which data has been provided
getChildTableVersions() - Method in class com.thortech.xl.vo.UDFormData
Returns the child table versions the data is associated with
getChMaxIncorrectAttempts() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
getChMinAnswers() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
getChMinQuestions() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
getChResponseMinLength() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
getChSource() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
getCity() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getCity() - Method in class oracle.iam.oimcommon.vo.User
 
getClassname() - Method in class oracle.iam.request.dataset.vo.DataSetValidator
Gets the value of the classname property.
getClassname() - Method in class oracle.iam.request.dataset.vo.PrePopAdapter
Gets the value of the classname property.
getClassname() - Method in class oracle.iam.request.model.vo.DataActionHandler
Gets the value of the classname property.
getClassname() - Method in class oracle.iam.request.model.vo.Java
Gets the value of the classname property.
getClassName() - Method in class oracle.iam.scheduler.vo.ScheduledTask
Provides Schedule task implementation class name.
getCollectionOfSortingColumnForCatalog() - Method in interface oracle.iam.catalog.api.MetaDataDefinitionManager
This will give the list of all the columns on which sorting can be applied for catalog search.
getColorContrast() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getColumn() - Method in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
getColumnCode(String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Returns the column code of the given column name.
getColumnCode_to_EntityAttr() - Method in class Thor.API.Base.tcBaseUtility.Entities
 
getColumnLength(String, String) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the column length in the table
getColumnName() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
 
getColumnName() - Method in class oracle.iam.oimcommon.vo.SdkTableColumn
 
getColumnNames(String) - Method in interface Thor.API.Operations.GCOperationsIntf
This API returns the column names of a table that will be used in a lookup query associated to a lookup field
getComment() - Method in class com.thortech.xl.vo.AttestationItemResponse
Returns the comments specified for an attestation record
getComment() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getComment() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getComments() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getComments() - Method in class oracle.iam.certification.vo.base.BasePolicy
 
getComments() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getComments() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getComments() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getComments() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getComments() - Method in class oracle.iam.certification.vo.IDCAttributeValueMetadata
 
getComments() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getComments() - Method in class oracle.iam.certification.vo.RemediationRequestData
 
getComments() - Method in class oracle.iam.ida.vo.ActionHistory
 
getComments() - Method in class oracle.iam.oimcommon.vo.Policy
 
getCommonDatasetRef() - Method in class oracle.iam.request.model.vo.Submission
Gets the value of the commonDatasetRef property.
getCommonName() - Method in class oracle.iam.certification.vo.IDCUser
 
getCommonName() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getCommonName() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the common name specified for the user.
getCommonName() - Method in class oracle.iam.oimcommon.vo.User
 
getCommonNameFromPolicy(Map) - Method in interface oracle.iam.ldapsync.api.CommonNamePolicy
This API returns an auto-generated common name as per the policy.
getCommonNameGenerated() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getCompleteCause() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getCompletedAccounts() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCompletedAttributeValues() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCompletedMembers() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCompletedPolicies() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCompletedResources() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCompletedRoles() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCompletedUsers() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCompletionConfirmationEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getComponentRuleDescriptions() - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
returns a list of component rule descriptions.
getCompositeName() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getCompositeNameForViolationAssignment() - Method in class oracle.iam.ida.vo.IDAConfiguration
 
getCondition() - Method in class com.thortech.xl.vo.AttestationResourceScopeVO
Provides matching condition between attribute name and value
getCondition() - Method in class com.thortech.xl.vo.AttestationUserScopeVO
Provides matching condition between attribute name and value
getCondition() - Method in class oracle.iam.policyengine.vo.Rule
 
getCondition() - Method in class oracle.iam.reconciliation.config.vo.ActionRule
 
getConfigProperties() - Method in class oracle.iam.provisioning.vo.ConnectorConfiguration
 
getConfigProperties() - Method in class oracle.iam.provisioning.vo.ConnectorInfo
 
getConfiguration() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getConfiguration() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getConfiguration() - Method in class oracle.iam.ida.vo.ScanDefinition
 
getConfiguration() - Static method in class oracle.iam.platform.Platform
Returns a handle to OIM configuration so that you can retrieve various configuration data that is part of oim-config.xml
getConfigurationProperty(String) - Method in class oracle.iam.provisioning.vo.Application
Get configuration property based on the name
getConfiguredApplicationObjectclasses(String) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method returns a list of all the ApplicationObjectclasses configured for a specific Application.
getConflictingRoleGUID() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getConflictingWith() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getConjunctionOp() - Method in class oracle.iam.reconciliation.vo.ReconSearchCriteria
 
getConjunctionOp() - Method in class oracle.iam.request.vo.RequestSearchCriteria
Return the conjunction operator
getConnectingOperator() - Method in class oracle.iam.grc.sod.vo.Duty
 
getConnectingOperator() - Method in class oracle.iam.grc.sod.vo.RuleElement
 
getConnection() - Method in class oracle.iam.platform.utils.vo.OIMDataSource
 
getConnection(String, String) - Method in class oracle.iam.platform.utils.vo.OIMDataSource
 
getConnectionErrorMsg() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
getConnectionKey() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
getConnectorBundleURI() - Method in class oracle.iam.provisioning.vo.Application
 
getConnectorBundleURI() - Method in class oracle.iam.provisioning.vo.ConnectorInfo
 
getConnectorDisplayName() - Method in class oracle.iam.provisioning.vo.Application
 
getConnectorDisplayName() - Method in class oracle.iam.provisioning.vo.ConnectorInfo
 
getConnectorKey() - Method in class oracle.iam.provisioning.vo.ConnectorInfo
 
getConnectorName() - Method in class oracle.iam.provisioning.vo.Application
 
getConnectorName() - Method in class oracle.iam.provisioning.vo.ConnectorKey
 
getConnectorPoolConfig() - Method in class oracle.iam.provisioning.vo.Application
 
getConnectorRootObjects(String) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Returns a collection of RootObjects which are present in the connector XML file to be imported of a particular entity type.
getConnectorsDeployed(ConnectorServer) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
Refresh cache with list of connectors deployed on a connectorserver.
getConnectorServer() - Method in class oracle.iam.provisioning.vo.Application
 
getConnectorServer() - Method in class oracle.iam.provisioning.vo.ConnectorInfo
 
getConnectorserverKey() - Method in class oracle.iam.provisioning.vo.Application
 
getContainedEntities() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get the set of entity types that can be contained in this container.
getContainedEntities() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get the set of entity types that can be contained in this container.
getContainedEntityId() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getContainedEntityName() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getContainedEntityType() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getContentSelectionCriteria() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getContenttype() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides Content type i.e.
getContext() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getContextAgnosticLookupValuesForColumn(String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
 
getContextVal() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Returns the context associated with this orchestration in an XML format
getControlAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get a control attribute definition
getControlAttributeDefinition(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get the attribute definition of a specific control attribute
getControlAttributeDefinitions() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get the attribute definitions of all control attributes
getControlAttributes() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get all the control attribute definitions
getControlId() - Method in class oracle.iam.grc.sod.scomp.impl.oaacg.vo.ConflictDetails
 
getConvertDCtoObligation() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
getCount() - Method in class oracle.iam.oimcommon.vo.SRMStopWatch
 
getCountry() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getCountry() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the user country.
getCountry() - Method in class oracle.iam.oimcommon.vo.User
 
getCountryCode(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Utility that returns the 2-letter code associated with the country specified.
getCountryNum(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Utility that returns the AD-specific Numeric code associated with the country specified.
getCountryOrRegion() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getCreate() - Method in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
getCreate() - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
getCreate() - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
getCreate() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the create property.
getCreateBy() - Method in class oracle.iam.catalog.vo.Catalog
 
getCreateBy() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getCreateBy() - Method in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
getCreateBy() - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
getCreateById() - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
getCreateById() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the createById property.
getCreateDate() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getCreateDate() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getCreateDate() - Method in class oracle.iam.certification.vo.base.BasePolicy
 
getCreateDate() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getCreateDate() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getCreateDate() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getCreateDate() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCreateDate() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getCreateDate() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getCreateDate() - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Get the date account was created
getCreateDate() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getCreatedBy() - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
getCreatedBy() - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Gets the user(username) who created the account
getCreatedBy() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getCreatedBy() - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
getCreatedOn() - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
getCreatedOn() - Method in class oracle.iam.notification.vo.NotificationEvent
Provides the date on which event occurs
getCreatedOn() - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
getCreateUser() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getCreateUser() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getCreateUser() - Method in class oracle.iam.certification.vo.base.BasePolicy
 
getCreateUser() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getCreateUser() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getCreateUser() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getCreateUser() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getCreateUser() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getCreateUser() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getCreateuser() - Method in class oracle.iam.notification.vo.Attachments
Provides UserID of an user who has created an attachment
getCreateuser() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides UserID of an user who has created a template in a locale
getCreateuser() - Method in class oracle.iam.notification.vo.NotificationTemplate
Gets the user who created the template
getCreationDate() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getCreationDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the date on which the user was created.
getCreationdate() - Method in class oracle.iam.notification.vo.Attachments
Provides Creation Date of an attachmnet
getCreationdate() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides Date of creation of a template in a locale
getCreationdate() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides Creation Date of the template
getCreationDate() - Method in interface oracle.iam.request.vo.Request
Gets the date on which this request was created
getCreatorDisplayName() - Method in class oracle.iam.ida.vo.ScanRun
 
getCreatorLogin() - Method in class oracle.iam.ida.vo.ScanRun
 
getCriteriaType() - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
getCriteriaType() - Method in interface oracle.iam.certification.vo.SelectionCriteria
 
getCronScheduleType() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides schedule job's cron schedule types.
getCurrency() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getCurrentDataCollectionSession() - Method in interface Thor.API.Operations.DataCollectionOperationsIntf
Gets the sessionID of the current session.
getCurrentDate() - Static method in class com.thortech.xl.util.adapters.tcUtilDateOperations
method returns current date based on System.currentTimeMillis().
getCurrentLockInfo() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Return information about the current owner of the lock
getCurrentLockInfo() - Method in interface Thor.API.Operations.tcImportOperationsIntf
Return information about the current owner of the lock
getCurrentPhase() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getCurrentProxies(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Returns the current proxy details of the specified user
getCurrentProxies() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Returns the current proxy details of the specified user
getCurrentValue() - Method in class oracle.iam.certification.vo.ModifiedUser
 
getCustomData() - Method in class oracle.iam.policyengine.vo.Policy
 
getCustomProperties() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getCustomProperties() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getCustomProperties() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperties() - Method in class oracle.iam.oimcommon.vo.Role
Gets custom properties (also known as User Defined Fields, or UDFs) Returns a copy.
getCustomProperties() - Method in class oracle.iam.oimcommon.vo.User
Gets custom properties (also known as User Defined Fields, or UDFs) Returns a copy.
getCustomPropertiesSize() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getCustomPropertiesSize() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getCustomProperty1() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty10() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty11() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty12() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty13() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty14() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty15() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty16() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty17() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty18() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty19() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty2() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty20() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty3() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty4() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty5() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty6() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty7() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty8() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomProperty9() - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
getCustomReviewerClassName() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getCustomReviewerDisplayName() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getData() - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
getData() - Method in class oracle.iam.provisioning.vo.AccountData
This method returns the account attributes in key-value format.
getDataActionHandler() - Method in class oracle.iam.request.model.vo.PostSubmission
Gets the value of the dataActionHandler property.
getDataBase() - Method in class Thor.API.Base.tcBaseUtility
Returns the database.
getDataCollectionStatus(String) - Method in interface Thor.API.Operations.DataCollectionOperationsIntf
Gets the status of the data collection session
getDataFlow(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns data flow information about the specified object (in the form of a tcResultSet).
getDataFlowForProcess(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns data flow information about the specified process (in the form of a tcResultSet).
getDataFromOrc(tcDataProvider, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that gets the value of a particular field from the process data for a specific orc ordered for the specified organization.
getDataFromProcessOrderedForAct(tcDataProvider, String, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that gets the value of a particular field from the process data for a specific process ordered for the specified organization.
getDataFromProcessOrderedForUser(tcDataProvider, String, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that gets the value of a particular field from the process data for a specific process ordered for the specified user.
getDataLevel() - Method in class oracle.iam.certification.vo.IDCRole
 
getDataLevel() - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
getDatalevel() - Method in class oracle.iam.notification.vo.Attachments
Provides Data Level of the attachment
getDatalevel() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides Data Level of the locale template
getDatalevel() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides Data Level of the template
getDataLevel() - Method in class oracle.iam.oimcommon.vo.Role
 
getDataLevel() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getDataLevel() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the dataLevel property.
getDataObjectKey() - Method in class com.thortech.xl.vo.DataObjectPermissions
 
getDataOwner() - Method in class oracle.iam.certification.vo.IDCAccount
 
getDataOwner() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getDataOwner() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getDataOwner() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getDataOwner() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getDataOwner() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getDataOwner() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getDataOwner() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getDataOwner() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getDataOwner() - Method in class oracle.iam.certification.vo.IDCRole
 
getDataOwnerCertificationStatusOptionLabels() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getDataOwnerDisplayName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getDataOwnerDisplayName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getDataOwnerDisplayName() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getDataOwnerDisplayName() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getDataOwnerDisplayName() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getDataOwnerDisplayName() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getDataOwnerDisplayName() - Method in class oracle.iam.certification.vo.IDCRole
 
getDataOwnerId() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getDataOwnerIdByEntityId(Long) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getDataOwnerLogin() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getDataOwnerLogin() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getDataOwnerLogin() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getDataOwnerLogin() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getDataOwnerLogin() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getDataOwnerLogin() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getDataOwnerLogin() - Method in class oracle.iam.certification.vo.IDCRole
 
getDataSetName() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to get the dataset Name (APP_INSTANCE.APP_INSTANCE_DATASET) associated with ApplicationInstance.
getDatasetNamePlugin() - Method in class oracle.iam.request.model.vo.Submission
Gets the value of the datasetNamePlugin property.
getDatasetRef() - Method in class oracle.iam.request.model.vo.Submission
Gets the value of the datasetRef property.
getDataSetValidator() - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Gets the value of the dataSetValidator property.
getDataSpecifiedFor(long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Gets the Objects and corresponding Forms for which data has been specified in the Access Policy.
getDataSpecifiedForObject(long, long, long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns the data specified for a particular form (including child tables) in an Access Policy.
getDataSpecifiedForObjects(long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns the data defined for all forms (including child tables) for all the resources in the Access Policy.
getDataTransformationInput(Map, long, long, long) - Method in interface oracle.iam.grc.sod.api.SILService
Transforms the entitlement data to a format understandable by SODEngine
getDataType() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getDataType() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
getDataType() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Gets the value of the dataType property.
getDataType() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Gets the value of the dataType property.
getDataType() - Method in class oracle.iam.policyengine.vo.PathElement
 
getDataType() - Method in class oracle.iam.reconciliation.config.vo.SupportedType
 
getDataType() - Method in class oracle.iam.scheduler.vo.JobParameter
Provides job parameter type.
getDate() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
return Date
getDate() - Method in class com.thortech.xl.vo.workflow.RequestHistoryEntry
 
getDate(String) - Method in class oracle.iam.policyengine.vo.ValueObject
Coerce an object into a date.
getDate(String, boolean) - Method in class oracle.iam.policyengine.vo.ValueObject
Coerce an object into a date.
getDate(String, boolean, Locale) - Method in class oracle.iam.policyengine.vo.ValueObject
Coerce a string into a date.
getDateAttribute(String) - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getDateFormat() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getDateFormat() - Method in class oracle.iam.reconciliation.api.BatchAttributes
 
getDateFormat() - Method in class oracle.iam.reconciliation.api.EventAttributes
 
getDateVal() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the value of the Date as a timestamp.
getDayOfMonth() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Day Of the Month
getDbColumnName() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
getDburl() - Method in class com.thortech.xl.vo.ddm.FilePreview
 
getDecodedValue() - Method in class oracle.iam.request.dataset.vo.LookupValues
Gets the value of the decodedValue property.
getDecodedValueForColumnEncodedValue(String, String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
For given encoded coloumn value ,return decoded value
getDecodedValueForEncodedValue(String, String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
For given encoded value and lookup code,return the decoded value.
getDefaultActionHandler() - Method in class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
getDefaultActionHandler() - Method in class oracle.iam.platform.kernel.vo.EntityOrchestration
 
getDefaultActionHandler() - Method in class oracle.iam.platform.kernel.vo.MDSOrchestration
 
getDefaultActionHandler() - Method in interface oracle.iam.platform.kernel.vo.OrchestrationTarget
 
getDefaultActionHandler() - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
getDefaultActionHandler() - Method in class oracle.iam.platform.kernel.vo.ToplinkOrchestration
 
getDefaultApplicationInstanceRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getDefaultClassPath() - Method in class oracle.iam.policyengine.vo.PolicyType
 
getDefaultDateFormat() - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Gets the default date format from the PTY table.
getDefaultDateFormat() - Method in interface Thor.API.Operations.GCOperationsIntf
This method return the default date format which is used in OIM for Reconciliation
getDefaultDateFormat() - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
getDefaultEntitlementDefinitionRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getDefaultLocaleCode() - Static method in class Thor.API.Base.tcBaseUtility
This method will return default locale stored in DB as <user.language>_<user.region>
getDefaultMLSValue() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
getDefaultMLSValue() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getDefaultProvisioningMethodRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getDefaultRoleRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getDefaultSchemaClassPath() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the defaultSchemaClassPath property.
getDefaultSize() - Method in class oracle.iam.reconciliation.config.vo.SupportedType
 
getDefaultSize() - Method in class oracle.iam.reconciliation.config.vo.Type
 
getDefaultValidator() - Method in class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
getDefaultValidator() - Method in interface oracle.iam.platform.kernel.vo.OrchestrationTarget
 
getDefaultValue() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Get the default value of the attribute.
getDefaultValue() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Get the default value of this modification in the case of adding an attribute to a schema
getDefaultValue() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getDefaultValue() - Method in class oracle.iam.provisioning.vo.FormField
This method gets the type of the form field (SDC_DEFAULT_VALUE).
getDefaultValue() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
getDeferredChanges() - Method in class oracle.iam.platform.kernel.vo.EventResult
List of orchestrations that will be executed after the completion of current orchestration
getDefinition() - Method in class oracle.iam.certification.vo.EventListener
 
getDefinition() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getDefinition() - Method in class oracle.iam.certification.vo.IDCAttributeValueMetadata
 
getDelegate() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getDelegatedReviewerDisplayName() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getDelegatedReviewerId() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getDelegatedReviewerLogin() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getDelegateTo() - Method in class com.thortech.xl.vo.AttestationItemResponse
Returns the User Id of the user to which the current attestation record is delegated
getDeleted() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getDeletedDate() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getDeletedProcessFormChildData(tcDataProvider, long, long, long) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Get the deleted child form entry details.
getDeletedRecord() - Method in class oracle.iam.request.history.jaxb.ChildRecord
Gets the value of the deletedRecord property.
getDeletedTasks() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
getDeniedAction() - Method in class oracle.iam.platform.authopss.api.AuthorizationResult.DenyResult
 
getDeniedAttributes() - Method in class oracle.iam.platform.authopss.vo.Capability
 
getDenyResult() - Method in interface oracle.iam.platform.authopss.api.AuthorizationResult
 
getDepartment() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getDepartment() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getDepartmentNumber() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getDepartmentNumber() - Method in class oracle.iam.oimcommon.vo.User
 
getDependantAttrValuesExceptFormData(String, String, Map) - Method in interface oracle.iam.platformservice.api.LookupQueryService
Returns dependent attribute values in the query but does not return values for type Form Data supported types: REQUESTER_INFORMATION, RESOURCE_OBJECT_INFORMATION, ORGANIZATION_DATA FORM_DATA type needs to be handled in the client/UI layer
getDependencies(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
Return a list of dependent objects for the selected root objects
getDependencies(Collection) - Method in interface Thor.API.Operations.tcExportOperationsIntf
Return a list of dependent objects for the selected root objects
getDependencies(long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Gets a list of all the objects that this object depends on (requires to be provisioned before it can be provisioned).
getDependentAttrValue() - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
 
getDependentData(List) - Method in interface oracle.iam.platform.authopss.api.IDependentDataProvider
Method to return the Map of entity-ids mapped to dependent data.
getDependentData(String) - Method in interface oracle.iam.platform.authopss.api.IDependentDataProvider
Method to resolve the dependent data based on passed entity-id.
getDependentEntityType() - Method in interface oracle.iam.platform.authopss.api.IDependentDataProvider
Method to get the entity type for the published dependent entity.
getDependentRequests(String) - Method in interface oracle.iam.request.api.RequestService
Returns the list of requests that depends on a particular request
getDependsOn() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the list of tasks this task depends on.
getDependsOnRequestId() - Method in interface oracle.iam.request.vo.Request
 
getDependsOnTaskList() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the list of tasks this task depends on.
getDeprovisionedDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the date on which the user was de-provisioned of resources.
getDeprovisioningDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getDeprovisioningDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the date set for the user on which its resources would be de-provisioned.
getDesc() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
getDescr() - Method in class oracle.iam.reconciliation.vo.Role
Gets the Description of the Role
getDescription() - Method in class com.thortech.xl.vo.ddm.FilePreview
 
getDescription() - Method in class com.thortech.xl.vo.Resource
 
getDescription() - Method in class com.thortech.xl.vo.workflow.Adapter
 
getDescription() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the description of the task
getDescription() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getDescription() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the Workflow Description
getDescription() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getDescription() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getDescription() - Method in class oracle.iam.catalog.vo.HierarchicalAttributeDetails
 
getDescription() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
getDescription() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getDescription() - Method in class oracle.iam.certification.vo.base.BasePolicy
 
getDescription() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getDescription() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getDescription() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getDescription() - Method in class oracle.iam.certification.vo.EventListener
 
getDescription() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getDescription() - Method in class oracle.iam.identity.rolemgmt.vo.Role
Get the value of Role Description attribute.
getDescription() - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Get the value of Role Category Description attribute.
getDescription(Locale) - Method in interface oracle.iam.identity.usermgmt.api.UserNamePolicy
Gets the description of the user name policy in the specified locale
getDescription() - Method in class oracle.iam.identity.usermgmt.vo.User
Deprecated. 
getDescription(Locale) - Method in interface oracle.iam.ldapsync.api.CommonNamePolicy
This API returns the description of the default policy configured in the system property - XL.DefaultCommonNamePolicyImpl.
getDescription() - Method in class oracle.iam.notification.vo.NotificationEvent
Provides Description for the event
getDescription() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides description for the template
getDescription() - Method in class oracle.iam.oimcommon.vo.Organization
Gets the description for the Organization
getDescription() - Method in class oracle.iam.oimcommon.vo.Policy
 
getDescription() - Method in class oracle.iam.oimcommon.vo.ResourceType
 
getDescription() - Method in class oracle.iam.oimcommon.vo.Role
Gets the description for the Role
getDescription() - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
getDescription() - Method in class oracle.iam.platform.authopss.vo.EntitlementPublication
 
getDescription() - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
getDescription() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Get the description of the attribute.
getDescription() - Method in class oracle.iam.platform.entitymgr.vo.ControlAttributeDefinition
Get the description of the control attribute.
getDescription() - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Get the description of the attribute
getDescription() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the description property.
getDescription() - Method in class oracle.iam.provisioning.vo.Application
 
getDescription() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to get the description associated with ApplicationInstance.
getDescription() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getDescription() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
getDescription() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the description of the Entitltment (ENT_DESCRIPTION).
getDescription() - Method in class oracle.iam.provisioning.vo.FormInfo
This method gets the description of the process form (SDK_FORM_DESCRIPTION).
getDescription() - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
getDescription() - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
getDescription() - Method in class oracle.iam.scheduler.vo.ScheduledTask
Provides schedule task description text.
getDescriptiveData() - Method in class oracle.iam.reconciliation.vo.Account
 
getDesignParams() - Method in class com.thortech.xl.gc.vo.designtime.Provider
This method returns the provider designtime parameters and their values.
getDetails(String, Set) - Method in interface oracle.iam.auditevent.api.AuditEventManager
Given an audit event ID, you can use this API to get the details of the audit event
getDetails(String, Set) - Method in interface oracle.iam.ida.api.PolicyViolationCauseManager
Loads the policy violation cause with for the given policy violation cause Id
getDetails(String, Set) - Method in interface oracle.iam.ida.api.PolicyViolationManager
Loads the policy violation with given policy violation Id
getDetails(String, Set) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
Retrieves a scan definition object by scanDefinitionId.
getDetails(String, Set) - Method in interface oracle.iam.ida.api.ScanRunManager
Return specified ScanRun entity populated with specified attributes.
getDetails(String, Set, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Looks up an already existing Organization entity.
getDetails(String, Set, boolean, OperationContext) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Looks up an already existing Organization entity.
getDetails(String, Object, Set) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Looks up an already existing Organization entity.
getDetails(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
Returns the profile details of the specified role category.
getDetails(String, Object, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
This method return the role category details for a role category based on the search criteria attributeName=attributeValue.
getDetails(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Returns the profile details of the specified role.
getDetails(String, Set, OperationContext) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Returns the profile details of the specified role.
getDetails(String, Object, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method return the role details for a role based on the search criteria attributeName=attributeValue.
getDetails(String, Set, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Returns the profile details of the specified user.
getDetails(String, Set, boolean, OperationContext) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Returns the profile details of the specified user.
getDetails(String, Object, Set) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Returns the profile details of the specified user.
getDetails(String) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Get the details of specified Password Policy by Name
getDetails(String, Set) - Method in interface oracle.iam.policyengine.api.PolicyManager
Retrieve the attributes of the policy specified by the entity id.
getDetails(String, Set) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Returns details of a policy type matching the specified entity identifier.
getDetails(String, Set) - Method in interface oracle.iam.policyengine.api.RuleManager
Retrieve the attributes of the rule specified by the rule entity id.
getDetailsOfHierarchicalData(Long, String, OIMType, String) - Method in interface oracle.iam.catalog.api.CatalogService
This is to get the hierarchical attributes details for the catalog id , for a given xpath.
getDetectionCount() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getDictionaryDelimiter() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns the delimiter used to separate 'characters' in the dictionary file
getDictionaryLocation() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns the full path to the the dictionary file
getDirectProvisioningRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getDirectRoleChildren(String, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the roles direct children of the given role.
getDirectRoleParents(String, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the roles who are the direct parents of the given role.
getDisabledDate() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getDisallowedChars() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns a Set of the characters disallowed in a password
getDisallowedSubstrings() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns a Set of the strings disallowed in a password
getDisplayField() - Method in class oracle.iam.request.dataset.vo.LookupQuery
Gets the value of the displayField property.
getDisplayFieldName() - Method in class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
Returns the alias of the display field name.
getDisplayMessageKey() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getDisplayName() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getDisplayName() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
getDisplayName() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getDisplayName() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getDisplayName() - Method in class oracle.iam.identity.rolemgmt.vo.Role
Get the base value of Role Display Name attribute.
getDisplayName() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides a display name specified for the user.
getDisplayName() - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
getDisplayName() - Method in class oracle.iam.oimcommon.vo.User
 
getDisplayName() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the Display Name
getDisplayName() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Gets the value of the displayName property.
getDisplayName() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Gets the value of the displayName property.
getDisplayName() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the displayName property.
getDisplayName() - Method in class oracle.iam.policyengine.vo.PathElement
 
getDisplayName() - Method in class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
 
getDisplayName() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method gets the display name of the ApplicationInstance (APP_INSTANCE.APP_INSTANCE_DISPLAY_NAME)
getDisplayName() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
getDisplayName() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getDisplayName() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the display name of the Entitltment (ENT_DISPLAY_NAME).
getDisplayName() - Method in class oracle.iam.reconciliation.vo.Role
 
getDisplayName() - Method in class oracle.iam.reconciliation.vo.User
 
getDisplayString() - Method in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
getDisplayValue() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getDisplayValue() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
getDisplayValue() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
getDisplayValue() - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
getDocumentBuilderFactory() - Static method in class oracle.iam.platform.Platform
Returns a handle to DocumentBuilderFactory to perform XML related operations
getDomain() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getDuties() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
 
getDutyList() - Method in class oracle.iam.grc.sod.vo.User
 
getDutyList() - Method in class oracle.iam.grc.sod.vo.Violation
 
getDutyObjects() - Method in class oracle.iam.grc.sod.vo.Duty
 
getDutyType() - Method in class oracle.iam.grc.sod.vo.Duty
 
getDutytypename() - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
getDynamicRoleMembers(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve all the dynamic users members of the given role.
getDynamicRoleMembers(String, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve all the dynamic users members of the given role.
getEJBContext() - Method in class Thor.API.Base.tcBaseUtility
 
getEmail() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getEmail() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the email set for the user.
getEmail() - Method in class oracle.iam.oimcommon.vo.User
 
getEmailAddressForGroup(long) - Method in interface Thor.API.Operations.tcEmailOperationsIntf
 
getEmailSubject(long) - Method in interface Thor.API.Operations.tcEmailOperationsIntf
Retrieves the email subject for an email definition.
getEmailTemplate() - Method in class com.thortech.xl.vo.workflow.EmailNotification
Returns the name of the email template based on which the email to send should be generated
getEmailTemplate() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the name of the Email Template attached
getEmailTemplateKey() - Method in class com.thortech.xl.vo.workflow.EmailNotification
Returns the Key of the Email Template based on which the email to send is generated
getEmailTemplateKey() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the Key of the Email Template used to generate the email sent to the assignee
getEmailType() - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Returns the Email Type
getEmAttribName() - Method in class oracle.iam.reconciliation.vo.MlsAttribute
 
getEmbeddedHelp() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getEmbeddedObjectClassName() - Method in class oracle.iam.provisioning.vo.ComplexAttribute
 
getEmDataType() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the name of the Entity Manager type this attribute maps to.
getEmployeeId() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getEmployeeId() - Method in class oracle.iam.oimcommon.vo.User
Gets the employee ID used to identify the user within the company.
getEmployeeNumber() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getEmployeeNumber() - Method in class oracle.iam.identity.usermgmt.vo.User
Deprecated. 
getEmployeeType() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getEmployeeType() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the type of employee the user is created as.
getEmployeeType() - Method in class oracle.iam.oimcommon.vo.User
 
getEmployeeVerificationOptionLabels() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getEMType() - Method in class oracle.iam.reconciliation.config.vo.SupportedType
 
getEMType() - Method in class oracle.iam.reconciliation.config.vo.Type
 
getEnabledDate() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getEncodedValue() - Method in class oracle.iam.request.dataset.vo.LookupValues
Gets the value of the encodedValue property.
getEncodedValue(String, String) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
This object returns a resultset of the object available for the given encoded value.
getEncodedValue(String, String) - Method in interface Thor.API.Operations.tcUserOperationsIntf
This object returns a resultset of the object available for the given encoded value.
getEncoding() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides Template's encoding.
getEncoding() - Method in class oracle.iam.notification.vo.MessageContent
Provides Message content encoding.
getEncrypted() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns the flag capturing information of whether the attribute is encrypted.
getEndAssociationDate() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
getEndDate() - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
getEndDate() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getEndDate() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getEndDate() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getEndDate() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
getEndDate() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getEndDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getEndDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the date set for the user on which the account ceases to be in effect.
getEndDate() - Method in interface oracle.iam.request.vo.Request
Gets the date on which this request ended
getEndingDate() - Method in class oracle.iam.request.vo.RequestData
 
getEndPoint() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getEndpointAttributeMapping() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getEndpointId() - Method in class oracle.iam.certification.vo.EndpointIdAttributeIdMapping
 
getEndPointId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getEndPointId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getEndPointId() - Method in class oracle.iam.certification.vo.IDCAttributeAccountDetails
 
getEndPointId() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getEndPointId() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getEndPointIds() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getEndPointName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getEndPointName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getEndPointName() - Method in class oracle.iam.certification.vo.IDCAttributeAccountDetails
 
getEndPointName() - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
getEndPointName() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getEndTime() - Method in class oracle.iam.ida.vo.ScanRun
 
getEndTime() - Method in class oracle.iam.scheduler.vo.Trigger
Provides Schedule job end time.
getEntDefnEntAsgnTotal(long) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
Return EntAsgn total for specified EntDefn
getEntDefnPercentComplete(long) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
Return percent complete for specified user
getEntities() - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
getEntitiesCanBeAssignedTo() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the entitiesCanBeAssignedTo property.
getEntitiesCanBeAssignedTo() - Method in class oracle.iam.policyengine.vo.PolicyType
 
getEntitlement() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the Entitlement value object associated to this EntitlementInstance.
getEntitlementAsgnComplete() - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
getEntitlementAsgnComplete() - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
getEntitlementAsgnComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getEntitlementAsgnTotal() - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
getEntitlementAsgnTotal() - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
getEntitlementAsgnTotal() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getEntitlementCertificationStats(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Retrieve AppInstCertificationStats for specified certification and task.
getEntitlementCode() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the Entitlement Code associated to the Entitltment (ENT_CODE).
getEntitlementCount(Long, String, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
returns entitlement count applying specified filter criteria.
getEntitlementDefinitionId() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getEntitlementDefinitionId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getEntitlementDefinitionId() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getEntitlementDefinitionId() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAttribute
 
getEntitlementDefnComplete() - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
getEntitlementDefnTotal() - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
getEntitlementDisplayName() - Method in class oracle.iam.platform.authopss.vo.EntitlementPublication
 
getEntitlementDisplayName() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getEntitlementGrants() - Method in class oracle.iam.provisioning.vo.Account
 
getEntitlementGrants(String) - Method in class oracle.iam.provisioning.vo.Account
 
getEntitlementId() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
 
getEntitlementInstance(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns an entitlement instance provisioned to the user corresponding to the edlntitlement key
getEntitlementInstance(long, long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns an entitlement instance provisioned to the user corresponding to the entitlement key and account id
getEntitlementInstanceForEntitlement(Entitlement, SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns the entitlement instances for the given entitlement.
getEntitlementInstanceKey() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the primary key of EntitlementInstance for this EntitlementInstance (ENT_ASSIGN_KEY).
getEntitlementInstances(long[]) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a list of entitlement instances provisioned to the user corresponding to the list of entitlement instances key.
getEntitlementKey() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the primary key of the Entitltment (ENT_LIST_KEY)
getEntitlementOption() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getEntitlementRecordDetails(long) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns the process form data given a record key.
getEntitlementRisk() - Method in class oracle.iam.oimcommon.vo.User
Gets the risk level associated with entitlements granted to the user
getEntitlements() - Method in class oracle.iam.provisioning.vo.AccountData
This method returns the list of provisioned EntitlementInstance for each child form associated to parent form.
getEntitlementsForAccessPolicies(List, Map) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns the list of Entitlements for the given access policy Keys.
getEntitlementsForUser(String) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a list of all the entitlements provisioned to the user.
getEntitlementsForUser(String, SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method searches for entitlement instances provisioned to a user matching the specified SearchCriteria
getEntitlementSummaryRisk() - Method in class oracle.iam.certification.vo.IDCUser
 
getEntitlementSummaryRisk() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getEntitlementSummaryRisk() - Method in class oracle.iam.oimcommon.vo.User
 
getEntitlementTargetObjectclassName() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
getEntitlementValue() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the Entitlement value associated to the Entitltment (ENT_VALUE).
getEntity(String, String) - Method in interface oracle.iam.oimcommon.api.MDSManager
 
getEntity() - Method in class oracle.iam.platform.kernel.vo.MutableEntity
 
getEntity() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.EntitiesCanBeAssignedTo
Gets the value of the entity property.
getEntity() - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Gets the value of the entity property.
getEntity() - Method in class oracle.iam.request.model.vo.Kernel
Gets the value of the entity property.
getEntity() - Method in class oracle.iam.request.model.vo.Submission
Gets the value of the entity property.
getEntity1ID() - Method in class oracle.iam.platform.entitymgr.vo.RelationResult
 
getEntity2ID() - Method in class oracle.iam.platform.entitymgr.vo.RelationResult
 
getEntityAttrAndColumnCodeLookup() - Method in interface oracle.iam.identity.usermgmt.api.UserEntityAttributeMapping
This Method will return the map of lookup encoded and decoded value of User attributes from LKU table.
getEntityChange() - Method in class oracle.iam.request.history.jaxb.RequestHistoryType
Gets the value of the entityChange property.
getEntityData() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Gets the entity attributes.
getEntityData() - Method in class oracle.iam.request.vo.RequestEntity
Gets the request data associated with this RequestEntity.
getEntityDescription() - Method in class oracle.iam.catalog.vo.Catalog
Return the description of the catalog item which is the description of the base entity.
getEntityDescription() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getEntityDescription() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getEntityDescription() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getEntityDescription() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getEntityDisplayName() - Method in class oracle.iam.catalog.vo.Catalog
Return the display name of the catalog item which is the display name of base entity.
getEntityDisplayName() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getEntityDisplayName() - Method in class oracle.iam.certification.vo.IDCAccount
 
getEntityDisplayName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getEntityDisplayName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getEntityDisplayName() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getEntityDisplayName() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getEntityDisplayName() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getEntityDisplayName() - Method in class oracle.iam.certification.vo.IDCRole
 
getEntityDisplayName() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getEntityFieldValueBlob() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
getEntityId() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getEntityId() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getEntityId() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getEntityId() - Method in class oracle.iam.certification.vo.CertRequired
 
getEntityId() - Method in class oracle.iam.identity.orgmgmt.vo.Organization
Returns GUID of the Organization.
getEntityId() - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerResult
Returns the GUID of the Organization the result belongs to.
getEntityId() - Method in class oracle.iam.identity.rolemgmt.vo.Role
Returns id of the Role.
getEntityId() - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Returns id of the RoleCategory.
getEntityId() - Method in class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
 
getEntityId() - Method in class oracle.iam.identity.usermgmt.vo.Proxy
Provides GUID of the proxy user.
getEntityId() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides GUID of the user.
getEntityId() - Method in class oracle.iam.identity.usermgmt.vo.UserManagerResult
Provides the GUID of the user the result belongs to.
getEntityId() - Method in interface oracle.iam.identity.vo.Identity
Provides GUID of the entity.
getEntityId() - Method in interface oracle.iam.identity.vo.IdentityManagerResult
Provides the GUID of the identity the result belongs to.
getEntityId() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
Getter for the the entity-id.
getEntityId() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getEntityId() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntity
 
getEntityId() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
 
getEntityId() - Method in class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
getEntityId() - Method in class oracle.iam.platform.kernel.vo.EntityOrchestration
 
getEntityId() - Method in interface oracle.iam.platform.kernel.vo.OrchestrationTarget
 
getEntityId() - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
getEntityId() - Method in class oracle.iam.provisioning.vo.OperationResult
 
getEntityID() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
getEntityId() - Method in class oracle.iam.vo.OperationResult
 
getEntityIdAsLong() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getEntityIdsByDataOwnerId(Long) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getEntityKey() - Method in class oracle.iam.catalog.vo.Catalog
Returns the key of base entity.
getEntityKey() - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
getEntityKey() - Method in class oracle.iam.certification.vo.RemediationRequestData
 
getEntityKey() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getEntityKey() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
 
getEntityKey() - Method in class oracle.iam.request.vo.RequestEntity
Gets the associated entity key set for this object.
getEntityModified() - Method in class oracle.iam.request.history.jaxb.EntityChange
Gets the value of the entityModified property.
getEntityName() - Method in class com.thortech.xl.vo.Operation
 
getEntityName() - Method in class oracle.iam.catalog.vo.Catalog
Return the name of the base entity.
getEntityName() - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
getEntityName() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getEntityName() - Method in class oracle.iam.notification.vo.NotificationAttribute
Provides name of the entity associated with the attribute
getEntityName() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getEntityName() - Method in class oracle.iam.request.history.jaxb.EntityChange
Gets the value of the entityName property.
getEntityName() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
getEntityNames() - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
 
getEntityNames() - Method in exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
getEntityPublicationId() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
Returns the unique publication-id associated with this publication object.
getEntitySubType() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Gets the entity sub type of the request entity.
getEntitySubType() - Method in class oracle.iam.request.vo.RequestEntity
Gets Role name in case of Role based request type, otherwise null.
getEntityType() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEntityType() - Method in class oracle.iam.catalog.vo.Catalog
Returns the entity type , it could be either Role, AppInstance and Entitlement
getEntityType() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getEntityType() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getEntityType() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getEntityType() - Method in class oracle.iam.certification.vo.IDCAccount
 
getEntityType() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getEntityType() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getEntityType() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getEntityType() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getEntityType() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getEntityType() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getEntityType() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getEntityType() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getEntityType() - Method in class oracle.iam.certification.vo.IDCRole
 
getEntityType() - Method in class oracle.iam.certification.vo.RemediationRequestData
 
getEntityType() - Method in class oracle.iam.ida.vo.ActionHistory
 
getEntityType() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getEntityType() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getEntityType() - Method in class oracle.iam.ida.vo.Remediator
 
getEntityType() - Method in class oracle.iam.ida.vo.ScanDefinition
 
getEntityType() - Method in class oracle.iam.ida.vo.ScanRun
 
getEntityType() - Method in class oracle.iam.ida.vo.TaskPolicyViolation
 
getEntityType() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getEntityType() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
Getter for the entity-type represented by this publication object.
getEntityType() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getEntityType() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntity
 
getEntityType() - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
getEntityType() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get the entity type
getEntityType() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get the entity type
getEntityType() - Method in class oracle.iam.platform.kernel.vo.EntityOrchestration
 
getEntityType() - Method in class oracle.iam.platform.kernel.vo.MDSOrchestration
 
getEntityType() - Method in class oracle.iam.platform.kernel.vo.MutableEntity
 
getEntityType() - Method in class oracle.iam.platform.kernel.vo.ToplinkOrchestration
 
getEntityType() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Gets the value of the entityType property.
getEntityType() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Gets the value of the entityType property.
getEntityType() - Method in class oracle.iam.policyengine.vo.PathElement
 
getEntityType() - Method in class oracle.iam.policyengine.vo.Policy
 
getEntityType() - Method in class oracle.iam.policyengine.vo.PolicyType
 
getEntityType() - Method in class oracle.iam.policyengine.vo.ReturnValue
 
getEntityType() - Method in class oracle.iam.policyengine.vo.Rule
 
getEntityType() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
getEntityType() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the entityType property.
getEntityType() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the entityType property.
getEntityType() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the entityType property.
getEntityType() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Deprecated. will be replaced with return type OIMType in future getRequestEntityType
getEntityType() - Method in class oracle.iam.request.vo.RequestEntity
Deprecated. 
getEntityType() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
getEntityType1() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getEntityType1() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the entity type for entity 1
getEntityType2() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getEntityType2() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the entity type for entity 2
getEntityTypes() - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
 
getEntityTypes() - Method in exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
getErrorCode() - Method in exception com.thortech.xl.gc.exception.ProviderException
Returns the error code associated with API exception
getErrorCode() - Method in exception com.thortech.xl.gc.exception.ProvisioningFormatException
Returns the error code associated with API exception
getErrorCode() - Method in exception com.thortech.xl.gc.exception.ProvisioningTransportException
Returns the error code associated with API exception
getErrorCode() - Method in exception com.thortech.xl.gc.exception.ReconciliationFormatException
Returns the error code associated with API exception
getErrorCode() - Method in exception com.thortech.xl.gc.exception.ReconciliationTransportException
Returns the error code associated with API exception
getErrorCode() - Method in class oracle.iam.exception.OIMError
Get the error code.
getErrorCode() - Method in exception oracle.iam.exception.OIMServiceException
Get error code associated with the exception.
getErrorCode() - Method in exception oracle.iam.grc.sod.exception.SILAPIException
Returns the error code associated with API exception
getErrorCode() - Method in exception oracle.iam.grc.sod.exception.SILDBException
Returns the error code associated with API exception
getErrorCode() - Method in exception oracle.iam.grc.sod.exception.SILException
Returns the error code associated with API exception
getErrorCode() - Method in exception oracle.iam.grc.sod.exception.SILInfrastructureException
Returns the error code associated with API exception
getErrorCode() - Method in exception oracle.iam.grc.sod.exception.SILRegistrationException
Returns the error code associated with API exception
getErrorCode() - Method in exception oracle.iam.grc.sod.exception.SILSecurityException
Returns the error code associated with API exception
getErrorCode() - Method in exception oracle.iam.grc.sod.exception.SILServiceComponentException
Returns the error code associated with API exception
getErrorCode() - Method in exception oracle.iam.grc.sod.exception.SILTopologyException
Returns the error code associated with API exception
getErrorCode() - Method in exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
Returns the error code associated with SoDEngineConnectionException
getErrorCode() - Method in exception oracle.iam.identity.exception.AccessDeniedException
 
getErrorCode() - Method in exception oracle.iam.identity.exception.IdentityException
 
getErrorCode() - Method in exception oracle.iam.identity.exception.NoSuchRoleException
Gets the ErrorCode from super exception.
getErrorCode() - Method in exception oracle.iam.identity.exception.OrganizationValidationFailedException
 
getErrorCode() - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerResult
Returns the error code.
getErrorCode() - Method in exception oracle.iam.platform.utils.SuperRuntimeException
Get error code associated with the exception.
getErrorCode() - Method in interface oracle.iam.platformservice.exception.OIMGenericExceptionIntf
Gets the error code
getErrorCode() - Method in exception oracle.iam.selfservice.exception.SelfServiceException
 
getErrorCode() - Method in exception Thor.API.Exceptions.tcAPIException
Returns the error code associated with API exception
getErrorCodes() - Method in exception Thor.API.Exceptions.tcBulkException
 
getErrorData() - Method in class oracle.iam.exception.OIMError
Get error data that can be used for globalization.
getErrorData() - Method in exception oracle.iam.exception.OIMServiceException
Gets error data associated with the exception, that can be used for globalization.
getErrorData() - Method in exception oracle.iam.platform.utils.SuperRuntimeException
Gets error data associated with the exception, that can be used for globalization.
getErrorData() - Method in class oracle.iam.scheduler.vo.JobHistory
Provides job history instance's error data.
getErrorDetails(String) - Method in interface Thor.API.Operations.ErrorOperationsIntf
Deprecated.  
getErrorMessage() - Method in class oracle.iam.exception.OIMError
Get error message.
getErrorMessage() - Method in exception oracle.iam.exception.OIMServiceException
Get the error message associated with the exception.
getErrorMessage() - Method in class oracle.iam.request.vo.RequestError
Deprecated. replaced with RequestError.getErrorMessages()
getErrorMessages() - Method in class oracle.iam.request.vo.RequestError
Gets all the error messages of the failed request
getErrors() - Method in exception oracle.iam.exception.OIMServiceException
Gets the list of errors associated with exception.
getErrors() - Method in exception oracle.iam.platform.utils.SuperRuntimeException
Gets the list of errors associated with exception.
getErrors() - Method in class Thor.API.Base.tcBaseUtility
Returns errors that occurred over the course of usage of the class.
getEscalationTime() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the time period after which the task should be escalated
getEvalListMapSize() - Method in class oracle.iam.policyengine.vo.ValueObject
 
getEvaluatedDataType(String) - Static method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
getEventAction() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventActorId() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventActorName() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventDate() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventDetails(String) - Method in interface oracle.iam.notification.api.NotificationService
To get event details specific to a given event-type It aims to retrieve the dynamic parameters related to an event
getEventFailReason() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventId() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getEventId() - Method in class oracle.iam.notification.vo.NotificationEvent
Provides ID of the event
getEventID() - Method in class oracle.iam.platform.kernel.vo.EventWarnings
 
getEventId() - Method in class oracle.iam.platform.kernel.vo.OrchestrationStep
 
getEventID() - Method in interface oracle.iam.request.vo.Request
Gets the orchestration event id for this request
getEventList() - Method in interface oracle.iam.notification.api.NotificationService
Retrieve list of all the notification events existing in the system
getEventListenerCount(SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Get a count of the Event Listeneres available
getEventMechanism() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventname() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides event name associated with the template
getEventname() - Method in class oracle.iam.notification.vo.SearchResult
Provides event name associated with the search result template
getEventName() - Method in exception oracle.iam.platform.kernel.EventFailedException
Gets the event name.
getEventName() - Method in class oracle.iam.platform.kernel.vo.EventWarnings
 
getEventName() - Method in class oracle.iam.platform.kernel.vo.OrchestrationStep
 
getEventRequestId() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventStatus() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventStatus() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
getEventTimestamp() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getEventType() - Method in class oracle.iam.notification.vo.EventXMLObject
Provides the type of the event
getEventValuesAdded() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventValuesAddedAsMap() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventValuesRemoved() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getEventValuesRemovedAsMap() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getException() - Method in class oracle.iam.catalog.vo.Result
 
getExceptionObject() - Method in class oracle.iam.scheduler.vo.JobHistory
Provides exception object of the exception occurs while executing any schedule job from history.
getExceptions() - Method in exception oracle.iam.request.exception.BulkBeneficiariesAddException
 
getExceptions() - Method in exception oracle.iam.request.exception.BulkBeneficiariesRemoveException
 
getExceptions() - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
 
getExceptions() - Method in exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
getExecution() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the execution property.
getExecutionDate() - Method in interface oracle.iam.request.vo.Request
Gets the requested operation initiated date
getExecutionDate() - Method in class oracle.iam.request.vo.RequestData
Gets the requested operation initiated date
getExecutionUnit() - Method in class oracle.iam.request.model.vo.Execution
Gets the value of the executionUnit property.
getExisting() - Method in class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
getExisting() - Method in class oracle.iam.platform.kernel.vo.EntityOrchestration
 
getExisting() - Method in class oracle.iam.platform.kernel.vo.MDSOrchestration
 
getExisting() - Method in interface oracle.iam.platform.kernel.vo.OrchestrationTarget
 
getExisting() - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
getExisting() - Method in class oracle.iam.platform.kernel.vo.ToplinkOrchestration
 
getExpectedUserCount() - Method in class oracle.iam.ida.vo.ScanRun
 
getExpiryReminderEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getExportDate() - Method in class com.thortech.xl.vo.ddm.FilePreview
 
getExportedBy() - Method in class com.thortech.xl.vo.ddm.FilePreview
 
getExportVersion() - Method in class com.thortech.xl.vo.ddm.FilePreview
 
getExportView() - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
Get the tree view to be displayed for export operation
getExportView() - Method in interface Thor.API.Operations.tcExportOperationsIntf
Get the tree view to be displayed for export operation
getExportXML(Collection, String) - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
Export selected objects.
getExportXML(Collection, String) - Method in interface Thor.API.Operations.tcExportOperationsIntf
Export selected objects.
getExpression() - Method in class oracle.iam.request.model.vo.Parameter
Gets the value of the expression property.
getExtension() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getFailed() - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
 
getFailed() - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
getFailedKeys() - Method in exception Thor.API.Exceptions.tcStaleDataUpdateException
Returns all the keys that are fled
getFailedProcess() - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
 
getFailedProcesses() - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
 
getFailedRecord() - Method in class oracle.iam.platform.kernel.vo.BulkResult
 
getFailedResult() - Method in class oracle.iam.reconciliation.api.ReconciliationResult
 
getFailedResults() - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerBulkResult
Provides a Map of failed result.
getFailedResults() - Method in class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
 
getFailedResults() - Method in class oracle.iam.identity.usermgmt.vo.UserManagerResult
Provides a Map of failed result.
getFailedResults() - Method in interface oracle.iam.identity.vo.IdentityManagerResult
Provides a Map of failed result.
getFailedResults() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
 
getFailedResults() - Method in class oracle.iam.provisioning.vo.OperationResult
 
getFailedTaskDetails(long, Locale) - Method in interface oracle.iam.platformservice.api.FailedTaskManager
 
getFailedTasksSummary() - Method in interface oracle.iam.platformservice.api.FailedTaskManager
 
getFailedTasksSummary(TaskFilter) - Method in interface oracle.iam.platformservice.api.FailedTaskManager
 
getFailure() - Method in class oracle.iam.reconciliation.api.FailedInputData
 
getFailureReason() - Method in class oracle.iam.platform.kernel.vo.EventResult
Get the reason in case of failure
getFailures() - Method in exception oracle.iam.identity.exception.OrganizationBulkValidationFailedException
 
getFailureThreshold() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getFALanguage() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getFaliureReason() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the reason for Failure.
getFATerritory() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getFaultyPublishedEntity() - Method in exception oracle.iam.platform.authopss.exception.EntityPublicationException
Getter for the faulty entity that generated this EntityPublicationException.
getFax() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getFax() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getField() - Method in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
getField(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get a target field definition
getField(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get a target field definition
getFieldId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
getFieldId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
getFieldLength() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getFieldMap() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get the attribute map
getFieldName() - Method in class com.thortech.xl.gc.vo.designtime.SourceValue
This method returns the name of the field if it is the source.
getFieldName() - Method in class oracle.iam.reconciliation.config.vo.OIMAttribute
 
getFields() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get all the target field definitions
getFields() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get all the target field definitions
getFieldsData() - Method in class com.thortech.xl.gc.vo.runtime.OIMOperation
This method returns relevant modified data
getFieldType() - Method in class oracle.iam.reconciliation.config.vo.OIMAttribute
 
getFieldValues(String) - Method in interface Thor.API.Operations.GCOperationsIntf
This API returns the column names of a table that will be used in a lookup query associated to a lookup field
getFifthReminderEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getFifthReminderInterval() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getFileList() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Retrieve list of files currently added for import
getFileList() - Method in interface Thor.API.Operations.tcImportOperationsIntf
Retrieve list of files currently added for import
getFilename() - Method in class com.thortech.xl.vo.ddm.FilePreview
 
getFilename() - Method in class com.thortech.xl.vo.ddm.RootObject
 
getFileName() - Method in class oracle.iam.scheduler.vo.ScheduledTask
Provides the file name containing schedule task definition.
getFilePreview(String, String) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Get the preview of a file.
getFilePreview(String, String) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Get the preview of a file.
getFilter() - Method in class oracle.iam.certification.vo.PaginationContext
 
getFilteredAccountAttributeValueCountByCertification(Long, String, Long, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Counts accounts and attribute values for a given search, ref.
getFilteredApplicationInstanceCountByCertification(Long, String, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Counts instances of IDCApplicationInstance objects for a given search, ref.
getFilteredResources(List, Integer) - Method in interface oracle.iam.oimcommon.api.ResourceService
filters out given resources based on a given item risk value.
getFilteredRoleCountByCertification(Long, String, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
returns filtered role count in a role certification within a certification task.
getFilteredUserCountByCertification(Long, String, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
gets count of users in a task for user certification.
getFinalReviewPercentComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getFirstArgument() - Method in class oracle.iam.catalog.vo.CatalogSearchCriteria
 
getFirstArgument() - Method in class oracle.iam.platform.entitymgr.vo.SearchCriteria
Returns the first argument value in the criteria.
getFirstIndex() - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
 
getFirstName() - Method in class com.thortech.xl.vo.User
 
getFirstName() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getFirstName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getFirstName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getFirstName() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getFirstName() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the first name specified for the user.
getFirstName() - Method in class oracle.iam.oimcommon.vo.User
Gets the first name of the user
getFirstName() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the user first name
getFirstPage(int, String) - Method in interface com.thortech.xl.gc.spi.ReconTransportProvider
If reconciliation is configured to be paged, then this method fetches the first page of data.
getFirstReminderEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getFirstReminderInterval() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getFKRefAttribute() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Get the schema attribute this foreign key is referencing
getFKRefEntityType() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Get the schema entity type this foreign key is referencing
getFlatAccountAttributeList() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getFlatAccountAttributeList() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getFlatPolicyAttributeList() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getFldKey() - Method in class oracle.iam.provisioning.vo.FormField
This method gets the primary key of the form field (SDC_KEY).
getFontSize() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getForm() - Method in class oracle.iam.reconciliation.config.vo.Form
 
getForm() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
getFormData() - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Returns all the data set for the parent form
getFormData() - Method in class com.thortech.xl.vo.ProvisioningData
 
getFormData() - Method in class com.thortech.xl.vo.UDFormData
Returns all the data set for the parent form
getFormDataItem(String) - Method in class com.thortech.xl.vo.ProvisioningData
Gets a specific item from the
getFormDefinitionKey() - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Returns the key of the form definition for which data is specified
getFormDefinitionKey() - Method in class com.thortech.xl.vo.UDFormData
Returns the key of the form definition for which data is specified
getFormField(String) - Method in class oracle.iam.provisioning.vo.FormInfo
This method gets the specific form field details provided a form field name.
getFormFieldKey() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the form field key associated to Entitlement (SDC_KEY).
getFormFieldLookupValues(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns a list of lookup values (in the form of a tcResultSet) t
getFormFieldPropertyValue(long, String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Gets the value of the specified property of the specified form's field
getFormFields() - Method in class oracle.iam.provisioning.vo.FormInfo
This method gets the form fields of this process form.
getFormFields(long, int) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns information about the user-defined and system fields of a specified form (in the form of a tcResultSet).
getFormFields(String, int) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns information about the user-defined and system fields of a specified form (in the form of a tcResultSet).
getFormFieldsAttestation(long, long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns information about the user-defined and system fields of a specified form (in the form of a tcResultSet).
getFormFieldTypes() - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns a list of form field types defined in the Xellerate system.
getFormKey() - Method in class com.thortech.xl.vo.ProvisioningData
 
getFormKey() - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
getFormKey() - Method in class oracle.iam.provisioning.vo.AccountData
This method returns process form key (SDK_KEY) of an account.
getFormKey() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the Form Key associated to the Entitltment (SDK_KEY).
getFormKey() - Method in class oracle.iam.provisioning.vo.FormInfo
This method gets the primary key of the form (SDK_KEY).
getFormName() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns Oracle Identity Manager child process form name for this attribute, if multi-valued
getFormName() - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Returns the name of the form for which data is specified
getFormName() - Method in class com.thortech.xl.vo.UDFormData
Returns the name of the form for which data is specified
getFormName() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the form name to Entitlement (SDK_NAME).
getForms() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Method to get all the available forms in the system
getFormType() - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Returns the type of the form for which data is specified
getFormType() - Method in class com.thortech.xl.vo.UDFormData
Returns the type of the form for which data is specified
getFormVersion() - Method in class com.thortech.xl.vo.UDFormData
Parent from version
getFormVersions(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns version information about the specified form (in the form of a tcResultSet).
getFourthReminderEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getFourthReminderInterval() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getFrequencyType() - Method in class com.thortech.xl.vo.Taskdetails
 
getFrequencyType() - Method in class oracle.iam.scheduler.vo.Trigger
Provides trigger execution frequency type.
getFromAddress() - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Returns the From Address
getFromProvision(String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Returns the From Address for the email definition and task instance key passed
getFromRequest(String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Deprecated. Not recomended to use from 11gR1 onwards.
getFulFillMentRole() - Method in class oracle.iam.catalog.vo.Catalog
 
getFulFillMentRoleDisplayName() - Method in class oracle.iam.catalog.vo.Catalog
 
getFulFillMentUser() - Method in class oracle.iam.catalog.vo.Catalog
 
getFulFillMentUserDisplayName() - Method in class oracle.iam.catalog.vo.Catalog
 
getFulFillMentUserEmail() - Method in class oracle.iam.catalog.vo.Catalog
 
getFulFillMentUserFirstName() - Method in class oracle.iam.catalog.vo.Catalog
 
getFulFillMentUserLastName() - Method in class oracle.iam.catalog.vo.Catalog
 
getFulFillMentUserLogin() - Method in class oracle.iam.catalog.vo.Catalog
 
getFullFillmentUserLogin() - Method in class oracle.iam.catalog.vo.Catalog
 
getFullName() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getFullName() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getFullName() - Method in class oracle.iam.oimcommon.vo.User
 
getFullReconJobName() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getGeneratedAttribute(Form, boolean) - Method in class oracle.iam.reconciliation.config.vo.Form
List of attributes used for internal processing/configuration of reconciliation for a particular connector.
getGeneratedTasks() - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Returns the list of tasks that are generated by the response.
getGenerationalQualifier() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getGenerationQualifier() - Method in class oracle.iam.certification.vo.IDCUser
 
getGenerationQualifier() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the generation qualifier of the user created within the LDAP system.
getGenerationQualifier() - Method in class oracle.iam.oimcommon.vo.User
 
getGlobalAdminRoles() - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns a list of admin roles which can only be assigned in scope of Top organization.
getGlobalAdminRoles() - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns a list of admin roles which can only be assigned in scope of Top organization.
getGlobalUserIds() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getGlossary() - Method in class oracle.iam.certification.vo.IDCAttribute
 
getGlossaryComments() - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
getGlossaryDefinition() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getGlossaryDefinition() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getGlossaryDefinition() - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
getGlossaryDefinition() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getGlossaryDefinition() - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
getGlossaryDefinition() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getGlossaryDefinition() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getGlossaryDefinition() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getGlossaryDefinition() - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
getGlossaryDescription() - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
getGlossaryShortDescription() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getGlossaryShortDescription() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getGlossaryShortDescription() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getGlossaryShortDescription() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getGlossaryShortDescription() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getGlossaryShortDescription() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getGlossaryShortDescription() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getGrantEndTime() - Method in class oracle.iam.provisioning.vo.Grant
 
getGrantInformation() - Method in class oracle.iam.provisioning.vo.Account
 
getGrantInformation() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getGrantMechanism() - Method in class oracle.iam.provisioning.vo.Grant
 
getGrantMechanismDetails() - Method in class oracle.iam.provisioning.vo.Grant
 
getGrantorID() - Method in class oracle.iam.provisioning.vo.Grant
 
getGrantStartTime() - Method in class oracle.iam.provisioning.vo.Grant
 
getGrantTime() - Method in class oracle.iam.provisioning.vo.Grant
 
getGroovyExpression() - Method in class oracle.iam.policyengine.vo.Policy
 
getGroovyExpression() - Method in class oracle.iam.policyengine.vo.ReturnValue
 
getGroovyExpression() - Method in class oracle.iam.policyengine.vo.Rule
 
getGrouping() - Method in class oracle.iam.grc.sod.scomp.impl.oaacg.vo.ConflictDetails
 
getGroupKey() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the Key of the Group defined as an assignee
getGroupName() - Method in class com.thortech.xl.vo.Group
 
getGroupName() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the name of the group defined as an assignee
getGroups(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Gets a list of all the groups the user is a member of.
getGroups(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Gets a list of all the groups the user is a member of.
getGUID() - Method in class oracle.iam.reconciliation.vo.Role
Gets the GUID of the role
getHasHighRiskEntitlement() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getHasHighRiskEntitlement() - Method in class oracle.iam.oimcommon.vo.User
 
getHasHighRiskLastCert() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getHasHighRiskOpenSod() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getHasHighRiskProvMeth() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getHasHighRiskProvMeth() - Method in class oracle.iam.oimcommon.vo.User
 
getHasHighRiskResource() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getHasHighRiskResource() - Method in class oracle.iam.oimcommon.vo.User
 
getHasHighRiskRole() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getHasHighRiskRole() - Method in class oracle.iam.oimcommon.vo.User
 
getHasHighRiskSod() - Method in class oracle.iam.oimcommon.vo.User
 
getHashMap() - Method in class oracle.iam.platform.kernel.vo.MutableEntity
 
getHashtable() - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
return hashtable
getHashtableFromAttributes(Attributes) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
returns a hashtable containing all the attributes
getHashtableFromVector(Vector) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
UTILITY method that returns a Hashtable object given a vector containing name-value pairs in string array format.
getHeaderDisplayValue() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
getHeaderDisplayValue() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
getHeaderPlaceHolderValue() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
getHeaderPlaceHolderValue() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
getHeaderResourceBundleKey() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
getHeaderResourceBundleKey() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
getHeight() - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
getHelpAbout() - Method in interface Thor.API.Operations.tcHelpOperationsIntf
This method returns the about information of Xellerate
getHelpMessage() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getHelpText() - Method in class oracle.iam.scheduler.vo.JobParameter
Provides job parameter's help text.
getHierarchicalData(Long, String, OIMType, String, int, int) - Method in interface oracle.iam.catalog.api.CatalogService
This is to get the hierarchical attributes or further child nodes for the catalog id , for a given xpath.
getHierarchyDepth() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getHierarchyDetails() - Method in class oracle.iam.platform.authopss.vo.AdminRolePublication
 
getHierarchyDetails() - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
getHierarchyDetails() - Method in class oracle.iam.platform.authopss.vo.EntitlementPublication
 
getHierarchyDetails() - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
getHierarchyString(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPOrganizationHierarchy
Returns the hierarchy string
getHierarchyVector(String, Vector) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
UTILITY method that constructs the hierarchy vector for an object from the Relative Distinguished Name of that object.
getHierarchyVector(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPOrganizationHierarchy
Returns the hierarchy vector
getHigherAuthCookies() - Method in class oracle.iam.passwordmgmt.vo.AutoLoginResponse
 
getHighPrivileged() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getHighPrivileged() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getHighPrivileged() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getHighPrivileged() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getHireDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getHireDate() - Method in class oracle.iam.oimcommon.vo.User
 
getHistoryKey() - Method in class oracle.iam.request.vo.RequestHistory
 
getHistoryOfJob(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Lists the detail of the runs made for the specified schedule Job
getHistoryOfJob(long) - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns the details of the jobHitory for the jobHistoryID passed as a parameter
getHmSourceAttributes() - Method in class com.thortech.xl.gc.vo.designtime.Transformation
This method returns the parameter details of the transformation
getHomeDirectory() - Method in class oracle.iam.grc.sod.vo.SILContext
 
getHomePhone() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getHomePostalAddress() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getHost() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
getHours() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Hors from the date
getIamAccountId() - Method in class oracle.iam.certification.vo.IDCAccount
 
getIamAccountId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getIamAccountId() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getIamAccountId() - Method in class oracle.iam.certification.vo.LastCertDecision
 
getIamApplicationInstanceId() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getIamAttributeValueId() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getIamAttributeValueId() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getIamAttributeValueId() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getIamAttributeValueId() - Method in class oracle.iam.certification.vo.LastCertDecision
 
getIamDomainObjectId() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getIamEndPointId() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getIamId() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getIamId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getIamPolicyId() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getIamPolicyId() - Method in class oracle.iam.certification.vo.LastCertDecision
 
getIAMRoleId() - Method in class oracle.iam.certification.vo.IDCRole
 
getIamRoleId() - Method in class oracle.iam.certification.vo.IDCRole
 
getIamRoleId() - Method in class oracle.iam.certification.vo.LastCertDecision
 
getIamUserDisplayName() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getIamUserId() - Method in class oracle.iam.certification.vo.IDCUser
 
getIamUserId() - Method in class oracle.iam.certification.vo.LastCertDecision
 
getIamUserLogin() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getIcfClass() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
getIcfOperationOptionSet() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
getIcftypeToOimtypeMap() - Static method in class oracle.iam.provisioning.vo.BasicAttribute
 
getId() - Method in class oracle.iam.catalog.vo.Catalog
Returns the catalog ID.
getId() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
getId() - Method in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
getId() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getId() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getId() - Method in class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
 
getId() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getId() - Method in class oracle.iam.certification.vo.CertificationDefinitionFilters
 
getId() - Method in class oracle.iam.certification.vo.CertificationHistory
 
getId() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getId() - Method in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
getId() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getId() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getId() - Method in class oracle.iam.certification.vo.RoleCertificationFilters
 
getId() - Method in class oracle.iam.certification.vo.UserCertificationFilters
 
getId() - Method in class oracle.iam.conf.vo.SearchResult
 
getId() - Method in class oracle.iam.conf.vo.SystemProperty
 
getId() - Method in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
getId() - Method in class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
 
getId() - Method in class oracle.iam.ida.vo.ScanRun.RUN_STATUS
 
getId() - Method in class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
 
getId() - Method in class oracle.iam.ida.vo.TaskPolicyViolation
 
getId() - Method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
getId() - Method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
getId() - Method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
getId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
getId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
 
getId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
getId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
getId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
getId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
 
getId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
getId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
 
getId() - Method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
 
getId() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
getId() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
getId() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
getId() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
getId() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the user unique identifier.
getId() - Method in class oracle.iam.notification.vo.Attachments
Provides ID of an attachment
getId() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides ID of locale template
getId() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides ID of the template
getId() - Method in class oracle.iam.notification.vo.SearchResult
Provides ID of the search result
getId() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
 
getId() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getId() - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
getId() - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Gets unique identifier
getId() - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
getId() - Method in class oracle.iam.oimcommon.vo.SdkTableColumn
 
getId() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
getId() - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
getId() - Method in interface oracle.iam.platform.authopss.api.PolicyConstants.Actions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.CommonActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.DiagnosticDashboardActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.OIMUIActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.PlatformServiceActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.PluginActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.ProvisionedByRequestActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
getId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
 
getId() - Method in class oracle.iam.platform.authopss.vo.Capability.Type
 
getID() - Method in class oracle.iam.platform.entitymgr.vo.ChildEntityModification
 
getID() - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
getId() - Method in class oracle.iam.platform.entitymgr.vo.FailedResult
 
getID() - Method in class oracle.iam.platform.kernel.vo.MutableEntity
 
getId() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the id property.
getId() - Method in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
getId() - Method in class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
 
getId() - Method in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
getId() - Method in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
getId() - Method in class oracle.iam.provisioning.api.ProvisioningConstants.Mode
 
getId() - Method in class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
 
getId() - Method in class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
 
getId() - Method in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
getId() - Method in class oracle.iam.provisioning.vo.Application
 
getId() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
getId() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
getId() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getId() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
 
getId() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
 
getId() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
 
getId() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
getId() - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
 
getId() - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
getId() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
getId() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getId() - Method in class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
 
getId() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
getId() - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
getId() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getId() - Method in class oracle.iam.scheduler.vo.JobHistory
Provides Job history instance ID.
getId() - Method in class oracle.iam.scheduler.vo.TaskSupport
 
getId() - Method in class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
 
getId() - Method in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
 
getID1() - Method in interface oracle.iam.identity.vo.Relationship
Provides a UID of the first identity.
getID1() - Method in class oracle.iam.identity.vo.RelationshipImpl
 
getId1Entity() - Method in interface oracle.iam.identity.vo.Relationship
Returns the first identity.
getId1Entity() - Method in class oracle.iam.identity.vo.RelationshipImpl
 
getID2() - Method in interface oracle.iam.identity.vo.Relationship
Provides a UID of the second identity.
getID2() - Method in class oracle.iam.identity.vo.RelationshipImpl
 
getId2Entity() - Method in interface oracle.iam.identity.vo.Relationship
Returns the second identity.
getId2Entity() - Method in class oracle.iam.identity.vo.RelationshipImpl
 
getIdcAccountAttributeAndRoleWrapper() - Method in class oracle.iam.certification.vo.IDCUserAccountAttributeAndRoleWrapper
 
getIDCApplicationInstancesByBatch(Long, String, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Retrieves IDCApplicationInstance objects
getIDCAttributes() - Method in class oracle.iam.certification.vo.IDCAccount
 
getIDCAttributes() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getIDCAttributeValues() - Method in class oracle.iam.certification.vo.IDCAttribute
 
getIDCConfiguration() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getIdcEndPoints() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getIDCEndPointUsersByBatch(Long, String, Long, PaginationContext, Map) - Method in interface oracle.iam.certification.api.CertificationService
Deprecated. use CertificationService.getIDCEndPointUsersByBatch(Long, String, Long, PaginationContext, SearchCriteria)
getIDCEndPointUsersByBatch(Long, String, Long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Returns the list of user accounts for the given entitlement definition
getIDCEntitlementsByBatch(Long, String, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
returns entitlement batch applying specified filter criteria.
getIDCRolesByBatch(Long, String, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
fetches a set of roles in a role certification.
getIdcUser() - Method in class oracle.iam.certification.vo.IDCUserAccountAttributeAndRoleWrapper
 
getIDCUserIds() - Method in interface oracle.iam.certification.vo.CertificationCreationContext.ReviewerWrapper
 
getIDCUserIdsByReviewerUser(User) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getIDCUsersByBatch(Long, String, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
gets a batch of IDC User objects within a certification task.
getIdentifyFieldRef() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
getIdentityAuditComposites(String) - Method in interface oracle.iam.ida.api.IDAConfigurationManager
Returns a map of identity audit composites
getIdentityCertification() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getIdentityStatus() - Method in class oracle.iam.certification.vo.IDCUser
 
getIdentityStatus() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getIdMDutyKeyAttrNameMap() - Method in class oracle.iam.grc.sod.vo.DataTransformationType
This method returns the Map having key attribute for different Duty Types like Duty name, Key Duty Attribute name in IdM which is used to uniquely identify the Duty in IdM Engine
getIdmId() - Method in class oracle.iam.grc.sod.vo.SILTopology
 
getIdMToSoDDutyAttrMap() - Method in class oracle.iam.grc.sod.vo.DataTransformationType
The method returns the List of Maps which have attribute mapping between IdM System duty representation and the same in SoD Engine
getIdMToSoDUserAttrMap() - Method in class oracle.iam.grc.sod.vo.DataTransformationType
This method returns the Map having attribute mapping between IdM System user representation and the same in SoD Engine
getIdMUserKeyAttrName() - Method in class oracle.iam.grc.sod.vo.DataTransformationType
This method returns Key User Attribute name in IdM which is used to uniquely identify the User in IdM Engine
getIdMvsSoDDataTransformationSComp() - Method in class oracle.iam.grc.sod.vo.SystemType
 
getIds() - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
getIds() - Method in interface oracle.iam.certification.vo.SelectionCriteria
 
getIdsFromTopology(String) - Method in interface oracle.iam.grc.sod.api.SILService
Returns a value object containing IDM System, SOD Engine and Target System Ids based on the topology name passed to it.
getIDSProfileName() - Method in interface oracle.iam.platformservice.api.PlatformService
API that tells which IDS Profile is configured in ldap mode
getImmediateChanges() - Method in class oracle.iam.platform.kernel.vo.EventResult
List of orchestrations that will be executed after the current event handler
getImplClassName() - Method in class oracle.iam.grc.sod.vo.DataTransformationType
This method returns the name of the service component implementation class for the current @seeDataTransformationType
getImplementation() - Method in class oracle.iam.scheduler.vo.TaskSupport
 
getImportMessages(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Get the import plan of selected objects.
getImportMessages() - Method in class com.thortech.xl.vo.ddm.RootObject
 
getImportMessages(Collection) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Get the import plan of selected objects.
getImportView(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Get the import view.
getImportView(Collection) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Get the import view.
getInapplicableAccountAction() - Method in class oracle.iam.provisioning.vo.Account
Deprecated.  
getIncludeActiveUsersAndAccounts() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getIncremental() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getIncrementalBaseDate() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getIncrementalBaseDate() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getIncrementalBaseDate() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getIncrementalReconJobName() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getIncrementalWithPreviousStatus() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getIndexForIDCApplicationInstance(Long, String, long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Find index in list for specified appInstId.
getIndexForIDCEntitlement(Long, String, long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Find index in list for specified entDefnId.
getIndexForIDCRole(Long, String, long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Find index in list for specified roleId.
getIndexForIDCUser(Long, String, long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Find index in list for specified userId.
getInfotype() - Method in class oracle.iam.scheduler.vo.JobHistory
Provides job history information type.
getInitials() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getInputData() - Method in class oracle.iam.reconciliation.api.FailedInputData
 
getInputType() - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
getInputType() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
getInScopeOfOrganizationCustType() - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
getInScopeOfOrganizationName() - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
getInstance() - Method in class com.thortech.xl.vo.ddm.ITResourceParameterMap
 
getInt(Object) - Static method in class oracle.iam.policyengine.vo.Util
Coerce an Object into an int primitive.
getInt(String) - Method in class oracle.iam.policyengine.vo.ValueObject
Coerce an Object into an int primitive.
getIntDayOfMonth() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Day of the Month
getIntegerAttribute(String) - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getInterEventData() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Returns a map containing data that is used between event handlers participating in this orchestration.
getInternalId() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
getIntHours() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Hours from the Date
getIntMinutes() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns Minutes from the Date
getIntMonth() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Month of the year
getIntSeconds() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns Seconds from the Date
getIntYear() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Year
getInvalidProfile() - Method in exception oracle.iam.reconciliation.exception.ConfigException
 
getIsHierarchical() - Method in class oracle.iam.certification.vo.base.BaseCatalog
 
getIssueID() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getIssuePath() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getIsSynch() - Method in class oracle.iam.grc.sod.vo.SystemType
 
getITAssetKey(tcDataProvider, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that given an Asset Type and Asset Name, returns the Asset Instance Key
getITAssetProperties(tcDataProvider, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that given an Asset Name, returns the Asset Properties in a Hashtable
getITAssetProperty() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getITAssetType() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getItemRisk() - Method in class oracle.iam.catalog.vo.Catalog
 
getItemRisk() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getItemRisk() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getItemRisk() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getItemRisk() - Method in class oracle.iam.certification.vo.IDCAccount
 
getItemRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getItemRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getItemRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getItemRisk() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getItemRisk() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getItemRisk() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getItemRisk() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getItemRisk() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getItemRisk() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getItemRisk() - Method in class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
Gets risk-level of this account, in and of itself.
getItemRisk() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getItemRisk() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getItemRisk() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getItemRisk() - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
getItemRisk() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Gets risk-level of this account, in and of itself.
getItemRisk() - Method in class oracle.iam.provisioning.vo.RiskSummary
 
getItemRiskByEntityId(Long) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getItemType() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getITResourceDefinition(Map) - Method in interface Thor.API.Operations.tcITResourceDefinitionOperationsIntf
Returns the IT Resource definition(s) that match the provided attribute list.
getITResourceDefinitionKey() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getITResourceDefinitionParameters(long) - Method in interface Thor.API.Operations.tcITResourceDefinitionOperationsIntf
Returns the IT Resource parameter(s) for the specified IT Resource definition.
getItResourceDefKey() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getItResourceDefName() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getItResourceDefPropertyKey() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getItResourceDefPropertyName() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getITResourceInstanceParameters(long) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Returns the parameter names and values of the specified IT Resource instance depending on the permissions available to the groups the calling user belongs.
getITResourceInstances(String) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Returns the IT Resource instances for a given IT Resource type.
getItResourceKey() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getItResourceKey() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to get the ITResource key (APP_INSTANCE.ITRESOURCE_KEY) associated with ApplicationInstance.
getItResourceKey() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the ITResource Key associated to the Entitltment (SVR_KEY).
getItResourceName() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getItResourceName() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to get the ITResource name (SVR.SVR_NAME) for ITResource associated with ApplicationInstance.
getITResourceParameterMap() - Method in class com.thortech.xl.vo.ddm.ITResourceTypeMap
 
getITResourceServerType(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns the ITResourceServerType from the specified form's field
getItresourceType() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the itresourceType property.
getItResourceTypeId() - Method in class oracle.iam.certification.vo.IDCAccount
 
getItResourceTypeId() - Method in class oracle.iam.oimcommon.vo.Account
 
getItResourceTypeName() - Method in class oracle.iam.certification.vo.IDCAccount
 
getItResourceTypeName() - Method in class oracle.iam.oimcommon.vo.Account
 
getJava() - Method in class oracle.iam.request.model.vo.ExecutionUnit
Gets the value of the java property.
getJobCode() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getJobCode() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getJobCode() - Method in class oracle.iam.oimcommon.vo.User
Gets the job code of the user
getJobCodes() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getJobDetail(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns the JobDetail for the specified job
getJobDetails(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Searches the jobs with the specified search criteria.Wild card characters can be specified as the search criteria
getJobEndTime() - Method in class oracle.iam.scheduler.vo.JobHistory
Provides Job end time.
getJobHistory() - Method in class oracle.iam.scheduler.vo.SearchResult
Provides Job history object of a schedule job.
getJobID() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
getJobLastEndTime() - Method in class com.thortech.xl.vo.Taskdetails
 
getJobLastStartTime() - Method in class com.thortech.xl.vo.Taskdetails
 
getJobListener() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides schedule job listener.
getJobName() - Method in class oracle.iam.scheduler.vo.JobHistory
Provides job name.
getJobName() - Method in class oracle.iam.scheduler.vo.Trigger
Provides Schedule job Name to which this trigger is associated.
getJobParameter(long, String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Deprecated.  
getJobParameter(String, String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Deprecated.  
getJobParameters(String, String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Deprecated.  
getJobs(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Searches the job with the specified name.Wild card characters can be specified as the search criteria
getJobScheduleType() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides Schedule job's scheduling type.
getJobsOfSchedulerTask(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns a list of the Job Details for all the jobs for the specified Task
getJobStartTime() - Method in class oracle.iam.scheduler.vo.JobHistory
Provides job start time.
getJustification() - Method in interface oracle.iam.request.vo.Request
Gets the justification of this request
getJustification() - Method in class oracle.iam.request.vo.RequestData
Gets the justification for creating this request
getKernel() - Method in class oracle.iam.request.model.vo.ExecutionUnit
Gets the value of the kernel property.
getKey() - Method in class com.thortech.xl.vo.Group
 
getKey() - Method in class com.thortech.xl.vo.Operation
 
getKey() - Method in class com.thortech.xl.vo.User
 
getKey() - Method in class com.thortech.xl.vo.workflow.Adapter
 
getKey() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getKey() - Method in class com.thortech.xl.vo.workflow.EmailNotification
Returns the Email Notification Definition Key (MEV_KEY)
getKey() - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Returns the Key of the Response Definition
getKey() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the Key of the Assignment Definition
getKey() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the Definition Key of the task
getKey() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getKey() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the Workflow Definition Key.
getKey() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getKey() - Method in class oracle.iam.catalog.vo.Result
 
getKey() - Method in class oracle.iam.reconciliation.vo.Organization
 
getKey() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
getKey() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
getKeyField() - Method in class com.thortech.xl.gc.vo.designtime.TargetAttribute
This method returns the value of the key field information for this attribute, associated to reconciliation.
getKeyFields() - Method in class oracle.iam.reconciliation.vo.Account
 
getKeyFlds() - Method in class oracle.iam.reconciliation.vo.Account
 
getKlass() - Method in class oracle.iam.catalog.vo.MetaDataDefinition.Type
 
getLabel() - Method in class oracle.iam.certification.vo.IDCAttribute
 
getLabel() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
getLabel() - Method in class oracle.iam.provisioning.vo.FormField
This method gets the label of the form field (SDC_LABEL).
getLastAction() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getLastAction() - Method in class oracle.iam.ida.vo.ActionHistory
 
getLastCertificationDate() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCAccount
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCRole
 
getLastCertificationDecision() - Method in class oracle.iam.certification.vo.IDCRoleUser
 
getLastCertificationDecision() - Method in class oracle.iam.oimcommon.vo.Account
Gets the most recent certification-decision (within the same type of Certification) for this Account.
getLastCertificationDecision() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getLastCertificationDecision() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getLastCertificationDecision() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getLastCertificationDecision() - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
getLastCertificationDecision() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Gets the most recent certification-decision (within the same type of Certification) for this Account.
getLastCertificationDecision() - Method in class oracle.iam.provisioning.vo.RiskSummary
 
getLastCertificationRisk() - Method in class oracle.iam.oimcommon.vo.Account
Gets the risk associated with the most recent certification-decision (within the same type of Certification) for this Account.
getLastCertificationRisk() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getLastCertificationRisk() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getLastCertificationRisk() - Method in class oracle.iam.provisioning.vo.RiskSummary
 
getLastCertificationStatusAbstain() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getLastCertificationStatusCertified() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getLastCertificationStatusExceptionAllowed() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getLastCertificationStatusNeverCertified() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getLastCertificationStatusRevoked() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getLastCertRisk() - Method in class oracle.iam.certification.vo.IDCAccount
 
getLastCertRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getLastCertRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getLastCertRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getLastCertRisk() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getLastCertRisk() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getLastCertRisk() - Method in class oracle.iam.certification.vo.IDCRole
 
getLastCertRisk() - Method in class oracle.iam.certification.vo.IDCRoleUser
 
getLastCertRisk() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Gets risk associated with lastCertDecision
getLastDecision() - Method in class oracle.iam.certification.vo.LastCertDecision
 
getLastDetectedDate() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getLastHistoryOfJob(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns the details of the last job run for the Job specified
getLastIndex() - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
 
getLastModificationDate() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getLastModifiedDate() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getLastModifyDate() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides the last modification date of schedule job.
getLastModifyDate() - Method in class oracle.iam.scheduler.vo.Trigger
Provides last modify date of trigger.
getLastName() - Method in class com.thortech.xl.vo.User
 
getLastName() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getLastName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getLastName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getLastName() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getLastName() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the last name specified for the user.
getLastName() - Method in class oracle.iam.oimcommon.vo.User
Gets the last name of the user
getLastName() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the last name of the user
getLastReviewerId() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getLastReviewerTaskUid() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getLastRevokeDate() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getLastupdated() - Method in class oracle.iam.notification.vo.Attachments
Provides date of last update done against an attachment
getLastupdated() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides Date of last update done against a template in a locale
getLastupdated() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides timestamp of the last update done in the template
getLastUpdatedTimestamp() - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated. Returns the last updated timestamp of the template.
getLastuser() - Method in class oracle.iam.notification.vo.Attachments
Provides UserID of an user who has made last update on an attachment
getLastuser() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides UserID of an user who has made last update on a template in a locale
getLastuser() - Method in class oracle.iam.notification.vo.NotificationTemplate
Gets the last user who updated the template
getLatestVersion() - Method in class oracle.iam.provisioning.vo.FormInfo
This method gets the latest version of the process form (SDK_LATEST_VERSION).
getLdapDN() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getLdapDN() - Method in class oracle.iam.reconciliation.vo.Role
Get the Distinguished Name of the role
getLdapGUID() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getLdapOrganization() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getLdapOrganizationUnit() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getLength() - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Get the length of the attribute
getLength() - Method in class oracle.iam.provisioning.vo.FormField
This method gets the length of the form field.
getLength() - Method in class oracle.iam.reconciliation.config.vo.StagingField
 
getLength() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the length property.
getLength() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the length property.
getLevel() - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
getLineItemActionHistory(Long, String, Long) - Method in interface oracle.iam.certification.api.CertificationService
retrieves action history for a line item.
getLineItemDetailActionHistory(Long, String, Long, Long, int) - Method in interface oracle.iam.certification.api.CertificationService
Deprecated. use CertificationService.getLineItemDetailActionHistory(Long, String, Long, Long, CertificationConstants.EntityType)
getLineItemDetailActionHistory(Long, String, Long, Long, CertificationConstants.EntityType) - Method in interface oracle.iam.certification.api.CertificationService
returns action history for a line item detail (using line item and line item detail entity ids)
getLinkedAccountForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the linked account for the specified event
getLinkedOrgForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the linked organization for the specified event
getLinkedRoleForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the linked role for the specified event
getLinkedRoleHierarchyForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Fetches the Role Hierarchy currently linked to the given Event
getLinkedRoleMemberForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the linked role member for the specified event
getLinkedUserForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the linked user for the specified event
getLinkSource() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the source of the Linking, if the Event is linked.
getList(String) - Method in class oracle.iam.policyengine.vo.ValueObject
 
getListedNotificationProviders() - Method in interface oracle.iam.notification.api.NotificationService
Get all the notification providers
getListenerName() - Method in class oracle.iam.certification.vo.CertRequired
 
getListenerName() - Method in class oracle.iam.certification.vo.EventListener
 
getListOfStrings(String) - Method in class oracle.iam.policyengine.vo.ValueObject
 
getListOfUDFAttributes(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Returns the UDF details for User and Catalog
getListOfUsers(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list of users (in the form of a tcResultSet) that are in the specified organization
getLiteralValue() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getLkuKey() - Method in class oracle.iam.conf.vo.SystemProperty
 
getLkuKey() - Method in class oracle.iam.conf.vo.SystemPropertyAllowedValue
 
getLkvDecoded() - Method in class oracle.iam.conf.vo.SystemPropertyAllowedValue
 
getLkvEncoded() - Method in class oracle.iam.conf.vo.SystemPropertyAllowedValue
 
getLkvKey() - Method in class oracle.iam.conf.vo.SystemPropertyAllowedValue
 
getLoc() - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
getLocal(String) - Method in class oracle.iam.policyengine.vo.ValueObject
Retrieve value by key, using alias for key if one exists
getLocale() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getLocale() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the Locale set for the user.
getLocale() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides locale of template
getLocale() - Method in class oracle.iam.notification.vo.SearchResult
Provides locale of search result template
getLocale() - Method in class oracle.iam.oimcommon.vo.User
 
getLocaleValues() - Method in class oracle.iam.reconciliation.vo.MlsAttribute
Gets all the Locale values of this MLS Attribute.
getLocalityName() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getLocalizedConnectorInfo(ConnectorInfo) - Method in interface oracle.iam.provisioning.api.ConnectorInfoService
Returns the localized connector details for a specific connector
getLocalizedDisplayName() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getLocalizedHelpMessage() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getLocalizedMessage() - Method in class oracle.iam.exception.OIMError
 
getLocalizedMessage() - Method in exception oracle.iam.exception.OIMServiceException
 
getLocalizedMessage() - Method in exception oracle.iam.platform.utils.SuperRuntimeException
 
getLocalizedMessage(String, Exception, Object[]) - Method in interface oracle.iam.platformservice.api.PlatformService
Returns a localized message for the error code contained in the Exception
getLocalizedMessage(List, Exception, Object[]) - Method in interface oracle.iam.platformservice.api.PlatformService
Returns a localized message for the error code contained in the Exception
getLocalizedMessages() - Method in exception oracle.iam.platform.utils.SuperRuntimeException
Gets localized messages associated with the super runtime exception and all of the causes.
getLocaltemplate() - Method in class oracle.iam.notification.vo.Attachments
Provides an object of Local template to which this attachment belongs
getLocaltemplateCollection() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides a map of all locales associated with the template and their corresponding parameters
getLocation() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getLocation() - Method in class oracle.iam.oimcommon.vo.User
 
getLockAcquiredAt() - Method in class com.thortech.xl.vo.ddm.LockOwner
 
getLockedOn() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getLockedReason() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
getLockoutDuration() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the lockout period to set.
getLogicalType() - Method in class com.thortech.xl.vo.ddm.RootObject
 
getLogin() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the login information of the user.
getLoginAttemptsCounter() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the number of login attempts made by the user.
getLoginFullName(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets a string computed by concatenating the Login ID and Full Name of the user who's ID is provided as parameter.
getLoginID() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the user login ID
getLoginTimeout() - Method in class oracle.iam.platform.utils.vo.OIMDataSource
 
getLogWriter() - Method in class oracle.iam.platform.utils.vo.OIMDataSource
 
getLong(String) - Method in class oracle.iam.policyengine.vo.ValueObject
Coerce an Object value into a long primitive.
getLongAttribute(String) - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getLongmessage() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides Templates's message body in given locale
getLongMessage() - Method in class oracle.iam.notification.vo.MessageContent
Provides Notification message's body
getLookupCode() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the lookupCode property.
getLookupCode() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the lookupCode property.
getLookupCodeForColumn(String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup code of the lookup assigned to the specified column/field
getLookupMap() - Method in class com.thortech.xl.gc.vo.designtime.TargetAttribute
 
getLookupPropertyType(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns the property type of the specified form field.
getLookupQuery() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the lookupQuery property.
getLookupQuery() - Method in class oracle.iam.request.dataset.vo.LookupQuery
Gets the value of the lookupQuery property.
getLookupQueryString() - Method in class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
 
getLookupValueKey() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the Lookup value Key associated to the Entitltment (LKV_KEY).
getLookupValues() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the lookupValues property.
getLookupValues() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the lookupValues property.
getLookupValues(String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the specified lookup
getLookupValues(String, int, int) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the specified lookup
getLookupValues(String, Map) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the specified lookup
getLookupValues(String, Map, Locale) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values with localize value of the specified lookup.
getLookupValues(String, Map, int, int, Locale) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the specified lookup
getLookupValuesForColumn(String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the lookup assigned to the specified column/field
getLookupValuesForColumn(String, Map) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the lookup assigned to the specified column/field
getLookupValuesForColumn(String, Map, long, ProvisioningData) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the lookup assigned to the specified column/field
getLookupValuesForColumn(String, Map, long) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the lookup assigned to the specified column/field
getLookupValuesForColumn(String, Map, ProvisioningData) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the lookup assigned to the specified column/field
getLookupValuesForEncoded(String, String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Gets the lookup values of the lookup assigned to the specified column/field
getLowestPriority() - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns the lowest priority number of all the policies in the system.
getM() - Method in class oracle.iam.policyengine.vo.conditions.EvalList
 
getMainEntitlementKeys() - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
getMainReviewerId() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getMainRoleKey() - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
getManager() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getManager() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getManager() - Method in class Thor.API.Base.tcBaseUtility.Entities
 
getManagerChainScopeObligation() - Method in class oracle.iam.platform.entitymgr.vo.SearchObligation
 
getManagerEmailID() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the email ID of the user's manager
getManagerId() - Method in class oracle.iam.certification.vo.IDCUser
 
getManagerId() - Method in class oracle.iam.oimcommon.vo.User
Gets unique identifier for the user's manager
getManagerIdUsernameMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getManagerKey() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the entity id of the user's manager.
getManagerKey() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the ID/key of the user's manager
getManagerLevel() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getManagerLoginID() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the user login of the user's manager
getManagerSearchObligation() - Method in class oracle.iam.platform.entitymgr.vo.SearchObligation
 
getManuallyLocked() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getManuallyLocked() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets if the user account is manually locked.
getMap(tcMapping[]) - Static method in class Thor.API.Base.tcBaseUtility
Creates a Map object from the provided array of tcMapping objects.
getMappedAttributes() - Method in class oracle.iam.reconciliation.config.vo.Form
 
getMappedColumnCodeFromEntityAttr() - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationEntityAttributeMapping
Returns OIM 9.2 attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).
getMappedColumnCodeFromEntityAttr() - Method in interface oracle.iam.identity.usermgmt.api.UserEntityAttributeMapping
This Method will return the map of User attributes mapped with 9.1 attributes.
getMapping(Map) - Static method in class Thor.API.Base.tcBaseUtility
Creates a tcMapping array from the provided Map.
getMappingEntityAttrAndColumnCode() - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationEntityAttributeMapping
Returns OIM 9.1 attributes mapped to OIM 9.2 attributes.
getMappingEntityAttrAndColumnCode() - Method in interface oracle.iam.identity.usermgmt.api.UserEntityAttributeMapping
This method getMappingEntityAttrAndColumnCode will return the map of 9.1 attribute mapped with User attribute.
getMappingQualifier() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getMapTo() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getMapTo() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getMapUserDefinedField() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getMapValue() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getMatchedAccountsForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the list of matched acounts for a specific event
getMatchedOrgsForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the list of Organizations that match the given Event.
getMatchedRoleHierarchiesForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the list of Role Hierarchies that match the given Event.
getMatchedRoleMembersForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns a list of Role Memberss that match the Event which ID is given.
getMatchedRolesForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns a list of Roles that match the Event which ID is given.
getMatchedUsersForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns a list of Users that match the Event which ID is given.
getMatchingRule() - Method in class oracle.iam.reconciliation.config.vo.Form
 
getMatchingRule() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
getMaxEvents() - Method in class oracle.iam.certification.vo.EventListener
 
getMaxIdle() - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
getMaxIncorrectAttempts() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
getMaxLength() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
getMaxLength() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the maximum length of the password
getMaxObjects() - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
getMaxRepeatedChars() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the maximum number of characters that can be repeated in the password
getMaxRetries() - Method in class com.thortech.xl.vo.Taskdetails
 
getMaxSpecialChars() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the maximum special characters allowed in the password
getMaxStringValueFromPatternMatch(String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCOperations
Retrieves the maximum value within a group of results that match a specified as psBeforeWildCard%psAfterWildCard.
getMaxUnicodeChars() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the maximum unicode characters allowed in the password
getMaxWait() - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
getMDSInstance() - Static method in class oracle.iam.platform.Platform
Returns the MDS Instance that can be used to retrieve component specific metadata
getMdsPath() - Method in class oracle.iam.scheduler.vo.ScheduledTask
Provides MDS path in which file containing schedule task definition is seeded.
getMemberDuties() - Method in class oracle.iam.grc.sod.vo.RuleElement
 
getMemberGroups(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the groups that are a member of this group by direct inclusion.
getMembershipRule() - Method in class oracle.iam.platform.authopss.vo.AdminRole
Gets the membership rule for the admin role.
getMemberUserIds() - Method in class oracle.iam.oimcommon.vo.Organization
Gets list of Users (unique Ids) who are members of the Organization Returns a copy.
getMemberUserIds() - Method in class oracle.iam.oimcommon.vo.Role
Gets list of Users (unique Ids) who are members of the Role Returns a copy.
getMemberUsers(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the users that are a member of this group by direct inclusion.
getMemRuleScopes() - Method in class oracle.iam.platform.authopss.vo.AdminRole
 
getMenuList(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
getMenuListForSelf() - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
getMessage() - Method in exception com.thortech.xl.gc.exception.ProviderException
Returns the error message associated with API exception
getMessage() - Method in exception com.thortech.xl.gc.exception.ProvisioningFormatException
Returns the error message associated with API exception
getMessage() - Method in exception com.thortech.xl.gc.exception.ProvisioningTransportException
Returns the error message associated with API exception
getMessage() - Method in exception com.thortech.xl.gc.exception.ReconciliationFormatException
Returns the error message associated with API exception
getMessage() - Method in exception com.thortech.xl.gc.exception.ReconciliationTransportException
Returns the error message associated with API exception
getMessage() - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
getMessage() - Method in class oracle.iam.catalog.vo.Result
 
getMessage() - Method in exception oracle.iam.grc.sod.exception.SILAPIException
Returns the error message associated with API exception
getMessage() - Method in exception oracle.iam.grc.sod.exception.SILDBException
Returns the error message associated with API exception
getMessage() - Method in exception oracle.iam.grc.sod.exception.SILException
Returns the error message associated with API exception
getMessage() - Method in exception oracle.iam.grc.sod.exception.SILInfrastructureException
Returns the error message associated with API exception
getMessage() - Method in exception oracle.iam.grc.sod.exception.SILRegistrationException
Returns the error message associated with API exception
getMessage() - Method in exception oracle.iam.grc.sod.exception.SILSecurityException
Returns the error message associated with API exception
getMessage() - Method in exception oracle.iam.grc.sod.exception.SILServiceComponentException
Returns the error message associated with API exception
getMessage() - Method in exception oracle.iam.grc.sod.exception.SILTopologyException
Returns the error message associated with API exception
getMessage() - Method in exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
Returns the error message associated with SoDEngineConnectionException
getMessage() - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
getMessage() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
getMessage() - Method in exception oracle.iam.notification.exception.NotificationProviderException
Provides the detail message of this exception
getMessage() - Method in exception oracle.iam.passwordmgmt.exception.IdentityPasswordException
 
getMessage() - Method in exception Thor.API.Exceptions.tcAPIException
Returns the error message associated with API exception
getMessageID() - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
getMessages() - Method in exception oracle.iam.platform.utils.SuperRuntimeException
Gets messages associated with the super runtime exception and all of the causes.
getMessagesAsString(String) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getMetadata() - Method in interface com.thortech.xl.gc.spi.ReconTransportProvider
This method fetches the metadata definition of identity accounts, from the target system.
getMetadata() - Method in class oracle.iam.catalog.vo.Catalog
MetaData
getMetadata() - Method in class oracle.iam.grc.sod.vo.LookupResultSet
 
getMetaDataDefinition(String) - Method in interface oracle.iam.catalog.api.CatalogService
To get the catalog meta data on the basis of name.
getMetaDataDefinition() - Method in class oracle.iam.catalog.vo.MetaData
This wil give the information for the metadata definition MetaDataDefinition
getMetadataForAttributeName(String) - Static method in class oracle.iam.catalog.vo.Catalog
 
getMetadataForCatalogItem() - Method in interface oracle.iam.catalog.api.MetaDataDefinitionManager
To get what all metadata has been associated with Catalog items.
getMethod() - Method in class com.thortech.xl.vo.Taskdetails
 
getMethod() - Method in class oracle.iam.request.model.vo.Java
Gets the value of the method property.
getMethod() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides the method name to be called in schedule task implementation class while executing schedule job.
getMethodology() - Method in class oracle.iam.request.model.vo.Approval
Gets the value of the methodology property.
getMethodologyParams() - Method in class oracle.iam.request.model.vo.Approval
Gets the value of the methodologyParams property.
getMiddleName() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getMiddleName() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getMiddleName() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the middle name specified for the user.
getMiddleName() - Method in class oracle.iam.oimcommon.vo.User
Gets the middle name of the user
getMinAlphabets() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum alphabets allowed in the password
getMinAlphaNumerals() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum alpha-numeric characters allowed in the password
getMinEvictableIdleTime() - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
getMinIdle() - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
getMinimalAccountDetails(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns an Account value object corresponding to the specified account ID.
getMinLength() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum length of the password
getMinLowerCase() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum lower case characters allowed in the password
getMinNumerals() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum numerals allowed in the password
getMinPasswordAgeInDays() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum age of the password as number of days
getMinSpecialChars() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum special characters allowed in the password
getMinUnicodeChars() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum unicode characters allowed in the password
getMinUniqueChars() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum unique characters allowed in the password
getMinUpperCase() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum upper case characters allowed in the password
getMinutes() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns Minutes from the Date
getMissingAccounts(String, Set) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
This API retrieves all USER or ACCOUNT keys from OIM and compares them with the keys present in the set returned by the provideDeletionDetectionData method.
getMissingAccounts(String, Set, Map) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Takes ids of the data that exist in target system and OIM and returns the extra data found in OIM but not present in Target System.
getMissingAccounts(String, Set) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
getMissingAccounts(String, Set, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.getMissingAccounts(String, Set, Map)
getMissingDependencies(Collection, String) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Return list of missing dependencies.
getMissingDependencies(Collection, String) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Return list of missing dependencies.
getMLSAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all the MLS attribute names
getMlsAttributes() - Method in class oracle.iam.reconciliation.vo.ReconEventData
 
getMlsMap() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
getMlsMap() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getMlsOimTable() - Method in class oracle.iam.reconciliation.config.vo.Form
 
getMlsStagingTable() - Method in class oracle.iam.reconciliation.config.vo.Form
 
getMlsTargetAttributes() - Method in class oracle.iam.reconciliation.config.vo.Form
 
getMlsValue(String) - Method in class oracle.iam.reconciliation.vo.MlsAttribute
Returns the value of the attribute in the specified Locale.
getMobile() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getMobile() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getModel(String) - Method in interface oracle.iam.request.api.RequestService
Gets the Request Model object for the specified model name
getModel(String) - Method in interface oracle.iam.request.api.UnauthenticatedRequestService
Get the request model given model name
getModelForTemplate(String) - Method in interface oracle.iam.request.api.RequestService
Deprecated. 
getModelName() - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
getModelNames() - Method in interface oracle.iam.request.api.RequestService
Gets all the non-deprecated request model names available in the system
getModelNames(String) - Method in interface oracle.iam.request.api.RequestService
Gets all the request model names that matches the specified search pattern.
getModifications() - Method in class oracle.iam.request.vo.RequestHistory
 
getModificationsVo() - Method in class oracle.iam.request.vo.RequestHistory
 
getModificationType() - Method in class oracle.iam.request.vo.RequestHistory
 
getModifiedBy() - Method in class oracle.iam.request.vo.RequestHistory
 
getModifiedName() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
getModifiedOn() - Method in class oracle.iam.request.vo.RequestHistory
 
getModifiedOn() - Method in class oracle.iam.request.vo.RequestStatusSummary
 
getModifiedRecord() - Method in class oracle.iam.request.history.jaxb.ChildRecord
Gets the value of the modifiedRecord property.
getModifyDate() - Method in class oracle.iam.certification.vo.base.BaseAccount
Get last modification date.
getMonth() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Month of the Year
getMTSRMStopWatches() - Method in class oracle.iam.oimcommon.vo.RiskContext
 
getMultiRepresentedAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all the MLS attribute names
getMultiValueData() - Method in class oracle.iam.reconciliation.api.InputData
 
getMultiValuedAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all the Multi Valued attribute (MVA) names
getMultiValuedAttributeNames() - Method in class oracle.iam.reconciliation.vo.ReconEventData
Gets the names of the Multi-Valued Attributes of the Event.
getMyDirects(Set, HashMap) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Gets all direct reports of the user i.e.
getName() - Method in class com.thortech.xl.gc.vo.designtime.Provider
This method returns the name of the provider.
getName() - Method in class com.thortech.xl.vo.ddm.RootObject
 
getName() - Method in class com.thortech.xl.vo.ddm.TaskObject
 
getName() - Method in class com.thortech.xl.vo.Organization
 
getName() - Method in class com.thortech.xl.vo.Resource
 
getName() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the name of the task
getName() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getName() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the workflow name.
getName() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getName() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getName() - Method in class oracle.iam.catalog.vo.Category
 
getName() - Method in class oracle.iam.catalog.vo.HierarchicalAttributes.ChildDetails
 
getName() - Method in class oracle.iam.certification.vo.AttributeGlossaryItem
 
getName() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getName() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getName() - Method in class oracle.iam.certification.vo.base.BasePolicy
 
getName() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getName() - Method in class oracle.iam.certification.vo.IDCAttribute
 
getName() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getName() - Method in class oracle.iam.grc.sod.vo.Attribute
 
getName() - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
getName() - Method in class oracle.iam.grc.sod.vo.DutyType
 
getName() - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
getName() - Method in class oracle.iam.grc.sod.vo.SILTopology
 
getName() - Method in class oracle.iam.grc.sod.vo.SystemContext
 
getName() - Method in class oracle.iam.grc.sod.vo.SystemType
 
getName() - Method in class oracle.iam.idc.vo.Result
 
getName() - Method in class oracle.iam.identity.rolemgmt.vo.Role
Get the value of Role Name attribute.
getName() - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Get the value of Role Category Name attribute.
getName() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
getName() - Method in class oracle.iam.notification.vo.NotificationAttribute
Provides name of the attribute
getName() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
 
getName() - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
getName() - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Gets the name of account on resource.
getName() - Method in class oracle.iam.oimcommon.vo.MTSRMStopWatches
 
getName() - Method in class oracle.iam.oimcommon.vo.SdkTableColumn
 
getName() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns the policy name
getName() - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
getName() - Method in interface oracle.iam.platform.authopss.vo.Obligation
Gets the Obligation name
getName() - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
getName() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Get the attribute name.
getName() - Method in class oracle.iam.platform.entitymgr.vo.ControlAttributeDefinition
Get the control attribute name.
getName() - Method in class oracle.iam.platform.entitymgr.vo.FieldDefinition
Get the target field name.
getName() - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Get the name of the attribute
getName() - Method in class oracle.iam.platformservice.vo.JarElement
 
getName() - Method in class oracle.iam.platformservice.vo.ResourceElement
 
getName() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedFunctions.Attribute
Gets the value of the name property.
getName() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Gets the value of the name property.
getName() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Gets the value of the name property.
getName() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the name property.
getName() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.OperationsThatTrigger.Attribute
Gets the value of the name property.
getName() - Method in class oracle.iam.policyengine.vo.PathElement
 
getName() - Method in class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
 
getName() - Method in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
getName() - Method in class oracle.iam.provisioning.vo.Application
 
getName() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getName() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
getName() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getName() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
getName() - Method in class oracle.iam.provisioning.vo.FormField
This method gets the name of the form field (SDC_NAME)
getName() - Method in class oracle.iam.provisioning.vo.FormInfo
This method gets the name of the process form (SDK_NAME).
getName() - Method in class oracle.iam.reconciliation.config.vo.Field
 
getName() - Method in class oracle.iam.reconciliation.config.vo.Profile
Profile name or resource object name.
getName() - Method in class oracle.iam.reconciliation.vo.Organization
 
getName() - Method in class oracle.iam.reconciliation.vo.Role
Gets the name of the Role
getName() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the name property.
getName() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the name property.
getName() - Method in class oracle.iam.request.dataset.vo.DataSetValidator
Gets the value of the name property.
getName() - Method in class oracle.iam.request.dataset.vo.PrePopAdapter
Gets the value of the name property.
getName() - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Gets the value of the name property.
getName() - Method in class oracle.iam.request.history.jaxb.Attribute
Gets the value of the name property.
getName() - Method in class oracle.iam.request.history.jaxb.ChildEntity
Gets the value of the name property.
getName() - Method in class oracle.iam.request.model.vo.Approval
Gets the value of the name property.
getName() - Method in class oracle.iam.request.model.vo.DataActionHandler
Gets the value of the name property.
getName() - Method in class oracle.iam.request.model.vo.ExecutionUnit
Gets the value of the name property.
getName() - Method in class oracle.iam.request.model.vo.Parameter
Gets the value of the name property.
getName() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the name property.
getName() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
getName() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getName() - Method in class oracle.iam.request.vo.RequestTemplateAttribute
 
getName() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
getName() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides Schedule job name.
getName() - Method in class oracle.iam.scheduler.vo.JobParameter
Provides Job parameter name.
getName() - Method in class oracle.iam.scheduler.vo.ScheduledTask
Provides Schedule task name.
getName() - Method in class oracle.iam.scheduler.vo.TaskSupport
 
getName() - Method in class oracle.iam.scheduler.vo.Trigger
Provides trigger name.
getName() - Method in class Thor.API.Base.tcBaseUtility
Returns the name of the client.
getName() - Method in class Thor.API.Base.tcBaseUtilityClient
Returns the descriptive name.
getName() - Method in interface Thor.API.Base.tcUtilityOperationsIntf
Returns the name of the utility class.
getNames() - Method in class oracle.iam.certification.vo.IDCAttributes
 
getNamespace() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getNamespace() - Method in class oracle.iam.identity.rolemgmt.vo.Role
Get the value of Role Namespace attribute.
getNameSpace() - Method in class oracle.iam.reconciliation.vo.Role
 
getNamespaceId() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getNamespaceName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getNamespaceName() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getNamespaceName() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getNamespaceName() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getNamespaceName() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getNamespaceName() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getNamespaceTypeName() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
 
getNamingScheme() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getNewAssignee() - Method in class oracle.iam.request.history.jaxb.AssignmentChange
Gets the value of the newAssignee property.
getNewAssigneeType() - Method in class oracle.iam.request.history.jaxb.AssignmentChange
Gets the value of the newAssigneeType property.
getNewCertificationNotificationEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getNewPermitCount() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getNewRecord() - Method in class oracle.iam.request.history.jaxb.ChildRecord
Gets the value of the newRecord property.
getNewStage() - Method in class oracle.iam.request.history.jaxb.StatusChange
Gets the value of the newStage property.
getNewStatus() - Method in class oracle.iam.request.history.jaxb.StatusChange
Gets the value of the newStatus property.
getNewStatus() - Method in class oracle.iam.request.history.jaxb.TaskStatusChange
Gets the value of the newStatus property.
getNewValue() - Method in class com.thortech.xl.vo.Change
 
getNewValue() - Method in class oracle.iam.request.history.jaxb.Attribute
Gets the value of the newValue property.
getNextFireTime() - Method in class com.thortech.xl.vo.Taskdetails
 
getNextFireTime() - Method in class oracle.iam.scheduler.vo.Trigger
Provides next fire time of schedule job.
getNextPage(int) - Method in interface com.thortech.xl.gc.spi.ReconTransportProvider
If reconciliation is configured to be paged, this method fetches the pages of data next to what is fetched by ReconTransportProvider.getFirstPage(int, String).
getNextUnusedBlobAttribute() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getNextUnusedNonSearchableDateAttribute() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getNextUnusedNonSearchableNumberAttribute() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getNextUnusedNonSearchableVCAttribute() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getNextUnusedNormalizedAttribute() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getNextUnusedSearchableDateAttribute() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getNextUnusedSearchableNumberAttribute() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getNextUnusedSearchableVCAttribute() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getNonMTUserLoginID() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the NoN MT user login ID
getNonXADataSource() - Static method in class oracle.iam.platform.Platform
Returns the Non-XA datasource for OIM.
getNoOfRowsEffected() - Method in class oracle.iam.catalog.vo.Result
 
getNormalizedAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getNormalizedData() - Method in class oracle.iam.provisioning.vo.Account
 
getNormalizedData() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getNote() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getNotifications() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the list of Email Notifications set up for this task.
getNotificationtemplate() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides base notification template object
getNumberFormat() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getNumberOfOpenProvisioningTasksAssignedToUser(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns the number of provisioning tasks are assigned to a given user based on the given statuses.
getNumberOfProvisioningTasksAssignedToUser(long, String[]) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns the number of provisioning tasks are assigned to a given user based on the given statuses.
getNumberOfRequestsCreatedByUser(long, RequestSearchCriteria) - Method in interface oracle.iam.request.api.RequestService
Gets the number of requests raised by user that match the specified search criteria.
getNumberOfRequestsCreatedForUser(long, RequestSearchCriteria) - Method in interface oracle.iam.request.api.RequestService
Gets the number of requests raised for the specified user that match the search criteria.
getNumberOfRequestsRaisedByMe(RequestSearchCriteria) - Method in interface oracle.iam.request.api.RequestService
Gets the count of requests raised by login user that matches the given search criteria.
getNumberOfRequestsRaisedForMe(RequestSearchCriteria) - Method in interface oracle.iam.request.api.RequestService
Gets the count of requests raised for login user that match the given search criteria.
getNumberOfSubOrgs(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns the number of sub-organization of a specified Organization
getNumberOfThreadsPerScan() - Method in class oracle.iam.ida.vo.IDAConfiguration
 
getNumberOfUsers(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns the number of users associated to a specified organization
getNumChallengesToSetup() - Method in class oracle.iam.passwordmgmt.vo.OimUserInfo
 
getNumericVal() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the numeric value of the attribute.
getNumPasswordsInHistory() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the minimum number of passwords to be saved in history
getObiKey() - Method in class com.thortech.xl.vo.ResourceData
 
getObject(String) - Static method in class oracle.iam.certification.vo.util.jaxb.JAXBProcessor
Return object unmarshalled by xml String.
getObject(String) - Method in class oracle.iam.policyengine.vo.ValueObject
 
getObjectAuthorizationPermissions(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
getObjectClasses() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getObjectDetail(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Returns detailed object information about the process specified.
getObjectId() - Method in class oracle.iam.certification.vo.EventTriggerData
 
getObjectInstancePasswordPolicyDescription(long) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
Returns password policy description in a map by object instance key.
getObjectKey() - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Returns the key of the object for which data is specified
getObjectKey() - Method in class com.thortech.xl.vo.UDFormData
Returns the key of the object for which data is specified
getObjectKey() - Method in class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
 
getObjectKey() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to get the Resource Object Key (APP_INSTANCE.OBJECT_KEY) associated with ApplicationInstance.
getObjectKey() - Method in class oracle.iam.provisioning.vo.Entitlement
This method gets the Resource Object Key associated to the Entitltment (OBJ_KEY).
getObjectName() - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Returns the name of the object for which data is specified
getObjectName() - Method in class com.thortech.xl.vo.UDFormData
Returns the name of the object for which data is specified
getObjectName() - Method in class oracle.iam.oimcommon.vo.SRMStopWatch
 
getObjectName() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to get the Resource Object Name (APP_INSTANCE.OBJECT_NAME) associated with ApplicationInstance.
getObjectPasswordPolicy(long) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
Returns information about the password policy applying to the specified object.
getObjectPasswordPolicyDescription(long) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
This method returns password policy description in hashmap that is applicable on resource object for given object key
getObjectPasswordPolicyDescription(long, long) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
This method returns password policy description in hashmap that is applicable on resource object for given object key
getObjects(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Gets a list of all the objects that use this form.
getObjects(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Gets a list of all the objects that have been provisioned for the given organization.
getObjects(long, int, int, Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Gets a list of all the objects that have been provisioned for the given organization.
getObjects(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
getObjectsAllowed(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Deprecated.  
getObjectsByType(long, String) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Gets a list of all the objects of the specified type that have been provisioned for a user.
getObjectsByTypeStatus(long, String, String) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
getObjectStatus() - Method in class com.thortech.xl.vo.workflow.StatusMapping
Returns the Object Status (OST_STATUS)
getObjectStatuses(long) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the object statuses defined on a object
getObjectStatusKey() - Method in class com.thortech.xl.vo.workflow.StatusMapping
Returns the Key of the Object Status (OST_KEY)
getObjectType() - Method in class oracle.iam.certification.vo.EventTriggerData
 
getObjectTypes() - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Gets a list of all the object types that are defined within Xellerate.
getObjKey() - Method in class com.thortech.xl.vo.AttestationEntitlementVO
Provides resource object instance association key with a user in given entitlement
getObjKey() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the Object Key of the current Event.
getObjKeyfromOrcKey(tcDataProvider, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
method that find the obj_key from the orc_key
getObjOrderForfromObjKey(tcDataProvider, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
method that get obj_order_for column from the obj table by obj_key provided
getObligation(String) - Method in interface oracle.iam.platform.authopss.api.AuthorizationResult
Get the obligation with the given attribute name
getObligationIds() - Method in interface oracle.iam.platform.authopss.api.AuthorizationResult
List of obligation ids that are applicable in this authorization result across all possible scopes.
getObsoleteUserEmailOption() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getOESApplicationRole() - Method in class oracle.iam.platform.authopss.vo.Capability
getter for the OES application role.
getOffice() - Method in class oracle.iam.oimcommon.vo.User
 
getOfficeName() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getOfficeName() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getOIMAttribute() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
getOimColumnName() - Method in class oracle.iam.reconciliation.vo.MlsAttribute
 
getOIMDescName() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
getOIMGenericExceptions() - Method in interface oracle.iam.platformservice.exception.OIMGenericBulkExceptionIntf
 
getOimMappedFieldDescription() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the description of the OIM field mapped to this Target attribute.
getOimProvisioningServerURL() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getOIMRecord(String) - Method in interface com.thortech.xl.gc.util.TransformationSource
This method retrieves the IT resource that has been used for source mappings for this transformation.
getOimTableName() - Method in class oracle.iam.reconciliation.config.vo.Form
 
getOIMTransactionManager() - Static method in class oracle.iam.platform.Platform
Returns transaction manager
getOimType() - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
getOioKey() - Method in class com.thortech.xl.vo.ResourceData
 
getOiuKey() - Method in class com.thortech.xl.vo.ResourceData
 
getOldAssignee() - Method in class oracle.iam.request.history.jaxb.AssignmentChange
Gets the value of the oldAssignee property.
getOldAssigneeType() - Method in class oracle.iam.request.history.jaxb.AssignmentChange
Gets the value of the oldAssigneeType property.
getOldStage() - Method in class oracle.iam.request.history.jaxb.StatusChange
Gets the value of the oldStage property.
getOldStatus() - Method in class oracle.iam.request.history.jaxb.StatusChange
Gets the value of the oldStatus property.
getOldStatus() - Method in class oracle.iam.request.history.jaxb.TaskStatusChange
Gets the value of the oldStatus property.
getOldValue() - Method in class com.thortech.xl.vo.Change
 
getOldValue() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getOldValue() - Method in class oracle.iam.request.history.jaxb.Attribute
Gets the value of the oldValue property.
getOp() - Method in class oracle.iam.certification.vo.CatalogSearchFilter
 
getOpenProvisioningTasksAssignedToManagedUsers(long, Map, String[]) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns a list of all the provisioning tasks (and their details) that are assigned to the users for whom the specified user is a manager of.
getOpenProvisioningTasksAssignedToManagedUsersPaged(long, Map, String[], int, int, String[], boolean, boolean) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method return a list of all the provisioning tasks (and their details) that are assigned to the users managed by a given user or to the groups to which the user belongs to.
getOpenProvisioningTasksAssignedToSubgroups(long, Map, String[], boolean) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns a list of all the assigned provisioning tasks that are visible to the specified user based on his indirect group membership.
getOpenProvisioningTasksAssignedToSubgroupsPaged(long, Map, String[], boolean, int, int, String[], boolean, boolean) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns a list of all the assigned provisioning tasks that are visible to the specified user based on his indirect group membership.
getOpenSod() - Method in class oracle.iam.oimcommon.vo.Account
Gets if any open SOD violation involves this Account.
getOpenSod() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Gets if any open SOD violation involves this Account.
getOpenSodViolations() - Method in class oracle.iam.certification.vo.IDCAccount
 
getOpenSodViolations() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getOpenSodViolations() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getOpenSodViolations() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getOpenSodViolations() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getOpenSodViolations() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getOpenSodViolations() - Method in class oracle.iam.certification.vo.IDCRole
 
getOpenSodViolations() - Method in class oracle.iam.certification.vo.IDCRoleUser
 
getOpenSodViolations() - Method in class oracle.iam.provisioning.vo.RiskSummary
 
getOperation() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Get the operation of this modification
getOperation() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Returns the operation name
getOperation() - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Gets the value of the operation property.
getOperation() - Method in class oracle.iam.request.model.vo.Kernel
Gets the value of the operation property.
getOperation() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the operation property.
getOperation() - Method in class oracle.iam.request.model.vo.Submission
Gets the value of the operation property.
getOperation() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
 
getOperation() - Method in class oracle.iam.request.vo.RequestEntity
 
getOperation() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
getOperationalDS() - Static method in class oracle.iam.platform.Platform
Provides the XA DataSource for the OIM OperationalDS.
getOperationId() - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
getOperationID() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
 
getOperationId() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
getOperationName() - Method in class com.thortech.xl.gc.vo.runtime.OIMOperation
This method returns the name of the provisioning operation
getOperationOptionName() - Method in class oracle.iam.provisioning.vo.CapabilityOperationOption
 
getOperationPolicy() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
getOperations() - Method in class com.thortech.xl.vo.OperationPermissions
 
getOperationStatus() - Method in class oracle.iam.vo.OperationResult
 
getOperationsThatTrigger() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the operationsThatTrigger property.
getOperationsThatTrigger() - Method in class oracle.iam.policyengine.vo.PolicyType
 
getOperator() - Method in class oracle.iam.catalog.vo.CatalogSearchCriteria
 
getOperator() - Method in class oracle.iam.certification.vo.SearchFilter
 
getOperator() - Method in class oracle.iam.platform.entitymgr.vo.SearchCriteria
Returns the operator used in the search criteria
getOperator() - Method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
Return the SearchCriteria operator associated with the condition
getOperatorType() - Method in class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
 
getOraCollatorInstance(String) - Static method in class com.thortech.xl.vo.XelCollator
Gets the singleton instance of OraCollator
getOrchestration() - Method in class oracle.iam.platform.kernel.vo.FailedRecord
 
getOrchestration() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the orchestration property.
getOrchestrationResult() - Method in class oracle.iam.vo.OperationResult
 
getOrchID() - Method in interface oracle.iam.request.vo.Request
Gets the orchestration id set for this request
getOrcId() - Method in class oracle.iam.oimcommon.vo.Account
Gets orckey used to get additional information from UD tables
getOrcKey() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the ORC Key of the current Event.
getOrder() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getOrder() - Method in class oracle.iam.request.model.vo.ExecutionUnit
Gets the value of the order property.
getOrganization() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getOrganization() - Method in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship
 
getOrganization(Long) - Method in interface oracle.iam.oimcommon.api.OrganizationService
 
getOrganizationId() - Method in class oracle.iam.certification.vo.IDCUser
 
getOrganizationId() - Method in class oracle.iam.oimcommon.vo.User
 
getOrganizationIdNameMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getOrganizationKey() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getOrganizationKey() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the Key of the organization the user is a member of.
getOrganizationManagersAsList(Long) - Method in interface oracle.iam.oimcommon.api.OrganizationService
gets a list of users which have certifier role for a given organization.
getOrganizationMembers(String, Set, SearchCriteria, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Returns list of User members of the Organization identified by orgkey.
getOrganizationMembersRelations(String, Set, SearchCriteria, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Returns the User-Org memberships along with the relationship details.
getOrganizationName() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getOrganizationName() - Method in class oracle.iam.certification.vo.IDCUser
 
getOrganizationProvisioningProcessInformation(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Returns information about the provisioning process associated with an object instance for an organization in the system.
getOrganizations() - Method in interface oracle.iam.oimcommon.api.OrganizationService
 
getOrganizations(List) - Method in interface oracle.iam.oimcommon.api.OrganizationService
 
getOrganizationsByRole(Long) - Method in interface oracle.iam.oimcommon.api.OrganizationService
Returns the organizations available for a given role id/key.
getOrganizationsByUser(User) - Method in interface oracle.iam.oimcommon.api.UserService
 
getOrganizationScopeObligation() - Method in class oracle.iam.platform.entitymgr.vo.SearchObligation
 
getOrganizationsWithHierarchy() - Method in interface oracle.iam.platform.authopss.api.OrganizationScopeObligation
 
getOrganizationsWithOutHierarchy() - Method in interface oracle.iam.platform.authopss.api.OrganizationScopeObligation
 
getOrgAttributesForTrustedSourceReconMapping() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the organization attributes from org profile to be used for trusted source reconciliation mappings
getOrgScopeWithHierarchy() - Method in class oracle.iam.platform.entitymgr.vo.SearchObligation
Get the hierarchy element from the org-scope.
getOrgScopeWithoutHierarchy() - Method in class oracle.iam.platform.entitymgr.vo.SearchObligation
Get the no-hierarchy element from the org-scope.
getOriginalCause() - Method in exception oracle.iam.reconciliation.exception.EventManagementException
Get the Actual reason for the exception
getOstKey(tcDataProvider, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
method that get ost_key from the ost table by obj_key and ost_status provided
getOtherAttribute() - Method in class oracle.iam.catalog.vo.HierarchicalAttributeDetails
 
getOverallPercentComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
Returns the overall percentage for the certification.
getOwner() - Method in exception com.thortech.xl.ddm.exception.UnableToAcquireLock
 
getOwner() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getOwner() - Method in class oracle.iam.ida.vo.ScanDefinition
 
getOwnerAttestationProcesses() - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns the attestation processes that are owned by the groups the logged in user is member of.
getOwnerCorrelationRuleID() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getOwnerDisplayName() - Method in class oracle.iam.ida.vo.ScanDefinition
 
getOwnerDisplayName() - Method in class oracle.iam.policyengine.vo.Policy
 
getOwnerDisplayName() - Method in class oracle.iam.policyengine.vo.Rule
 
getOwnerEmail() - Method in class oracle.iam.policyengine.vo.Policy
 
getOwnerEmail() - Method in class oracle.iam.policyengine.vo.Rule
 
getOwnerFirstName() - Method in class oracle.iam.policyengine.vo.Policy
 
getOwnerFirstName() - Method in class oracle.iam.policyengine.vo.Rule
 
getOwnerID() - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
getOwnerId() - Method in class oracle.iam.oimcommon.vo.Role
Gets unique identifier for the User who owns the role.
getOwnerId() - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
getOwnerId() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the ownerId property.
getOwnerId() - Method in class oracle.iam.provisioning.vo.Application
 
getOwnerKey() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getOwnerLastName() - Method in class oracle.iam.policyengine.vo.Policy
 
getOwnerLastName() - Method in class oracle.iam.policyengine.vo.Rule
 
getOwnerLogin() - Method in class oracle.iam.ida.vo.ScanDefinition
 
getOwnerLogin() - Method in class oracle.iam.policyengine.vo.Policy
 
getOwnerLogin() - Method in class oracle.iam.policyengine.vo.Rule
 
getOwnerLoginId() - Method in class oracle.iam.reconciliation.vo.Account
 
getOwnerName() - Method in class oracle.iam.reconciliation.vo.Account
 
getOwnerType() - Method in class oracle.iam.provisioning.vo.Application
 
getOwnerType() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
getOwnerType() - Method in class oracle.iam.reconciliation.vo.Account
 
getOwnerType(String) - Static method in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
 
getPager() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getPager() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getParam() - Method in class com.thortech.xl.gc.vo.designtime.Validation
This method returns the parameter details of the validation
getParameter() - Method in class oracle.iam.request.model.vo.MethodologyParam
Gets the value of the parameter property.
getParameterKey() - Method in class oracle.iam.scheduler.vo.JobParameter
Provides Job parameter key in OIM repository.
getParameterMap() - Method in exception oracle.iam.identity.exception.AccessDeniedException
 
getParameterMap() - Method in exception oracle.iam.identity.exception.IdentityException
 
getParameterMap() - Method in interface oracle.iam.platformservice.exception.OIMGenericExceptionIntf
Gets the parameter map
getParameterMap() - Method in exception oracle.iam.selfservice.exception.SelfServiceException
 
getParameterName() - Method in class com.thortech.xl.vo.ddm.ITResourceParameter
 
getParameterName() - Method in exception oracle.iam.scheduler.exception.RequiredParameterNotSetException
Provides schedule task parameter name.
getParameters() - Method in class com.thortech.xl.vo.ddm.ITResourceParameterMap
 
getParameters() - Method in exception oracle.iam.identity.exception.AccessDeniedException
 
getParameters() - Method in exception oracle.iam.identity.exception.IdentityException
 
getParameters() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Returns a map containing orchestration parameters.
getParameters() - Method in interface oracle.iam.platformservice.exception.OIMGenericExceptionIntf
Gets the parameters
getParameters() - Method in class oracle.iam.scheduler.vo.ScheduledTask
Provides a map of schedule task parameters with parameter name as key and parameter value object as value.
getParameters() - Method in exception oracle.iam.selfservice.exception.SelfServiceException
 
getParameterValue() - Method in class com.thortech.xl.vo.ddm.ITResourceParameter
 
getParams() - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
getParams() - Method in class oracle.iam.grc.sod.vo.SystemContext
 
getParams() - Method in class oracle.iam.notification.vo.EventXMLObject
Provides parameters associated with the notification event
getParams() - Method in class oracle.iam.notification.vo.NotificationEvent
Provides Map containing attribute-value pair for the parameters corresponding to the event
getParams() - Method in class oracle.iam.platform.entitymgr.vo.FailedResult
 
getParams() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides a map containing schedule job parameter name and parameter value object.
getParamTypes() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides Schedule job parameter types.
getParent() - Method in class com.thortech.xl.vo.ddm.TaskObject
 
getParent() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
getParent() - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
getParentAppInstance() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method gets the parent ApplicationInstance associated with current ApplicationInstance.
getParentData() - Method in interface com.thortech.xl.gc.vo.runtime.OIMRecord
This method returns the data for the parent attributes of the identity account, reprsented by the current OIMRecord.
getParentEntityAttribute() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
getParentEntityId() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getParentEntityId() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getParentEntityKey() - Method in class oracle.iam.catalog.vo.Catalog
Return the parent entity key of the base entity key if any parent is associated with the key.
getParentEntityKey() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getParentEntityKey() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getParentEntityName() - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
getParentEntityType() - Method in class oracle.iam.catalog.vo.Catalog
Return the entity type of parent entity
getParentEntityType() - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
getParentEntityType() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getParentEntityType() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getParentEntityType() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getParentHierarchyDN(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
UTILITY method that constructs the hierarchy vector for the parent of an object from the Relative Distinguished Name of that object.
getParentHierarchyString(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPOrganizationHierarchy
Returns the hierarchy string of the organization that is the parent of the specified organization
getParentHierarchyVector(String, Vector) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
UTILITY method that constructs the hierarchy vector for the parent of an object from the Relative Distinguished Name of that object.
getParentHierarchyVector(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPOrganizationHierarchy
Returns the hierarchy vector of the organization that is the parent of the specified organization
getParentId() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getParentId() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getParentId() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getParentId() - Method in class oracle.iam.oimcommon.vo.Organization
Gets unique identifier for the parent Organization of this Organization.
getParentIds() - Method in class oracle.iam.oimcommon.vo.Role
Gets the list of Roles (Ids) that directly contain this Role Returns a copy.
getParentKey() - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
getParentKey() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method gets the primary Key of the parent ApplicationInstance.
getParentMetadata() - Method in interface com.thortech.xl.gc.vo.designtime.OIMSchema
This method returns the parent attributes of the identity account to be provisioned or reconciled.
getParentRequest() - Method in interface oracle.iam.request.vo.Request
Gets the parent request object of this request
getParentRoleKey() - Method in class oracle.iam.reconciliation.vo.Role
Gets the key of the parent Role.
getParents() - Method in class com.thortech.xl.vo.ddm.RootObject
 
getParentScanId() - Method in class oracle.iam.ida.vo.ScanRun
 
getParentTableKey() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
getParentUgpKey() - Method in class oracle.iam.reconciliation.vo.RoleHierarchy
 
getParticipants() - Method in class oracle.iam.platform.entitymgr.vo.Relation
 
getParticipants() - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
getPasswordCantChange() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets if the user password can be changed.
getPasswordCreationDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the password ccreation date for the user.
getPasswordExpired() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets if the user password has expired.
getPasswordExpireDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the date on which the user password will expire.
getPasswordExpiresAfterInDays() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns the number of days after which the password will expire
getPasswordGenerated() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getPasswordGenerated() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets whether the user password is auto-generated.
getPasswordMinimumAge() - Method in class oracle.iam.identity.usermgmt.vo.User
Deprecated TO get password min age date, get applicable password policy of the user Get min age in days from the policy and add that to password creation date
getPasswordMustChange() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets if the user password must be changed.
getPasswordNeverExpires() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets if the user password can expire.
getPasswordPolicy() - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
getPasswordPolicyDescription() - Method in exception oracle.iam.passwordmgmt.exception.InvalidPasswordException
 
getPasswordPolicyDescription() - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
Gets the PasswordPolicyDescription of the applicable password policy
getPasswordPolicyDescriptionForOrg(String, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Returns the applicable password policy for the Organization.
getPasswordPolicyID() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getPasswordPolicyInfo() - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
returns information about the password policy used for validation
getPasswordResetAttemptsCounter() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the number of attempts the user has made to reset the password.
getPasswordResettableAccountsForUser(String) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a list of accounts provisioned to the user for which password can be reset.
getPasswordRulesDescription() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
Get a List of the PasswordRuleDescription of a password policy
getPasswordRulesDescription() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
getPasswordWarnDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets the date on which the user should be warned about password due for expiration.
getPasswordWarned() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets if the user has been warned about password due for expiration.
getPasswordWarningAfterInDays() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns the number of days after which the user will be warned of password expiration
getPastProxies(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Returns the past proxy details of the specified user
getPastProxies() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Returns the past proxy details of the specified user
getPath(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Forms the basis of building the hierarchical tree to the LDAP object.
getPath() - Method in class oracle.iam.platformservice.vo.JarElement
 
getPath() - Method in class oracle.iam.platformservice.vo.ResourceElement
 
getPathElements(String, String) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Return a list of path elements associated with the specified policy type identifier and built from the specified path string.
getPathElements(PolicyType, String) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
Return a list of path elements associated with the specified policy type and built from the specified path string.
getPathFromVector(Vector) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
This method will return a string representation of the LDAP hierarchy path which is encapsulated in the Vector.
getPathFromVector(Vector) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPOrganizationHierarchy
Uses the hierarchy vector of string arrays (of format {Class Type, Object CN}) to build the hierarchy string
getPathSet() - Method in class oracle.iam.policyengine.vo.ValueObject
 
getPathToRoot() - Method in class oracle.iam.policyengine.vo.ValueObject
 
getPending() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getPending() - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
 
getPending() - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
getPendingAttestationTasks(long, Map) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns all the pending attestation tasks assigned to the specified user
getPendingAttestationTasks(long) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns all the pending attestation tasks assigned to the specified user
getPendingEntityAttrs() - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
getPendingMembers() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getPendingNotificationBaseDate() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getPendingPolicies() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getPendingPolicyEntitlements() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getPendingRemedationRoles() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getPendingRemediationAccounts() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getPendingRemediationEndPointUsers() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getPendingRoleGrants(String, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the pending role grants of the given role.
getPendingRoleUserRelationshipAttributes(String, String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Lookup the attributes of a pending role grant.
getPendingUserGrants(String, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the pending role grants of the given user.
getPercentageComplete() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
getPercentComplete() - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
getPercentComplete() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getPercentComplete() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getPercentComplete() - Method in class oracle.iam.certification.vo.CertificationStats
 
getPercentComplete() - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
getPercentComplete() - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
getPercentComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getPercentCompleteByPhase(int) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getPercentMatch() - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
getPeriod() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getPermission(String) - Method in class com.thortech.xl.vo.AdminPermissions
gets get the boolean permission value for a given action
getPermission(String) - Method in class com.thortech.xl.vo.DataObjectPermissions
gets get the boolean permission value for a given action
getPermission(Operation) - Method in class com.thortech.xl.vo.OperationPermissions
 
getPermissions() - Method in class com.thortech.xl.vo.AdminPermissions
 
getPermissions() - Method in class com.thortech.xl.vo.DataObjectPermissions
 
getPhase(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Returns the phase for a certification (taskUid==null) or the phase for a task associated with the certification(taskUid!=null).
getPhase() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getPhase() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getPhase1PercentComplete() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getPhase1PercentComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getPhase2PercentComplete() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getPhase2PercentComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getPhaseCount() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getPhaseDecisionConflict() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getPhaseDecisionConflict() - Method in class oracle.iam.certification.vo.IDCUser
 
getPhone() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getPhoneNumber() - Method in class oracle.iam.oimcommon.vo.User
 
getPhysicalType() - Method in class com.thortech.xl.vo.ddm.RootObject
 
getPhysicalType() - Method in class com.thortech.xl.vo.ddm.TaskObject
 
getPId() - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
 
getPlaceHolderValue() - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
getPluginClassName() - Method in class oracle.iam.request.model.vo.Orchestration
Gets the value of the pluginClassName property.
getPOBox() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getPolicies() - Method in class oracle.iam.certification.vo.IDCRole
 
getPolicies() - Method in class oracle.iam.oimcommon.vo.Role
 
getPolicy() - Method in class oracle.iam.grc.sod.vo.Violation
 
getPolicyAssociations() - Method in class oracle.iam.oimcommon.vo.Role
 
getPolicyAttributes() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getPolicyBased() - Method in class oracle.iam.provisioning.vo.Account
Deprecated.  
getPolicyById(Long) - Method in interface oracle.iam.oimcommon.api.PolicyService
 
getPolicyComplete() - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
getPolicyDescription() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getPolicyDescription(String, Locale) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Gives the details of the username policy configured in OIM with the given ID
getPolicyEntitlementDefnComplete() - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
getPolicyEntitlementDefnTotal() - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
getPolicyId() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getPolicyId() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getPolicyId() - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
getPolicyId() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getPolicyId() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getPolicyId() - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
getPolicyIds() - Method in class oracle.iam.ida.vo.PolicySelectionCriteria
 
getPolicyIds() - Method in class oracle.iam.oimcommon.vo.Role
Gets the list of Policies (Ids) that are part of this Role Returns a copy.
getPolicyKey() - Method in class oracle.iam.provisioning.vo.Account
This method is used to get the Policy Key (OIU.POL_KEY) associated to an account.
getPolicyKey() - Method in class oracle.iam.provisioning.vo.ChildTableRecord
 
getPolicyKey() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the policy key associated to child table record from UD_CHILD table.
getPolicyName() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getPolicyName() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getPolicyName() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getPolicySelectionCriteria() - Method in class oracle.iam.ida.vo.ScanDefinition
 
getPolicyTotal() - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
getPolicyType() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition
Gets the value of the policyType property.
getPolicyUpdateEnabled() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the flag value which tells if the access policies needs to be applied to the user.
getPolicyViolationId() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getPolicyViolationId() - Method in class oracle.iam.ida.vo.Remediator
 
getPolicyViolationId() - Method in class oracle.iam.ida.vo.TaskPolicyViolation
 
getPolicyViolationsDescription() - Method in exception oracle.iam.passwordmgmt.exception.InvalidPasswordException
 
getPolicyViolationsDescription() - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
Gets the descriptions of the violations of the password policy
getPolicyViolationToken() - Method in class oracle.iam.request.vo.RequestData
 
getPort() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
getPossibleChildren() - Method in interface com.thortech.xl.gc.vo.designtime.OIMSchema
This method returns the multi-valued/child attributes of the identity account to be provisioned or reconciled.
getPostalAddress() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getPostalCode() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getPostalCode() - Method in class oracle.iam.oimcommon.vo.User
 
getPostSubmission() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the postSubmission property.
getPrecision() - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Get the precision of the attribute
getPrecision() - Method in class oracle.iam.reconciliation.config.vo.StagingField
 
getPrePopulationAdapter() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the prePopulationAdapter property.
getPrePopulationAdapter() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the prePopulationAdapter property.
getPreventiveAsynchConflictSimulationResult(AsynchAnalysisReference[], long, long) - Method in interface oracle.iam.grc.sod.api.SILService
Returns the results of Asynchronous conflict Simulation from SoD engine.
getPreviousCertifications() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getPreviousValue() - Method in class oracle.iam.certification.vo.ModifiedUser
 
getPrimaryEmail() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getPriority() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the priority sequence in which this assignment rule should be evaluated
getPriority() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets the Password Policy Priority.
getPrivilegeDisplayName() - Method in class oracle.iam.grc.sod.scomp.impl.oaacg.vo.ConflictDetails
 
getProcess() - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
 
getProcessCode() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Code
getProcessCode() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Code
getProcessDescription() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Description
getProcessDescription() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Description
getProcessDetail(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Returns detailed task information about the process specified.
getProcessesForObject(long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Returns the all the process definitions asoociated with a given object
getProcessFormChildData(long, long) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Returns the process data that is saved in a child form and associated with an instance of a process in the system.
getProcessFormChildData(long, long, long) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Returns the single row of child form process data that is associated with a specific child primary key and an instance of a process in the system.
getProcessFormData(long) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Returns the process data associated with an instance of a process in the system.
getProcessFormDataInViewMode(long) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Returns the process data associated with an instance of a process in the system.
getProcessFormDefinitionKey(long) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Returns the form definition key associated with an instance of a process in the system.
getProcessFormVersion(long) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Deprecated. The version with which the process instance was saved is no longer tracked. All the process instances are assumed to be associated with the active version of the form. Use getActiveVersion( long plFormDefinitionKey ) instead.
getProcessGracePeriod() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Provides attestation process's grace period
getProcessId() - Method in class oracle.iam.idc.vo.Result
 
getProcessId() - Method in exception oracle.iam.platform.kernel.EventFailedException
Gets the process Id.
getProcessId() - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
 
getProcessInstanceData(List) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns all the orc_tos_instance_keys corresponding to each process instance key.
getProcessInstanceKey() - Method in class oracle.iam.provisioning.vo.Account
This method is used to get the Process Instance Key (OIU_KEY) associated to an account.
getProcessInstanceKey() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the process instance key (ORC_KEY) associated to this EntitlementInstance via UD_CHILD.
getProcessKey() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process definition Key
getProcessKey() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process definition Key
getProcessLastCompletedTime() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Last Completed Time
getProcessLastCompletedTime() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Last Completed Time
getProcessLastStartTime() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Last Start Time
getProcessLastStartTime() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Last Start Time
getProcessName() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Name
getProcessName() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Name
getProcessName() - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
getProcessName() - Method in class oracle.iam.request.history.jaxb.ApprovalChange
Gets the value of the processName property.
getProcessNextStartTime() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process next start time
getProcessNextStartTime() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process next start time
getProcessOwner() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Owner Group Name
getProcessOwner() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Owner Group Name
getProcessPasswordPolicyDescription(long) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
This method returns password policy description in hashmap that is applicable on resource object that is attached to a process of which this processInstanceKey is a key of process instance.
getProcessScheduleFrequency() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Schedule Frequency
getProcessScheduleFrequency() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Schedule Frequency
getProcessScheduleType() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Schedule Frequency Type.
getProcessScheduleType() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Schedule Frequency Type.
getProcessStartTime() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Start Time
getProcessStartTime() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Start Time
getProcessStatus() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Status.
getProcessStatus() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Status.
getProcessStatus() - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
 
getProcessTasks(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Returns Collection of TaskObjects containing details of all the process tasks to be taken care of during import
getProfile(String) - Method in interface oracle.iam.reconciliation.api.ReconConfigService
Gets the Profile object from OIM for the given profile name.
getProfile(String) - Method in interface oracle.iam.reconciliation.config.api.ProfileManager
 
getProfileDetails(Set) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Returns the details of the logged-in user.
getProfileEntity() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
getProfileID() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
getProfileKey() - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
getProfileMetaData() - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Returns meta data related to user profile management.
getProfileName() - Method in class oracle.iam.reconciliation.api.BatchAttributes
 
getProfileName() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the Name of the Profile this Event pertains to.
getProfileName() - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
getProperties() - Method in class oracle.iam.provisioning.vo.FormField
This method gets the form field properties for a form field (SDP entries for SDC)
getProperty(String) - Method in class oracle.iam.provisioning.vo.ConnectorConfiguration
 
getProperty(String) - Method in class oracle.iam.provisioning.vo.FormField
This method gets property for a form field
getPropertyName() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
 
getPropertyName() - Method in class oracle.iam.oimcommon.vo.SdkTableColumn
 
getPropertyNames() - Method in class oracle.iam.provisioning.vo.ConnectorConfiguration
 
getPropertyValue(String) - Method in interface Thor.API.Operations.tcPropertyOperationsIntf
This class will retrieve the property value of the keyword passed as a parameter.
getPropertyValue(String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
This class will retrieve the property value of the keyword passed as a parameter.
getPropertyValues(Object, List) - Static method in class oracle.iam.certification.vo.util.IDCUtil
 
getProvConfig() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getProviderParameters() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get the data provider parameters.
getProviderParameters() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the relation provider parameters.
getProviderType() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get the data provider type name.
getProviderType() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the relation provider type name.
getProvisioingProcessOfflinedDate(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Deprecated.  
getProvisionedAccountsForAppInstance(String, SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method rethrns the list of accounts for a given application instance name.
getProvisionedBy() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getProvisionedBy() - Method in class oracle.iam.certification.vo.IDCAccount
 
getProvisionedBy() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getProvisionedBy() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getProvisionedBy() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getProvisionedBy() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getProvisionedBy() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getProvisionedBy() - Method in class oracle.iam.certification.vo.IDCRole
 
getProvisionedBy() - Method in class oracle.iam.certification.vo.IDCRoleUser
 
getProvisionedBy() - Method in class oracle.iam.oimcommon.vo.Account
 
getProvisionedBy() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getProvisionedBy() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getProvisionedBy() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
getProvisionedBy() - Method in class oracle.iam.provisioning.vo.Account
 
getProvisionedBy() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the provisioned by user for this EntitlementInstance.
getProvisionedByMechanism() - Method in class oracle.iam.provisioning.vo.Account
Deprecated.  
getProvisionedByMechanism() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the provisioned by mechanism for this EntitlementInstance.
getProvisionedDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the date on which the user was provisioned with resources.
getProvisionedOn() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getProvisionedOnDate() - Method in class oracle.iam.provisioning.vo.Account
This method gets the date on which an account is provisioned.
getProvisioningDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getProvisioningDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the date set for the user on which it would be provisioned with resources.
getProvisioningEmailBody(long, long) - Method in interface Thor.API.Operations.tcEmailOperationsIntf
Retrieves the processed email body for a provisioning type email definition.
getProvisioningEmailFrom(long, long) - Method in interface Thor.API.Operations.tcEmailOperationsIntf
Retrieves the email address of the sender of the provisioning email according to the provisioning email definition.
getProvisioningMethod() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getProvisioningMethod() - Method in class oracle.iam.certification.vo.IDCAccount
 
getProvisioningMethod() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getProvisioningMethod() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getProvisioningMethod() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getProvisioningMethod() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getProvisioningMethod() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getProvisioningMethod() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getProvisioningMethod() - Method in class oracle.iam.certification.vo.IDCRole
 
getProvisioningMethod() - Method in class oracle.iam.certification.vo.IDCRoleUser
 
getProvisioningMethod() - Method in class oracle.iam.oimcommon.vo.Account
Gets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.
getProvisioningMethod() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getProvisioningMethod() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getProvisioningMethod() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Gets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.
getProvisioningMethodRisk() - Method in class oracle.iam.oimcommon.vo.Account
Gets risk associated with provisioning mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.
getProvisioningMethodRisk() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getProvisioningMethodRisk() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getProvisioningMethodRisk() - Method in class oracle.iam.provisioning.vo.RiskSummary
 
getProvisioningMethodString() - Method in class oracle.iam.oimcommon.vo.Account
 
getProvisioningMethodString() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getProvisioningMethodString() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getProvisioningOperation() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
getProvisioningTaskDetails(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Returns information about the provisioning process task instance.
getProvisioningTasksAssignedToManagedUsers(long, Map, String[]) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns a list of all the provisioning tasks (and their details) that are assigned to the users for whom the specified user is a manager of.
getProvisioningTasksAssignedToSubgroups(long, Map, String[], boolean) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns a list of all the assigned provisioning tasks that are visible to the specified user based on his indirect group membership.
getProvMechRisk() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getProvMechRisk() - Method in class oracle.iam.certification.vo.IDCAccount
 
getProvMechRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getProvMechRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getProvMechRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getProvMechRisk() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getProvMechRisk() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getProvMechRisk() - Method in class oracle.iam.certification.vo.IDCRole
 
getProvMechRisk() - Method in class oracle.iam.certification.vo.IDCRoleUser
 
getProvMechRisk() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Gets risk associated with provisioningMethod
getProvScriptHandlers() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
getProxiedUser(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
This method will return the detail information of only the current proxied user by the specified user.
getProxyDetails(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
This method will return the detail information of the proxy assigned to the specified user.
getProxyList(Map, String[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Method that returns a resultset of the proxy users for the user whose key is passed in.
getProxyRoleKey() - Method in class oracle.iam.ida.vo.Remediator
 
getProxyUserKey() - Method in class oracle.iam.ida.vo.Remediator
 
getPtyCreate() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyCreateby() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyDataLevel() - Method in class oracle.iam.conf.vo.SearchResult
 
getPtyDataLevel() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyKeyword() - Method in class oracle.iam.conf.vo.SearchResult
 
getPtyKeyword() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyLoginrequired() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyName() - Method in class oracle.iam.conf.vo.SearchResult
 
getPtyName() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyNote() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyRowver() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyUpdate() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyUpdateby() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPtyValue() - Method in class oracle.iam.conf.vo.SearchResult
 
getPtyValue() - Method in class oracle.iam.conf.vo.SystemProperty
 
getPwdPolicy(String) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
To check Resource Object form with password field has any Password policy applied.
getQualifier() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getQuery() - Method in class oracle.iam.platform.utils.vo.Query
 
getQueryElements(String, String) - Method in interface oracle.iam.platformservice.api.LookupQueryService
Returns various elements of the lookup query for attrname Keys in the map: SAVE_COLUMN, DISPLAY_COLUMN, QUERY_ATTRS, RESULTS_TABLE_ATTRS
getQueryFilter(Map, Vector) - Method in class Thor.API.Base.tcBaseUtility
 
getRandomNumber(Integer) - Static method in class com.thortech.xl.util.adapters.tcUtilNumberOperations
method that returns random number.
getRandomNumber(int) - Static method in class com.thortech.xl.util.adapters.tcUtilNumberOperations
method that returns random number.
getRandomRow(String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCOperations
Executes a simple select statement to get back a single column from a single table for a double constraint-value pair If more than one record is returned, this method returns any one of the records at random.Hence the name The following query is executed: SELECT columnname FROM tablename WHERE firstConstraint=firstValue
getRandomString(int) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that returns a random string of the specified length.
getReaAdminGrpKey() - Method in class oracle.iam.reconciliation.vo.ReconEventAssignment
 
getReaAdminUsrKey() - Method in class oracle.iam.reconciliation.vo.ReconEventAssignment
 
getReActionDate() - Method in class oracle.iam.reconciliation.vo.ReconEvent
 
getReaKey() - Method in class oracle.iam.reconciliation.vo.ReconEventAssignment
 
getReaReassignedFrom() - Method in class oracle.iam.reconciliation.vo.ReconEventAssignment
 
getReason() - Method in interface oracle.iam.platform.authopss.api.AuthorizationResult
 
getReason() - Method in class oracle.iam.platform.entitymgr.vo.FailedResult
 
getReason() - Method in class oracle.iam.platform.entitymgr.vo.RelationResult
 
getReason() - Method in class oracle.iam.platform.kernel.vo.FailedRecord
 
getReason() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the reason field, which can be populate to justify an action performed on the Event.
getReasonForFailure() - Method in interface oracle.iam.request.vo.Request
 
getReChangeType() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the Change Type (i.e., the operation) of the Current Event.
getRecipientDisplayName() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getRecipientId() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getRecipientId() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getRecipientId() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getRecipientTaskUID() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getReconcilationRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getReconciliationFields(long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getReconColumnName() - Method in class oracle.iam.reconciliation.vo.MlsAttribute
 
getReconConfig() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getReconData() - Method in class oracle.iam.reconciliation.api.InputData
 
getReconDataFlowForProcess(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns reconciliation data flow information about the specified process (in the form of a tcResultSet).
getReconEventAssignment() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the latest Assignment for the current Event.
getReconEventAssignmentCollection() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the list of assignments for the Events.
getReconEventData(ReconEvent) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Fetches the data for the given Event.
getReconHistoryForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the recon history for the specified event
getReconSituationResponses() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getReconToken() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getRecordData() - Method in class com.thortech.xl.vo.PolicyChildTableRecord
Returns the child table record data
getRecordData() - Method in class com.thortech.xl.vo.UDChildTableRecord
Returns the child table record data
getRecordID() - Method in class oracle.iam.request.history.jaxb.DeletedRecord
Gets the value of the recordID property.
getRecordID() - Method in class oracle.iam.request.history.jaxb.ModifiedRecord
Gets the value of the recordID property.
getRecordKey() - Method in class com.thortech.xl.vo.AttestationItemResponse
Returns the attestation record key
getRecordNumber() - Method in class com.thortech.xl.vo.PolicyChildTableRecord
Method to get the record number of a child record
getRecords() - Method in class oracle.iam.grc.sod.vo.LookupResultSet
 
getRecoveryTasks() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the list of Recovery Tasks defined for this task.
getRecoveryTasks() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getRecoveryTasksList() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the HashSet of Recovery Tasks defined for this task.
getReCreate() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the Recon Event creation date.
getReCreator() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the Users ID of the Event Creator (note: this does not return the creator's Login ID, but his/her User ID).
getRecursiveType() - Method in class com.thortech.xl.vo.AttestationUserScopeVO
Provides recursive type
getRedirectionUrl() - Method in class oracle.iam.passwordmgmt.vo.AutoLoginResponse
 
getReEntityType() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the type of Entity this Event pertains to, either User or Account or Role.
getRef() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
getReferenceId() - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
getReferenceId() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
getRegion() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getRegistrationID() - Method in class oracle.iam.grc.sod.vo.SystemContext
 
getRegistrationID() - Method in class oracle.iam.grc.sod.vo.SystemType
 
getRegistrationMetaData() - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Returns meta data related to user self registration.
getReIsManualMatch() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Determines whether the Event has been manually or automatically mached.
getRejections() - Method in class Thor.API.Base.tcBaseUtility
Returns rejections that occurred over the course of usage of the class.
getReKey() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the Key of the current Event.
getReKey() - Method in class oracle.iam.reconciliation.vo.ReconHistory
Gets the Event Key.
getReKey() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the Event Key (RE KEY).
getReKey() - Method in class oracle.iam.reconciliation.vo.RoleHierarchy
 
getReKey() - Method in class oracle.iam.reconciliation.vo.RoleMember
 
getReKeyField() - Method in class oracle.iam.reconciliation.vo.ReconEvent
 
getRelatedCertId() - Method in class oracle.iam.certification.vo.IDCActionHistory
 
getRelationType() - Method in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship
 
getRelationType() - Method in class oracle.iam.platform.entitymgr.vo.Relation
 
getRelationType() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getRelationType() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the relation type
getRelationType() - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
getRelativeDistinguishedName(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
UTILITY method that extracts the canonical name of an object from its Distinguished Name.
getRemediatedAccounts() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRemediatedEndPointUsers() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRemediatedMembers() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRemediatedPolicies() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRemediatedPolicyEntitlements() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRemediatedRoles() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRemediationComments() - Method in class oracle.iam.certification.vo.IDCAccount
 
getRemediationComments() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getRemediationComments() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getRemediationComments() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getRemediationComments() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getRemediationComments() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getRemediationComments() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getRemediationComments() - Method in class oracle.iam.certification.vo.IDCRole
 
getRemediationComments() - Method in class oracle.iam.certification.vo.IDCUser
 
getRemediationDate() - Method in class oracle.iam.certification.vo.IDCAccount
 
getRemediationDate() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getRemediationDate() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getRemediationDate() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getRemediationDate() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getRemediationDate() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getRemediationDate() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getRemediationDate() - Method in class oracle.iam.certification.vo.IDCRole
 
getRemediationDate() - Method in class oracle.iam.certification.vo.IDCUser
 
getRemediationEndDate() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getRemediationEndDate() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getRemediationEntityId() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRemediationEntityParentId() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRemediationEntityType() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRemediationRequestId() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRemediationStartDate() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getRemediationStartDate() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.IDCAccount
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getRemediationStatus() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.IDCRole
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.IDCUser
 
getRemediationStatus() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getRemediatorAssignDate() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getRemediatorRoleDisplayName() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getRemediatorRoleDisplayName() - Method in class oracle.iam.ida.vo.Remediator
 
getRemediatorRoleDisplayName() - Method in class oracle.iam.policyengine.vo.Policy
 
getRemediatorRoleId() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getRemediatorRoleId() - Method in class oracle.iam.policyengine.vo.Policy
 
getRemediatorRoleKey() - Method in class oracle.iam.ida.vo.Remediator
 
getRemediatorType() - Method in class oracle.iam.policyengine.vo.Policy
 
getRemediatorUserDisplayName() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getRemediatorUserDisplayName() - Method in class oracle.iam.ida.vo.Remediator
 
getRemediatorUserDisplayName() - Method in class oracle.iam.policyengine.vo.Policy
 
getRemediatorUserEmail() - Method in class oracle.iam.policyengine.vo.Policy
 
getRemediatorUserFirstName() - Method in class oracle.iam.policyengine.vo.Policy
 
getRemediatorUserId() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getRemediatorUserId() - Method in class oracle.iam.policyengine.vo.Policy
 
getRemediatorUserKey() - Method in class oracle.iam.ida.vo.Remediator
 
getRemediatorUserLastName() - Method in class oracle.iam.policyengine.vo.Policy
 
getRemediatorUserLogin() - Method in class oracle.iam.policyengine.vo.Policy
 
getReModifier() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the ID of the last mofified of the current Event (note: this does not return the modifier's Login ID, but his/her User ID).
getReModifierLogin() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the login ID of the Event Modifier.
getReModifierName() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the name of the user who last modified the Event.
getReModify() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the date the Event was last modified.
getReNote() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the current note attached to the Event.
getREPEAT_INDEFINITELY() - Static method in class oracle.iam.scheduler.vo.Trigger
 
getRepeatCount() - Method in class oracle.iam.scheduler.vo.Trigger
Provides Schedule job repeat count.
getRepeatInterval() - Method in class com.thortech.xl.vo.Taskdetails
 
getRepeatInterval() - Method in class oracle.iam.scheduler.vo.Trigger
Provides Schedule job repeat interval in milliseconds.
getReportId() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getReportId() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getReportsToUserId() - Method in class oracle.iam.certification.vo.IDCUser
 
getRepositoryInstance() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Get the repository instance name.
getRepositoryInstance() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Get the repository instance name.
getRequestApprovalWorflow() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getRequestComments(String) - Method in interface oracle.iam.request.api.RequestService
Deprecated. Human task comments feature in SOA needs to be used as replacement for request comments.
getRequestComments(String, RequestComment.TYPE) - Method in interface oracle.iam.request.api.RequestService
Deprecated. Human task comments feature in SOA needs to be used as replacement for request comments.
getRequestComments(String, String, RequestComment.TYPE) - Method in interface oracle.iam.request.api.RequestService
Deprecated. Human task comments feature in SOA needs to be used as replacement for request comments.
getRequestDataSet(String, String) - Method in interface oracle.iam.request.api.RequestService
Deprecated. As of release 11.1.2.2.0, replaced by RequestService.getRequestDataSet(RequestEntity) and RequestService.getRequestDataSet(RequestBeneficiaryEntity)
getRequestDataSet(RequestEntity) - Method in interface oracle.iam.request.api.RequestService
Gets the request data set associated with the given request entity object.
getRequestDataSet(RequestBeneficiaryEntity) - Method in interface oracle.iam.request.api.RequestService
Gets the request data set associated with the given request entity object.
getRequestDataSet(String, String) - Method in interface oracle.iam.request.api.UnauthenticatedRequestService
Get the unauthenticated data set that is associated with the given model for the given entity subtype.
getRequestDataSetName(String, String) - Method in interface oracle.iam.request.api.RequestService
Deprecated. As of release 11.1.2.2.0, replaced by RequestService.getRequestDataSetName(RequestEntity) and RequestService.getRequestDataSetName(RequestBeneficiaryEntity)
getRequestDataSetName(RequestEntity) - Method in interface oracle.iam.request.api.RequestService
Gets the request dataset name associated with the given request entity object.
getRequestDataSetName(RequestBeneficiaryEntity) - Method in interface oracle.iam.request.api.RequestService
Gets the request dataset name associated with the given request entity object.
getRequestDate() - Method in class oracle.iam.certification.vo.IDCAccount
 
getRequestDate() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getRequestDate() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getRequestDate() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getRequestDate() - Method in class oracle.iam.certification.vo.IDCRole
 
getRequestDetailsForDashBoard(long, Map, int, int) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Returns the attestation records associated with an attestation request.
getRequestedRole() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getRequestedRoleGUID() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getRequestEntityAttribute(String) - Method in class oracle.iam.request.vo.RequestEntity
Gets a list of entity attributes from the request data.
getRequestEntityType() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Returns the enum equivalent of request entity type i.e User/Role/Resource
getRequestEntityType() - Method in class oracle.iam.request.vo.RequestEntity
Returns the enum equivalent of request entity type i.e User/Role/Resource
getRequesterKey() - Method in class com.thortech.xl.vo.ProvisioningData
 
getRequesterKey() - Method in class oracle.iam.certification.vo.RemediationRequestData
 
getRequesterKey() - Method in interface oracle.iam.request.vo.Request
 
getRequesterLogin() - Method in class oracle.iam.certification.vo.IDCAccount
 
getRequesterLogin() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getRequesterLogin() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getRequesterLogin() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getRequesterLogin() - Method in class oracle.iam.certification.vo.IDCRole
 
getRequestHistory(String) - Method in interface oracle.iam.request.api.RequestService
Gets all the request history instances for the specified request id
getRequestID() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getRequestID() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getRequestId() - Method in class oracle.iam.certification.vo.IDCAccount
 
getRequestId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getRequestId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getRequestId() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getRequestId() - Method in class oracle.iam.certification.vo.IDCRoleUser
 
getRequestId() - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
getRequestID() - Method in interface oracle.iam.request.vo.Request
Gets the request id of this request
getRequestID() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getRequestID() - Method in class oracle.iam.vo.OperationResult
 
getRequestKey() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getRequestKey() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getRequestKey() - Method in class oracle.iam.certification.vo.IDCAccount
 
getRequestKey() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getRequestKey() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getRequestKey() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
getRequestKey() - Method in class oracle.iam.certification.vo.IDCRole
 
getRequestKey() - Method in class oracle.iam.oimcommon.vo.Account
Getter of Request Key for this account
getRequestKey() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getRequestKey() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getRequestKey() - Method in class oracle.iam.provisioning.vo.Account
This method is used to get request key of (OIU.REQUEST_KEY) of an account.
getRequestKey() - Method in class oracle.iam.provisioning.vo.ChildTableRecord
 
getRequestKey() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method gets the request key associated to child table record from UD_CHILD table.
getRequestKey() - Method in interface oracle.iam.request.vo.Request
Gets the unique key of this request
getRequestKey() - Method in class oracle.iam.request.vo.RequestHistory
 
getRequestModel(String, String) - Method in interface oracle.iam.request.api.RequestService
Gets the Request Model object associated with given entity type and operation
getRequestModelName() - Method in interface oracle.iam.request.vo.Request
Gets the request model name set with this request
getRequestProfile(String) - Method in interface oracle.iam.requestprofile.api.RequestProfileService
Get the profile with given name.
getRequestProfile() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
getRequestProvisioningRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getRequestsForUser(String, RequestSearchCriteria, HashMap) - Method in interface oracle.iam.request.api.RequestService
Returns a list of requests raised for and raised by a specific user, that match the given search criteria.
getRequestsRaisedByMe(RequestSearchCriteria, Set, HashMap) - Method in interface oracle.iam.request.api.RequestService
Gets list of all requests raised by login user that matches the given search criteria.
getRequestsRaisedForMe(RequestSearchCriteria, Set, HashMap) - Method in interface oracle.iam.request.api.RequestService
Gets list of all requests raised for the login user that matches the given search criteria.
getRequestStage() - Method in interface oracle.iam.request.vo.Request
Gets the request stage key set with this request
getRequestStage() - Method in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
getRequestStageNames() - Method in interface oracle.iam.request.api.RequestService
Gets all the request stage names defined in the system
getRequestStages() - Method in interface oracle.iam.request.api.RequestService
Gets all the request stages defined in the system
getRequestStatus() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getRequestStatus() - Method in interface oracle.iam.request.vo.Request
Gets the status set with this request
getRequestStatus() - Method in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
getRequestStatusHistory() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getRequestStatusSummary(String) - Method in interface oracle.iam.request.api.RequestService
Gets the status changes of the specified request.
getRequestStatusSummary(String) - Method in interface oracle.iam.request.api.UnauthenticatedRequestService
Get an array of status changes of a given request.
getRequestTemplateData() - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
getRequestTemplateName() - Method in interface oracle.iam.request.vo.Request
Deprecated. 
getRequestTemplateName() - Method in class oracle.iam.request.vo.RequestData
Deprecated. 
getRequestTemplates(RequestTemplateSearchCriteria, Set, Map) - Method in interface oracle.iam.request.api.RequestService
Deprecated. 
getRequired() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns the flag capturing information of whether the attribute is required.
getRequired() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getRequiredAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Get all the required attribute names
getRequiredAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
getRequiredChars() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns a Set of the characters required in a password
getReRowver() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the current Row Version of the Event.
getReservationKey() - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
getReservedValue() - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
getResolverName() - Method in class oracle.iam.notification.vo.EventXMLObject
Provides resolver class name for the notification event
getResource() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the name of the resource this workflow is defined for.
getResource() - Method in class oracle.iam.certification.vo.AttributeGlossaryItem
 
getResource() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getResource() - Method in class oracle.iam.certification.vo.base.BasePolicy
 
getResourceApprovalWorflows() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getResourceBundleKey() - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
getResourceEntitlementCertificationStatusOptionLabels() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getResourceEntitlementCertificationVerificationOptionLabels() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getResourceFormKey() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
getResourceKey() - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
getResourceKey() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the Definition Key of the Resource this workflow is defined for
getResourceName() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getResourceName() - Method in class oracle.iam.platform.authopss.vo.Capability
getter for resource name
getResourceName() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the name of the resource this Event pertains to.
getResourceObjectId() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getResourceObjectKey() - Method in class com.thortech.xl.vo.ProvisioningData
 
getResourceProvisioningWorflows() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getResources() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getResources() - Method in class oracle.iam.oimcommon.vo.Policy
 
getResourcesByIds(List) - Method in interface oracle.iam.oimcommon.api.ResourceService
get a list of resources by their Ids.
getResourcesByType(Long) - Method in interface oracle.iam.oimcommon.api.ResourceService
returns a list of resources based on a resource type id.
getResourceScope() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Provides List of resources in scope of given attestation process definition
getResourceType() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getResourceType() - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
getResourceType() - Method in class oracle.iam.reconciliation.config.vo.OIMAttribute
Required only in case if mapped attribute comes from a different resourceType then the resourceType defined at the Profile level.
getResourceType() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
getResourceTypeByAttributeId(Long) - Method in interface oracle.iam.oimcommon.api.ResourceService
gets a resourceType given an attribute Id.
getResourceTypeId() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getResourceTypeId() - Method in class oracle.iam.oimcommon.vo.Resource
 
getResourceTypeName() - Method in class oracle.iam.oimcommon.vo.Resource
 
getResponse() - Method in class com.thortech.xl.vo.AttestationItemResponse
Returns the response set on the attestation record.
getResponse() - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Returns the Response Code
getResponse() - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
getResponse() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getResponse() - Method in class oracle.iam.platform.kernel.vo.FailedEventResult
 
getResponseDefinition(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the Response Definition object defined for this task with the provided Response Code
getResponseDescription() - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Returns the Response Description
getResponseList() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the list of Response Codes for all responses defined for this task
getResponseProperties() - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
 
getResponses() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the list of Responses defined for this task.
getResponsesForInstanceTask(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method returns all the responses for a given a task instance.
getResponseTasks() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getReStatus() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the status of the Event.
getRestrictedDataSet(String, String) - Method in interface oracle.iam.request.api.RequestService
Deprecated. 
getRestrictedDataSet(String, String) - Method in interface oracle.iam.request.api.UnauthenticatedRequestService
Deprecated. 
getResult() - Method in class oracle.iam.platform.kernel.vo.BulkResult
 
getResult() - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
 
getResult() - Method in class oracle.iam.platform.kernel.vo.OrchestrationStep
 
getResult() - Method in class oracle.iam.reconciliation.api.ReconciliationResult
Deprecated.  
getResultMap() - Method in class oracle.iam.platform.kernel.vo.BulkEventResult
Returns the result of bulk orchestration.
getResults(String, String, List, Map, Map) - Method in interface oracle.iam.platformservice.api.LookupQueryService
Returns the results after executing the query
getRetrycount() - Method in class com.thortech.xl.vo.Taskdetails
 
getRetryCount() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the number of times a rejected instance of this task will be retried
getRetryCount() - Method in class oracle.iam.reconciliation.vo.ReconEvent
 
getRetrycount() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides Schedule job retry count.
getRetryCount() - Method in class oracle.iam.scheduler.vo.ScheduledTask
Provides schedule task retry count.
getRetryInterval() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
 
getRetryPeriod() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the time period after which a rejected instance of this task will be retried
getReturnPathElements(String, String) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Return a list of path elements associated with the specified policy type identifier and built from the specified path string.
getReturnPathElements(PolicyType, String) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
Return a list of path elements associated with the specified policy type and built from the specified path string.
getReturnValue() - Method in exception com.thortech.xl.gc.exception.ProviderException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception com.thortech.xl.gc.exception.ProvisioningFormatException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception com.thortech.xl.gc.exception.ProvisioningTransportException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception com.thortech.xl.gc.exception.ReconciliationFormatException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception com.thortech.xl.gc.exception.ReconciliationTransportException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception oracle.iam.grc.sod.exception.SILAPIException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception oracle.iam.grc.sod.exception.SILDBException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception oracle.iam.grc.sod.exception.SILException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception oracle.iam.grc.sod.exception.SILInfrastructureException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception oracle.iam.grc.sod.exception.SILRegistrationException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception oracle.iam.grc.sod.exception.SILSecurityException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception oracle.iam.grc.sod.exception.SILServiceComponentException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception oracle.iam.grc.sod.exception.SILTopologyException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue(String, String, Set) - Method in interface oracle.iam.policyengine.api.RuleManager
Retrieve the return value matching both the specified rule entity id and the return value entity id.
getReturnValue() - Method in exception Thor.API.Exceptions.tcAPIException
Returns the object that needed to be returned by the API when the API exception occurred.
getReturnValue() - Method in exception Thor.API.Exceptions.tcBulkException
Returns the object that needed to be returned by the API when the bulk exception occurred.
getReturnValues() - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
getReturnValues(String, SearchCriteria, Set, HashMap) - Method in interface oracle.iam.policyengine.api.RuleManager
Retrieve the list of return values in the specified rule entity id that match the search criteria parameter.
getReviewer() - Method in interface oracle.iam.certification.vo.CertificationCreationContext.ReviewerWrapper
 
getReviewerAdditionalDetails() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the additional details about reviewer.
getReviewerDisplayName() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
getReviewerFirstName() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Provides first name of reviewer
getReviewerId() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getReviewerId() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
getReviewerLastName() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Provides last name of reviewer
getReviewerLoginName() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getReviewerParameter() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the reviewer key of the Attestation Process.
getReviewerParameter() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Provides value of the reviewer
getReviewerRoleId() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getReviewerToPersistedUserCountMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getReviewerToUsersMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getReviewerType() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Reviewer Type.
getReviewerType() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns the Attestation Process Reviewer Type.
getReviewerType() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getRevokedAccounts() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRevokedEndPointUsers() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRevokedMembers() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRevokedPolicies() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRevokedPolicyEntitlements() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRevokedRoles() - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
getRevokeEmailOption() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getRhActionPerformed() - Method in class oracle.iam.reconciliation.vo.ReconHistory
Gets the name of the action performed on the Event.
getRhKey() - Method in class oracle.iam.reconciliation.vo.ReconHistory
Gets the Key of the Recon History row.
getRhModifier() - Method in class oracle.iam.reconciliation.vo.ReconHistory
Gets the ID of the last modifier of the History of this Event.
getRhModifierUser() - Method in class oracle.iam.reconciliation.vo.ReconHistory
Gets the User who last modified the Event from the Event History.
getRhModify() - Method in class oracle.iam.reconciliation.vo.ReconHistory
Gets the Date of last History Update.
getRhNote() - Method in class oracle.iam.reconciliation.vo.ReconHistory
Gets the Note attached to the Event from its History.
getRhStatus() - Method in class oracle.iam.reconciliation.vo.ReconHistory
Get the Status of the Event from the History.
getRiskAcceptedExpiration() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRiskAcceptedExpirationLimitInDays() - Method in class oracle.iam.ida.vo.IDAConfiguration
 
getRiskConfiguration() - Method in class oracle.iam.oimcommon.vo.RiskContext
 
getRiskItem() - Method in class oracle.iam.oimcommon.vo.Account
 
getRiskScoreUpdateTime() - Method in class oracle.iam.catalog.vo.Catalog
 
getRiskSummary() - Method in class oracle.iam.provisioning.vo.Account
 
getRiskSummary() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getRiskUpdateDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getRiskUpdateDate() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getRiskUpdateDate() - Method in class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
Gets the date when risk was most recently calculated for this Account object.
getRiskUpdateDate() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getRiskUpdateDate() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getRiskUpdateDate() - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
getRiskUpdateDate() - Method in class oracle.iam.oimcommon.vo.User
Gets the Date risk levels were last updated Returns a copy.
getRiskUpdateDate() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Gets the date when risk was most recently calculated for this Account object.
getRiskUpdateDate() - Method in class oracle.iam.provisioning.vo.RiskSummary
 
getRiskUpdateTime() - Method in class oracle.iam.catalog.vo.Catalog
 
getRiskValue(OIMType) - Method in interface oracle.iam.catalog.api.OimCatalogOiaIntegration
 
getRjKey() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the Job key (RJ Key) of the job which generated the current Event.
getRole(Long) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
getRole() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getRole() - Method in class oracle.iam.identity.rolemgmt.vo.RoleGrant
 
getRole(Long) - Method in interface oracle.iam.oimcommon.api.RoleService
 
getRole() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getRoleAsgnComplete() - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
getRoleAsgnComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getRoleAsgnTotal() - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
getRoleAsgnTotal() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getRoleByRoleName(String) - Method in interface oracle.iam.oimcommon.api.RoleService
 
getRoleCategoryId() - Method in class oracle.iam.certification.vo.IDCRole
 
getRoleCategoryId() - Method in class oracle.iam.oimcommon.vo.Role
 
getRoleCategoryId() - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
getRoleCategoryName() - Method in class oracle.iam.certification.vo.IDCRole
 
getRoleCategoryName(Long) - Method in interface oracle.iam.oimcommon.api.RoleService
 
getRoleCategoryName() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getRoleCategoryName() - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
getRoleCatMap() - Method in interface oracle.iam.oimcommon.api.RoleService
 
getRoleCertificationStats(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Retrieve RoleCertificationStats for specified certification and task.
getRoleChildren(String, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the roles children of the given role.
getRoleComments() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getRoleComplete() - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
getRoleDescription() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getRoleDescription() - Method in class oracle.iam.platform.authopss.vo.AdminRole
Getter for the admin role description.
getRoleDisplayName() - Method in class oracle.iam.grc.sod.scomp.impl.oaacg.vo.ConflictDetails
 
getRoleDisplayName() - Method in class oracle.iam.platform.authopss.vo.AdminRole
Getter for the admin role display name.
getRoleEntitlementCertificationStatusOptionLabels() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getRoleEntitlementKeys() - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
getRoleGrantDetails(String, String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Lookup the attributes of a role grant, associated between roleKey and userKey.
getRoleGrantDetails(String, Object, String, Object, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Lookup the attributes of a role grant, where the role is identified uniquely by the search criteria roleAttributeName=roleAttributeValue and the user is uniquely identified by the search criteria userAttributeName=userAttributeValue.
getRoleGrants() - Method in class oracle.iam.oimcommon.vo.User
 
getRoleGrantsMap(List) - Method in interface oracle.iam.oimcommon.api.RoleService
 
getRoleId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getRoleId() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getRoleId() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getRoleId() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getRoleId() - Method in class oracle.iam.certification.vo.IDCUser
 
getRoleId() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getRoleId() - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
getRoleId() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
getRoleId() - Method in class oracle.iam.platform.authopss.vo.AdminRole
The unique-id for this admin role.
getRoleId() - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
getRoleIdsByOrganizations(List) - Method in interface oracle.iam.oimcommon.api.OrganizationService
 
getRoleIndirectMembers(String, SearchCriteria, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the indirect members (users) of the given role matching the specified SearchCriteria.
getRoleKey() - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
getRoleMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getRoleMemberCount(Long, String, Long, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Returns the count for role members in a role included in given certification or task
getRoleMembers(String, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve all the users members of the given role.
getRoleMembers(String, SearchCriteria, Set, Map, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the users members of the given role matching the specified SearchCriteria.
getRoleMembersByBatch(Long, String, Long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Returns the list of role members for a given role in given certification or task
getRoleMembershipCertificationStatusOptionLabels() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getRoleMembershipId() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
The primary key representing the membership-id.
getRoleMembershipMatch() - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
getRoleName() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getRoleName() - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
getRoleName() - Method in class oracle.iam.platform.authopss.vo.AdminRole
Getter for the admin role name.
getRoleName() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getRoleName() - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
getRoleParents(String, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the roles who are the parents of the given role.
getRolePercentComplete(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
Return percent complete for specified role
getRolePolicyEntitlementCount(Long, String, Long, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Returns the count for policies and entitlements in a role included in given certification or task
getRolePolicyEntitlementsByBatch(Long, String, Long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Returns the combined list of policies and entitlements for a given role in given certificaiton or task
getRoleRelationshipDetails(String, String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Lookup the attributes of a role relationship.
getRoleRelationshipDetails(String, Object, String, Object, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Lookup the attributes of a role relationship, where the parent role is uniquely identified by the search criteria parentAttrName=parentAttrValue and the child role is uniquely identified by the search criteria childAttrName=childAttrValue.
getRoleRisk() - Method in class oracle.iam.oimcommon.vo.User
Gets the risk level associated with roles assigned to the user
getRoleRoleAsgnTotal(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
Return RoleAsgn (role member) total for specified role
getRoleRolePolicyTotal(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
Return policy total for specified role
getRoles() - Method in class oracle.iam.certification.vo.IDCUser
 
getRoles() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getRoles() - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
getRoles(List) - Method in interface oracle.iam.oimcommon.api.RoleService
 
getRoles() - Method in class oracle.iam.oimcommon.vo.User
 
getRolesAvailableToOrganization(String, SearchCriteria, Set, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
returns the available roles to the specified Organization
getRoleStatus(Long) - Method in interface oracle.iam.oimcommon.api.RoleService
 
getRoleSummaryRisk() - Method in class oracle.iam.certification.vo.IDCUser
 
getRoleSummaryRisk() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getRoleSummaryRisk() - Method in class oracle.iam.oimcommon.vo.User
 
getRoleTotal() - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
getRoleUserAssignments(Role) - Method in interface oracle.iam.oimcommon.api.RoleService
 
getRootDSEProperty(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Searches LDAP for the RootDSE object and get the value of a particular property from it
getRootObject() - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
getRootScopeId() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
 
getRootScopeId() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
.
getRootScopeName() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
API to get the root scope name (name of organization where this publication is directly published).
getRootTask() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getRotatedViewPrimaryReviewerStrategy() - Method in class oracle.iam.certification.vo.CertificationDefinition
 
getRowKey() - Method in class oracle.iam.provisioning.vo.ChildTableRecord
This method gets the primary key of the child record.
getRowKey() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
getRowKey() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getRowsToFetch() - Method in class oracle.iam.certification.vo.PaginationContext
 
getRowsToSkip() - Method in class oracle.iam.certification.vo.PaginationContext
 
getRsrcName() - Method in class oracle.iam.reconciliation.vo.Account
 
getRuleBasedProvisioningRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getRuleCondition() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRuleDescription() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRuleElementList() - Method in class oracle.iam.grc.sod.vo.Policy
 
getRuleGroovyExpression() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRuleId() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRuleKey() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the Key of the Assignment Rule to be evaluated
getRuleKey() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getRuleName() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the name of the task assignment rule to evaluate
getRuleName() - Method in class oracle.iam.ida.vo.ActionHistory
 
getRuleName() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getRuleName() - Method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
 
getRuleName() - Method in interface oracle.iam.policyengine.vo.conditions.EvaluationCondition
 
getRulesAssignedToPolicy(String) - Method in interface oracle.iam.policyengine.api.PolicyManager
Return rules assigned to the policy specified by the policy entity id.
getRuleSetName() - Method in class oracle.iam.certification.vo.EventListener
 
getRuleSetName() - Method in class oracle.iam.certification.vo.EventTriggerData
 
getRunStatus() - Method in class oracle.iam.ida.vo.ScanRun
 
getRuntimeParams() - Method in class com.thortech.xl.gc.vo.designtime.Provider
This method returns the provider runtime parameters and their values.
getSaveField() - Method in class oracle.iam.request.dataset.vo.LookupQuery
Gets the value of the saveField property.
getSaveFieldName() - Method in class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
Returns the alias of the save field name.
getScanDefinitionId() - Method in class oracle.iam.ida.vo.ScanRun
 
getScanJobName() - Method in class oracle.iam.ida.vo.ScanRun
 
getScanRunCount() - Method in class oracle.iam.ida.vo.ScanDefinition
 
getScanRunDetailsRetentionPeriod() - Method in class oracle.iam.ida.vo.IDAConfiguration
 
getScanType() - Method in class oracle.iam.ida.vo.ScanRun
 
getScheduledTasks(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns a list of Schedule Tasks which match the search criteria provided
getScheduleTaskAttributes(long) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Returns a list of Schedule Task Attributes (in the form of a tcResultSet) that are associated with the specified Schedule Task
getSchema() - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
 
getSchemaAttrs() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getScim() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the scim property.
getSCompImplClassName() - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
getScopedAdminRoles() - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns list of admin roles which are usually assigned in the context of non-Top organization.
getScopedAdminRoles() - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns list of admin roles which are usually assigned in the context of non-Top organization.
getScopeId() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Getter for the organization-id
getScopeId() - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
getScopeId() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
Getter for the scope(organization)-id for this publication.
getScopeId() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getScopeIdAsLong() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
 
getScopeName() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
Returns the organization name of the scope that this publication represents
getScopeName() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getScopeParamAdditionalDetails() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the additional details about scope parameter.
getScopeParameter() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Scope Parameter Value.
getScopeType() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns the Attestation Process Scope Type.
getScopeType() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
The type of the oraganization/scope.
getScopeType() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getScriptBody() - Method in class oracle.iam.provisioning.vo.ScriptConfig
 
getScriptLanguage() - Method in class oracle.iam.provisioning.vo.ScriptConfig
 
getScriptParams() - Method in class oracle.iam.provisioning.vo.ScriptConfig
 
getSdkId() - Method in class oracle.iam.oimcommon.vo.Account
Getter for sdkId
getSDSId() - Method in class oracle.iam.grc.sod.vo.SILTopology
 
getSearchCount(ReconSearchCriteria) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Returns the number of database rows matching the given search criteria.
getSearchCriteria() - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
getSearchCriteria() - Method in class oracle.iam.certification.vo.SearchFilter
 
getSearchCriteria() - Method in interface oracle.iam.certification.vo.SelectionCriteria
 
getSearchCriteria() - Method in interface oracle.iam.platform.authopss.api.ScopeObligation
 
getSearchCriteria(String) - Method in interface oracle.iam.platform.authopss.api.ScopeObligation
 
getSearchCriteria() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
getSearchCriteria() - Method in class oracle.iam.reconciliation.vo.ReconSearchCriteria
 
getSearchFilter() - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
getSearchResultCount(RequestSearchCriteria) - Method in interface oracle.iam.request.api.RequestService
Gets the count of requests that match the specified search criteria.
getSearchType() - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
getSearchType() - Method in interface oracle.iam.certification.vo.SelectionCriteria
 
getSecAdminRoleName() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
getSecondArgument() - Method in class oracle.iam.catalog.vo.CatalogSearchCriteria
 
getSecondArgument() - Method in class oracle.iam.platform.entitymgr.vo.SearchCriteria
Returns the second argument value in the criteria.
getSecondArgument() - Method in class oracle.iam.policyengine.vo.Condition
 
getSecondaryEmail() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getSecondReminderEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getSecondReminderInterval() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getSeconds() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns Seconds from the Date
getSecureURLProperties() - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Returns Map of All the Secure URL related System properties This map will have: - XL.AllowedBackURLsMode - URL Mode (String) - XL.AllowedBackURLs - List of URLs (List) - XL.AllowedBackURLsRequestParameters - List of URL request params (List)
getSelectedAppInstanceIds() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getSelectedEntitlementIds() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getSelectedITAssetProperty() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getSelectedITAssetType() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getSelectedItemType() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getSelectedMapTo() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getSelectedQualifier() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getSelectedRoleIds() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getSelfProfile() - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns the current logon user's profile.
getSelfProfileFiltered(String[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Returns the current logon user's profile.
getSemaphore() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getSender() - Method in class oracle.iam.notification.vo.NotificationEvent
Provides username of the user sending the notification for the event
getSerialversionuid() - Static method in class oracle.iam.provisioning.vo.BasicAttribute
 
getSerialversionuid() - Static method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getSerialversionuid() - Static method in class oracle.iam.provisioning.vo.Grant
 
getSerialversionuid() - Static method in class oracle.iam.provisioning.vo.OperationResult
 
getSerialversionuid() - Static method in class oracle.iam.provisioning.vo.RiskSummary
 
getService(Class) - Method in class oracle.iam.platform.OIMClient
Returns a handle to a servics that exposed by OIM such as UserManager, RequestService, tcProvisioningOperationsIntf, ...
getService(Class) - Static method in class oracle.iam.platform.Platform
Returns a handle to a Service available in an OIM .
getServiceAccountList(long, Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
This method is used to get the details of all service accounts provisioned for this resource.
getServiceCompData() - Method in interface oracle.iam.grc.sod.api.SILService
Returns the list of Service Components as given in Registration.xml.
getServiceDeskTicketNumber() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getServiceDeskTicketNumber() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getServiceForEventHandlers(Class, String, String, String, HashMap) - Static method in class oracle.iam.platform.Platform
Returns a handle to a Service available in an OIM .
getSessionContext() - Method in class Thor.API.Base.tcBaseUtility
Get the associated session context
getSeverity() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getSeverity() - Method in class oracle.iam.policyengine.vo.Policy
 
getSeverity() - Method in exception Thor.API.Exceptions.tcAPIException
Returns the Severity of error message associated with API exception
getSeverityType() - Method in class oracle.iam.grc.sod.vo.Policy
 
getShortCause() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getShortDesc() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Deprecated. please see PasswordPolicyInfo.getDesc()
getShortDescription() - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
getShortDescription() - Method in class oracle.iam.certification.vo.IDCAttributeValueMetadata
 
getShortDescription() - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
getShortmessage() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides Template's short message in given locale
getShortMessage() - Method in class oracle.iam.notification.vo.MessageContent
Provides short message
getSignOffDate() - Method in class oracle.iam.certification.vo.LastCertDecision
 
getSilDatabaseContext() - Method in class oracle.iam.grc.sod.vo.SILContext
 
getSimilarRoles(Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Finds similar roles based on entitlements.
getSingleValuedAttrs() - Method in class oracle.iam.reconciliation.vo.ReconEventData
Gets the Single values attributes of the Event.
getSnmpsupported() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides a character to specify whether SNMP supported or not.
getSodAcceptedRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getSodActiveViolationRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getSoDAnalysisSComp() - Method in class oracle.iam.grc.sod.vo.SystemType
 
GetSODCheckResultsException - Exception in oracle.iam.sod.exception
 
GetSODCheckResultsException() - Constructor for exception oracle.iam.sod.exception.GetSODCheckResultsException
Creates a new GetSODCheckResultsException object.
GetSODCheckResultsException(String) - Constructor for exception oracle.iam.sod.exception.GetSODCheckResultsException
Constructs a new GetSODCheckResultsException with the specified detail message.
GetSODCheckResultsException(String, Exception) - Constructor for exception oracle.iam.sod.exception.GetSODCheckResultsException
 
getSODConflicts(String) - Method in interface oracle.iam.rolesod.api.RoleSODService
Returns the SOD conflicts given a request ID
getSODConflicts(String, long, long) - Method in interface oracle.iam.rolesod.api.RoleSODService
Returns SOD conflicts for a given user and role in a request
getSodFixedManuallyRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getSodId() - Method in class oracle.iam.grc.sod.vo.SILTopology
 
getSodRemediationRequestedRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getSodRisk() - Method in class oracle.iam.certification.vo.IDCAccount
 
getSodRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getSodRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getSodRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getSodRisk() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getSodRisk() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getSodRisk() - Method in class oracle.iam.certification.vo.IDCRole
 
getSodRisk() - Method in class oracle.iam.certification.vo.IDCRoleUser
 
getSodRisk() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getSodRisk() - Method in class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
 
getSodRisk() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getSODRisk() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
getSodStatus() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getSoDUserKeyAttrName() - Method in class oracle.iam.grc.sod.vo.DataTransformationType
This method returns Key User Attribute name in SoD which is used to uniquely identify the User in SoD Engine
getSoftErrorMessages() - Method in class oracle.iam.request.vo.RequestError
Gets the soft error messages of the failed request.
getSortAttribute() - Method in class oracle.iam.certification.vo.PaginationContext
 
getSortOrder() - Method in class oracle.iam.certification.vo.PaginationContext
 
getSortValue() - Method in interface Thor.API.Operations.tcHelpOperationsIntf
This method returns the value of the NLS_SORT database parameter in case of installations with Oracle as the database.
getSource() - Method in class com.thortech.xl.gc.vo.designtime.AttributeWithSource
This method returns the source information of a Transformation.
getSource() - Method in class oracle.iam.grc.sod.vo.Attribute
 
getSource() - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
 
getSourceChDataSetName() - Method in class com.thortech.xl.gc.vo.designtime.SourceValue
This method returns the name of its dataset (if child) if the source is a field.
getSourceData() - Method in class com.thortech.xl.gc.vo.designtime.SourceValue
This method returns the name of its dataset (if parent) if the source is a field.
getSourceDatastoreContextRegID() - Method in class oracle.iam.grc.sod.vo.Duty
 
getSourceIdMAttributes() - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
getSourceRecord() - Method in interface com.thortech.xl.gc.util.GCSource
This method will return the source OIMRecord which is the input candidate for validation.
getSourceTree(RootObject) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Return the object as it appeared in the source database.
getSpecialAttributes() - Static method in class oracle.iam.provisioning.vo.BasicAttribute
 
getSPMLFormattedData() - Method in class com.thortech.xl.gc.impl.prov.WSTransportTargetOperation
This method can be used for fetches the SPML data packet containing the provisioning input from the value object.
getSrcDatastoreRegIDs() - Method in class oracle.iam.grc.sod.vo.SystemType
 
getSrmCreateDate() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getSrmUpdateDate() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getStage() - Method in class oracle.iam.platform.kernel.vo.OrchestrationStep
 
getStage() - Method in class oracle.iam.request.vo.RequestStatusSummary
 
getStageKey() - Method in class oracle.iam.request.vo.RequestStage
 
getStageName() - Method in class oracle.iam.request.vo.RequestStage
 
getStagingField() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
getStagingTableName() - Method in class oracle.iam.reconciliation.config.vo.Form
 
getStartDate() - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
getStartDate() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getStartDate() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getStartDate() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getStartDate() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
getStartDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getStartDate() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the date set for the user on which the account will get into effect.
getStartsWithAlphabet() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Gets if the password can start with an alphabet
getStartTime() - Method in class oracle.iam.ida.vo.ScanRun
 
getStartTime() - Method in class oracle.iam.scheduler.vo.Trigger
Provides Schedule job start time.
getState() - Method in class com.thortech.xl.vo.ddm.TaskObject
 
getState() - Method in class oracle.iam.certification.vo.IDCAccount
 
getState() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getState() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getState() - Method in class oracle.iam.ida.vo.ActionHistory
 
getStateOrProvince() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getStateOrProvince() - Method in class oracle.iam.oimcommon.vo.User
 
getStaticData(String) - Method in interface oracle.iam.notification.api.NotificationService
To retrieve static data associated with an event
getStaticData() - Method in class oracle.iam.notification.vo.EventXMLObject
Provides list of Static Data attached with the event
getStatus() - Method in class com.thortech.xl.vo.workflow.EmailNotification
Returns the status for which the email should be sent
getStatus() - Method in class com.thortech.xl.vo.workflow.RequestHistoryEntry
 
getStatus() - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
getStatus() - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Returns the Status that the Response will set on the Task
getStatus() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getStatus() - Method in interface oracle.iam.certification.vo.Certifiable
 
getStatus() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getStatus() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
getStatus() - Method in class oracle.iam.certification.vo.EventListener
 
getStatus() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getStatus() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getStatus() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getStatus() - Method in class oracle.iam.certification.vo.IDCRole
 
getStatus() - Method in class oracle.iam.certification.vo.IDCUser
 
getStatus() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getStatus() - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
getStatus() - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerBulkResult
Gets the status of bulk organization operation result.
getStatus() - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerResult
Returns the result status of the operation.
getStatus() - Method in class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
 
getStatus() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the current status of the user.
getStatus() - Method in class oracle.iam.identity.usermgmt.vo.UserManagerResult
Provides the result status of the operation.
getStatus() - Method in interface oracle.iam.identity.vo.IdentityManagerResult
Provides the result status of the operation.
getStatus() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides status of a template.
getStatus() - Method in class oracle.iam.notification.vo.SearchResult
Provides status of a search result template.
getStatus() - Method in class oracle.iam.oimcommon.vo.Account
Getter for account status
getStatus() - Method in class oracle.iam.oimcommon.vo.User
Gets the status for the user
getStatus() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
 
getStatus() - Method in class oracle.iam.platform.kernel.vo.OrchestrationStep
 
getStatus() - Method in class oracle.iam.policyengine.vo.Policy
 
getStatus() - Method in class oracle.iam.policyengine.vo.Rule
 
getStatus() - Method in class oracle.iam.provisioning.vo.Application
 
getStatus() - Method in class oracle.iam.provisioning.vo.Application.STATUS_TYPE
 
getStatus() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getStatus() - Method in class oracle.iam.provisioning.vo.OperationResult
 
getStatus() - Method in class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
 
getStatus() - Method in class oracle.iam.reconciliation.vo.Organization
 
getStatus() - Method in class oracle.iam.request.vo.RequestStatusSummary
 
getStatus() - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
getStatus() - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns the Scheduler Service Status
getStatus() - Method in class oracle.iam.scheduler.vo.JobHistory
Provides job's status.
getStatusChange() - Method in class oracle.iam.request.history.jaxb.RequestHistoryType
Gets the value of the statusChange property.
getStatusChange() - Method in class oracle.iam.request.history.jaxb.Task
Gets the value of the statusChange property.
getStatusEndDate() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCAccount
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCRole
 
getStatusEndDate() - Method in class oracle.iam.certification.vo.IDCRoleUser
 
getStatusId() - Method in class oracle.iam.oimcommon.vo.Policy
 
getStatusId() - Method in class oracle.iam.oimcommon.vo.Role
 
getStatusInterface() - Method in class oracle.iam.passwordmgmt.vo.OimUserInfo
 
getStatusKey() - Method in class com.thortech.xl.vo.workflow.EmailNotification
Returns the Key of the Status based on which the email is sent
getStatusKey() - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Returns the Key of the Status that the Response will set on the Task
getStatusMappings() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the list of Task Status to Object Status Mappings defined for this task.
getStatusOfJob(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
 
getStatusStr() - Method in class oracle.iam.oimcommon.vo.User
Gets the string representation of the status for the user
getStopWatch(String) - Method in class oracle.iam.oimcommon.vo.MTSRMStopWatches
 
getStopWatch(String, String) - Method in class oracle.iam.oimcommon.vo.MTSRMStopWatches
 
getStrDefaultValue() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns the default value of the attribute.
getStreet() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getStreet() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getStreet() - Method in class oracle.iam.oimcommon.vo.User
 
getString() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Date as String
getString(Object) - Static method in class oracle.iam.certification.vo.util.jaxb.JAXBProcessor
Return string of marshalled object o.
getString(String) - Method in class oracle.iam.policyengine.vo.ValueObject
 
getStringAttribute(String) - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getStringLength(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that returns length of the string passed it.
getStringVal() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the String value of the Attribute.
getStrName() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns name of the attribute.
getStrOrder() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns the order of the attribute in its dataset.
getStrSize() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns size of the attribute
getStrTransformationName() - Method in class com.thortech.xl.gc.vo.designtime.Transformation
This method returns the name of the transformation provider implementation
getStrType() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns data type of the attribute.
getStrValue() - Method in class com.thortech.xl.gc.vo.designtime.SourceValue
This method returns the value of the literal if it is the source.
getSubject() - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
This method returns the subject of the email.
getSubject() - Method in class oracle.iam.notification.vo.LocalTemplate
Provides Template's message subject in given locale
getSubject() - Method in class oracle.iam.notification.vo.MessageContent
Provides Notification message's subject
getSubject() - Method in class oracle.iam.notification.vo.SearchResult
Provides search result Template's message subject in given locale
getSubmission() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the submission property.
getSubmittedOn() - Method in class oracle.iam.request.vo.RequestStatusSummary
 
getSubOrganizations(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list of organizations (in the form of a tcResultSet) that are child organizations of the specified organization
getSubstitutions() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
get the current substitutions
getSubstitutions() - Method in interface Thor.API.Operations.tcImportOperationsIntf
get the current substitutions
getSubtree() - Method in class oracle.iam.notification.vo.NotificationAttribute
Provides the list of Notification attributes contained by the attribute
getSucceededResults() - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerBulkResult
Provides List of success result containing GUID of the organization for which operation succeeded.
getSucceededResults() - Method in class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
 
getSucceededResults() - Method in class oracle.iam.identity.usermgmt.vo.UserManagerResult
Provides List of success result containing GUID of the user for which operation succeeded.
getSucceededResults() - Method in interface oracle.iam.identity.vo.IdentityManagerResult
Provides List of success result containing GUID of the identity for which operation succeeded.
getSucceededResults() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
 
getSucceededResults() - Method in class oracle.iam.provisioning.vo.OperationResult
 
getSuccesses() - Method in exception oracle.iam.identity.exception.OrganizationBulkValidationFailedException
 
getSuccessful() - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
 
getSuccessful() - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
getSuccessfulEntityAttrs() - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
getSuccessResult() - Method in class oracle.iam.reconciliation.api.ReconciliationResult
Contains the batch key of java.lang.Long type in List.
getSummaryRisk() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCAccount
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCAttributeValueDetails
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCPolicy
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCRole
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.IDCUser
 
getSummaryRisk() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getSummaryRisk() - Method in class oracle.iam.oimcommon.vo.Account
Gets overall risk of the account, calculated by Risk-Aggregation Job.
getSummaryRisk() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getSummaryRisk() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getSummaryRisk() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getSummaryRisk() - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
getSummaryRisk() - Method in class oracle.iam.oimcommon.vo.User
Gets the calculated risk level for the user
getSummaryRisk() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Gets overall risk of the account, calculated by Risk-Aggregation Job.
getSummaryRisk() - Method in class oracle.iam.provisioning.vo.RiskSummary
 
getSupportedApplicationObjectclasses(Application) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method returns a list of all the ApplicationObjectclasses supported by the Application.
getSuspendedDate() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getSystemChallengeQuestions() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Deprecated. This method is not longer supported. The preferred way to do this is via PasswordMgmtService.getApplicableDefaultChallengeQuestions(String,Boolean,Locale)
getSystemChallengeQuestions() - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Deprecated. This method is not longer supported. The preferred way to do this is via PasswordMgmtService.getApplicableDefaultChallengeQuestions(String,Boolean,Locale)
getSystemChallengeQuestions(Locale) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Deprecated. This method is not longer supported. The preferred way to do this is via PasswordMgmtService.getApplicableDefaultChallengeQuestions(String,Boolean,Locale)
getSystemChallenges() - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Deprecated.  
getSystemDefaultPolicyDescription(Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Gets the system default policy description
getSystemIds() - Method in interface oracle.iam.grc.sod.api.SILService
Returns the IDs and Types of the Systems registered with SIL
getSystemPropertiesForUnauthenticatedUsers(String) - Method in interface oracle.iam.conf.api.SystemConfigurationService
Searches all the system properties on the basis of propertyKeyword.
getSystemProperty(String) - Method in interface oracle.iam.conf.api.SystemConfigurationService
Search all the system properties on the basis of propertyKeyword
getSystemType() - Method in class oracle.iam.grc.sod.vo.SystemContext
 
getSystemTypeData() - Method in interface oracle.iam.grc.sod.api.SILService
Returns the list of System Types as given in Registration.xml.
getTable() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the name of the Process Form (table) attached to this workflow (if any).
getTableKey() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the Definition Key of the Process Form (Table) attached to this workflow
getTadDatatype() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the Data Type of this Attribute
getTadKey() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the Key of this Attribute.
getTadName() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Gets the Name of this attribute.
getTadParentKey() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Deprecated.  
getTadParentKeyCollection() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Deprecated.  
getTags() - Method in class oracle.iam.catalog.vo.Catalog
Returns the tags associated with the catalog item.
getTags() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getTarget() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Returns orchestration target
getTargetAttrDetailsCollection(ReconEvent) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Deprecated.  
getTargetAttributes() - Method in class oracle.iam.reconciliation.config.vo.Form
 
getTargetEntities() - Method in class oracle.iam.request.vo.Beneficiary
Gets a list of entities , i.e.
getTargetEntities() - Method in interface oracle.iam.request.vo.Request
Gets a list of request entities set with this request
getTargetEntities() - Method in class oracle.iam.request.vo.RequestData
Gets a list of request entity objects set with this request.
getTargetEntityId() - Method in class oracle.iam.platform.authopss.api.AuthorizationResult.DenyResult
 
geTtargetEntityType() - Method in class oracle.iam.platform.authopss.api.AuthorizationResult.DenyResult
 
getTargetImplementation(Object, Class) - Static method in class oracle.iam.platform.Platform
 
getTargetObjectclass() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getTargetRoleId() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getTargetType() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the Assignee Type for this assignment rule
getTargetType() - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Get the attribute's data type in the target system
getTargetUserDisplayName() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getTargetUserEmail() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getTargetUserEmployeeNumber() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getTargetUserId() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getTargetUserIds() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
 
getTargetUserLogin() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getTargetUserManagerName() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getTargetUserOrganizationName() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getTargetUserTitle() - Method in class oracle.iam.ida.vo.PolicyViolation
 
getTask(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the definition of a particular task.
getTask(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
Returns the definition of a particular task.
getTask() - Method in class oracle.iam.request.history.jaxb.ApprovalChange
Gets the value of the task property.
getTaskActions() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
getTaskAdapter() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the name of the task adapter attached to this task
getTaskAdapter() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getTaskAdapterKey() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the Definition Key (EVT_KEY) of the Adapter or Event Handler attached
getTaskAdapterKey() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getTaskAdapterMappings() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the list of Task Adapter Mappings defined for this task.
getTaskAdapterStatus() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the attachment status of the attached adapter
getTaskAssignment(int) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the Task Assignment Rule defined for this task with the provided priority
getTaskAssignment(int) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getTaskAssignmentRule() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Method to get all the task assignment rules in the system
getTaskAssignments() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns a list of Task Assignment Rules defined for this task.
getTaskAssignments() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getTaskAssignmentTypes() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve different task assignment types
getTaskClass() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides the schedule task implementation class object.
getTaskClassName() - Method in class com.thortech.xl.vo.Taskdetails
 
getTaskClassName() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides schedule task implementation class name.
getTaskDetail() - Method in class oracle.iam.scheduler.vo.SearchResult
Provides JobDetails value object.
getTaskDetail(long, Map) - Method in interface Thor.API.Operations.TaskDefinitionOperationsIntf
Returns detailed information about all the tasks definitions in the specified provisioning process.
getTaskDisable() - Method in class com.thortech.xl.vo.Taskdetails
 
getTaskEffect() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the Task Effect of this task
getTaskEffectField() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the name of the form field for which this task is a listener
getTaskHistory(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Returns a history of the assignment of the indicated task.
getTaskId() - Method in class oracle.iam.ida.vo.TaskPolicyViolation
 
getTaskInfo(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Return certification task info for the specified task
getTaskInfoListByCert(Long, String, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Return a collection of certification task info for the tasks of the specified certification
getTaskKey() - Method in class com.thortech.xl.vo.Taskdetails
 
getTaskKey() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides schedule task key in OIM repository.
getTaskList() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
getTaskListener() - Method in class oracle.iam.scheduler.vo.ScheduledTask
Provides task listener name.
getTaskName() - Method in class com.thortech.xl.vo.Taskdetails
 
getTaskName() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
getTaskName() - Method in class oracle.iam.request.history.jaxb.Task
Gets the value of the taskName property.
getTaskName() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides Schedule task name.
getTaskName() - Method in class oracle.iam.scheduler.vo.TaskSupport
 
getTaskNames() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
getTasks() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the set of Tasks defined in this workflow in the form of a HashMap.
getTasks() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getTasksArchived(String) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Deprecated.  
getTasksAvailableForUpdate(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Returns task status and bucket against task instance key which are available for update.
getTaskStartTime() - Method in class com.thortech.xl.vo.Taskdetails
 
getTaskStatus() - Method in class com.thortech.xl.vo.Taskdetails
 
getTaskStatus() - Method in class com.thortech.xl.vo.workflow.StatusMapping
Returns the Task Status (STA_STATUS)
getTaskStatus() - Method in class oracle.iam.ida.vo.TaskPolicyViolation
 
getTaskStatus() - Method in class oracle.iam.scheduler.vo.SearchResult
Provides schedule job status.
getTaskStatusCategory() - Method in class com.thortech.xl.vo.workflow.StatusMapping
Returns the Category of the Task Status (STA_BUCKET)
getTaskStatusKey() - Method in class com.thortech.xl.vo.workflow.StatusMapping
Returns the Key of the Task Status (STA_KEY)
getTaskStatusKeyMapping() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the mapping of status key and corresponding status mapping
getTaskTitle(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Get the title for a task with given identification key/task uid
getTaskTriggers() - Method in class oracle.iam.scheduler.vo.SearchResult
Provides a collection of associated triggers with schedule job.
getTaskUid() - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
getTaskUID() - Method in class oracle.iam.certification.vo.IDCUser
 
getTechnicalApprover() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getTechnicalApprover() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getTechnicalDescription() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getTelephoneNumber() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getTemplate(String) - Method in interface oracle.iam.request.api.RequestService
Deprecated. 
getTemplate(String) - Method in interface oracle.iam.request.api.UnauthenticatedRequestService
Deprecated. 
getTemplateAttributes() - Method in interface oracle.iam.request.vo.Request
Gets the list of additional attributes defined in Request template set in this request
getTemplateAttributes() - Method in class oracle.iam.request.vo.RequestData
Gets the list of additional attributes defined in Request template set in this request
getTemplateData() - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
getTemplateName() - Method in class oracle.iam.notification.vo.NotificationEvent
Provides template name associated with the event
getTemplatename() - Method in class oracle.iam.notification.vo.NotificationTemplate
Provides name of the template
getTemplatename() - Method in class oracle.iam.notification.vo.SearchResult
Provides name of the search result template
getTemplateName() - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
getTemplateNames() - Method in interface oracle.iam.request.api.RequestService
Deprecated. 
getTemplateNames() - Method in interface oracle.iam.request.api.UnauthenticatedRequestService
Deprecated. 
getTemplateNamesForSelf() - Method in interface oracle.iam.request.api.RequestService
Deprecated. 
getTenantName() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the Tenant Name
getText() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Returns blank, used by Canonic Fwk only.
getThirdReminderEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getThirdReminderInterval() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getTime() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the date in the long format
getTimeAsOctalString() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the date as Octal String
getTimeFormat() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getTimeLongAsString() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Date in Long Format as String type
getTimeout() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
getTimeStamp() - Method in class oracle.iam.platform.entitymgr.vo.ChildEntityModification
 
getTimezone() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getTimezone() - Method in class oracle.iam.identity.usermgmt.vo.User
Deprecated. 
getTitle() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getTitle() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getTitle() - Method in class oracle.iam.oimcommon.vo.User
 
getToEntityId() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getToEntityName() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getToEntityType() - Method in class oracle.iam.auditevent.vo.AuditEvent
 
getTokenizerMap() - Method in class oracle.iam.policyengine.vo.ValueObject
 
getToksSize() - Method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
 
getToplinkSession() - Static method in class oracle.iam.platform.Platform
Returns the Default Toplink Session that can be used to do database operations.
getTopologyName() - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
getTopologySection() - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
getTosKey() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
getTotalAccounts() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getTotalAttributeValues() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getTotalCount() - Method in class oracle.iam.catalog.vo.CategoryTally
 
getTotalCount() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getTotalIDCCount() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getTotalMembers() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getTotalPhases() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getTotalPhases() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getTotalPolicies() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getTotalResources() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getTotalResulCount() - Method in class oracle.iam.catalog.vo.CatalogSearchResult
This can be used to get the total result returned for the catalog serahc
getTotalRoles() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getTotalUsers() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getTransformer() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
getTriggerExpression() - Method in class oracle.iam.scheduler.vo.CronTrigger
Provides a cron trigger expression which specifies the trigger pattern
getTriggersOfJob(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
It returns all the triggers attached to a schedule Job.
getTriggerType() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
getTrimmedStringLength(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that returns trimmed length of the string passed it.
getTsaKey() - Method in class com.thortech.xl.vo.TaskAttributeDetails
 
getTsaName() - Method in class com.thortech.xl.vo.TaskAttributeDetails
 
getTsaValue() - Method in class com.thortech.xl.vo.TaskAttributeDetails
 
getTskKey() - Method in class com.thortech.xl.vo.TaskAttributeDetails
 
getTskStop() - Method in class com.thortech.xl.vo.Taskdetails
 
getType() - Method in class com.thortech.xl.vo.ddm.ITResourceTypeMap
 
getType() - Method in class com.thortech.xl.vo.workflow.Adapter
 
getType() - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
getType() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getType() - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
getType() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns the Workflow Type
getType() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getType() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getType() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getType() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
getType() - Method in class oracle.iam.notification.vo.NotificationAttribute
Provides type of the attribute
getType() - Method in class oracle.iam.platform.authopss.vo.Capability
 
getType() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Get the data type of the attribute.
getType() - Method in class oracle.iam.platform.entitymgr.vo.ControlAttributeDefinition
Get the data type of the control attribute.
getType() - Method in class oracle.iam.platform.entitymgr.vo.FieldDefinition
Get the data type of the target field.
getType() - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Get the attribute's matching data type in entity manager
getType() - Method in class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
getType() - Method in class oracle.iam.platform.kernel.vo.EntityOrchestration
 
getType() - Method in class oracle.iam.platform.kernel.vo.MDSOrchestration
 
getType() - Method in interface oracle.iam.platform.kernel.vo.OrchestrationTarget
 
getType() - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
getType() - Method in class oracle.iam.platform.kernel.vo.ToplinkOrchestration
 
getType() - Method in class oracle.iam.platformservice.vo.JarElement
 
getType() - Method in class oracle.iam.platformservice.vo.ResourceElement
 
getType() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Gets the value of the type property.
getType() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Gets the value of the type property.
getType() - Method in class oracle.iam.policyengine.vo.PathElement
 
getType(String) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
getType(Class) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
getType(String) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
 
getType(boolean) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
 
getType() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to get type of ApplicationInstance.
getType() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
getType() - Method in class oracle.iam.provisioning.vo.BasicAttribute.TYPE
 
getType() - Method in class oracle.iam.provisioning.vo.CapabilityOperationOption
 
getType() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getType() - Method in class oracle.iam.provisioning.vo.FormField
This method gets the type of the form field (SDC_FIELD_TYPE).
getType() - Method in class oracle.iam.reconciliation.config.vo.OIMAttribute
 
getType() - Method in class oracle.iam.reconciliation.config.vo.StagingField
 
getType() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
getType() - Method in class oracle.iam.reconciliation.vo.Organization
 
getType() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the type property.
getType() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the type property.
getType() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
getType() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getType() - Method in class oracle.iam.request.vo.RequestTemplateAttribute
 
getType() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
Deprecated. as of 11.1.2.2.0, replaced by getTYPE().
getTYPE() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
getTypeHolder() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getTypeId() - Method in class oracle.iam.policyengine.vo.Policy
 
getTypeId() - Method in class oracle.iam.policyengine.vo.Rule
 
getTypeParameters() - Method in class com.thortech.xl.vo.ddm.ITResourceTypeMap
 
getUdChildKey() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getUdChildName() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getUdChildValueColumnName() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getUdfAttributeMap() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getUdfAttributeMap() - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
getUdfAttributeMap() - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
getUdfAttributeMap() - Method in class oracle.iam.oimcommon.vo.Role
 
getUDFData() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getUDFData() - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
getUDFData() - Method in class oracle.iam.certification.vo.IDCUser
 
getUDFLabelForCode(String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Returns the label defined for the UDF field.
getUdfMap() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
getUdfMap() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getUdfMap() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getUdfMap() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getUdfMap() - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
getUdfMap() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getUdfMap() - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
getUdfMap() - Method in class oracle.iam.certification.vo.IDCRole
 
getUdfMap() - Method in class oracle.iam.oimcommon.vo.User
 
getUdTablePrimaryKey() - Method in class oracle.iam.provisioning.vo.AccountData
This method returns primary key of an entry in UD_PARENT_KEY of an account.
getUgpKey() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the key of the Role this Event instance pertains to.
getUgpKey() - Method in class oracle.iam.reconciliation.vo.Role
Get the key of the Role
getUgpKey() - Method in class oracle.iam.reconciliation.vo.RoleHierarchy
 
getUgpKey() - Method in class oracle.iam.reconciliation.vo.RoleMember
 
getUid() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
getUnassignedAdministrators(long) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Returns the list of unassigned administrative groups for a given attestation process.
getUnassignedAdministrators(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the groups that are not assigned as the administrator groups of a specified group
getUnassignedAdministrators(Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns a list groups of that are not assigned as Administartive Groups for an specified group.
getUnassignedAdministrators(long) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Gets a list of the groups that are not assigned as the administrator groups of a specified plITResourceInstanceKey
getUnassignedAdministrators(Map) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Gets a list of the groups that are not assigned as the administrative groups of a specified plITResourceInstanceKey
getUnassignedAdministrators(long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getUnassignedAdministrators(long, String) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getUnassignedAdministrators(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list groups of that are not assigned as administartive groups for an organization.
getUnassignedAdministrators(Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list groups of that are not assigned as administartive groups for specified organization.
getUnassignedAuditObjectives(long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getUnassignedAuthorizers(long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getUnassignedAuthorizers(long, String) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
getUnassignedForms(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getUnassignedGroups(long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns a list of groups (in the form of a tcResultSet) that can be assigned to the policy.
getUnAssignedGroups(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Gets a list of all the groups the user is not a member of.
getUnassignedMemberGroups(long, Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the groups that are not assigned as member groups of the given group
getUnassignedMembershipRules(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns all the unassigned Membership Rules for a given group
getUnassignedMemberUsers(long, Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the users that are not assigned as members of the given group
getUnassignedMenuItems(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getUnassignedObjectPermissions(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getUnassignedObjectPermissions(Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
getUnassignedObjects(long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Returns a list of objects (in the form of a tcResultSet) that can be provisioned or denied by the policy.
getUnassignedProvisionPolicies(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Returns all the unassigned Provision Policies from a given group
getUnassignedResources(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list resource objects that are not assigned for the given organization.
getUnassignedRoleMembers(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve all the users that are not direct members of the given role.
getUnassignedRoleMembers(String, SearchCriteria, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve all the users that are not direct members of the given role matching the specified SearchCriteria.
getUnassignedSubOrganizations(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list organizations that are not assigned as suborganizations for the given organization.
getUnassignedUserMemberships(String, SearchCriteria, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve all the roles that are not direct memberships of the given user matching the specified SearchCriteria.
getUnassignedUsers(long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Returns a list users that are not assigned for the given organization.
getUnAuthorizedTargetFieldSet(Map, Set) - Method in class Thor.API.Base.tcBaseUtility
 
getUndoTasks() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the list of Undo Tasks defined for this task.
getUndoTasks() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getUndoTasksList() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns the HashSet of Undo Tasks defined for this task.
getUniqAttributeName() - Method in class oracle.iam.policyengine.vo.PathElement
 
getUniqueCharactersCount(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
operation that does validation for unique characters count.
getUniqueName() - Method in class oracle.iam.identity.rolemgmt.vo.Role
Get the value of Role Unique Name attribute.
getUpdate() - Method in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
getUpdate() - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
getUpdate() - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
getUpdate() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the update property.
getUpdateAction() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
getUpdateBy() - Method in class oracle.iam.catalog.vo.Catalog
 
getUpdateBy() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
getUpdateBy() - Method in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
getUpdateBy() - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
getUpdateById() - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
getUpdateById() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the updateById property.
getUpdateCertifierNotificationEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getUpdateComment() - Method in class oracle.iam.request.vo.RequestHistory
 
getUpdateDate() - Method in class oracle.iam.catalog.vo.Catalog
 
getUpdateDate() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getUpdateDate() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getUpdateDate() - Method in class oracle.iam.certification.vo.base.BasePolicy
 
getUpdateDate() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getUpdateDate() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getUpdateDate() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getUpdateDate() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getUpdateDate() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
getUpdateDate() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getUpdateDate() - Method in class oracle.iam.certification.vo.RiskConfiguration
 
getUpdateDate() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getUpdateDate() - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Gets the date when account was last updated
getUpdateDate() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getUpdatedBy() - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
getUpdatedBy() - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Gets the user(username) who last updated the account
getUpdatedBy() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getUpdatedBy() - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
getUpdatedOn() - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
getUpdatedOn() - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
getUpdateUser() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
getUpdateUser() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
getUpdateUser() - Method in class oracle.iam.certification.vo.base.BasePolicy
 
getUpdateUser() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getUpdateUser() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getUpdateUser() - Method in class oracle.iam.certification.vo.CertificationInstance
 
getUpdateUser() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getUpdateUser() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getUsedSearchableVCAttributes() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
getUser() - Method in class oracle.iam.certification.vo.IDCAccount
 
getUser() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getUser() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
 
getUser() - Method in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship
 
getUser() - Method in class oracle.iam.identity.rolemgmt.vo.RoleGrant
 
getUser(Long) - Method in interface oracle.iam.oimcommon.api.UserService
 
getUserAccountDetailsInApplicationInstance(String, long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method checks if the user has an account in the specified application instance.
getUserAccountDetailsInApplicationInstance(String, long, boolean) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method checks if the user has an account in the specified application instance.
getUserAccountsByResourceTypes(List, List, int) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getUserAccountsByResourceTypes(List, List, int, boolean) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getUserAccountsMap(List, int, CertificationCreationContext) - Method in interface oracle.iam.oimcommon.api.AccountService
Returns map of userId(key) to list of accounts(value) for given user ids.
getUserAccountsMap(List, int, boolean, CertificationCreationContext, int) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getUserAccountsMap(List, int, RiskContext, int, CertificationCreationContext) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getUserAccountsMap(List, int, Object) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getUserAccountsMap(List, int) - Method in interface oracle.iam.oimcommon.api.OimCommonService
 
getUserAccountsMapByAppInstanceIds(List, List, int, CertificationCreationContext, int) - Method in interface oracle.iam.oimcommon.api.AccountService
Returns map of userId(key) to list of accounts(value) for given user ids from given resources
getUserAccountsMapByAppInstanceIds(List, List, int, boolean, CertificationCreationContext, int) - Method in interface oracle.iam.oimcommon.api.AccountService
 
getUserAccountsMapByResource(List, List, int) - Method in interface oracle.iam.oimcommon.api.AccountService
Returns map of userId(key) to list of accounts(value) for given user ids from given resources
getUserAcctTotal(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
Return account total for specified user
getUserAcctTotalMap() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getUserAssignedStatic() - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
getUserAssociationBusinessApprover() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getUserAssociationTechnicalApprover() - Method in class oracle.iam.certification.vo.base.BaseRole
 
getUserAttributesForTrustedSourceReconMapping() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the user attributes from user profile to be used for trusted source reconciliation mappings
getUserBatchSizeForScan() - Method in class oracle.iam.ida.vo.IDAConfiguration
 
getUserByUsername(String) - Method in interface oracle.iam.oimcommon.api.UserService
 
getUserCertHelper() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getUserCertificationStats(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Retrieve UserCertificationStats for specified certification and task.
getUserCertPh2Pg1ItemCount(Long, String, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Returns the count for List of CatalogItemWrapper representing the rotated view in Phase 2 of User Certification
getUserCertPh2Pg1ItemList(Long, String, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Returns the List of CatalogItemWrapper representing the rotated view in Phase 2 of User Certification
getUserCertPh2Pg2AppInstanceAccountItemCount(Long, String, Long, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Return a count of IDC accounts corresponding to the specified application instance id, certification id and task uid.
getUserCertPh2Pg2AppInstanceAccountItemList(Long, String, Long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Return a List of IDC accounts corresponding to the specified application instance id, certification id and task uid.
getUserCertPh2Pg2EntDefinitionEntAssignItemCount(Long, String, Long, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Return a count of IDC End Point Users corresponding to the specified entitlement definition id, certification id and task uid.
getUserCertPh2Pg2EntDefinitionEntAssignItemList(Long, String, Long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Return a List of IDC End Point Users corresponding to the specified entitlement definition id, certification id and task uid.
getUserCertPh2Pg2UserItemCount(Long, String, Long, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Return a count of IDC user members corresponding to the specified role id, certification id and task uid.
getUserCertPh2Pg2UserItemList(Long, String, Long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Return a list of IDC user members corresponding to the specified role id, certification id and task uid.
getUserCertPhase2Progress(Long, String, String, long) - Method in interface oracle.iam.certification.api.CertificationService
Retrieve progress (percent complete) for User cert virtual (aka rotated) line items on phase 2 page 1 for specified cert id, task uid and line item id.
getUserChallengeValues(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
API for system administrators to fetch challenge question and answer of a given user Challenge response and Challenge questions are returned as plain text
getUserComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getUserData() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getUserDefinedChallengeQuestions(String) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Gets the String array of user's challenge questions
getUserDefinedFields(String) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Method to get all the user defined fields for a form
getUserDefinedTags() - Method in class oracle.iam.catalog.vo.Catalog
Returns the user defined tags associated with catalog item.
getUserDefinedTags() - Method in class oracle.iam.oimcommon.vo.Catalog
 
getUserDisabled() - Method in class oracle.iam.identity.usermgmt.vo.User
Gets whether the user is disabled.
getUserDoesNotWorkForBUEmailTemplateId() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getUserEmailID() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Gets the email ID of the user
getUserEntitlementCount(Long, String, Long, Map) - Method in interface oracle.iam.certification.api.CertificationService
Returns the number of entitlements matching the filters for a given user in a certification
getUserEntitlementCount(Long, String, Long, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Returns the number of entitlements matching the filters for a given user in a certification
getUserEntitlementTotal(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
Return account total for specified user
getUserEntitlementTotalMap() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getUserFieldUpdtedTasks() - Method in interface Thor.API.Operations.GCOperationsIntf
This API returns a list of tasks that need to be added to the process definition for user field updates
getUserFromObjectInfo(String, String, String) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Locates User Record(s) in OIM based on data for a provisioned object.
getUserFullName() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the Full Name of the User defined as the assignee
getUserGUID() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getUserID() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getUserID() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getUserId() - Method in class oracle.iam.certification.vo.IDCAccount
 
getUserId() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
getUserId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
getUserId() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getUserId() - Method in class oracle.iam.certification.vo.IDCRole
 
getUserId() - Method in class oracle.iam.certification.vo.RemediationRequestData
 
getUserId() - Method in class oracle.iam.oimcommon.vo.Account
Getter of User Id
getUserId() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
getUserId() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
getUserId() - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
getUserId() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Getter for the user-id.
getUserIds() - Method in class oracle.iam.notification.vo.NotificationEvent
Provides the Array of the recepient's username to whom notification is to be sent
getUserIdsByOrganizations(List) - Method in interface oracle.iam.oimcommon.api.OrganizationService
 
getUserIdsByRole(Long) - Method in interface oracle.iam.oimcommon.api.RoleService
Returns a list of user Ids which are directly assigned to this role.
getUserIdsWithStaleSummaryRisk(Date, boolean) - Method in interface oracle.iam.oimcommon.api.UserService
getUserIdsWithStaleSummaryRisk Return list of user Ids for which associated risk summaries need updating.
getUserInfo() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Returns User Info of logged-in user.
getUserKey() - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
getUserKey() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the Key of the user defined as an assignee
getUserKey() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getUserKey() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getUserKey() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Get the user ID/key of the user
getUserKey() - Method in class oracle.iam.provisioning.vo.Account
This method is used to get the key of the user to whom account is provisioned.
getUserKey() - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
getUserKeys() - Method in class oracle.iam.notification.vo.NotificationEvent
Provides the Array of the recepient's user Keys to whom notification is to be sent.
getUserLogin() - Method in class com.thortech.xl.vo.User
 
getUserLogin() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
getUserLogin() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUserMembershipRelations(String, Set, SearchCriteria, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Returns the User-Org memberships along with the relationship details.
getUserMembershipRule(String) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Gets the value of act_user_membership_rule attribute of the specified organization.
getUserMembershipRule(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Returns the user membership rule for the specified Role
getUserMemberships(String, Set, SearchCriteria, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Returns list of Organizations of which the User identified by userKey is a member.
getUserMemberships(String, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve all the roles that the user is a member of.
getUserMemberships(String, SearchCriteria, Set, Map, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the roles of the given user matching the specified SearchCriteria.
getUsername() - Method in class com.thortech.xl.vo.ddm.LockOwner
 
getUserName() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns the Login ID of the User set up as an assignee
getUserName() - Method in class oracle.iam.certification.vo.base.BaseUser
 
getUserName() - Method in class oracle.iam.ida.vo.ActionHistory
 
getUserName(Map) - Method in interface oracle.iam.identity.usermgmt.api.UserNameGenerationPolicy
Generates a user name based on the user name generation policy using the user data available in the input Map
getUserName() - Method in class oracle.iam.oimcommon.vo.User
 
getUserNameFromPolicy(Map) - Method in class oracle.iam.identity.usermgmt.api.AbstractUserNameGenerationPolicy
 
getUserNameFromPolicy(Map) - Method in interface oracle.iam.identity.usermgmt.api.UserNamePolicy
Generates a user name based on the user name generation policy using the user data available in the input Map
getUserNamePreferredLanguage() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUserPasswordPolicy(long) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
Returns information about the OIM password policy applying to the specified user.
getUserPasswordPolicyDescription(long) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
This method returns password policy description in hashmap that is applicable on 'Xellerate User' object
getUserPasswordPolicyDescription(String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
This method returns password policy description in hashmap that is applicable on 'Xellerate User' object
getUserPercentComplete(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
Return percent complete for specified user
getUserProfile(long) - Method in interface Thor.API.Operations.tcAuditOperationsIntf
Get user profile from a given UPA_KEY
getUserProvisioningProcessInformation(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Returns information about the provisioning process associated with an object instance for a user in the system.
getUserRiskSummary(Long, String, Long) - Method in interface oracle.iam.certification.api.CertificationService
 
getUserRoleAssignments(User) - Method in interface oracle.iam.oimcommon.api.UserService
 
getUserRoleAssignments() - Method in class oracle.iam.oimcommon.vo.Role
 
getUserRoleGrants(String, SearchCriteria, Map, boolean, Set, Set, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Retrieve the role grants of the given user matching the specified SearchCriteria.
getUserRoleItemRisk() - Method in class oracle.iam.certification.vo.IDCUserRole
 
getUserRoleTotal(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
Return role total for specified user
getUserRoleTotalMap() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getUsers() - Method in class oracle.iam.certification.vo.AttributeValueUserMapping
 
getUsers() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
getUsers() - Method in class oracle.iam.certification.vo.IDCRole
 
getUsers() - Method in class oracle.iam.certification.vo.IdentityCertification
 
getUsers(List) - Method in interface oracle.iam.oimcommon.api.UserService
 
getUsers() - Method in class oracle.iam.oimcommon.vo.Role
 
getUsersAssigned(String, Set, HashMap) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Returns the list of User identities assigned to the admin-role
getUsersAssigned(String, Set, HashMap) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns the list of User identities assigned to the admin-role
getUsersAssignedWithScope(String, Set, HashMap, String) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Returns the list of User identities assigned to the admin-role
getUsersAssignedWithScope(String, Set, HashMap, String) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns the list of User identities assigned to the admin-role
getUsersByRole(Long) - Method in interface oracle.iam.oimcommon.api.RoleService
Returns a list of users which are directly assigned to this role.
getUserScanScope() - Method in class oracle.iam.oimcommon.vo.RiskContext
 
getUserScope() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Provides List of users in scope of given attestation process definition
getUsersWithNoSnapshots() - Method in interface Thor.API.Operations.tcAuditOperationsIntf
This method checks that all the users have a snapshot.
getUserTotal() - Method in class oracle.iam.certification.vo.UserCertificationStats
 
getUserType() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUserType() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the 'Xellerate Type' of the user.
getUserUDFAttributes() - Method in interface oracle.iam.oimcommon.api.UserService
 
getUsrChangePwdAtNextLogon() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrCreate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrCreateBy() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrCreated() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrDataLevel() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrDeprovisionedDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrDisabled() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrFirstName() - Method in class oracle.iam.reconciliation.vo.User
 
getUsrKey() - Method in class com.thortech.xl.vo.AttestationEntitlementVO
Provides user's key information for given entitlement
getUsrKey() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrKey() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getUsrKey() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Gets the User ID this Event pertains to.
getUsrKey() - Method in class oracle.iam.reconciliation.vo.RoleMember
 
getUsrKey() - Method in class oracle.iam.reconciliation.vo.User
 
getUsrLastName() - Method in class oracle.iam.reconciliation.vo.User
 
getUsrLocked() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrLogin() - Method in class oracle.iam.reconciliation.vo.User
 
getUsrLoginAttemptsCtr() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPassword() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPolicyUpdate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrProvisionedDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPwdCantChange() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPwdExpired() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPwdExpireDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPwdMinAgeDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPwdMustChange() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPwdNeverExpires() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPwdResetAttemptsCtr() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPwdWarnDate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrPwdWarned() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrUpdate() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUsrUpdateBy() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getUtility(String) - Method in interface com.thortech.xl.gc.util.GCSource
This method will return the reference of an Oracle Identity Manager API Instance, that might be useful for the TransformationProvider.transformData(Hashtable, Hashtable) operation
getValidationErrorMessage() - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
Gets the error message of password validation result
getValidationList() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns the list of all validations.
getValidationName() - Method in class com.thortech.xl.gc.vo.designtime.Validation
This method returns the name of the validation provider implementation
getValidationResult() - Method in exception oracle.iam.passwordmgmt.exception.IdentityPasswordException
 
getValidationSCompName() - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
getValidFromDate() - Method in class oracle.iam.provisioning.vo.Account
 
getValidFromDate() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getValidTill() - Method in class oracle.iam.notification.vo.NotificationEvent
Provides the date till which the event is valid
getValidToDate() - Method in class oracle.iam.provisioning.vo.Account
 
getValidToDate() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
getValue(String) - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
return String value for a key of type String class
getValue(Object) - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
return Object for a key of type String class
getValue(String) - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Gets the value for specified field from the form data
getValue(String) - Method in class com.thortech.xl.vo.PolicyChildTableRecord
Retrieves the value of a column from the data of the child table record
getValue(String) - Method in class com.thortech.xl.vo.UDChildTableRecord
Retrieves the value of a column from the data of the child table record
getValue(String) - Method in class com.thortech.xl.vo.UDFormData
Gets the value for specified field from the form data
getValue() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
getValue() - Method in class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
 
getValue() - Method in class oracle.iam.catalog.vo.CatalogSearchCriteria.SortCriteria
 
getValue() - Method in class oracle.iam.catalog.vo.HierarchicalAttributeDetails
 
getValue() - Method in class oracle.iam.catalog.vo.MetaData
To get the value for the metadata
getValue() - Method in class oracle.iam.catalog.vo.Mode
 
getValue() - Method in class oracle.iam.catalog.vo.OIMType
 
getValue() - Method in class oracle.iam.certification.vo.AttributeValueUserMapping
 
getValue() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
getValue() - Method in class oracle.iam.grc.sod.vo.Attribute
 
getValue() - Method in class oracle.iam.platform.utils.vo.OIMType
 
getValue() - Method in class oracle.iam.platform.utils.vo.Operation
 
getValue() - Method in class oracle.iam.provisioning.vo.CapabilityOperationOption
 
getValue() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
getValue() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
getValue() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getValue() - Method in class oracle.iam.request.vo.RequestTemplateAttribute
 
getValue() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
getValue() - Method in class oracle.iam.scheduler.vo.JobParameter
Provides Job parameter value.
getValueHolder() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
getValueHolder() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getValueHolderAsCharArray() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getValueHolderByteArray() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getValueList() - Method in class com.thortech.xl.vo.AttestationResourceScopeVO
Provides matching value of resource's attribute
getValueList() - Method in class com.thortech.xl.vo.AttestationUserScopeVO
Provides matching value of user's attribute
getValues() - Method in interface oracle.iam.platform.authopss.vo.Obligation
Gets the List of obligation values
getValues() - Method in class oracle.iam.platform.utils.vo.Query
 
getValues() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
getVariableDataType() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getVariableKey() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getVariableName() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
getVariantType() - Method in class oracle.iam.provisioning.vo.FormField
This method gets the variant type for the form field.
getViewSiemUserActivity() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
getViolationCount() - Method in class oracle.iam.ida.vo.ScanRun
 
getViolationList() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
getWaitedFor() - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
getWarnings() - Method in class oracle.iam.platform.kernel.vo.EventResult
Retrieve the warning codes
getWarnings() - Method in class oracle.iam.platform.kernel.vo.EventWarnings
 
getWhereClause(Object, Object, SearchCriteria.Operator, List) - Method in interface oracle.iam.catalog.vo.DataType
 
getWhereClause(Object, Object, SearchCriteria.Operator, List) - Method in class oracle.iam.catalog.vo.StringType
 
getWidget() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the widget property.
getWidget() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the widget property.
getWidth() - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
getWorkflowDefinition(String) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the definition of a workflow based on the provided workflow name.
getWorkflowDefinition(long) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the definition of a workflow based on the provided workflow definition key.
getWorkflowDefinitionKey() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getWorkflowDefinitionXML(String) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the definition of a workflow based on the provided workflow name in the form of an XML document.
getWorkflowDefinitionXML(long) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will retrieve the XML definition of a workflow based on the provided workflow definition key.
getWorkflowDescriptiveData() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getWorkflowID() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
getWorkflowInstance() - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
getWorkflowInstanceKey() - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
getWorkflowInstanceName() - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
getWorkflowName() - Method in class oracle.iam.policyengine.vo.Policy
 
getWorkflowsPresent() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
getWorkflowStatus() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
getWorkItems() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getWorkManager() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getWorksForMe() - Method in class oracle.iam.certification.vo.IDCUser
 
getWrapperByUserId(Long) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
getXellerateType() - Method in class oracle.iam.certification.vo.UserAttributeValues
 
getXlOrcKey() - Method in class oracle.iam.reconciliation.vo.Account
 
getXpath() - Method in class oracle.iam.catalog.vo.HierarchicalAttributes.ChildDetails
 
getXpathNameMap() - Method in class oracle.iam.catalog.vo.HierarchicalAttributes
 
getYear() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
Returns the Year
getZipOrPostalCode() - Method in class oracle.iam.certification.vo.base.BaseUser
 
GLOBAL - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
GLOBAL_USER_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
GLOBALUSER_MANAGER_ID - Static variable in interface oracle.iam.certification.vo.Constants
 
GLOBALUSER_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
 
GLOSSARY_DEF - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
GLOSSARY_DEF - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
GLOSSARY_DEF - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
Grant - Class in oracle.iam.provisioning.vo
 
Grant(String, String, Grant.GrantMechanism) - Constructor for class oracle.iam.provisioning.vo.Grant
 
Grant.GrantMechanism - Class in oracle.iam.provisioning.vo
 
GRANT_ENTITLEMENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
GRANT_ENTITLEMENT - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
grantEntitlement(long, Entitlement) - Method in interface oracle.iam.provisioning.api.ProvisioningService
Deprecated. 
grantEntitlement(EntitlementInstance) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method grants the specified EntitlementInstance to the specified account
grantEntitlements(long, List) - Method in interface oracle.iam.provisioning.api.ProvisioningService
Deprecated. 
grantEntitlements(List) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method grants the list of specified EntitlementInstance to the specified account This is a bulk operation that grants multiple EntitlementInstance to user's account.
grantMechanism - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
grantRole(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Grant the role identified by roleKey to the specified user(s).
grantRole(String, Set, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Deprecated. 
grantRole(String, Object, String, Object) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Grant the role(s) are identified by the search criteria roleAttributeName=roleAttributeValue to the specified user(s) identified by the search criteria userAttributeName=userAttributeValue.
grantRole(String, Object, String, Object, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Grant the role uniquely identified by the search criteria roleAttributeName=roleAttributeValue to the specified user uniquely identified by the search criteria userAttributeName=userAttributeValue.
grantRole(String, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Grant the role identified by roleKey to the specified user/s.
grantRole(String, List, List) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Grant the role identified by roleKey to the specified user/s.
grantRole(String, Set, Map, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Grant the role identified by roleKey to the specified user/s.
grantRoleRequest(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to grant the role identified by roleKey to the specified user/s.
grantRoleRequest(String, Object, String, Object) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to grant the role(s) are identified by the search criteria roleAttributeName=roleAttributeValue to the specified user(s) identified by the search criteria userAttributeName=userAttributeValue.
grantRoleRequest(String, Object, String, Object, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to grant the role uniquely identified by the search criteria roleAttributeName=roleAttributeValue to the specified user uniquely identified by the search criteria userAttributeName=userAttributeValue.
grantRoleRequest(String, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to grant the role identified by roleKey to the specified user/s.
grantRoleRequest(String, List, List) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to grant the role identified by roleKey to the specified user/s.
grantRoles(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Grant the roles identified by roleKeys to the user identified by userKey.
grantRoles(String, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Grant the roles identified by roleKeys to the specified user.
grantRolesRequest(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to grant the roles identified by roleKeys to the user identified by userKey.
grantRolesRequest(String, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to grant the roles identified by roleKeys to the specified user.
GREATER_EQUAL - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
GREATER_THAN - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
GREATER_THAN - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
GROOVY_EXPERSSION - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
GROOVY_EXPRESSION - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
Group - Class in com.thortech.xl.vo
This value object stores information about a user in Xellerate.
Group() - Constructor for class com.thortech.xl.vo.Group
 
GROUP - Static variable in class Thor.API.Base.tcBaseUtility.Entities
 
GROUP_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
GU_STATUS_KEY_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
GU_STATUS_KEY_ALL - Static variable in interface oracle.iam.certification.vo.Constants
 
GU_STATUS_KEY_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
GU_STATUS_LABEL_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
GU_STATUS_LABEL_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 

H

handleConflicts() - Method in interface oracle.iam.patch.api.FileHandlerIntf
This method will do the processing based on the nature of customizations
HANDLER_STATE_PENDING - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
HandlerResult - Interface in oracle.iam.platform.kernel.vo
 
hasAccess(String, PolicyConstants.Resources, PolicyConstants.Actions) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
Check if user is allowed to perform an action.
hasAccess(String, PolicyConstants.Resources, String, PolicyConstants.Actions) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
Check if user is allowed to perform an action on a specific resource.
hasAccess(String, PolicyConstants.Resources, String, OperationContext) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
Check if user is allowed to perform an action on a specific resource.
hasAccess(String, PolicyConstants.Resources, String, PolicyConstants.Actions, Map) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
Check if user is allowed to perform an action on a specific resource.
hasAccessRelationship(String, PolicyConstants.Resources, String, PolicyConstants.Resources, String, PolicyConstants.Actions) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
Check if user is allowed to perform the relationship operation on beneficiary(user) to the target(role, IT Resource or Entitlement).
hasAllMultiValueData() - Method in class oracle.iam.reconciliation.api.InputData
 
hasAnyRevokedValue() - Method in class oracle.iam.certification.vo.IDCAttribute
 
hasCache(String) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
Checks if the cache exists for the given cacheKey
hasChild() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
hasChild() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
hasChild() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
HASH_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
HASH_KEY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
hashCode() - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
hashCode() - Method in class com.thortech.xl.vo.ddm.RootObject
 
hashCode() - Method in class com.thortech.xl.vo.ddm.TaskObject
 
hashCode() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
hashCode() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
hashCode() - Method in class oracle.iam.certification.vo.base.BaseRole
 
hashCode() - Method in class oracle.iam.certification.vo.base.BaseUser
 
hashCode() - Method in class oracle.iam.certification.vo.EventListener
 
hashCode() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
hashCode() - Method in class oracle.iam.oimcommon.vo.User
 
hashCode() - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
hashCode() - Method in class oracle.iam.platform.authopss.vo.Capability
 
hashCode() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
 
hashCode() - Method in class oracle.iam.provisioning.vo.Entitlement
 
hasMoreTokens(int) - Method in class oracle.iam.policyengine.vo.conditions.StringTokenizerTS
 
hasMultipleErrors() - Method in exception oracle.iam.exception.OIMServiceException
Returns true if exception is associated with multiple errors.
hasMultipleErrors() - Method in exception oracle.iam.platform.utils.SuperRuntimeException
Returns true if exception is associated with multiple errors.
hasNext() - Method in class oracle.iam.grc.sod.vo.LookupResultSet
 
hasObligations() - Method in interface oracle.iam.platform.authopss.api.AuthorizationResult
Returns true if obligations are received from the authorization policies.
hasPermission(Operation[]) - Method in interface Thor.API.Operations.tcPermissionOperationsIntf
Deprecated.  
hasRevokedAttributes() - Method in class oracle.iam.certification.vo.IDCAccount
 
hasRevokedAttributes() - Method in class oracle.iam.certification.vo.IDCPolicy
 
hasStaticUserMembers(String) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Checks whether an organization (identified by orgKey) contains any static user members.
HELPMESSAGE - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
HETEROGENEOUS_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
HIERARCHICAL_SCOPE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
HierarchicalAttributeDetails - Class in oracle.iam.catalog.vo
This vo will give you the details that are associated with a node in a XML for Catalog Hierarchical attributes.
HierarchicalAttributeDetails() - Constructor for class oracle.iam.catalog.vo.HierarchicalAttributeDetails
 
HierarchicalAttributes - Class in oracle.iam.catalog.vo
This is a new Vo class that is added to get the children of a node for a given xpath.
HierarchicalAttributes() - Constructor for class oracle.iam.catalog.vo.HierarchicalAttributes
 
HierarchicalAttributes.ChildDetails - Class in oracle.iam.catalog.vo
This child details is specific to this Hierarchical node so this is inner class.
HierarchicalAttributes.ChildDetails() - Constructor for class oracle.iam.catalog.vo.HierarchicalAttributes.ChildDetails
 
HIERARCHY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
 
HIGH - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.Severity
 
HIRE_DATE - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
HIRE_DATE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
HIRE_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
holdData(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that holds the value passed to it and returns it back This is usefull for entity adapters to map Xellerate data from User management form etc to process data.
HOME - Static variable in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship.RelationType
 
HOME_ORG_FIRST_PARAM - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
HOME_ORGANIZATION_POLICY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
HOME_ORGANIZATION_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
HOME_PHONE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
HOME_POSTAL_ADDRESS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
HOST - Static variable in class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
 

I

ICF - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
 
ICFBased - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
 
ICFConnectorException - Class in oracle.iam.provisioning.exception
 
ICFConnectorException() - Constructor for class oracle.iam.provisioning.exception.ICFConnectorException
 
ICFConnectorException(String, Throwable) - Constructor for class oracle.iam.provisioning.exception.ICFConnectorException
 
ICFConnectorException(String) - Constructor for class oracle.iam.provisioning.exception.ICFConnectorException
 
ICFConnectorException(Throwable) - Constructor for class oracle.iam.provisioning.exception.ICFConnectorException
 
ICFTYPE_TO_OIMTYPE_MAP - Static variable in class oracle.iam.provisioning.vo.BasicAttribute
 
ICProvisioningManager - Class in oracle.iam.connectors.icfcommon.prov
Common Provisioning Manager for ICF based connectors.
ICProvisioningManager(String, long, tcDataProvider) - Constructor for class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Creates instance of ICProvisioningManager
ID - Static variable in class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
 
ID - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ID - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
ID - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
ID - Static variable in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
 
ID - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
ID - Static variable in class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
 
ID_FIELD - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
IDA_RULE_CHANGE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
IDA_RULE_CHANGE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
IDA_RULE_CREATE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
IDA_RULE_CREATE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
IDAConfiguration - Class in oracle.iam.ida.vo
Global configuration for Identity Audit Each scan definition will have its own configuration.
IDAConfiguration() - Constructor for class oracle.iam.ida.vo.IDAConfiguration
 
IDAConfigurationManager - Interface in oracle.iam.ida.api
Manages the IDA configuration in MDS.
IDAConstants - Interface in oracle.iam.ida.vo
 
IDAEngineException - Exception in oracle.iam.ida.exception
Exception to be thrown when something goes wrong in the server.
IDAEngineException(String) - Constructor for exception oracle.iam.ida.exception.IDAEngineException
constructs a Identity Audit engine exception.
IDAIllegalStateException - Exception in oracle.iam.ida.exception
Exception used when a client invokes an API method that is invalid due to the current state of the underlying certification entities.
IDAIllegalStateException(String, Serializable[]) - Constructor for exception oracle.iam.ida.exception.IDAIllegalStateException
 
IDARuntimeException - Exception in oracle.iam.ida.exception
Base class for all runtime exceptions produced in the Identity Audit services: Encourage use of error codes, and hence locallized messages Instantiate error message in server locale here, instead of in every subclass instantiation
IDARuntimeException(String, Serializable[]) - Constructor for exception oracle.iam.ida.exception.IDARuntimeException
Instantiate this class with a localized message
IDAWorkflowCallbackService - Interface in oracle.iam.ida.api
This interface is private.
IDAWorkflowException - Exception in oracle.iam.ida.exception
Identity Audit Related Workflow Exceptions
IDAWorkflowException(String, Serializable[]) - Constructor for exception oracle.iam.ida.exception.IDAWorkflowException
 
IDAWorkflowException(String, String[]) - Constructor for exception oracle.iam.ida.exception.IDAWorkflowException
 
IDCAccount - Class in oracle.iam.certification.vo
 
IDCAccount() - Constructor for class oracle.iam.certification.vo.IDCAccount
 
IDCAccountAttribute - Class in oracle.iam.certification.vo
 
IDCAccountAttribute() - Constructor for class oracle.iam.certification.vo.IDCAccountAttribute
 
IDCAccountAttributeAndRoleWrapper - Class in oracle.iam.certification.vo
 
IDCAccountAttributeAndRoleWrapper() - Constructor for class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
IDCAccountAttributeAndRoleWrapper(IDCAccount) - Constructor for class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
IDCAccountAttributeAndRoleWrapper(IDCAccountAttribute) - Constructor for class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
IDCAccountAttributeAndRoleWrapper(IDCUserRole) - Constructor for class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
IDCAccountAttributeWrapper - Class in oracle.iam.certification.vo
 
IDCAccountAttributeWrapper() - Constructor for class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
IDCAccountAttributeWrapper(IDCAccount) - Constructor for class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
IDCAccountAttributeWrapper(IDCAccountAttribute) - Constructor for class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
IDCActionHistory - Class in oracle.iam.certification.vo
 
IDCActionHistory() - Constructor for class oracle.iam.certification.vo.IDCActionHistory
 
IDCApplicationInstance - Class in oracle.iam.certification.vo
 
IDCApplicationInstance() - Constructor for class oracle.iam.certification.vo.IDCApplicationInstance
 
IDCAttribute - Class in oracle.iam.certification.vo
Simplified RXAttribute only used in certification
IDCAttribute(String) - Constructor for class oracle.iam.certification.vo.IDCAttribute
 
IDCAttributeAccountDetails - Class in oracle.iam.certification.vo
 
IDCAttributeAccountDetails() - Constructor for class oracle.iam.certification.vo.IDCAttributeAccountDetails
 
IDCAttributeDetails - Class in oracle.iam.certification.vo
 
IDCAttributeDetails() - Constructor for class oracle.iam.certification.vo.IDCAttributeDetails
 
IDCAttributes - Class in oracle.iam.certification.vo
 
IDCAttributes() - Constructor for class oracle.iam.certification.vo.IDCAttributes
 
IDCAttributes(IDCAttribute) - Constructor for class oracle.iam.certification.vo.IDCAttributes
 
IDCAttributes(IDCAttribute[]) - Constructor for class oracle.iam.certification.vo.IDCAttributes
 
IDCAttributeValue - Class in oracle.iam.certification.vo
 
IDCAttributeValue() - Constructor for class oracle.iam.certification.vo.IDCAttributeValue
 
IDCAttributeValueChildren - Class in oracle.iam.certification.vo
 
IDCAttributeValueChildren() - Constructor for class oracle.iam.certification.vo.IDCAttributeValueChildren
 
IDCAttributeValueDetails - Class in oracle.iam.certification.vo
 
IDCAttributeValueDetails() - Constructor for class oracle.iam.certification.vo.IDCAttributeValueDetails
 
IDCAttributeValueMetadata - Class in oracle.iam.certification.vo
 
IDCAttributeValueMetadata() - Constructor for class oracle.iam.certification.vo.IDCAttributeValueMetadata
 
IDCConfiguration - Class in oracle.iam.certification.vo
 
IDCConfiguration() - Constructor for class oracle.iam.certification.vo.IDCConfiguration
 
IDCEndPoint - Class in oracle.iam.certification.vo
Deprecated. 
IDCEndPoint() - Constructor for class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
IDCEndPointAttributeValue - Class in oracle.iam.certification.vo
 
IDCEndPointAttributeValue() - Constructor for class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
IDCEndPointUser - Class in oracle.iam.certification.vo
 
IDCEndPointUser() - Constructor for class oracle.iam.certification.vo.IDCEndPointUser
 
IDCMetaInfo - Class in oracle.iam.certification.vo
 
IDCMetaInfo() - Constructor for class oracle.iam.certification.vo.IDCMetaInfo
 
IDCPolicy - Class in oracle.iam.certification.vo
 
IDCPolicy() - Constructor for class oracle.iam.certification.vo.IDCPolicy
 
IDCPolicyAttribute - Class in oracle.iam.certification.vo
 
IDCPolicyAttribute() - Constructor for class oracle.iam.certification.vo.IDCPolicyAttribute
 
IDCPolicyAttributeWrapper - Class in oracle.iam.certification.vo
 
IDCPolicyAttributeWrapper() - Constructor for class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
IDCPolicyAttributeWrapper(IDCPolicy) - Constructor for class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
IDCPolicyAttributeWrapper(IDCPolicyAttribute) - Constructor for class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
IDCRole - Class in oracle.iam.certification.vo
 
IDCRole() - Constructor for class oracle.iam.certification.vo.IDCRole
 
IDCRoleUser - Class in oracle.iam.certification.vo
 
IDCRoleUser() - Constructor for class oracle.iam.certification.vo.IDCRoleUser
 
IDCService - Interface in oracle.iam.idc.api
 
IDCUser - Class in oracle.iam.certification.vo
 
IDCUser() - Constructor for class oracle.iam.certification.vo.IDCUser
 
IDCUserAccount - Class in oracle.iam.certification.vo
This class is only used to map the IDCAccount entity to another table.
IDCUserAccount() - Constructor for class oracle.iam.certification.vo.IDCUserAccount
 
IDCUserAccountAttribute - Class in oracle.iam.certification.vo
This class is only used to map the IDCAccountAttribute entity to another table.
IDCUserAccountAttribute() - Constructor for class oracle.iam.certification.vo.IDCUserAccountAttribute
 
IDCUserAccountAttributeAndRoleWrapper - Class in oracle.iam.certification.vo
 
IDCUserAccountAttributeAndRoleWrapper() - Constructor for class oracle.iam.certification.vo.IDCUserAccountAttributeAndRoleWrapper
 
IDCUserRole - Class in oracle.iam.certification.vo
 
IDCUserRole() - Constructor for class oracle.iam.certification.vo.IDCUserRole
 
IDCUtil - Class in oracle.iam.certification.vo.util
 
IDCUtil() - Constructor for class oracle.iam.certification.vo.util.IDCUtil
 
Identity - Interface in oracle.iam.identity.vo
 
IDENTITY_AUDIT_CONFIGURATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
IDENTITY_AUDIT_POLICY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
IDENTITY_AUDIT_POLICY_VIOLATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
IDENTITY_AUDIT_POLICY_VIOLATION_CAUSE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
IDENTITY_AUDIT_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
IDENTITY_AUDIT_SCAN_DEFINITION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
IDENTITY_AUDIT_SCAN_RUN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
IDENTITY_CERTIFICATION_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
 
IDENTITY_CONFIG - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
IDENTITY_DOMAIN - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
IDENTITY_STATUS - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
IdentityCertification - Class in oracle.iam.certification.vo
 
IdentityCertification() - Constructor for class oracle.iam.certification.vo.IdentityCertification
 
IdentityException - Exception in oracle.iam.identity.exception
This class IdentityException and its subclasses indicate exceptions while performing operations on Identities.
IdentityException() - Constructor for exception oracle.iam.identity.exception.IdentityException
Constructs a IdentityException with null as its detail message.
IdentityException(String) - Constructor for exception oracle.iam.identity.exception.IdentityException
Constructs a IdentityException with the specified detail message.
IdentityException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.IdentityException
Constructs a IdentityException with the specified detail message and cause.
IdentityException(Throwable) - Constructor for exception oracle.iam.identity.exception.IdentityException
Constructs a IdentityException with the specified cause.
IdentityManagerResult - Interface in oracle.iam.identity.vo
 
IdentityPasswordException - Exception in oracle.iam.passwordmgmt.exception
Thrown to signal that a password is invalid
IdentityPasswordException(String, String, Serializable[]) - Constructor for exception oracle.iam.passwordmgmt.exception.IdentityPasswordException
 
IdentityPasswordException(ValidationResult) - Constructor for exception oracle.iam.passwordmgmt.exception.IdentityPasswordException
 
IdentityPasswordException(PasswordManagementException) - Constructor for exception oracle.iam.passwordmgmt.exception.IdentityPasswordException
 
IDENTITYSTATUS - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
IDependentDataProvider - Interface in oracle.iam.platform.authopss.api
The interface that acts as data provider for fetching dependent identity data for the authorization APIs.
IDSProfileBuilderException - Exception in oracle.iam.platform.utils.ldapconfig.exception
 
IDSProfileBuilderException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.IDSProfileBuilderException
 
IDSProfileBuilderException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.IDSProfileBuilderException
 
IDSProfileBuilderException(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.IDSProfileBuilderException
 
IDSProfileBuilderException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.IDSProfileBuilderException
 
IGNORE_EVENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
IGNORE_ORPHANED_PUBLISHED_ENTITIES - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ignoreEvent(String, Map) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Validates whether the reconciliation event needs to be raised or not for the specified object.
ignoreEvent(String, Map, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Validates whether the reconciliation event needs to be raised or not for the specified object.
ignoreEvent(String, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.ignoreEvent(String, Map)
ignoreEvent(String, Map, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.ignoreEvent(String, Map, String)
ignoreEventAttributeData(String, Map, String, Map[], String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Validates whether the reconciliation event needs to be raised or not for the multi-valued attributes .
ignoreEventAttributeData(String, Map, String, Map[]) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Validates whether the reconciliation event needs to be raised or not for the multi-valued attributes .
ignoreEventAttributeData(String, Map, String, Map[], String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.ignoreEventAttributeData(String, Map, String, Map[], String)
ignoreEventAttributeData(String, Map, String, Map[]) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.ignoreEventAttributeData(String, Map, String, Map[])
IllegalInputException - Exception in Thor.API.Exceptions
 
IllegalInputException() - Constructor for exception Thor.API.Exceptions.IllegalInputException
 
IllegalInputException(String) - Constructor for exception Thor.API.Exceptions.IllegalInputException
 
IMPORTABLE_ATTRIBUTES - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
IMPORTABLE_ATTRS - Static variable in interface oracle.iam.certification.vo.Constants
 
importMessages - Variable in class com.thortech.xl.vo.ddm.ImportView
 
ImportPlanInfo - Class in com.thortech.xl.vo.ddm
Value object containing the details of the content to be imported by Deployment Manager
ImportPlanInfo(String, String) - Constructor for class com.thortech.xl.vo.ddm.ImportPlanInfo
 
importProfile(String) - Method in interface oracle.iam.reconciliation.api.ReconConfigService
Imports and configures reconciliation profile with the given Source object.
importProfile(Source) - Method in interface oracle.iam.reconciliation.config.api.ProfileManager
 
ImportView - Class in com.thortech.xl.vo.ddm
Value object containing the details of the objects selected for import by Deployment Manager
ImportView() - Constructor for class com.thortech.xl.vo.ddm.ImportView
 
ImproperAccountStateException - Exception in oracle.iam.provisioning.exception
 
ImproperAccountStateException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.ImproperAccountStateException
Constructs a new ImproperAccountStateException with the errorCode, errorMessage and errorData
ImproperAccountStateException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.ImproperAccountStateException
Constructs a new ImproperAccountStateException with the errorCode, errorMessage, errorData and Throwable.
IN - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
IN_HIERARCHY - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
IN_PROGRESS - Static variable in class oracle.iam.ida.vo.ScanRun.RUN_STATUS
 
Inactive - Static variable in class oracle.iam.oimcommon.vo.User.UserStatus
 
INCLUDE_FOREIGN_ATTRIBUTES - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
InconsistentPasswordRulesException - Exception in oracle.iam.passwordmgmt.exception
Throw to signal that the rules for a password policy are inconsistent
InconsistentPasswordRulesException(String) - Constructor for exception oracle.iam.passwordmgmt.exception.InconsistentPasswordRulesException
 
IncorrectScheduleTaskDefinationException - Exception in oracle.iam.scheduler.exception
This exception occurs if Schedule task definition is incorrect.
IncorrectScheduleTaskDefinationException(String) - Constructor for exception oracle.iam.scheduler.exception.IncorrectScheduleTaskDefinationException
Constructs a IncorrectScheduleTaskDefinationException with the specified detail message
increaseGroupPriority(long, long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
increaseMemberGroupPriority(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Increase the priority of a group member in the specified group
increaseMemberUserPriority(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Increase the priority of a user member in the specified group
Incremental - Static variable in class oracle.iam.catalog.vo.Mode
 
incrementSaveCount() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
 
INFER_REMEDIATION - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
INFO - Static variable in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
init(FileDescriptorObj, String) - Method in interface oracle.iam.patch.api.FileHandlerIntf
This method will be used to initialize the HandlerInstance.
initHashtable() - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
return hashtable
InitializationErrorException - Exception in oracle.iam.platform.authopss.exception
An exception class to signal the fatal error condition that the OIM Authorization layer could not be initialized.
InitializationErrorException() - Constructor for exception oracle.iam.platform.authopss.exception.InitializationErrorException
Constructs a new exception with null as its detail message.
InitializationErrorException(String) - Constructor for exception oracle.iam.platform.authopss.exception.InitializationErrorException
Constructs a new exception with the specified detail message.
InitializationErrorException(String, Throwable) - Constructor for exception oracle.iam.platform.authopss.exception.InitializationErrorException
Constructs a new exception with the specified detail message and cause.
InitializationErrorException(Throwable) - Constructor for exception oracle.iam.platform.authopss.exception.InitializationErrorException
Constructs a new exception with the specified cause.
initialize(Provider) - Method in interface com.thortech.xl.gc.spi.ProvisioningFormatProvider
This method initializes the provider
initialize(Provider) - Method in interface com.thortech.xl.gc.spi.ProvisioningTransportProvider
This method initializes the provider
initialize(Provider) - Method in interface com.thortech.xl.gc.spi.ReconFormatProvider
This method initializes the provider
initialize(Provider) - Method in interface com.thortech.xl.gc.spi.ReconTransportProvider
This method initializes the provider
INITIALS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
initiateAttestationProcess(String) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Initiates the specified attestation process by creating the attestation tasks
INITIATED_FROM_REQUEST_FLOW - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
initiateSODCheck(String) - Method in interface oracle.iam.sod.api.SODCheckService
Initiate SOD Check for a particular request.
INPUT1 - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
InputData - Class in oracle.iam.reconciliation.api
 
InputData(Map, ChangeType, Date) - Constructor for class oracle.iam.reconciliation.api.InputData
The target system data which needs to be populated in OIM.
InputData(Map, Map, Boolean, ChangeType, Date) - Constructor for class oracle.iam.reconciliation.api.InputData
The target system data which needs to be populated in OIM.
INSERT - Static variable in interface com.thortech.xl.vo.Constants
Insert Action
insertWhiteSpace(String, int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that insert whitespace character(s) into the specified string
installConnector(String) - Method in interface oracle.iam.connectormgmt.api.ConnectorMgmtService
Installs connector from a exploded ConnectorPackage in the ConnectorDefaultDirectory.
installConnector(String, String) - Method in interface oracle.iam.connectormgmt.api.ConnectorMgmtService
Installs connector from a exploded ConnectorPackage in the ConnectorDefaultDirectory.
INTEGER - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
Integer - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
Integer - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
Integer - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
Integer - Static variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
INTER_EVENT_ROLE_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
INTERRUPTED - Static variable in class oracle.iam.ida.vo.ScanRun.RUN_STATUS
 
INVALID_OUTCOME - Static variable in class oracle.iam.request.vo.RequestConstants
 
INVALID_RULE_SYNTAX - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
InvalidArgumentException - Exception in oracle.iam.certification.exception
Exception used when a client invokes an API method with an invalid argument.
InvalidArgumentException(String, String[]) - Constructor for exception oracle.iam.certification.exception.InvalidArgumentException
 
InvalidArgumentException(Class, Long, String, Long) - Constructor for exception oracle.iam.certification.exception.InvalidArgumentException
Construct an instance of this exception when the requested entity is not found in the specified certification instance
InvalidArgumentException(Class, Long, String, Long, String) - Constructor for exception oracle.iam.certification.exception.InvalidArgumentException
Construct an instance of this exception when the requested entity is not found in the specified certification task
InvalidArgumentException - Exception in oracle.iam.ida.exception
Exception used when a client invokes an API method with an invalid argument.
InvalidArgumentException(String, Serializable[]) - Constructor for exception oracle.iam.ida.exception.InvalidArgumentException
 
InvalidArgumentException(Class, String) - Constructor for exception oracle.iam.ida.exception.InvalidArgumentException
Construct an instance of this exception when the requested entity is not found in the specified certification instance
InvalidAttributeValueException - Exception in oracle.iam.identity.exception
Thrown if an invalid attribute is provided as input in a user manager operation
InvalidAttributeValueException(String, String) - Constructor for exception oracle.iam.identity.exception.InvalidAttributeValueException
Constructs a InvalidAttributeValueException with the specified detail message and error code.
InvalidAttributeValueException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.InvalidAttributeValueException
Constructs a InvalidAttributeValueException with the specified detail message, cause and error code.
InvalidAttributeValueException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.InvalidAttributeValueException
Constructs a InvalidAttributeValueException with the specified cause and error code.
InvalidBeneficiaryTypeException - Exception in oracle.iam.request.exception
This exception will be thrown if the beneficiary type specified in request model and beneficiary type user provides to add or delete beneficiary doesnt match
InvalidBeneficiaryTypeException(Exception) - Constructor for exception oracle.iam.request.exception.InvalidBeneficiaryTypeException
 
InvalidBeneficiaryTypeException(String) - Constructor for exception oracle.iam.request.exception.InvalidBeneficiaryTypeException
 
InvalidBeneficiaryTypeException(String, Exception) - Constructor for exception oracle.iam.request.exception.InvalidBeneficiaryTypeException
 
InvalidBeneficiaryTypeException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.InvalidBeneficiaryTypeException
 
InvalidBeneficiaryTypeException(String, Throwable) - Constructor for exception oracle.iam.request.exception.InvalidBeneficiaryTypeException
 
InvalidCacheCategoryException - Exception in oracle.iam.platformservice.exception
 
InvalidCacheCategoryException(Exception) - Constructor for exception oracle.iam.platformservice.exception.InvalidCacheCategoryException
 
InvalidCacheCategoryException(String) - Constructor for exception oracle.iam.platformservice.exception.InvalidCacheCategoryException
 
InvalidCacheCategoryException(String, Exception) - Constructor for exception oracle.iam.platformservice.exception.InvalidCacheCategoryException
 
InvalidCacheCategoryException(String, Throwable) - Constructor for exception oracle.iam.platformservice.exception.InvalidCacheCategoryException
 
InvalidChangeTypeException - Exception in oracle.iam.reconciliation.exception
 
InvalidChangeTypeException() - Constructor for exception oracle.iam.reconciliation.exception.InvalidChangeTypeException
 
InvalidDataFormatException - Exception in oracle.iam.reconciliation.exception
 
InvalidDataFormatException() - Constructor for exception oracle.iam.reconciliation.exception.InvalidDataFormatException
 
InvalidDataFormatException(String) - Constructor for exception oracle.iam.reconciliation.exception.InvalidDataFormatException
 
InvalidDataFormatException(String, Throwable) - Constructor for exception oracle.iam.reconciliation.exception.InvalidDataFormatException
 
InvalidDataLevelException - Exception in oracle.iam.conf.exception
 
InvalidDataLevelException(String) - Constructor for exception oracle.iam.conf.exception.InvalidDataLevelException
 
InvalidDataLevelException() - Constructor for exception oracle.iam.conf.exception.InvalidDataLevelException
 
InvalidDataLevelException(String, Exception) - Constructor for exception oracle.iam.conf.exception.InvalidDataLevelException
 
InvalidEventException - Exception in oracle.iam.reconciliation.exception
 
InvalidEventException(String) - Constructor for exception oracle.iam.reconciliation.exception.InvalidEventException
 
InvalidEventStatusException - Exception in oracle.iam.reconciliation.exception
 
InvalidEventStatusException() - Constructor for exception oracle.iam.reconciliation.exception.InvalidEventStatusException
 
InvalidLookupException - Exception in oracle.iam.selfservice.exception
Thrown if there is an exception while looking up some values for the user by passing incorrect lookup code.
InvalidLookupException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.InvalidLookupException
Constructs a InvalidLookupException with the specified detail message and cause.
InvalidLookupException(String) - Constructor for exception oracle.iam.selfservice.exception.InvalidLookupException
Constructs a InvalidLookupException with the specified detail message.
InvalidOwnerTypeException - Exception in oracle.iam.reconciliation.exception
 
InvalidOwnerTypeException() - Constructor for exception oracle.iam.reconciliation.exception.InvalidOwnerTypeException
 
InvalidParameterForExpressionException - Exception in oracle.iam.scheduler.exception
This exception will be thrown if parameters passed for cron expression is wrong.
InvalidParameterForExpressionException(String) - Constructor for exception oracle.iam.scheduler.exception.InvalidParameterForExpressionException
Constructs a InvalidParameterForExpressionException with the specified detail message
InvalidPasswordException - Exception in oracle.iam.certification.exception
This exception could be thrown when certification completion needs password of the reviewer and incorrect/invalid password is supplied.
InvalidPasswordException() - Constructor for exception oracle.iam.certification.exception.InvalidPasswordException
 
InvalidPasswordException - Exception in oracle.iam.passwordmgmt.exception
Thrown to signal that a password is invalid
InvalidPasswordException(String) - Constructor for exception oracle.iam.passwordmgmt.exception.InvalidPasswordException
 
InvalidPasswordException(PasswordPolicyDescription, PasswordPolicyViolationsDescription) - Constructor for exception oracle.iam.passwordmgmt.exception.InvalidPasswordException
 
InvalidQuestionException - Exception in oracle.iam.selfservice.exception
Thrown if an invalid question is entered or specified question is not defined as a valid question while setting challenge questions and responses.
InvalidQuestionException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.InvalidQuestionException
Constructs a InvalidQuestionException with the specified detail message and cause.
InvalidQuestionException(String) - Constructor for exception oracle.iam.selfservice.exception.InvalidQuestionException
Constructs a InvalidQuestionException with the specified detail message.
InvalidRequestDataException - Exception in oracle.iam.request.exception
This exception will be thrown if the request data is invalid
InvalidRequestDataException(Exception) - Constructor for exception oracle.iam.request.exception.InvalidRequestDataException
 
InvalidRequestDataException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.InvalidRequestDataException
 
InvalidRequestDataException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.request.exception.InvalidRequestDataException
 
InvalidRequestDataException(String) - Constructor for exception oracle.iam.request.exception.InvalidRequestDataException
 
InvalidRequestDataException(String, Exception) - Constructor for exception oracle.iam.request.exception.InvalidRequestDataException
 
InvalidRequestException - Exception in oracle.iam.request.exception
This exception will be thrown if a particular operation is not allowed for the request
InvalidRequestException(Exception) - Constructor for exception oracle.iam.request.exception.InvalidRequestException
 
InvalidRequestException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.InvalidRequestException
 
InvalidRequestException(String) - Constructor for exception oracle.iam.request.exception.InvalidRequestException
 
InvalidRequestException(String, Exception) - Constructor for exception oracle.iam.request.exception.InvalidRequestException
 
InvalidRiskAcceptedExpirationDateException - Exception in oracle.iam.ida.exception
 
InvalidRiskAcceptedExpirationDateException(Date, Date) - Constructor for exception oracle.iam.ida.exception.InvalidRiskAcceptedExpirationDateException
 
InvalidSearchOperatorException - Exception in oracle.iam.identity.exception
Thrown if an invalid search operator is provided as input in a user search operation
InvalidSearchOperatorException(String, String) - Constructor for exception oracle.iam.identity.exception.InvalidSearchOperatorException
Constructs a InvalidSearchOperatorException with the specified detail message and error code.
InvalidSearchOperatorException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.InvalidSearchOperatorException
Constructs a InvalidSearchOperatorException with the specified detail message, cause and error code.
InvalidSearchOperatorException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.InvalidSearchOperatorException
Constructs a InvalidSearchOperatorException with the specified cause and error code.
InvalidSearchOptionException - Exception in oracle.iam.conf.exception
 
InvalidSearchOptionException(String) - Constructor for exception oracle.iam.conf.exception.InvalidSearchOptionException
 
InvalidSearchOptionException() - Constructor for exception oracle.iam.conf.exception.InvalidSearchOptionException
 
InvalidSearchOptionException - Exception in oracle.iam.notification.exception
This exception occurs if invalid search option is passed for searching a notification template
InvalidSearchOptionException(String) - Constructor for exception oracle.iam.notification.exception.InvalidSearchOptionException
Constructs a InvalidSearchOptionException with the specified detail message
InvalidSearchOptionException() - Constructor for exception oracle.iam.notification.exception.InvalidSearchOptionException
Constructs a InvalidSearchOptionException
InvalidSystemPropertyValueException - Exception in oracle.iam.conf.exception
 
InvalidSystemPropertyValueException(Exception) - Constructor for exception oracle.iam.conf.exception.InvalidSystemPropertyValueException
 
InvalidSystemPropertyValueException(String) - Constructor for exception oracle.iam.conf.exception.InvalidSystemPropertyValueException
 
InvalidSystemPropertyValueException(String, Exception) - Constructor for exception oracle.iam.conf.exception.InvalidSystemPropertyValueException
 
INVOKE_REQUEST - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ioCon - Static variable in class com.thortech.xl.util.adapters.tcUtilJDBCClass
DB Connection
ioResultSet - Static variable in class com.thortech.xl.util.adapters.tcUtilJDBCClass
Result Set
ioStatement - Static variable in class com.thortech.xl.util.adapters.tcUtilJDBCClass
SQL Statement
IPF_USER_INFO - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
IS_ACTIVE - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
IS_APPROVER_UPDATE - Static variable in class oracle.iam.request.vo.RequestConstants
 
IS_AUTHORITATIVE - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
IS_CATALOG_DELETED - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
IS_CATALOG_ITEM_REQUESTABLE - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
IS_CERT_REQUEST - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
 
IS_CHILD - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
IS_CLUSTER_IMPORTING - Static variable in interface oracle.iam.certification.vo.Constants
 
IS_CONTAINER - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
IS_ENTITLEMENT - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
IS_MANAGER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
IS_ORGANIZATION_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
IS_USER_DISABLED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
isAboutToExpireReminderEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isActionAuditInTransaction() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
 
isActive() - Method in class oracle.iam.ida.vo.Remediator
 
isActive() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
isAlive() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
isAllowAutoClaim() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowDelegation() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowed() - Method in interface oracle.iam.platform.authopss.api.AuthorizationResult
Obtains this AuthorizationResult's current decision value.
isAllowedMultipleOutputs() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the allowedMultipleOutputs property.
isAllowFinalReview() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowInteractiveXls() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowMultiPhase() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowMultiple() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns whether the task is allowed to be inserted multiple times into the same workflow instance
isAllowMultipleCertifiers() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowMultipleOpenPerBu() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowMultipleP1PrimaryReviewers() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowPhaseTwo() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowReassignment() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowReports() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAllowReports() - Method in class oracle.iam.ida.vo.IDAConfiguration
 
isApplicable(AbstractGenericOrchestration) - Method in interface oracle.iam.platform.kernel.spi.ConditionalEventHandler
Determine and returns whether this event handler should be executed in the current context
isApplicableToEntitlement() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
Deprecated.  
isApplicationInstanceProvisionedToUser(String, ApplicationInstance) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a boolean indicating weather the specified user has an account in the specified application instance.
isApproverOnly() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the approverOnly property.
isApproverOnly() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the approverOnly property.
isAssignee() - Method in class com.thortech.xl.vo.workflow.EmailNotification
Returns whether the email should be sent to the Task Assignee
isAssociatedWithPolicy() - Method in class oracle.iam.platform.authopss.vo.Capability
 
isAuditable() - Method in class oracle.iam.catalog.vo.Catalog
 
isAuditable() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
isAuditable() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isAuditEnabled() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
isAuthoritative() - Method in class oracle.iam.provisioning.vo.Application
 
isAuthorizationRequired() - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Convenience method to check if Authorization checks are required or not.
isAuthorizationRequired() - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Convenience method to check if Authorization checks are required or not.
isAutoCertificationsForTransferredUsers() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAutomated() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns whether the task is automated or not.
isAutomaticDeprovisioningEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isAutoPrePopulate() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns whether the Auto Pre-populate attribute is enabled or not
isAutoSave() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns whether the Auto-Save attribute is enabled or not
isAvailableInBulk() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the availableInBulk property.
isAvailableInBulk() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the availableInBulk property.
isBatchComplete() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
isBeneficiaryCheckdReqd() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
isBeneficiaryExists() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the beneficiaryExists property.
isBlPassword() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
isBulk() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the bulk property.
isBulkRequest() - Method in class oracle.iam.request.vo.RequestData
 
isCallBackIdMOper() - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
isCancelWhilePending() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns whether the task is allowed to be cancelled while still in pending state
isCanPolicyBeGroovy() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the canPolicyBeGroovy property.
isCanReturnValueBeGroovy() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the canReturnValueBeGroovy property.
isCanRuleBeGroovy() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the canRuleBeGroovy property.
isCategoryGroup() - Method in class oracle.iam.oimcommon.vo.AttributeCategory
 
isCertifiable() - Method in class oracle.iam.catalog.vo.Catalog
 
isCertifiable() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
isCertifiable() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
isCertifiable() - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
isCertifiable() - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
isCertifiable() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
isCertifiable() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
isCertifiable() - Method in class oracle.iam.oimcommon.vo.Catalog
 
isCertificationScheduleReminderEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isCertifyAccountsWithNoAttributes() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isCertifyAttributesOnAccountCertifyAction() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isCertifyEntitlements() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
iscertifyOnlyAccountsFromCertifiableResourceTypes() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isCertifyProvisioningPolicyViolations() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isCertifyRoleMembers() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isCertifyRolePolicies() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isCertifyRoles() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isCertifyUsersWithNoAccounts() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isChAllAtOnce() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
isChallengeQuestionsSetForSelf() - Method in interface Thor.API.Operations.tcUserOperationsIntf
Check if challenge questions are set for the current user.
isChAllowDuplicateResponses() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
isChEnabled() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
isChild() - Method in class oracle.iam.provisioning.vo.FormInfo
This method returns if the form is a child form.
isChildEntity() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntity
 
isChildEntity() - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
isChildEntity() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Check if the entity metadata object represents a child entity.
isChSendMail() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
isCommonNameValid(String, Map) - Method in interface oracle.iam.ldapsync.api.CommonNamePolicy
Validates if the common name is as per the policy.
isComplete() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
isCompleteOnRecovery() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns whether the task should Complete on Recovery Tasks completion
isComplex() - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
isComplexPolicy() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns true if the password policy is a complex policy, false otherwise
isComplexRequest() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the complexRequest property.
isConcurrent() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides concurrency flag.
isConditionalTask() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns whether the task is a conditional task or not
isConfidential() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
isConfirmMassUpdates() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isConflict() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
ISCONNPOOLINGSUPPORTED - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
isConnPoolingSupported() - Method in class oracle.iam.provisioning.vo.Application
 
isContainer() - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Check if it is a container.
isContainer() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Check if it is a container.
isContainer() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
isCreatable() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isCreateRequest() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the createRequest property.
isCustom() - Method in class oracle.iam.platform.authopss.vo.AdminRole
Returns whether this admin role is custom or OOB.
isDefaultProcess() - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
isDefaultWorkflow() - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Returns whether the workflow is the default workflow of its type for the resource it is defined for or not
isDelayedEvaluationSet() - Method in class oracle.iam.platform.authopss.vo.AdminRole
 
isDelayedEvaluationSet() - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
isDeleted() - Method in class oracle.iam.catalog.vo.Catalog
Return is the base entity is deleted or not.
isDeleted() - Method in class oracle.iam.oimcommon.vo.Catalog
 
isDeprecated() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the deprecated property.
isDeprovisionExpiredCertifications() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isDeprovisionOnCertificationCompletion() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isDeprovisionOnCertificationExpiry() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isDirectOperation() - Method in interface oracle.iam.request.vo.Request
 
isDirty() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
isDirty() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
isDirty() - Method in class oracle.iam.certification.vo.base.BaseRole
 
isDirty() - Method in class oracle.iam.certification.vo.base.BaseUser
 
isDisabled() - Method in class oracle.iam.policyengine.vo.Policy
 
isDisabled() - Method in class oracle.iam.policyengine.vo.Rule
 
isDisallowSelfCertification() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isDisplayRemediationInfo() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isDoNotAutomaticallyClaimUsers() - Method in class oracle.iam.certification.vo.IDCConfiguration
Deprecated. 
isDutyType() - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
isEmpty() - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
isEmpty() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
isEmpty() - Method in class oracle.iam.policyengine.vo.ValueObject
 
isEnabledFlag() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isEnableOldValue() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
isEncrypted() - Method in class com.thortech.xl.vo.ddm.ITResourceParameter
 
isEncrypted() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isEncrypted() - Method in class oracle.iam.provisioning.vo.FormField
This method returns if the form field is encrypted.
isEncrypted() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
isEncrypted() - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Determines whether the attribute is encrypted or not.
isEncrypted() - Method in class oracle.iam.scheduler.vo.JobParameter
Provides flag indicating whether job parameter is encrypted or not.
isEntitlement() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
isEntitlement() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the entitlement property.
isEntitlementProvisionedToUser(String, Entitlement) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method returns a boolean indicating whether the specified user has been granted the specific entitlement.
isEntitlementValue() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isEntityCanBeAssignedTo(String) - Method in class oracle.iam.policyengine.vo.PolicyType
 
isEntitytypeInBulk() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the entitytypeInBulk property.
isErrorMessages - Variable in exception Thor.API.Exceptions.tcBulkException
Corresponding error messages for each of the keys that failed the operation
isEventFinished() - Method in class oracle.iam.reconciliation.api.EventAttributes
 
isEventHandler() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
isExistingEventListener(String) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Determines whether or not an event listener of a given name exists
isExpiryReminderEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isExportable() - Method in class com.thortech.xl.vo.ddm.RootObject
 
isFifthReminderEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isFineGrained() - Method in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
isFirstNameDisallowed() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns true if the user first name is not allowed in the password, false otherwise
isFirstReminderEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isForeignKey() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Get if the schema attribute is a foreign key
isFourthReminderEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isFromSearch() - Method in class oracle.iam.reconciliation.vo.ReconEvent
Determines whether the Event was instantiated from a UI Search or not.
isGenericEntity() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the genericEntity property.
isGivenUserNameValid(String, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserNameGenerationPolicy
Validates if the user name based on the user data specified in the input Map is valid as per the user name generation policy
isGlobalCertifyAll() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isGTCAutoImport() - Method in interface Thor.API.Operations.GCOperationsIntf
 
isHidden() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the hidden property.
isHidden() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the hidden property.
isHierachicalDataAvailable() - Method in class oracle.iam.catalog.vo.Catalog
 
isHierarchical() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isHierarchicalScope() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Getter for the hierarchical flag that indicates whether user has admin rights on the the child organizations too.
isHierarchicalScope() - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
isHierarchicalScope() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
Getter for the hierarchy flag.
isHierarchicalScope() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
isHighPrivileged() - Method in class oracle.iam.certification.vo.base.BaseRole
 
isHtml() - Method in class oracle.iam.notification.vo.MessageContent
Specify if the message content is HTML or not.
isIdmSystemType() - Method in class oracle.iam.grc.sod.vo.SystemType
 
isIdMvsSoDDataTransformationOper() - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
isIgnoreDuplicate() - Method in class oracle.iam.reconciliation.api.BatchAttributes
 
isImportable() - Method in class com.thortech.xl.vo.ddm.RootObject
 
isIncremental() - Method in class oracle.iam.certification.vo.CertificationInstance
 
isIncremental() - Method in class oracle.iam.certification.vo.IdentityCertification
 
isIncrementalWithPreviousStatus() - Method in class oracle.iam.certification.vo.CertificationInstance
 
isIncrementalWithPreviousStatus() - Method in class oracle.iam.certification.vo.IdentityCertification
 
isIndexed() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Get if the schema attribute is to be indexed
isIndexed() - Method in class oracle.iam.reconciliation.config.vo.StagingField
 
isInputWithRepeatedConsecutiveCharacters(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
operation that does validation for repeatable consecutive characters.
isIntegerateWithIAM() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isInvalidCharacter(String, char) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that checks if the character exist in the string.
isJobSuccess() - Method in class oracle.iam.scheduler.vo.TaskSupport
 
isKey() - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
isKeyField() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
isKeys - Variable in exception Thor.API.Exceptions.tcBulkException
Array of keys that failed the operation
isLastNameDisallowed() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns true if the user last name is not allowed in the password, false otherwise
isLegacyComposite(String) - Static method in class oracle.iam.certification.vo.IDCConfiguration
 
isLengthValid(int) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
isLengthValid(int) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
isList() - Method in class oracle.iam.policyengine.vo.conditions.EvalList
 
isLockAcquired() - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Check to see if we have the lock
isLockAcquired() - Method in interface Thor.API.Operations.tcImportOperationsIntf
Check to see if we have the lock
isLocked() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
isLocked() - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
isLocked() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the locked property.
isLockedFlag() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isLockedReason(AttributeSchema.LockedReason) - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isLockPoliciesForOpenViolations() - Method in class oracle.iam.ida.vo.IDAConfiguration
 
isLoginRequired() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the loginRequired property.
isLookupFieldFlag() - Method in class com.thortech.xl.gc.vo.designtime.TargetAttribute
 
isManaged() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
isMandatory() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
isManualInsertNotAllowed() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns whether the task can be manually inserted into a workflow or not
isMapped() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
isMapped() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
If mapped to some OIM attribute or not.
isMasked() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the masked property.
isMasked() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the masked property.
isMasked() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
isMasked() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
isMasked() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
isMessage - Variable in exception com.thortech.xl.gc.exception.ProviderException
The detailed message.
isMessage - Variable in exception com.thortech.xl.gc.exception.ProvisioningFormatException
The detailed message.
isMessage - Variable in exception com.thortech.xl.gc.exception.ProvisioningTransportException
The detailed message.
isMessage - Variable in exception com.thortech.xl.gc.exception.ReconciliationFormatException
The detailed message.
isMessage - Variable in exception com.thortech.xl.gc.exception.ReconciliationTransportException
The detailed message.
isMessage - Variable in exception oracle.iam.grc.sod.exception.SILAPIException
The detailed message.
isMessage - Variable in exception oracle.iam.grc.sod.exception.SILDBException
The detailed message.
isMessage - Variable in exception oracle.iam.grc.sod.exception.SILException
The detailed message.
isMessage - Variable in exception oracle.iam.grc.sod.exception.SILInfrastructureException
The detailed message.
isMessage - Variable in exception oracle.iam.grc.sod.exception.SILRegistrationException
The detailed message.
isMessage - Variable in exception oracle.iam.grc.sod.exception.SILSecurityException
The detailed message.
isMessage - Variable in exception oracle.iam.grc.sod.exception.SILServiceComponentException
The detailed message.
isMessage - Variable in exception oracle.iam.grc.sod.exception.SILTopologyException
The detailed message.
isMessage - Variable in exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
The detailed message.
isMessage - Variable in exception oracle.iam.provisioning.exception.GenericAppInstanceServiceException
The detailed message.
isMessage - Variable in exception oracle.iam.provisioning.exception.GenericProvisioningException
 
isMessage - Variable in exception oracle.iam.sod.exception.ConnectorITResourceNotFoundException
The detailed message.
isMessage - Variable in exception oracle.iam.sod.exception.GetSODCheckResultsException
The detailed message.
isMessage - Variable in exception oracle.iam.sod.exception.ResubmitSoDChecksResultsException
The detailed message.
isMessage - Variable in exception oracle.iam.sod.exception.SODRequestException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.AttestationProcessNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.AttestationRecordNotDelegatedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.DuplicateAttestationProcessException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.DuplicateITResourceInstanceException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.DuplicateScheduleTaskAttributeException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.DuplicateScheduleTaskException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.MissingResponsesException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.TaskAlreadyAttestedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAddFieldFailedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAddFormFieldPropertyFailedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAdminGroupInvalidException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAdministratorAlreadyAssignedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAdminNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAlreadyMemberException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAPIException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAttributeMissingException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAttributeNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAwaitingApprovalDataCompletionException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcAwaitingObjectDataCompletionException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcBulkException
The message of this exception
isMessage - Variable in exception Thor.API.Exceptions.tcChallengeInfoException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcChallengeNotSetException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcColumnNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcContactTypeNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcContactTypeNotUniqueException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcCycleDetectedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDataNotProvidedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDataObjectNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDeleteNotAllowedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDependentLookupValueIncorrectException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDuplicateGroupException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDuplicateLookupCodeException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDuplicateOrganizationException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDuplicatePropertyException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDuplicateQueueException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDuplicateSelfRegistrationException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcDuplicateUserException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcEntitlementNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcEventDataReceivedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcEventNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcExistingAdministratorException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcExistingMemberException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcFormEntryNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcFormFieldNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcFormNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcGroupNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcIDNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInsufficientPrivilegeException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidAttributeException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidColumnException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidEmailTypeException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidLookupException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidManagerException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidMemberGroupException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidNameException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidOperationException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidParentException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidPermissionsException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidQuestionException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidResponseException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidRoleException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidStatusException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidUpdateException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidUserException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcInvalidValueException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcITResourceDefinitionNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcITResourceNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcLocationNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcLoginAttemptsExceededException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcMemberGroupNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcMultipleMatchesFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNoAdapterException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNoApprovalException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNoEmailAddressException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNoLookupException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNoSuchTaskAttributeException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNotAtomicProcessException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNotExistingAdministratorException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNotExistingMemberException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNotLookupFieldException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNotProvisionedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcNumberOfChallengesMismatchException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcObjectFormAssignedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcObjectFormNotAssignedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcObjectNotApprovedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcObjectNotAssignedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcObjectNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcOrganizationNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPasswordExpiredException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPasswordIncorrectException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPasswordMismatchException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPasswordPolicyException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPasswordResetAttemptsExceededException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPolicyFailedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPolicyNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcProcessFormException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcProcessNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPropertyAlreadyAssignedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPropertyNotAssignedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcPropertyNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcProvisioningNotAllowedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcQuestionsNotDefinedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcQueueNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcRecursiveProxyException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcRemoteManagerNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcRequiredDataMissingException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcRevocationNotAllowedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcRuleNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcScheduledTaskNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcSODTopologyNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcStaleDataUpdateException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcTaskNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcUpdateNotAllowedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcUserAccountDisabledException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcUserAccountInvalidException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcUserAccountLockedByAdminException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcUserAlreadyLoggedInException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcUserContactInformationNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcUserNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcVersionNotDefinedException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.tcVersionNotFoundException
The detailed message.
isMessage - Variable in exception Thor.API.Exceptions.UnknownAttestationRecordResponse
The detailed message.
isMessageListEmpty() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
isMinable() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
isMLS() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Check if the attribute is a MLS attribute.
isMls() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
isMls() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the mls property.
isMLS() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
isMLS() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
isModifiedAfterLastCertification() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
isMultiRepresented() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Check if the attribute is a MLS attribute.
isMultiValued() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
This method returns information whether the attribute is multi-valued
isMultiValued() - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
isMultiValued() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Check if the attribute is a Multi Valued attribute (MVA).
isMultiValued() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isMultiValued() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the multiValued property.
isMultiValued() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
isNew() - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
isNew
isNewCertificationNotificationEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isNewInstance() - Method in class com.thortech.xl.vo.ddm.ITResourceParameterMap
 
isNewObject() - Method in class com.thortech.xl.vo.ddm.RootObject
 
isNonDelete() - Method in class com.thortech.xl.vo.ddm.TaskObject
 
isNonImport() - Method in class com.thortech.xl.vo.ddm.TaskObject
 
isNonManagedDatabaseContext() - Method in class oracle.iam.grc.sod.vo.SILContext
 
isNumeric(String) - Static method in class oracle.iam.policyengine.vo.Util
 
isOfflined() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
isOldPasswordCorrect(String, String, char[]) - Method in interface oracle.iam.identity.usermgmt.api.PasswordVerifier
Verifies the old password of the user and returns true if the old password is correct.
isOldValue() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
isOOTBTemplate() - Method in class oracle.iam.notification.vo.NotificationTemplate
Return true if OOTB template
isOpenSod() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
isOpenSodViolations() - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
isOperationThatTriggers(String) - Method in class oracle.iam.policyengine.vo.PolicyType
 
isOutputAutoGenerated() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the outputAutoGenerated property.
isOutputGenerated() - Method in class oracle.iam.policyengine.vo.PolicyType
 
isParent() - Method in interface oracle.iam.request.vo.Request
Checks if this request has child requests
isParentRef() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
This method is used only in case of child forms.
isPassword() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isPasswordCantChangeFlag() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isPasswordExpireDateReached() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isPasswordGeneratedFlag() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isPasswordMinAgeDateReached() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isPasswordMustChangeFlag() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isPasswordNeverExpiresFlag() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isPasswordRequiredToCompleteCertification() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isPasswordValid() - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
Returns true,if the password is valid, false otherwise
isPasswordWarnDateReached() - Method in class oracle.iam.passwordmgmt.vo.OimUserStatus
 
isPath(String) - Static method in class oracle.iam.policyengine.vo.Util
Determine if string is a path.
isPendingRoleGrant(String, String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Return true if the user has the role granted in pending state.
isPostProcessingAsync() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
 
isPreventSelfRemediation() - Method in class oracle.iam.ida.vo.IDAConfiguration
 
isPreviouslyRevokedAccess() - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
isPrimary() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
If this attribute is a ID(Primary Key) field.
isPrimary() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the primary property.
isPrimaryKey() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Get if the schema attribute is a primary key
isProcessIncludeSubOrgs() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
 
isProcessInSync() - Method in class oracle.iam.reconciliation.api.BatchAttributes
How is current batch needs to be processed, Synchronously or Asynchronously together with event and batch creation.
isProcessSendMailToOwner() - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Returns if the attestation process is configured to send emails to owners incase of declined records
isProcessSendMailToOwner() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Returns if the attestation process is configured to send emails to owners incase of declined records
isReadable() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isReadOnly() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the readOnly property.
isReadOnly() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the readOnly property.
isRemovedTask() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
isReportsToCertificationPerManager() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isReportsToEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isReportsToRecordOnly() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isRequestable() - Method in class oracle.iam.catalog.vo.Catalog
Returns if the catalog item is Requestable or not.
isRequestable() - Method in class oracle.iam.oimcommon.vo.Catalog
 
isRequester() - Method in class com.thortech.xl.vo.workflow.EmailNotification
Returns whether the email should be sent to the Requester
isRequestWithdrawAllowed(List) - Method in interface oracle.iam.request.vo.Request
Checks whether the requester is allowed to be close/withdrawn or not.
isRequireCertifyComments() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isRequired() - Method in class oracle.iam.certification.vo.IDCPolicy
 
isRequired() - Method in class oracle.iam.notification.vo.NotificationAttribute
Specify if the attribute is required or not
isRequired() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Check if the attribute is required.
isRequired() - Method in class oracle.iam.platform.entitymgr.vo.ControlAttributeDefinition
Check if the control attribute is required.
isRequired() - Method in class oracle.iam.platform.entitymgr.vo.FieldDefinition
Check if the target field is required.
isRequired() - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Get whether the attribute is required
isRequired() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isRequired() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
isRequired() - Method in class oracle.iam.reconciliation.config.vo.AbstractTargetAttribute
 
isRequired() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the required property.
isRequired() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the required property.
isRequired() - Method in class oracle.iam.scheduler.vo.JobParameter
Provides flag indicating whether job parameter is required or not.
isRequiredComplete() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Returns whether the task is required to be complete for workflow completion or not
isRequireRevokeComments() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isRequstEndStatus(String) - Static method in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
isResultCountGreaterThanUserDefinedValue() - Method in class oracle.iam.catalog.vo.CategoryTally
 
isReturnedByDefault() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isRMRunning(RMSData) - Method in interface Thor.API.Operations.RemoteManagerOperationsIntf
Checks wheather the Remote Manager is running.
isRoleDynamicallyGranted(String, String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Return true if the user has the role dynamically granted.
isRoleGranted(String, String, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Return true if the user has the role granted.
isRoleParent(String, String, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Return true if the role has the given parent.
isRollbackRequired() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
isRuleBased() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
isRuleBased() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy
Returns if this membership is created by dynamic membership rule
isSame(PolicyConstants.Resources, PolicyConstants.Actions) - Method in class oracle.iam.platform.authopss.vo.Capability
 
isSameEntity(LastCertDecision) - Method in class oracle.iam.certification.vo.LastCertDecision
 
isScoped() - Method in class oracle.iam.platform.authopss.vo.AdminRole
Returns whether this admin role is org-scoped or global in nature.
isScoped() - Method in class oracle.iam.platform.authopss.vo.Capability
getter for scoped.
isSearchable() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
isSearchable() - Method in class oracle.iam.notification.vo.NotificationAttribute
Specify if the attribute can be searched or not
isSearchable() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
Check if the attribute is searchable.
isSearchable() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isSecondReminderEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isSelfRequest() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the selfRequest property.
isSendAccessRevokeEmail() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isSendCompletionConfirmationEmail() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isSendEmail() - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Returns whether an email should be sent to the assignee
isSendEmailsToAdmins() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isSendUserDoesNotWorkForBUEmail() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isSensitive() - Method in class oracle.iam.grc.sod.vo.Attribute
 
isServiceAccount() - Method in class oracle.iam.provisioning.vo.Account
Checks if account is a service account.
isSet() - Method in class oracle.iam.grc.sod.vo.Duty
 
isSeverity - Variable in exception Thor.API.Exceptions.tcAPIException
 
isSeverity - Variable in exception Thor.API.Exceptions.tcBulkException
 
isSharedObject() - Method in class com.thortech.xl.vo.ddm.RootObject
 
isSkipDataOwnerStep1() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isSkipRoleOwnerStep1() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isSnapshotEquivalent(IDCAccount) - Method in class oracle.iam.certification.vo.IDCAccount
 
isSnapshotEquivalent(IDCAccountAttribute) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
isSnapshotEquivalent(IDCApplicationInstance) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
isSnapshotEquivalent(IDCEndPoint) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
isSnapshotEquivalent(IDCEndPointAttributeValue) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
isSnapshotEquivalent(IDCUser) - Method in class oracle.iam.certification.vo.IDCUser
 
isSnapshotEquivalent(T) - Method in interface oracle.iam.certification.vo.Snapshot
 
isSoDAnalysisExecutionOper() - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
isSODCheckApplicableForRequest(String) - Method in interface oracle.iam.sod.api.SODCheckService
Check if SOD Check is Enabled for a particular resource for which request is raised.
isSODCheckEnabled() - Method in interface oracle.iam.sod.api.SODCheckService
Check if SOD Check is Enabled at system level.
isSoDDataValidationOper() - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
isSoDEngineType() - Method in class oracle.iam.grc.sod.vo.SystemType
 
isSoftDelete() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method returns if ApplicationInstance is soft deleted.
isSortable() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
isSourceDatastoreType() - Method in class oracle.iam.grc.sod.vo.SystemType
 
isSSOEnabled() - Method in interface oracle.iam.platformservice.api.PlatformService
APIthat tells if OIM is intgegrated with an SSO solution or not
isStatefulAuthSupported() - Method in class oracle.iam.grc.sod.vo.SystemType
 
isStatusFlag() - Method in class oracle.iam.catalog.vo.Result
Flag to indicate if operation is success or failure.
isStop() - Method in class oracle.iam.scheduler.vo.TaskSupport
Provides a flag indicating whether a schedule job is stopped or not.
isStopEvaluationOnFirstConditionMatch() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the stopEvaluationOnFirstConditionMatch property.
isStopEvaluationOnFirstRuleMatch() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Gets the value of the stopEvaluationOnFirstRuleMatch property.
isSubstituteArg2() - Method in class oracle.iam.policyengine.vo.Condition
 
isSuccess() - Method in class oracle.iam.idc.vo.Result
 
isSuspended() - Method in class oracle.iam.certification.vo.base.BaseAccount
 
isSuspended() - Method in class oracle.iam.certification.vo.base.BaseUser
 
isSync() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Returns whether operation is sync or async
isSynch(long) - Method in interface oracle.iam.grc.sod.api.SILService
Returns true if Sod engine supports Synch call and False if Sod engine supports Asynch call
isSynchronous() - Method in class oracle.iam.platform.kernel.vo.OrchestrationStep
 
isSystemDefinedOrg() - Method in class oracle.iam.identity.orgmgmt.vo.Organization
Tells whether the org is system defined.
isSystemType() - Method in class oracle.iam.request.dataset.vo.AttributeReference
Gets the value of the systemType property.
isTaskInstancePresent() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
isTaskNameUpdatable() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
isTaskNoteEncrypted(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Deprecated.  
isTaskNotRemovable() - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
isTaskStatus() - Method in class oracle.iam.scheduler.vo.JobDetails
Provides Schedule job status.
isTaskUpdatable(long, long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Verifies if the user has the permission to updates the details of a specified task instance.
isTestExecution() - Method in class oracle.iam.grc.sod.vo.SystemContext
 
isThirdReminderEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isTrue(ValueObject, Map, boolean, boolean) - Method in interface oracle.iam.policyengine.vo.conditions.EvaluationCondition
Evaluate the condition against the facts (the inputVO).
isUdf() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
isUiSupported() - Method in class oracle.iam.request.dataset.vo.Attribute
Gets the value of the uiSupported property.
isUiSupported() - Method in class oracle.iam.request.model.vo.RequestModel
Gets the value of the uiSupported property.
isUnique() - Method in class oracle.iam.grc.sod.vo.Attribute
 
isUpdatable() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
isUpdateCertifierEmailNotificationEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
 
isUser() - Method in class com.thortech.xl.vo.workflow.EmailNotification
Returns whether the email should be sent to the Beneficiary User
isUserGroupMember(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Gets a list of the users that are a member of this group by direct inclusion.
isUserIdDisallowed() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Returns true if the user ID is not allowed in the password, false otherwise
isUserManager() - Method in class com.thortech.xl.vo.workflow.EmailNotification
Returns whether the email should be sent to the Beneficiary Users Manager
isUserMemberOf(String, String) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Returns true if user identified by userKey is a member of the organization identified by orgKey.
isUserNameValid(String, Map) - Method in class oracle.iam.identity.usermgmt.api.AbstractUserNameGenerationPolicy
 
isUserNameValid(String, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Check the validity of the given username based on default policy.
isUserNameValid(String, String, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Check the validity of the given username based on given policy.
isUserNameValid(String, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserNamePolicy
Validates if the user name based on the user data specified in the input Map is valid as per the user name generation policy
isUserNameValidForDefaultPolicy(String, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Check the validity of the given username based on default policy.
isUserNameValidForPolicy(String, String, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Check the validity of the given username based on specified policy.
isUserType() - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
isUseSSL() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
isValid() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
Determines if this object is valid to be processed as entity publication search criteria.
isValid() - Method in class oracle.iam.platform.kernel.vo.BulkOrchestration
 
isValid() - Method in class oracle.iam.provisioning.vo.Entitlement
This method checks if Entitlement is valid.
isValidFieldProperty(String, String) - Method in interface Thor.API.Operations.GCOperationsIntf
This API returns the information if a lookup field is valid
isValueChanged(tcDataObj, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
method that validates that value has been changed in the database.
isValueValid() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
isValueValid() - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
isVeto() - Method in class oracle.iam.platform.kernel.vo.EventResult
Returns whether the current orchestration is set to veto or not.
isVisible() - Method in class oracle.iam.platform.authopss.vo.Capability
 
isWorkflowCreationPermitted() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will return if the logged in user has permissions to create new workflows
isWorkflowUpdatePermitted() - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. This method will return if the logged in user has permissions to update existing workflows
isWrapperFor(Class) - Method in class oracle.iam.platform.utils.vo.OIMDataSource
 
IT_RESOURCE_ENTITLEMENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
ITEM_RISK - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
ITEM_RISK - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
ITEM_RISK - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ITEM_RISK - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
iterator() - Method in class oracle.iam.platform.entitymgr.vo.RelationList
 
itoa(int) - Static method in class oracle.iam.policyengine.vo.Util
Convert an primitive integer value into a String.
ITRES_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
ITRES_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ITRES_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
ITRES_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
ITRES_NAME - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
ITRES_NAME - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
ITRES_NAME - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
ITResource - Static variable in class oracle.iam.reconciliation.config.vo.Type
 
ITRESOURCE_DEFN_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
ITRESOURCE_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
ITRESOURCE_NAME - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
ITResourceNotFoundException - Exception in oracle.iam.provisioning.exception
ITResourceNotFoundException is thrown if the specified IT Resource instance does not exist.
ITResourceNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.ITResourceNotFoundException
Constructs a new ITResourceNotFoundException with the errorCode, errorMessage and errorData
ITResourceNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.ITResourceNotFoundException
Constructs a new ITResourceNotFoundException with the errorCode, errorMessage, errorData and Throwable.
ITResourceParameter - Class in com.thortech.xl.vo.ddm
 
ITResourceParameter() - Constructor for class com.thortech.xl.vo.ddm.ITResourceParameter
 
ITResourceParameterMap - Class in com.thortech.xl.vo.ddm
 
ITResourceParameterMap() - Constructor for class com.thortech.xl.vo.ddm.ITResourceParameterMap
 
ITResourceType - Class in oracle.iam.reconciliation.config.vo
 
ITResourceTypeMap - Class in com.thortech.xl.vo.ddm
 
ITResourceTypeMap() - Constructor for class com.thortech.xl.vo.ddm.ITResourceTypeMap
 

J

JarElement - Class in oracle.iam.platformservice.vo
Represents a jar to be uploaded to OIM DB
JarElement() - Constructor for class oracle.iam.platformservice.vo.JarElement
 
Java - Class in oracle.iam.request.model.vo
Java class for java complex type.
Java() - Constructor for class oracle.iam.request.model.vo.Java
 
JAVA_NAMING_FACTORY_INITIAL - Static variable in class oracle.iam.platform.OIMClient
 
JAVA_NAMING_PROVIDER_URL - Static variable in class oracle.iam.platform.OIMClient
 
JAXBProcessor - Class in oracle.iam.certification.vo.util.jaxb
Default to oracle.iam.certification.domain package.
JAXBProcessor() - Constructor for class oracle.iam.certification.vo.util.jaxb.JAXBProcessor
 
JMS_MSG_TYPE_BATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
JMS_MSG_TYPE_EVENT - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
JOB_CODE - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
JOB_CODES_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
JOB_PARAMETER_CERT_CREATOR - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
JOB_PARAMETER_CERT_DEFINITION_NAME - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
JobDetails - Class in oracle.iam.scheduler.vo
This value object contains all the information about a Scheduled Job.
JobDetails(ScheduledTask, String, HashMap) - Constructor for class oracle.iam.scheduler.vo.JobDetails
Constructs a JobDetails object.
JobDetails(String, Class, HashMap) - Constructor for class oracle.iam.scheduler.vo.JobDetails
Constructs a JobDetails object.
JobDetails(String, Class, String, HashMap, Class[]) - Constructor for class oracle.iam.scheduler.vo.JobDetails
Constructs a JobDetails object.
JobDetails() - Constructor for class oracle.iam.scheduler.vo.JobDetails
Constructs a JobDetails object.
JobHistory - Class in oracle.iam.scheduler.vo
This value object contains the information regarding a Job History Job Name, Job Start Time, Job End Time, Error Data if any, Status of the job, ID: Unique Instance of the Job
JobHistory() - Constructor for class oracle.iam.scheduler.vo.JobHistory
Constructs a JobHistory object.
JobParameter - Class in oracle.iam.scheduler.vo
This value object contains the information about the Job Parameters Name of the Parameter, Value of the Parameter, Data Type of the Parameter, Help Text of the parameter, Is Parameter encrypted or not, Is Parameter required or not
JobParameter() - Constructor for class oracle.iam.scheduler.vo.JobParameter
 
JobParameterNotFoundException - Exception in oracle.iam.scheduler.exception
This exception will be thrown if Task Parameter is not found in the system
JobParameterNotFoundException(Exception) - Constructor for exception oracle.iam.scheduler.exception.JobParameterNotFoundException
Constructs a JobParameterNotFoundException with the specified exception object.
JobParameterNotFoundException(String) - Constructor for exception oracle.iam.scheduler.exception.JobParameterNotFoundException
Constructs a JobParameterNotFoundException with the specified detail message.
JobParameterNotFoundException(String, Exception) - Constructor for exception oracle.iam.scheduler.exception.JobParameterNotFoundException
Constructs a JobParameterNotFoundException with the specified detail message and exception object.
join(Obligation) - Method in interface oracle.iam.platform.authopss.vo.Obligation
Same type of obligation need to be able to join together.
JpaAppInstanceResource - Class in oracle.iam.oimcommon.impl.dao.jpa.vo
 
JpaAppInstanceResource() - Constructor for class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
 
JpaAttribute - Class in oracle.iam.oimcommon.impl.dao.jpa.vo
 
JpaAttribute() - Constructor for class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAttribute
 

K

Kernel - Class in oracle.iam.request.model.vo
Java class for kernel complex type.
Kernel() - Constructor for class oracle.iam.request.model.vo.Kernel
 
key() - Method in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
key - Variable in class oracle.iam.certification.vo.util.jaxb.MapEntry
 
KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
 
keyFlds - Variable in class oracle.iam.reconciliation.vo.Account
 
keySet() - Method in class oracle.iam.policyengine.vo.ValueObject
 

L

LANGUAGE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
LAST_CERTIFICATION - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
LAST_CERTIFICATION - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
LAST_CERTIFICATION - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
LAST_CERTIFICATION - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
LAST_CERTIFICATION_DECISION - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
LAST_DECISION - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
LAST_DETECTED_DATE - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
LAST_FAILED_LOGIN_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
LAST_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
LAST_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
LAST_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
LAST_NAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
LAST_NAME_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
LAST_SUCCESSFUL_LOGIN_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
LastCertDecision - Class in oracle.iam.certification.vo
 
LastCertDecision(long, int, long, Date) - Constructor for class oracle.iam.certification.vo.LastCertDecision
 
LastCertDecision(IDCAccount, Long, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
 
LastCertDecision(IDCAttributeValue, Long, Long, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
 
LastCertDecision(IDCRole, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
 
LastCertDecision(IDCRole, Long, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
 
LastCertDecision(Long, IDCRoleUser, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
 
LastCertDecision(IDCPolicy, Long, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
 
LastCertDecision(IDCEndPointUser, Long, Long, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
 
LastCertDecision(IDCAttributeValue, IDCRole, IDCPolicy, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
 
LastCertDecisionPK - Class in oracle.iam.certification.vo
 
LastCertDecisionPK(Long, Long, Long, Long, Long) - Constructor for class oracle.iam.certification.vo.LastCertDecisionPK
 
LastModifyDateNotSetException - Exception in oracle.iam.notification.exception
This exception occurs if timestamp is not set.
LastModifyDateNotSetException(String) - Constructor for exception oracle.iam.notification.exception.LastModifyDateNotSetException
Constructs a LastModifyDateNotSetException with the specified detail message
LastModifyDateNotSetException - Exception in oracle.iam.scheduler.exception
This exception occurs if last modify date is not set for a job.
LastModifyDateNotSetException(String) - Constructor for exception oracle.iam.scheduler.exception.LastModifyDateNotSetException
Constructs a LastModifyDateNotSetException with the specified detail message.
LASTNAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
LASTNAME - Static variable in class Thor.API.Base.tcBaseUtility
 
LDAP_ATTRIBUTE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
LDAP_DN - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
LDAP_DN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
LDAP_GUID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
LDAP_GUID - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
LDAP_ORGANIZATION - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
LDAP_ORGANIZATION_UNIT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
LdifLoadingException - Exception in oracle.iam.platform.utils.ldapconfig.exception
 
LdifLoadingException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.LdifLoadingException
 
LdifLoadingException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.LdifLoadingException
 
LdifLoadingException(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.LdifLoadingException
 
LdifLoadingException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.LdifLoadingException
 
LESS_EQUAL - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
LESS_THAN - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
LESS_THAN - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
LINE_ITEM_ABSTAINED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
LINE_ITEM_CLAIMED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
LINE_ITEM_DELEGATED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
LINE_ITEM_REASSIGNED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
LINE_ITEM_REVOKED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
link - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
LINK_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
LINK_EVENT_TO_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
LINK_EVENT_TO_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
LINK_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
linkEventToResourceInstanceForUser(long, long) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Links the specified reconciliation event to given account.
linkEventToResourceInstanceForUser(long, long) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.linkEventToResourceInstanceForUser(long, long)
linkEventToUser(long, long) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Links the specified reconciliation event to given user.
linkEventToUser(long, long) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.linkEventToUser(long, long)
LINKSRC_ENGINE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
Source of linking strings
LINKSRC_RECON_API - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
LINKSRC_UI - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
LINKSRC_USER - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
LIST - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
listEntityPublicationInScope(PolicyConstants.Resources, String, String, boolean, Map) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Returns a list of publications that publish given entity in a particular scope.
listEntityPublicationInScope(PolicyConstants.Resources, String, String, boolean, Map) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
Returns a list of publications that publish given entity in a particular scope.
listEntityPublications(PolicyConstants.Resources, String, Map) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Collates and returns a list of scopes in which an entity is published.
listEntityPublications(PolicyConstants.Resources, String, Map) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
Collates and returns a list of scopes in which an entity is published.
listEntityPublicationsInScope(PolicyConstants.Resources, String, Map) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
List all the publications of an entity type in given scope
listEntityPublicationsInScope(PolicyConstants.Resources, String, Map) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
List all the publications of an entity type in given scope
listEntityPublicationsInternal(PolicyConstants.Resources, String) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Internal API : Should be used only by internal platform classes.
listEnvironment(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Returns a List of Environments
listMembershipsForUserByRoleName(String, List) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns a list of user's admin role memberships based on role names..
listMembershipsForUserByRoleName(String, List) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns a list of user's admin role memberships based on role names..
listMembershipsInScope(String, String, boolean, Map) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns a list of admin role membership in the given scope.
listMembershipsInScope(String, String, boolean, Map) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns a list of admin role membership in the given scope.
listPossibleSubstitutions(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Return a list of root objects that allow substitions, and are dependencies to the objects passed as collection.
listPossibleSubstitutions(Collection) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Return a list of root objects that allow substitions, and are dependencies to the objects passed as collection.
listScheduledTasks() - Method in interface oracle.iam.scheduler.api.SchedulerService
Returns a list of all the schedule tasks
listUsersMembership(List, String, String, boolean, Map) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns a list of user's admin role memberships based on the parameters.
listUsersMembership(String, String, String, boolean, Map) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns a list of user's admin role memberships based on the parameters.
listUsersMembership(String, String, String, Map) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns a list of user's admin role memberships based on the parameters.
listUsersMembership(List, String, String, boolean, Map) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns a list of user's admin role memberships based on the parameters.
listUsersMembership(String, String, String, boolean, Map) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns a list of user's admin role memberships based on the parameters.
listUsersMembership(String, String, String, Map) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns a list of user's admin role memberships based on the parameters.
LKU_GROUP - Static variable in class Thor.API.Base.tcBaseUtility
 
loadAllAttributes() - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
loadAllAttributes() - Method in class oracle.iam.platform.entitymgr.vo.Relation
 
loadAttributeGroup(String) - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
loadAttributeGroup(String) - Method in class oracle.iam.platform.entitymgr.vo.Relation
 
loadAttributeGroups(Set) - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
loadAttributeGroups(Set) - Method in class oracle.iam.platform.entitymgr.vo.Relation
 
loadAttributes(Set) - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
loadAttributes(Set) - Method in class oracle.iam.platform.entitymgr.vo.Relation
 
loadBatchApplicationInstanceAccounts(Long, String, Long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Loads accounts and attribute values for a given certification, application instance and filter
loadBatchUserEntitlementForXls(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Get the entitlements of a user by batch for XLS
loadBatchUserEntitlements(Long, String, Long, PaginationContext, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
Get the entitlements of a user by batch
loadBatchUserEntitlements(Long, String, Long, PaginationContext, Map) - Method in interface oracle.iam.certification.api.CertificationService
Get the entitlements of a user by batch
loadCertification(Long) - Method in interface oracle.iam.certification.api.CertificationService
Deprecated. use loadCertification(Long certificationId, String taskUid)
loadCertification(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Returns a CertificationInstance object for given certification Id and task Id
loadCertificationConfiguration() - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Loads the certification configuration from MDS or returns a default one, if none is stored.
loadCertificationDefinition(String) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Retrieves a certification definition by name
loadCertificationDefinition(Long) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Retrieves a certification definition by id
loadChildEntity(String, int, int) - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
loadConfiguration(String, String) - Method in interface oracle.iam.oimcommon.api.ConfigurationManager
 
loadEventListener(String) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Retrieves an event listener
loadIDAConfiguration() - Method in interface oracle.iam.ida.api.IDAConfigurationManager
Returns the IDA configuration from MDS.
loadPoliciesByRole(Role, CertificationCreationContext) - Method in interface oracle.iam.oimcommon.api.PolicyService
 
loadPolicy(Long, CertificationCreationContext) - Method in interface oracle.iam.oimcommon.api.PolicyService
 
LoadResourceBundleFromDB(String, String) - Method in interface oracle.iam.platformservice.api.PlatformService
loads resource bundles from the OIM DB
LoadResourceBundleToDB(Properties, String, String) - Method in interface oracle.iam.platformservice.api.PlatformService
loads resource bundles to the OIM DB
loadResourcesInternalMap() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
loadResourcesMap() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
loadRiskConfiguration() - Method in interface oracle.iam.certification.api.CertificationAdministrationService
loadRiskConfiguration: Retrieve risk config from MDS.
LOCALE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
LOCALITY_NAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
localize(String, String, Locale) - Static method in class oracle.iam.passwordmgmt.vo.Localizer
Localizes messsages for the given locale
localize(Locale) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
Returns the PasswordPolicyDescription in the specified Locale
localize(Locale) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
Localizes the messages in this object in the specified locale
localize(Locale) - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
Localizer - Class in oracle.iam.passwordmgmt.vo
Localizes messages for a given locale
Localizer() - Constructor for class oracle.iam.passwordmgmt.vo.Localizer
 
LocalTemplate - Class in oracle.iam.notification.vo
This object represents the Notification template in a locale
LocalTemplate() - Constructor for class oracle.iam.notification.vo.LocalTemplate
Default Constructor
LOCATION - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
LOCATION - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
LOCATION_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
LOCK - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
lock(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Locks the OIM user.
lock(String, boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. Please see UserManager.lock(String, boolean)
lock(String, Object) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Locks the OIM user(s) matching the search criteria.
lock(String, Object, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. Please see UserManager.lock(String, Object)
lock(ArrayList, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Bulk lock operation, locks all the users specified.
lock(ArrayList, boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. Please see #lock(ArrayList<String>, boolean)
LOCK - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
LOCK - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
lock(String) - Method in interface oracle.iam.policyengine.api.PolicyManager
Lock the policy associated with the specified policy entity id.
lock(String) - Method in interface oracle.iam.policyengine.api.RuleManager
Lock the rule associated with the specified rule entity id.
LOCK_REASON_DUE_TO_MANUAL - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
LOCK_REASON_DUE_TO_TOO_MANY_LOGIN_ATTEMPTS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
LOCK_REASON_DUE_TO_TOO_MANY_PW_RESET_ATTEMPTS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
LOCK_REASON_NONE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
LOCK_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
LOCKED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
LOCKED - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
LockOwner - Class in com.thortech.xl.vo.ddm
Value object containing the details of the lock acquired by a user using Deployment Manager
LockOwner(String, Timestamp) - Constructor for class com.thortech.xl.vo.ddm.LockOwner
 
lockSelf(String) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Locks the self user with a signature login.
log(AuditEvent) - Method in interface oracle.iam.auditevent.api.AuditEventManager
This method logs the given event as is.
logFailure(String, String, String, String, String) - Method in interface oracle.iam.auditevent.api.AuditEventManager
This API accepts the entity details as parameters and creates a failure audit event internally This will internally invoke log(AuditEvent event) API
logFailure(String, String, String, String, Map, Map, String) - Method in interface oracle.iam.auditevent.api.AuditEventManager
This API accepts the entity details as parameters and creates a failure audit event internally This will internally invoke log(AuditEvent event) API
logFailure(String, String, String, String, Map, Map, String, String, String, String) - Method in interface oracle.iam.auditevent.api.AuditEventManager
This API accepts the entity details as parameters and creates a failure audit event internally This should be invoked for relationship entities (like RoleRole or RoleUser) This will internally invoke log(AuditEvent event) API
LOGGED_IN_USER_ID_DEFAULT_VALUE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
LOGIN - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
LOGIN - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
login(String, String) - Method in class oracle.iam.platform.OIMClient
Deprecated. 
login(String, char[]) - Method in class oracle.iam.platform.OIMClient
Logs in to OIM on using credentials provided.
login(String, char[], Hashtable) - Method in class oracle.iam.platform.OIMClient
Logs in to OIM on basis of parameters and environment supplied.
login(String, String, Hashtable) - Method in class oracle.iam.platform.OIMClient
Deprecated. 
login(String, String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Deprecated.  
LOGIN_ATTEMPTS_CTR - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
loginSessionCreated(String) - Method in interface oracle.iam.platformservice.api.ClientLoginSessionListener
Invoked immediately after login i.e.
loginSessionCreated(String) - Method in interface oracle.iam.platformservice.api.ClientLoginSessionService
Sets up server side resources required for a client login session
loginSessionDestroyed(String) - Method in interface oracle.iam.platformservice.api.ClientLoginSessionListener
Invoked immediately before a logout i.e.
loginSessionDestroyed(String) - Method in interface oracle.iam.platformservice.api.ClientLoginSessionService
Releases server side resources for a client login session
LOGOFF - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
LOGOFF - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
logout() - Method in class oracle.iam.platform.OIMClient
Method to destroy the login session
logSuccess(String, String, String, String) - Method in interface oracle.iam.auditevent.api.AuditEventManager
This API accepts the entity details as parameters and creates an audit event internally This will internally invoke log(AuditEvent event) API
logSuccess(String, String, String, String, Map, Map) - Method in interface oracle.iam.auditevent.api.AuditEventManager
This API accepts the entity details as parameters and creates an audit event internally This will internally invoke log(AuditEvent event) API
logSuccess(String, String, String, String, String, String, String) - Method in interface oracle.iam.auditevent.api.AuditEventManager
This API accepts the entity details as parameters and creates an audit event internally This should be invoked for relationship entities (like RoleRole or RoleUser This will internally invoke log(AuditEvent event) API
logSuccess(String, String, String, String, Map, Map, String, String, String) - Method in interface oracle.iam.auditevent.api.AuditEventManager
This API accepts the entity details as parameters and creates an audit event internally This should be invoked for relationship entities (like RoleRole or RoleUser This will internally invoke log(AuditEvent event) API
LONG - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
Long - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
Long - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
Long - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
Long - Static variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
LOOKUP - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
LOOKUP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
 
LOOKUP - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
LOOKUP - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
LOOKUP - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
 
lookup(String) - Method in interface Thor.API.Operations.GCOperationsIntf
 
lookupActions(String, String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants
 
lookupInternalResources(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants
 
LookupQuery - Class in oracle.iam.request.dataset.vo
Java class for lookup-query complex type.
LookupQuery() - Constructor for class oracle.iam.request.dataset.vo.LookupQuery
 
LookupQueryService - Interface in oracle.iam.platformservice.api
Service interface to query admin roles defined in an OIM installation and manage scoped user memberships in these roles.
LookupQueryVO - Class in oracle.iam.platform.utils.lookup.vo
The LookupQueryVO class is a value object class to hold the lookup query, display field anme, save field name and targetted attributes of lookup by query attributes.
LookupQueryVO(String, String, String) - Constructor for class oracle.iam.platform.utils.lookup.vo.LookupQueryVO
Constructs a lookup by query attribute value object lookup query lookupQueryString, display field dislayFieldName and save field saveFieldName.
LookupQueryVO(String, String, String, String) - Constructor for class oracle.iam.platform.utils.lookup.vo.LookupQueryVO
 
LookupReconTask - Class in oracle.iam.connectors.icfcommon.recon
Lookup reconciliation scheduled task implementation.
LookupReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.LookupReconTask
 
lookupResources(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants
 
LookupResultSet - Class in oracle.iam.grc.sod.vo
This class represents the result of a lookup operation on the SoD engine.
LookupResultSet() - Constructor for class oracle.iam.grc.sod.vo.LookupResultSet
 
lookupScheduledTask(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Finds the Task that is specified as parameter
lookupScheduledTaskbyClass(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Finds the Task that is specified as parameter
lookupTemplate(long, Locale) - Method in interface oracle.iam.notification.api.NotificationService
Retrieves a template based on given templateid and locale
lookupTemplate(String, Locale) - Method in interface oracle.iam.notification.api.NotificationService
Retrieves a template based on given template name and locale
LookupValueNotFoundException - Exception in oracle.iam.provisioning.exception
 
LookupValueNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.LookupValueNotFoundException
Constructs a new LookupValueNotFoundException with the errorCode, errorMessage and errorData
LookupValueNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.LookupValueNotFoundException
Constructs a new LookupValueNotFoundException with the errorCode, errorMessage, errorData and Throwable.
LookupValues - Class in oracle.iam.request.dataset.vo
Java class for lookup-values complex type.
LookupValues() - Constructor for class oracle.iam.request.dataset.vo.LookupValues
 
LOV - Static variable in class oracle.iam.request.vo.RequestConstants
 
LOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.Severity
 
lpad(String, int) - Static method in class oracle.iam.policyengine.vo.Util
Left-pad a string to the specified length.
lpad(String, int, char) - Static method in class oracle.iam.policyengine.vo.Util
Left-pad a string to the specified length with the specified character.

M

main(String[]) - Static method in class com.thortech.xl.util.adapters.tcUtilJDBCOperations
Main Method
main(String[]) - Static method in class com.thortech.xl.util.adapters.tcUtilLDAPController
 
main(String[]) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
Main Method
MAINTENANCE_ACTION_DECOMISSION - Static variable in interface oracle.iam.certification.vo.Constants
 
MAINTENANCE_ACTION_DELETE - Static variable in interface oracle.iam.certification.vo.Constants
 
MAINTENANCE_ACTION_INACTIVATE - Static variable in interface oracle.iam.certification.vo.Constants
 
MAINTENANCE_ACTION_NOTIFY_ONLY - Static variable in interface oracle.iam.certification.vo.Constants
 
MAINTENANCE_ACTION_SUSPEND - Static variable in interface oracle.iam.certification.vo.Constants
 
MANAGE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants
 
MANAGE_FAILED_TASKS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.DiagnosticDashboardActions
 
MANAGED_ATTRIBUTES - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
MANAGED_ATTRS - Static variable in interface oracle.iam.certification.vo.Constants
 
MANAGEMENT_SCOPE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
MANAGER - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
MANAGER - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
MANAGER_DISPLAY_NAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
MANAGER_KEY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
MANAGER_LEVEL_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
MANAGER_NAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
MANAGER_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
MANAGER_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
MANAGERKEY - Static variable in class Thor.API.Base.tcBaseUtility
 
MANDATORY_ATTRIBUTES - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
MANDATORY_ATTRS - Static variable in interface oracle.iam.certification.vo.Constants
 
MANGED_MANDATORY_ATTRIBUTES - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
MANGED_MANDATORY_ATTRS - Static variable in interface oracle.iam.certification.vo.Constants
 
MANUAL_COMPLETE - Static variable in class oracle.iam.platform.kernel.vo.FailedEventResult.Response
 
MANUALLY_FIXED - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
MANUALLY_LOCKED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
MANUALLY_LOCKED_NO - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
MANUALLY_LOCKED_YES - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
map_columnCode_to_entityName() - Method in interface oracle.iam.identity.rolemgmt.api.RoleEntityAttributeMapping
Returns OIM 9.1 attributes mapped to 11g attributes (i.e., Groups.Group Name->Role Name)
map_entityName_to_columnCode() - Method in interface oracle.iam.identity.rolemgmt.api.RoleEntityAttributeMapping
Returns OIM 11g attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).
MapAdapter - Class in oracle.iam.certification.vo.util.jaxb
JAXB adapter class to marshal/unmarshal Maps.
MapAdapter() - Constructor for class oracle.iam.certification.vo.util.jaxb.MapAdapter
 
MapEntry - Class in oracle.iam.certification.vo.util.jaxb
 
MapEntry() - Constructor for class oracle.iam.certification.vo.util.jaxb.MapEntry
 
mapToString(Map) - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
 
MapType - Class in oracle.iam.certification.vo.util.jaxb
 
MapType() - Constructor for class oracle.iam.certification.vo.util.jaxb.MapType
 
marshal(Map) - Method in class oracle.iam.certification.vo.util.jaxb.MapAdapter
 
MASS_MEMBERSHIP_MODIFICATION_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
MASS_MEMBERSHIP_MODIFICATION_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MASS_MODIFICATION_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
MASS_MODIFICATION_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MASS_POLICY_CREATION_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
MASS_POLICY_CREATION_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MASS_RMERULE_CREATION_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
MASS_RMERULE_CREATION_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MAXIDLE - Static variable in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
 
MAXIMUM_JOB_DURATION_IN_MINUTES - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
MAXOBJECTS - Static variable in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
 
MAXWAIT - Static variable in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
 
MDSManager - Interface in oracle.iam.oimcommon.api
 
MDSOrchestration - Class in oracle.iam.platform.kernel.vo
 
MDSOrchestration() - Constructor for class oracle.iam.platform.kernel.vo.MDSOrchestration
 
MDSOrchestration(Class, String) - Constructor for class oracle.iam.platform.kernel.vo.MDSOrchestration
 
MDSOrchestration(Class, String[]) - Constructor for class oracle.iam.platform.kernel.vo.MDSOrchestration
 
MEDIUM - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.Severity
 
MEMBER_BELONGS_IN_ROLE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
MEMBER_DOES_NOT_BELONG_IN_ROLE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
MEMBER_ID - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
MEMBERSHIP_ACTIVATION_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_ACTIVATION_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_ACTIVE_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_ASSIGN_KEY - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_ASSIGN_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_COMPOSING - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_COMPOSING_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_DECOMISSIONED - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_DECOMISSIONED_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_INACTIVE_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_MATCH - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
MEMBERSHIP_ORG_PARTICIPANT - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
MEMBERSHIP_PENDING_ACTIVATION - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_PENDING_ACTIVATION_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_PENDING_APPROVAL_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_RELATION_TYPE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
MEMBERSHIP_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_RULE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
 
MEMBERSHIP_TARGET_PARTICIPANT - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
MEMBERSHIP_TYPE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
MEMBERSHIP_TYPE_PARAM - Static variable in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy
 
MEMBERSHIP_UNASSIGN_KEY - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_UNASSIGN_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
MEMBERSHIP_USER_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
MenuPermissionsHandlerException - Exception in oracle.iam.platform.canonic.exception
 
MenuPermissionsHandlerException(String, Throwable) - Constructor for exception oracle.iam.platform.canonic.exception.MenuPermissionsHandlerException
 
MenuPermissionsHandlerException(String) - Constructor for exception oracle.iam.platform.canonic.exception.MenuPermissionsHandlerException
 
MessageContent - Class in oracle.iam.notification.vo
This object represents the Notification message content.
MessageContent(String, String, String, Boolean, String) - Constructor for class oracle.iam.notification.vo.MessageContent
Constructor to construct a Notification Message's Content
META_DATA - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
MetaData - Class in oracle.iam.catalog.vo
This will give information related to all the catalog metadata data.
MetaData() - Constructor for class oracle.iam.catalog.vo.MetaData
 
Metadata - Static variable in class oracle.iam.catalog.vo.Mode
 
MetaDataDefinition - Class in oracle.iam.catalog.vo
 
MetaDataDefinition() - Constructor for class oracle.iam.catalog.vo.MetaDataDefinition
 
MetaDataDefinition.Type - Class in oracle.iam.catalog.vo
 
MetaDataDefinitionManager - Interface in oracle.iam.catalog.api
For handling all the information specific to metadata definition will be exposed
MethodologyParam - Class in oracle.iam.request.model.vo
Java class for methodology-param complex type.
MethodologyParam() - Constructor for class oracle.iam.request.model.vo.MethodologyParam
 
MIDDLE_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
MIDDLE_NAME_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
MIDDLENAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
MIN_AGE_DAYS_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
MINABLE_ATTRIBUTES - Static variable in interface oracle.iam.oimcommon.api.AccountService
 
MINABLE_ATTRS - Static variable in interface oracle.iam.certification.vo.Constants
 
MINEVICTABLEIDLETIME - Static variable in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
 
MINIDLE - Static variable in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
 
MINIMUM_RISK_ACCEPTED_EXPIRATION_LIMIT_IN_DAYS - Static variable in class oracle.iam.ida.vo.IDAConfiguration
 
MissingRequiredValueException - Exception in oracle.iam.conf.exception
 
MissingRequiredValueException(String) - Constructor for exception oracle.iam.conf.exception.MissingRequiredValueException
 
MissingRequiredValueException() - Constructor for exception oracle.iam.conf.exception.MissingRequiredValueException
 
MissingResponsesException - Exception in Thor.API.Exceptions
 
MissingResponsesException() - Constructor for exception Thor.API.Exceptions.MissingResponsesException
Creates a new MissingResponsesException object.
MissingResponsesException(String) - Constructor for exception Thor.API.Exceptions.MissingResponsesException
Constructs a new MissingResponsesException with the specified detail message.
MlsAttribute - Class in oracle.iam.reconciliation.vo
Encapsulates an instance of a Language sensitive attribute and its locale values.
MlsAttribute() - Constructor for class oracle.iam.reconciliation.vo.MlsAttribute
Class constructor: instantiates a blank/empty MLS Attribute.
MlsAttribute(String) - Constructor for class oracle.iam.reconciliation.vo.MlsAttribute
class constructor: instantiates a MLS Attribute which name is specified, and with no locale values.
MlsAttribute(String, HashMap) - Constructor for class oracle.iam.reconciliation.vo.MlsAttribute
class constructor: instantiates a MLS Attribute which name and locale value(s) is(are) provided.
MlsAttribute(String, String, String) - Constructor for class oracle.iam.reconciliation.vo.MlsAttribute
 
mnCount - Static variable in class com.thortech.xl.util.adapters.tcUtilJDBCClass
Result set Count
MOBILE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
Mode - Class in oracle.iam.catalog.vo
 
MODEL_ACCESS_POLICY_PROVISION_APPINSANCE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_ACCESS_POLICY_PROVISION_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_ASSIGN_ROLES_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_CREATE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_CREATE_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
MODEL_DELETE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_DELETE_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
MODEL_DEPROVISION_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_DISABLE_ACCOUNT_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_DISABLE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_ENABLE_ACCOUNT_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_ENABLE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_MODIFY_ACCOUNT_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_MODIFY_ENTITLEMENT_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_MODIFY_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_MODIFY_RESOURCE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_MODIFY_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
MODEL_MODIFY_USER_PROFILE - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_PROVISION_APPLICATION_INSTANCE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_PROVISION_ENTITLEMENT_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_PROVISION_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_REMOVE_ROLES_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_REVOKE_ACCOUNT_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_REVOKE_ENTITLEMENT_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_ROLE_GRANT_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_SELF_ASSIGN_ROLES_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_SELF_DEPROVISION_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_SELF_MODIFY_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_SELF_MODIFY_RESOURCE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_SELF_PROVISION_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_SELF_REGISTER_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
MODEL_SELF_REMOVE_ROLES_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
modfiyEntitlementlist(List, tcDataSet) - Method in interface Thor.API.Operations.tcEntitlementsOperationsIntf
Soft Deletes entitlement list row from entitlement list table by marking valid as 0 in the list of entitlements.
MODIFIABLE_ATTRS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
ModifiedRecord - Class in oracle.iam.request.history.jaxb
Java class for modified-record complex type.
ModifiedRecord() - Constructor for class oracle.iam.request.history.jaxb.ModifiedRecord
 
ModifiedUser - Class in oracle.iam.certification.vo
 
ModifiedUser() - Constructor for class oracle.iam.certification.vo.ModifiedUser
 
MODIFY - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
modify(ScanDefinition) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
Updates a scan definition
modify(Organization) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Modifies an already existing Organization entity.
modify(String, Object, HashMap) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Modifies an already existing Organization entity.
MODIFY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
modify(RoleCategory) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
This method updates the existing role category with the values specified.
modify(String, Object, RoleCategory) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
This method modifies the role category details for a role category based on the search criteria attributeName=attributeValue.
modify(Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method updates the existing role with the values specified.
modify(String, Object, Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method modifies the role details for a role based on the search criteria attributeName=attributeValue.
modify(Set, Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Modifies roles in bulk.
MODIFY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
 
modify(String, Object, User) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
This method updates an existing user, matching the specified search criteria, with the values specified.
modify(User) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
This method updates the 'user' with the values in the passed VO.
modify(ArrayList, HashMap, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Modifies users in bulk.
MODIFY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
 
MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
MODIFY - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
Modify - Static variable in class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
 
modify(Policy) - Method in interface oracle.iam.policyengine.api.PolicyManager
Modify the policy attributes specified in the policy entity.
modify(Rule) - Method in interface oracle.iam.policyengine.api.RuleManager
Modify the rule attributes in the specified rule entity.
modify(ApplicationObjectclass) - Method in interface oracle.iam.provisioning.api.ApplicationObjectclassService
Updates existing instance of ApplicationObjectclass.
modify(Application) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method modifies the configuration of an Application already present in the system
modify(Application, List) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method modifies the configuration of an Application and its objectclasses that already exist in the system
modify(Account) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method modifies an existing provisioned account.
MODIFY - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
Modify - Static variable in class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
 
Modify - Static variable in class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
 
Modify - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
 
Modify - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.ACTION
 
MODIFY_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
MODIFY_ACCOUNT_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
MODIFY_ACCOUNT_PASSWORD - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
MODIFY_ADMIN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
MODIFY_ADMIN_ROLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
MODIFY_ADMIN_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
MODIFY_CATALOG_ITEM - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
MODIFY_DATASET - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
MODIFY_DATASET - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
 
MODIFY_ENTITLEMENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
MODIFY_ENTITLEMENT - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
MODIFY_ENTITLEMENT_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
MODIFY_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
MODIFY_MEMBERS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
MODIFY_MEMBERSHIP_OF_ORG - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
MODIFY_METADATA - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
MODIFY_OIM_ACCOUNT_STATUS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
MODIFY_ORGANIZATION_HIERARCHY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
MODIFY_ORGANIZATION_PROFILE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
MODIFY_ORGANIZATION_STATUS - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
MODIFY_PARAMS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
MODIFY_PASSWORD_POLICY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
MODIFY_PROXY_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
MODIFY_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
MODIFY_ROLE_CATEGORY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
MODIFY_ROLE_ROLE_RELATIONSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
MODIFY_ROLE_USER_MEMBERSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
MODIFY_ROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
MODIFY_RULE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
MODIFY_SELF_ACCOUNTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
MODIFY_SELF_ENTITLEMENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
MODIFY_SELF_ROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
MODIFY_SELF_USER_PROXY_PROFILE - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
 
MODIFY_TASK - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
MODIFY_TRIGGER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
MODIFY_USER_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
MODIFY_USER_ENTITLEMENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
MODIFY_USER_MODEL_NAME - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
MODIFY_USER_PROFILE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
MODIFY_USER_PROFILE - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
 
MODIFY_USER_PROXY_PROFILE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
MODIFY_USER_STATUS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
ModifyAccountException - Exception in oracle.iam.reconciliation.exception
 
ModifyAccountException() - Constructor for exception oracle.iam.reconciliation.exception.ModifyAccountException
 
ModifyAccountException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.ModifyAccountException
 
ModifyAccountException(String) - Constructor for exception oracle.iam.reconciliation.exception.ModifyAccountException
 
modifyAdminRole(AdminRoleVO) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
The API modifies the adminRole data.
modifyAdminRole(AdminRoleVO) - Method in interface oracle.iam.platformservice.api.AdminRoleService
The API modifies the adminRole data.
modifyAttributesAdd(String, Attributes) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Internal method that executes the JNDI modifyAttributes method, specifying the mode as "add".
"add" means that the attributes are set only if they don't already exist.
modifyAttributesDelete(String, Attributes) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Internal method that executes the JNDI modifyAttributes method, specifying the mode as "delete".
"delete" means that the existing name/value pairs get deleted.
modifyAttributesReplace(String, Attributes) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Internal method that executes the JNDI modifyAttributes method, specifying the mode as "replace".
"replace" means that the value(s) of the existing attributes get replaced with those specified.
ModifyException - Exception in oracle.iam.reconciliation.exception
 
ModifyException() - Constructor for exception oracle.iam.reconciliation.exception.ModifyException
 
ModifyException(String) - Constructor for exception oracle.iam.reconciliation.exception.ModifyException
 
ModifyException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.ModifyException
 
modifyObject(String, Hashtable) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
Method called when an object is added
modifyObject(String, Object, Map) - Method in interface oracle.iam.oimcommon.api.MDSManager
 
ModifyOrganizationException - Exception in oracle.iam.reconciliation.exception
 
ModifyOrganizationException() - Constructor for exception oracle.iam.reconciliation.exception.ModifyOrganizationException
 
ModifyOrganizationException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.ModifyOrganizationException
 
modifyProfileDetails(HashMap) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
This method modifies the logged-in user's profile attributes.
modifyRequest(Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method raises a request to modify the existing role with the values specified.
modifyRequest(String, Object, Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method raies a request to modify the role details for a role based on the search criteria attributeName=attributeValue.
modifyRequest(Set, Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to modify roles in bulk.
modifyRequestProfile(RequestProfile) - Method in interface oracle.iam.requestprofile.api.RequestProfileService
Modify the given profile.
modifyReturnValue(String, ReturnValue) - Method in interface oracle.iam.policyengine.api.RuleManager
Modify the return value specified by rule entity id.
modifyReturnValues(String, Set) - Method in interface oracle.iam.policyengine.api.RuleManager
Modify the return values matching both the specified rule entity id and the set of return values.
modifyTemplate(long, HashMap, Locale, Date) - Method in interface oracle.iam.notification.api.NotificationService
Modifies an existing template
modifyTemplate(String, HashMap, Locale, Date) - Method in interface oracle.iam.notification.api.NotificationService
Modifies an existing template
ModifyUserException - Exception in oracle.iam.reconciliation.exception
 
ModifyUserException() - Constructor for exception oracle.iam.reconciliation.exception.ModifyUserException
 
ModifyUserException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.ModifyUserException
 
modulus(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs modulus of two integers.
modulus(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs modulus of two floats.
modulus(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs modulus of a float and integer.
modulus(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs modulus of a float and integer.
MoreThanOneSpaceException - Exception in oracle.iam.idc.exception
 
MoreThanOneSpaceException(String) - Constructor for exception oracle.iam.idc.exception.MoreThanOneSpaceException
 
moveObject(String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Moves an LDAP object
moveOrganizations(long[], long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Makes a list of organizations as sub-organization of a target organization
moveServiceAccount(long, long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Moves the service account from its current owner to a new owner.
moveUsers(long[], long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
moves the given users to a specified organization
MTID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
MTSRMStopWatches - Class in oracle.iam.oimcommon.vo
 
MTSRMStopWatches(String) - Constructor for class oracle.iam.oimcommon.vo.MTSRMStopWatches
 
multipleMatch - Static variable in class oracle.iam.reconciliation.config.vo.Condition
 
multipleProcessMatch - Static variable in class oracle.iam.reconciliation.config.vo.Condition
 
MultipleTemplateException - Exception in oracle.iam.notification.exception
This exception occurs if more than one notification templates exists with specified details.
MultipleTemplateException(String, Throwable) - Constructor for exception oracle.iam.notification.exception.MultipleTemplateException
Constructs a MultipleTemplateException with the specified detail message and throwable object
multiply(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs multiplication of two integers.
multiply(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs multiplication of two floats.
multiply(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs multiplication of a float and integer.
multiply(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs multiplication of a float and integer.
MutableEntity - Class in oracle.iam.platform.kernel.vo
 
MutableEntity(Entity) - Constructor for class oracle.iam.platform.kernel.vo.MutableEntity
 
MutableEntity(String) - Constructor for class oracle.iam.platform.kernel.vo.MutableEntity
 
MYSQL_MODE - Static variable in interface oracle.iam.certification.vo.Constants
 

N

NAME - Static variable in class oracle.iam.certification.vo.CertificationDefinitionFilters
 
NAME - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
NAME - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
name - Variable in class oracle.iam.ida.vo.Remediator.RemediatorType
 
NAME - Static variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
NAME - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
 
NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
name - Variable in class oracle.iam.platformservice.vo.JarElement
 
name - Variable in class oracle.iam.platformservice.vo.ResourceElement
 
NAME - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
NAME - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
NAME - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
NAME - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
NAME - Static variable in class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
 
NAME_ATTRIBUTE - Static variable in class oracle.iam.certification.vo.EventListener
 
NAME_SEPERATOR - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
NAMESPACE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
namespace - Static variable in class oracle.iam.reconciliation.config.vo.Profile
Profile Namespace.
NAMESPACE_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
NAMESPACE_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
NAMESPACE_NAME - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
NAMESPACE_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
 
NAMESPACE_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
NAMING_SCHEME_BUSINESS_UNIT_NAME - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
NAMING_SCHEME_CERTIFIER_FULL_NAME - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
namingExceptionThrown(NamingExceptionEvent) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
Method notified (called) when an exception is thrown
NEW - Static variable in class oracle.iam.certification.vo.Certifiable.Status
 
NEW_PASSWORD - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants
 
newCondition(Condition) - Static method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
Static factory method for creating an EvaluationCondition using the specified SearchCriteria Condition.
newCondition(Condition, String) - Static method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
Static factory method for creating an AbstractCondition using the specified SearchCriteria Condition and rule name Creates and returns an instance of a sub-class of CompositeCondition or SimpleCondition The class returned is based on the operator contained in the Condition.
NewRecord - Class in oracle.iam.request.history.jaxb
Java class for new-record complex type.
NewRecord() - Constructor for class oracle.iam.request.history.jaxb.NewRecord
 
next() - Method in class oracle.iam.grc.sod.vo.LookupResultSet
 
nextToken(int) - Method in class oracle.iam.policyengine.vo.conditions.StringTokenizerTS
 
NO_ACCESS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
NO_ACTION - Static variable in class com.thortech.xl.vo.workflow.TaskDefinition
 
NO_CONFLICT - Static variable in class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
 
NO_OP - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
 
NO_SORT - Static variable in class oracle.iam.certification.vo.PaginationContext
 
NO_SUCH_ORGANIZATION - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
NO_SUCH_ROLE_EXISTS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
NoBeneficiaryException - Exception in oracle.iam.request.exception
This exception will be thrown if request model specifies that no beneficiaries are needed and user tries to add or remove beneficiaries
NoBeneficiaryException(Exception) - Constructor for exception oracle.iam.request.exception.NoBeneficiaryException
 
NoBeneficiaryException(String) - Constructor for exception oracle.iam.request.exception.NoBeneficiaryException
 
NoBeneficiaryException(String, Exception) - Constructor for exception oracle.iam.request.exception.NoBeneficiaryException
 
NoBeneficiaryException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.NoBeneficiaryException
 
NoBeneficiaryException(String, Throwable) - Constructor for exception oracle.iam.request.exception.NoBeneficiaryException
 
NoChildDataException - Exception in oracle.iam.accesspolicy.exception
 
NoChildDataException() - Constructor for exception oracle.iam.accesspolicy.exception.NoChildDataException
Constructs a new super exception with null as its detail message.
NoChildDataException(String) - Constructor for exception oracle.iam.accesspolicy.exception.NoChildDataException
Constructs a new super exception with the specified detail message.
NoChildDataException(String, Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.NoChildDataException
Constructs a new super exception with the specified detail message and cause.
NoChildDataException(Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.NoChildDataException
Constructs a new super exception with the specified cause.
NoJobHistoryFoundException - Exception in oracle.iam.scheduler.exception
This exception will be thrown if corresponding job history object doesn't exists in OIM repository.
NoJobHistoryFoundException(String) - Constructor for exception oracle.iam.scheduler.exception.NoJobHistoryFoundException
Constructs a NoJobHistoryFoundException with the specified detail message.
noMatch - Static variable in class oracle.iam.reconciliation.config.vo.Condition
 
NON_MT_USER_LOGIN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
NON_MT_USER_LOGIN - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
NONE - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
none - Static variable in class oracle.iam.reconciliation.config.vo.Action
 
NoParentDataException - Exception in oracle.iam.accesspolicy.exception
 
NoParentDataException() - Constructor for exception oracle.iam.accesspolicy.exception.NoParentDataException
Constructs a new super exception with null as its detail message.
NoParentDataException(String) - Constructor for exception oracle.iam.accesspolicy.exception.NoParentDataException
Constructs a new super exception with the specified detail message.
NoParentDataException(String, Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.NoParentDataException
Constructs a new super exception with the specified detail message and cause.
NoParentDataException(Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.NoParentDataException
Constructs a new super exception with the specified cause.
NoRequestPermissionException - Exception in oracle.iam.request.exception
This exception is thrown if user doesnt have permissions on a request
NoRequestPermissionException(Exception) - Constructor for exception oracle.iam.request.exception.NoRequestPermissionException
 
NoRequestPermissionException(String) - Constructor for exception oracle.iam.request.exception.NoRequestPermissionException
 
NoRequestPermissionException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.NoRequestPermissionException
 
NoRequestPermissionException(String, Exception) - Constructor for exception oracle.iam.request.exception.NoRequestPermissionException
 
NoSpaceException - Exception in oracle.iam.idc.exception
 
NoSpaceException(String) - Constructor for exception oracle.iam.idc.exception.NoSpaceException
 
NoSuchEntityException - Exception in oracle.iam.identity.exception
Thrown if the user manager operation is being performed on an entity that does not exist.
NoSuchEntityException(String, String) - Constructor for exception oracle.iam.identity.exception.NoSuchEntityException
Constructs a NoSuchEntityException with the specified detail message and error code.
NoSuchEntityException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.NoSuchEntityException
Constructs a NoSuchEntityException with the specified detail message, cause and error code.
NoSuchEntityException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.NoSuchEntityException
Constructs a NoSuchEntityException with the specified cause and error code.
NoSuchEntityException - Exception in oracle.iam.provisioning.exception
 
NoSuchEntityException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.NoSuchEntityException
Constructs a new NoSuchEntityException with the errorCode, errorMessage, errorData and Throwable.
NoSuchEntityException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.NoSuchEntityException
Constructs a new NoSuchEntityException with the errorCode, errorMessage and errorData
NoSuchEventException - Exception in oracle.iam.reconciliation.exception
 
NoSuchEventException() - Constructor for exception oracle.iam.reconciliation.exception.NoSuchEventException
 
NoSuchGroupException - Exception in oracle.iam.identity.exception
Thrown if the role(group) being assigned to the user does not exist or the details of the role cannot be fetched.
NoSuchGroupException(String, String) - Constructor for exception oracle.iam.identity.exception.NoSuchGroupException
Constructs a NoSuchGroupException with the specified detail message and error code.
NoSuchGroupException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.NoSuchGroupException
Constructs a NoSuchGroupException with the specified detail message, cause and error code.
NoSuchGroupException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.NoSuchGroupException
Constructs a NoSuchGroupException with the specified cause and error code.
NoSuchOrganizationException - Exception in oracle.iam.identity.exception
Thrown if the operation is being performed on an organization that does not exist.
NoSuchOrganizationException() - Constructor for exception oracle.iam.identity.exception.NoSuchOrganizationException
 
NoSuchOrganizationException(String) - Constructor for exception oracle.iam.identity.exception.NoSuchOrganizationException
 
NoSuchOrganizationException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchOrganizationException
 
NoSuchPasswordPolicyException - Exception in oracle.iam.passwordmgmt.exception
Thrown to signal that no PasswordPolicy meeting the search criteria was found
NoSuchPasswordPolicyException(String) - Constructor for exception oracle.iam.passwordmgmt.exception.NoSuchPasswordPolicyException
 
NoSuchPasswordPolicyException(String, Object[], Throwable) - Constructor for exception oracle.iam.passwordmgmt.exception.NoSuchPasswordPolicyException
 
NoSuchPasswordPolicyException(String, Throwable) - Constructor for exception oracle.iam.passwordmgmt.exception.NoSuchPasswordPolicyException
 
NoSuchPolicyException - Exception in oracle.iam.accesspolicy.exception
 
NoSuchPolicyException(String, String, Serializable[]) - Constructor for exception oracle.iam.accesspolicy.exception.NoSuchPolicyException
Constructs a new NoSuchPolicyException with the errorCode, errorMessage and errorData
NoSuchPolicyException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.NoSuchPolicyException
Constructs a new EntitlementNotFoundException with the errorCode, errorMessage, errorData and Throwable.
NoSuchResourceException - Exception in oracle.iam.identity.exception
Thrown if the operation is being performed on a resource that does not exist.
NoSuchResourceException() - Constructor for exception oracle.iam.identity.exception.NoSuchResourceException
 
NoSuchResourceException(String) - Constructor for exception oracle.iam.identity.exception.NoSuchResourceException
 
NoSuchResourceException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchResourceException
 
NoSuchResourceException(Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchResourceException
 
NoSuchRoleCategoryException - Exception in oracle.iam.identity.exception
Thrown if the operation is being performed on an role category that does not exist.
NoSuchRoleCategoryException() - Constructor for exception oracle.iam.identity.exception.NoSuchRoleCategoryException
Constructs a new super exception with null as its detail message.
NoSuchRoleCategoryException(String) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleCategoryException
Constructs a new super exception with the specified detail message.
NoSuchRoleCategoryException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleCategoryException
Constructs a new super exception with the specified detail message and cause.
NoSuchRoleCategoryException(Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleCategoryException
Constructs a new super exception with the specified cause.
NoSuchRoleException - Exception in oracle.iam.identity.exception
Thrown if the operation is being performed on an role that does not exist.
NoSuchRoleException() - Constructor for exception oracle.iam.identity.exception.NoSuchRoleException
Constructs a new super exception with null as its detail message.
NoSuchRoleException(String) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleException
Constructs a new super exception with the specified detail message.
NoSuchRoleException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleException
Constructs a new super exception with the specified detail message and cause.
NoSuchRoleException(Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleException
Constructs a new super exception with the specified cause.
NoSuchRoleGrantException - Exception in oracle.iam.identity.exception
Thrown if the role granted does not exist.
NoSuchRoleGrantException() - Constructor for exception oracle.iam.identity.exception.NoSuchRoleGrantException
Constructs a new super exception with null as its detail message.
NoSuchRoleGrantException(String) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleGrantException
Constructs a new super exception with the specified detail message.
NoSuchRoleGrantException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleGrantException
Constructs a new super exception with the specified detail message and cause.
NoSuchRoleGrantException(Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleGrantException
Constructs a new super exception with the specified cause.
NoSuchRoleRelationshipException - Exception in oracle.iam.identity.exception
Thrown if the Role Relationship requested for is not present .
NoSuchRoleRelationshipException() - Constructor for exception oracle.iam.identity.exception.NoSuchRoleRelationshipException
Constructs a new super exception with null as its detail message.
NoSuchRoleRelationshipException(String) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleRelationshipException
Constructs a new super exception with the specified detail message.
NoSuchRoleRelationshipException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleRelationshipException
Constructs a new super exception with the specified detail message and cause.
NoSuchRoleRelationshipException(Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchRoleRelationshipException
Constructs a new super exception with the specified cause.
NoSuchSystemPropertyExistException - Exception in oracle.iam.conf.exception
This exception will be thrown while trying to modify/delete a system property which is non existent in the database
NoSuchSystemPropertyExistException(Exception) - Constructor for exception oracle.iam.conf.exception.NoSuchSystemPropertyExistException
 
NoSuchSystemPropertyExistException(String) - Constructor for exception oracle.iam.conf.exception.NoSuchSystemPropertyExistException
 
NoSuchSystemPropertyExistException(String, Exception) - Constructor for exception oracle.iam.conf.exception.NoSuchSystemPropertyExistException
 
NoSuchUserException - Exception in oracle.iam.identity.exception
Thrown if the user manager operation is being performed on an user that does not exist.
NoSuchUserException(String, String) - Constructor for exception oracle.iam.identity.exception.NoSuchUserException
Constructs a NoSuchUserException with the specified detail message and error code.
NoSuchUserException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.NoSuchUserException
Constructs a NoSuchUserException with the specified detail message, cause and error code.
NoSuchUserException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.NoSuchUserException
Constructs a NoSuchUserException with the specified cause and error code.
NoSuchUserException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.NoSuchUserException
Constructs a NoSuchUserException with the specified cause and error message.
NOT - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
NOT_AFTER - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_AFTER - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
NOT_BEFORE - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_BEFORE - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
NOT_BEGIN_WITH - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_BEGIN_WITH - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
NOT_CONTAIN - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_CONTAIN - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
NOT_END_WITH - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_END_WITH - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
NOT_EQUAL - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
NOT_EQUAL - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_EQUAL - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
NOT_EQUALS - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_GREATER_THAN - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_IN - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
NOT_LESS_THAN - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_PRESENT - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
NOT_PRESENT - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
NOT_SUPPORTED - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
 
NOTIFICATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
NOTIFICATION_LANGUAGES - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
NotificationAttribute - Class in oracle.iam.notification.vo
This object represent a notification attribute (either static or dynamic) in a notification event
NotificationAttribute() - Constructor for class oracle.iam.notification.vo.NotificationAttribute
 
NotificationEvent - Class in oracle.iam.notification.vo
This object represents a notification event
NotificationEvent(String, String[], String, String, String, String, HashMap, Date, Date) - Constructor for class oracle.iam.notification.vo.NotificationEvent
Constructor to construct a notification event
NotificationEvent(String, String[], String[], String, String, String, String, HashMap, Date, Date) - Constructor for class oracle.iam.notification.vo.NotificationEvent
Constructor to construct a notification event
NotificationEvent() - Constructor for class oracle.iam.notification.vo.NotificationEvent
 
NotificationException - Exception in oracle.iam.identity.exception
Thrown if the notification operations fails .
NotificationException() - Constructor for exception oracle.iam.identity.exception.NotificationException
Constructs a new super exception with null as its detail message.
NotificationException(String) - Constructor for exception oracle.iam.identity.exception.NotificationException
Constructs a new super exception with the specified detail message.
NotificationException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.NotificationException
Constructs a new super exception with the specified detail message and cause.
NotificationException(Throwable) - Constructor for exception oracle.iam.identity.exception.NotificationException
Constructs a new super exception with the specified cause.
NotificationException - Exception in oracle.iam.notification.exception
This is a generic exception.
NotificationException(String) - Constructor for exception oracle.iam.notification.exception.NotificationException
Constructs a NotificationException with the specified detail message
NotificationException(String, Throwable) - Constructor for exception oracle.iam.notification.exception.NotificationException
Constructs a NotificationException with the specified detail message and throwable object
NotificationManagementException - Exception in oracle.iam.notification.exception
This exception occurs if any authorization/access related exception occurs or any generic exception occurs.
NotificationManagementException(String) - Constructor for exception oracle.iam.notification.exception.NotificationManagementException
Constructs a NotificationManagementException with the specified detail message
NotificationManagementException(String, Throwable) - Constructor for exception oracle.iam.notification.exception.NotificationManagementException
Constructs a NotificationManagementException with the specified detail message and throwable object
NotificationProviderException - Exception in oracle.iam.notification.exception
This exception occurs if any generic exception occurs while working with notification providers
NotificationProviderException(String) - Constructor for exception oracle.iam.notification.exception.NotificationProviderException
Constructs a NotificationProviderException with the specified detail message
NotificationProviderException(String, Throwable) - Constructor for exception oracle.iam.notification.exception.NotificationProviderException
Constructs a NotificationProviderException with the specified detail message and throwable object
NotificationResolverNotFoundException - Exception in oracle.iam.notification.exception
This exception occurs if notification resolver class against a specified notification event is not found in OIM repository
NotificationResolverNotFoundException(String, Exception) - Constructor for exception oracle.iam.notification.exception.NotificationResolverNotFoundException
Constructs a NotificationResolverNotFoundException with the specified detail message and generic exception object
NotificationService - Interface in oracle.iam.notification.api
 
NotificationTemplate - Class in oracle.iam.notification.vo
This object represent a notification template
NotificationTemplate() - Constructor for class oracle.iam.notification.vo.NotificationTemplate
Default Constructor
notify(NotificationEvent) - Method in interface oracle.iam.notification.api.NotificationService
Notifies a user/system against the event passed.
notify(NotificationEvent, String) - Method in interface oracle.iam.notification.api.NotificationService
Notifies a user/system against the event passed.
NOTIFY_PASSWORD_TO_OTHER_SYSTEM_PROPERTY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
NOTIFY_USER_CREATE_TO_OTHER_SYSTEM_PROPERTY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
notifyForgottenUsername(String, Map) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Notifies the user about the username at the email address provided.
NotYetCompletedException - Exception in oracle.iam.certification.exception
This exception is thrown by Certification service layer to indicate that it is unable to complete the certification because the corresponding tasks are not complete.
NotYetCompletedException(String, String[]) - Constructor for exception oracle.iam.certification.exception.NotYetCompletedException
 
NoUserAccountException - Exception in oracle.iam.accesspolicy.exception
 
NoUserAccountException() - Constructor for exception oracle.iam.accesspolicy.exception.NoUserAccountException
Constructs a new super exception with null as its detail message.
NoUserAccountException(String) - Constructor for exception oracle.iam.accesspolicy.exception.NoUserAccountException
Constructs a new super exception with the specified detail message.
NoUserAccountException(String, Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.NoUserAccountException
Constructs a new super exception with the specified detail message and cause.
NoUserAccountException(Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.NoUserAccountException
Constructs a new super exception with the specified cause.
NowTrigger - Class in oracle.iam.scheduler.vo
This class is used to create an immediate Trigger with repeat interval as 0.
NowTrigger(String, int, Date) - Constructor for class oracle.iam.scheduler.vo.NowTrigger
Constructs a NowTrigger object.
NULL - Static variable in class oracle.iam.platform.kernel.vo.FailedEventResult.Response
 
NULL_PASSWORD_POLICY - Static variable in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
NULL_PASSWORD_POLICY - Static variable in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
NUM_PREVIOUS_PWD_CNT_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
Number - Static variable in class oracle.iam.catalog.vo.MetaDataDefinition.Type
 
NUMBER - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
NUMBER - Static variable in class oracle.iam.provisioning.vo.BasicAttribute.TYPE
 
Number - Static variable in class oracle.iam.reconciliation.config.vo.Type
 
NUMBER_DATA_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
NUMBER_FORMAT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
numberOfAlphaInString(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
Numbers of alphabets in a string
numberOfAlphaNumInString(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
this method returns the numbers of alphabets + number of numbers in a string
NumberOfChallengesMismatchException - Exception in oracle.iam.selfservice.exception
Thrown if the number of questions answered correctly does not match the number of correct answers required or the number of questions answered does not match the questions defined.
NumberOfChallengesMismatchException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.NumberOfChallengesMismatchException
Constructs a NumberOfChallengesMismatchException with the specified detail message and cause.
NumberOfChallengesMismatchException(String) - Constructor for exception oracle.iam.selfservice.exception.NumberOfChallengesMismatchException
Constructs a NumberOfChallengesMismatchException with the specified detail message.
numberOfNumbersInString(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
Returns the number of numbers in the string
numberOfSpecialCharInString(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
returns the number of special characters in a string
NumberType - Class in oracle.iam.reconciliation.config.vo
 

O

OBJ_DISCONNECTED - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
OBJ_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
OBJ_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
OBJ_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
OBJ_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
OBJ_NAME - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
OBJ_NAME - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
OBJ_NAME - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
OBJECT_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
OBJECT_NAME - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
OBJECT_ORDER_FOR - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
OBJECT_SCOPE - Static variable in class oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth
 
OBJECT_STATUS_DISABLED - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
OBJECT_STATUS_ENABLED - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
OBJECT_STATUS_PROVISIONED - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
OBJECT_STATUS_PROVISIONING - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
OBJECT_STATUS_REVOKED - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
OBJECT_TYPE - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
OBJECT_TYPE_ACCOUNT - Static variable in interface oracle.iam.certification.vo.Constants
 
OBJECT_TYPE_ENTITLEMENT - Static variable in interface oracle.iam.certification.vo.Constants
 
OBJECT_TYPE_POLICY - Static variable in interface oracle.iam.certification.vo.Constants
 
OBJECT_TYPE_ROLE - Static variable in interface oracle.iam.certification.vo.Constants
 
OBJECT_TYPE_ROLEMEMBERSHIP - Static variable in interface oracle.iam.certification.vo.Constants
 
OBJECT_TYPE_RULE - Static variable in interface oracle.iam.certification.vo.Constants
 
OBJECT_TYPE_USER - Static variable in interface oracle.iam.certification.vo.Constants
 
objectAdded(NamingEvent) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
Method notified (called) when a new object is added
objectChanged(NamingEvent) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
Method notified (called) when an object is modified
OBJECTCLASS_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
OBJECTCLASSES - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
ObjectFactory - Class in oracle.iam.policyengine.impl.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.iam.policyengine.impl.jaxb package.
ObjectFactory() - Constructor for class oracle.iam.policyengine.impl.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.iam.policyengine.impl.jaxb
ObjectFactory - Class in oracle.iam.request.dataset.vo
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.iam.request.dataset.vo package.
ObjectFactory() - Constructor for class oracle.iam.request.dataset.vo.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.iam.request.dataset.vo
ObjectFactory - Class in oracle.iam.request.history.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.iam.request.history.jaxb package.
ObjectFactory() - Constructor for class oracle.iam.request.history.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.iam.request.history.jaxb
ObjectFactory - Class in oracle.iam.request.model.vo
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.iam.request.model.vo package.
ObjectFactory() - Constructor for class oracle.iam.request.model.vo.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.iam.request.model.vo
ObjectNotFoundException - Exception in oracle.iam.provisioning.exception
ObjectNotFoundException is thrown if the specified object or object instance is not found.
ObjectNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.ObjectNotFoundException
Constructs a new ObjectNotFoundException with the errorCode, errorMessage and errorData
ObjectNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.ObjectNotFoundException
Constructs a new ObjectNotFoundException with the errorCode, errorMessage, errorData and Throwable.
objectRemoved(NamingEvent) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
Method notified (called) when an object is removed
objectRenamed(NamingEvent) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
Method notified (called) when an object is renamed (rdn changes)
Obligation - Interface in oracle.iam.platform.authopss.vo
Represents an obligation entry that can be passed to the OIM Authorization layer.
OBSOLETE_USER_EMAIL_BY_CERT - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
OBSOLETE_USER_EMAIL_BY_USER - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
OFFICE - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
OFFICE_NAME_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
OIM - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
 
OIM_CONTROLS - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
OIM_POLICY_DOMAIN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants
 
OIM_WORK_MANAGER_DEFAULT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
OIMAttribute - Class in oracle.iam.reconciliation.config.vo
Specifies an Attribute of an OIM entity which is mapped to an attribute from target system in reconciliation profile.
OIMAttribute(String, Type, String, Type) - Constructor for class oracle.iam.reconciliation.config.vo.OIMAttribute
 
OIMAttribute(String, Type, String, Type, ResourceType) - Constructor for class oracle.iam.reconciliation.config.vo.OIMAttribute
Constructs OIMAttribute.
OimCatalogOiaIntegration - Interface in oracle.iam.catalog.api
 
OIMClient - Class in oracle.iam.platform
 
OIMClient(Hashtable) - Constructor for class oracle.iam.platform.OIMClient
Creates an instance of OIMClient to communicate with the OIM app
OIMClient() - Constructor for class oracle.iam.platform.OIMClient
 
OimCommonService - Interface in oracle.iam.oimcommon.api
 
OIMDataSource - Class in oracle.iam.platform.utils.vo
 
OIMDataSource(String, int, int) - Constructor for class oracle.iam.platform.utils.vo.OIMDataSource
 
OIMError - Class in oracle.iam.exception
 
OIMError(String, Serializable[]) - Constructor for class oracle.iam.exception.OIMError
 
OIMError(String, String, Serializable[]) - Constructor for class oracle.iam.exception.OIMError
 
OIMError(String) - Constructor for class oracle.iam.exception.OIMError
 
OIMError() - Constructor for class oracle.iam.exception.OIMError
 
OIMGenericBulkExceptionIntf - Interface in oracle.iam.platformservice.exception
 
OIMGenericExceptionIntf - Interface in oracle.iam.platformservice.exception
An interface for OIM generic exceptions
OIMOperation - Class in com.thortech.xl.gc.vo.runtime
This class is a value object that represents an identity provisioning operation in OIM.
OIMOperation() - Constructor for class com.thortech.xl.gc.vo.runtime.OIMOperation
 
OimPasswordPolicy - Class in oracle.iam.passwordmgmt.vo
 
OimPasswordPolicy() - Constructor for class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
OimPasswordPolicy(String) - Constructor for class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
OimPasswordPolicy(oracle.idm.common.ipf.api.vo.PasswordPolicyInfo) - Constructor for class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
OimPasswordPolicy - Class in oracle.iam.platform.auth.providers.common.ipf.ppr.vo
 
OimPasswordPolicy() - Constructor for class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
OimPasswordPolicy(String) - Constructor for class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
OIMRecord - Interface in com.thortech.xl.gc.vo.runtime
The implementation layer for this interface should exactly represent an Oracle Identity Manager system account that need to be reconciled or provisioned.
OIMSchema - Interface in com.thortech.xl.gc.vo.designtime
The implementation layer for this interface should exactly represent the schema of the Oracle Identity Manager system account that needs to be reconciled or provisioned.
OIMService - Interface in oracle.iam.api
OIMService is used to perform all requestable operations in OIM.
OIMService.Intent - Class in oracle.iam.api
 
OIMServiceException - Exception in oracle.iam.exception
 
OIMServiceException(Exception) - Constructor for exception oracle.iam.exception.OIMServiceException
 
OIMServiceException(String) - Constructor for exception oracle.iam.exception.OIMServiceException
 
OIMServiceException(String, Exception) - Constructor for exception oracle.iam.exception.OIMServiceException
 
OIMServiceException(String, Throwable) - Constructor for exception oracle.iam.exception.OIMServiceException
 
OIMServiceException(String, String, Serializable[]) - Constructor for exception oracle.iam.exception.OIMServiceException
 
OIMServiceException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.exception.OIMServiceException
 
OIMServiceException() - Constructor for exception oracle.iam.exception.OIMServiceException
 
OIMType - Class in oracle.iam.catalog.vo
 
OIMType - Class in oracle.iam.platform.utils.vo
All the netities that are catalogable
OIMUI - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
OimUserInfo - Class in oracle.iam.passwordmgmt.vo
 
OimUserInfo(UserStatusInterface, PasswordPolicyInfo, Map) - Constructor for class oracle.iam.passwordmgmt.vo.OimUserInfo
 
OimUserStatus - Class in oracle.iam.passwordmgmt.vo
 
OimUserStatus(User) - Constructor for class oracle.iam.passwordmgmt.vo.OimUserStatus
Creates a UserStatusInterface object from User Object.
OLD_ATTRS - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
OLD_ORG_ROLE_MEMBERSHIP_RULE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
OLD_ORG_USER_MEMBERSHIP_RULE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
OLD_PASSWORD - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants
 
OLD_PASSWORD_VALIDATOR_SYS_PROPERTY_NAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
OLD_PROXIES_STATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
OLD_PROXY_STATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
OLD_RULE_VALUE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
OldCacheElementList - Variable in class com.thortech.xl.vo.ddm.ImportView
 
ONCE - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
ONCE - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
ONE_PHASE - Static variable in class oracle.iam.certification.vo.TotalPhases
 
ONELEVEL_SCOPE - Static variable in class oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth
 
oneProcessMatch - Static variable in class oracle.iam.reconciliation.config.vo.Condition
 
OPEN - Static variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
OPEN - Static variable in class oracle.iam.ida.vo.PolicyViolation.Status
 
OPEN_SOD_VIOLATION - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
Operation - Class in com.thortech.xl.vo
Permission Operation for tcPermissionOperationAPI
Operation() - Constructor for class com.thortech.xl.vo.Operation
 
OPERATION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
Operation - Class in oracle.iam.platform.utils.vo
 
OPERATION - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
OPERATION_INITIATIATED_BY_SCHEDULER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
OPERATION_INITIATOR - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
OPERATION_MODIFY - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
OPERATION_NOT_SUPPORTED - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
OPERATION_PROVISION - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
OperationContext - Interface in oracle.iam.platform.authopss.vo
 
OPERATIONCONTEXT - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
OPERATIONCONTEXT - Static variable in class oracle.iam.provisioning.vo.Entitlement
 
OperationNotSupportedException - Exception in oracle.iam.catalog.exception
 
OperationNotSupportedException(Throwable) - Constructor for exception oracle.iam.catalog.exception.OperationNotSupportedException
 
OperationNotSupportedException(String, Throwable) - Constructor for exception oracle.iam.catalog.exception.OperationNotSupportedException
 
OperationNotSupportedException(String, String) - Constructor for exception oracle.iam.catalog.exception.OperationNotSupportedException
Constructs a OperationNotSupportedException with the specified detail message and error code.
OperationNotSupportedException(String, Throwable, String) - Constructor for exception oracle.iam.catalog.exception.OperationNotSupportedException
Constructs a OperationNotSupportedException with the specified detail message, cause and error code.
OperationNotSupportedException(String, String, Serializable[]) - Constructor for exception oracle.iam.catalog.exception.OperationNotSupportedException
 
OperationPermissions - Class in com.thortech.xl.vo
Permission Operation return values for tcPermissionOperationAPI
OperationPermissions(Hashtable) - Constructor for class com.thortech.xl.vo.OperationPermissions
 
OperationResult - Class in oracle.iam.provisioning.vo
 
OperationResult() - Constructor for class oracle.iam.provisioning.vo.OperationResult
 
OperationResult(String, String) - Constructor for class oracle.iam.provisioning.vo.OperationResult
 
OperationResult - Class in oracle.iam.vo
 
OperationResult() - Constructor for class oracle.iam.vo.OperationResult
 
OperationResult.OPERATION_RESULT_STATUSES - Class in oracle.iam.provisioning.vo
 
OperationResult.OperationStatus - Class in oracle.iam.vo
 
OPERATIONS_TRIGGER - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
OR - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
OR - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
OR - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
oracle.iam.accesspolicy.api - package oracle.iam.accesspolicy.api
 
oracle.iam.accesspolicy.exception - package oracle.iam.accesspolicy.exception
 
oracle.iam.api - package oracle.iam.api
 
oracle.iam.auditevent.api - package oracle.iam.auditevent.api
 
oracle.iam.auditevent.vo - package oracle.iam.auditevent.vo
 
oracle.iam.catalog.api - package oracle.iam.catalog.api
 
oracle.iam.catalog.exception - package oracle.iam.catalog.exception
 
oracle.iam.catalog.vo - package oracle.iam.catalog.vo
 
oracle.iam.certification.api - package oracle.iam.certification.api
 
oracle.iam.certification.exception - package oracle.iam.certification.exception
 
oracle.iam.certification.vo - package oracle.iam.certification.vo
 
oracle.iam.certification.vo.base - package oracle.iam.certification.vo.base
 
oracle.iam.certification.vo.util - package oracle.iam.certification.vo.util
 
oracle.iam.certification.vo.util.jaxb - package oracle.iam.certification.vo.util.jaxb
 
oracle.iam.conf.api - package oracle.iam.conf.api
 
oracle.iam.conf.exception - package oracle.iam.conf.exception
 
oracle.iam.conf.vo - package oracle.iam.conf.vo
 
oracle.iam.connectormgmt.api - package oracle.iam.connectormgmt.api
 
oracle.iam.connectormgmt.exception - package oracle.iam.connectormgmt.exception
 
oracle.iam.connectors.icfcommon.prov - package oracle.iam.connectors.icfcommon.prov
 
oracle.iam.connectors.icfcommon.recon - package oracle.iam.connectors.icfcommon.recon
 
oracle.iam.exception - package oracle.iam.exception
 
oracle.iam.grc.sod.api - package oracle.iam.grc.sod.api
 
oracle.iam.grc.sod.exception - package oracle.iam.grc.sod.exception
 
oracle.iam.grc.sod.scomp.impl.oaacg.vo - package oracle.iam.grc.sod.scomp.impl.oaacg.vo
 
oracle.iam.grc.sod.vo - package oracle.iam.grc.sod.vo
 
oracle.iam.ida.api - package oracle.iam.ida.api
 
oracle.iam.ida.exception - package oracle.iam.ida.exception
 
oracle.iam.ida.vo - package oracle.iam.ida.vo
 
oracle.iam.idc.api - package oracle.iam.idc.api
 
oracle.iam.idc.exception - package oracle.iam.idc.exception
 
oracle.iam.idc.vo - package oracle.iam.idc.vo
 
oracle.iam.identity.exception - package oracle.iam.identity.exception
 
oracle.iam.identity.orgmgmt.api - package oracle.iam.identity.orgmgmt.api
 
oracle.iam.identity.orgmgmt.vo - package oracle.iam.identity.orgmgmt.vo
 
oracle.iam.identity.rolemgmt.api - package oracle.iam.identity.rolemgmt.api
 
oracle.iam.identity.rolemgmt.vo - package oracle.iam.identity.rolemgmt.vo
 
oracle.iam.identity.usermgmt.api - package oracle.iam.identity.usermgmt.api
 
oracle.iam.identity.usermgmt.vo - package oracle.iam.identity.usermgmt.vo
 
oracle.iam.identity.vo - package oracle.iam.identity.vo
 
oracle.iam.ldapsync.api - package oracle.iam.ldapsync.api
 
oracle.iam.ldapsync.exception - package oracle.iam.ldapsync.exception
 
oracle.iam.notification.api - package oracle.iam.notification.api
 
oracle.iam.notification.exception - package oracle.iam.notification.exception
 
oracle.iam.notification.vo - package oracle.iam.notification.vo
 
oracle.iam.oimcommon.api - package oracle.iam.oimcommon.api
 
oracle.iam.oimcommon.impl.dao.jpa.vo - package oracle.iam.oimcommon.impl.dao.jpa.vo
 
oracle.iam.oimcommon.vo - package oracle.iam.oimcommon.vo
 
oracle.iam.oimcommon.vo.base - package oracle.iam.oimcommon.vo.base
 
oracle.iam.passwordmgmt.api - package oracle.iam.passwordmgmt.api
 
oracle.iam.passwordmgmt.exception - package oracle.iam.passwordmgmt.exception
 
oracle.iam.passwordmgmt.vo - package oracle.iam.passwordmgmt.vo
 
oracle.iam.passwordmgmt.vo.rules - package oracle.iam.passwordmgmt.vo.rules
 
oracle.iam.patch.api - package oracle.iam.patch.api
 
oracle.iam.platform - package oracle.iam.platform
 
oracle.iam.platform.auth.providers.common.ipf.ppr.vo - package oracle.iam.platform.auth.providers.common.ipf.ppr.vo
 
oracle.iam.platform.authopss.api - package oracle.iam.platform.authopss.api
Authorization Service API
oracle.iam.platform.authopss.exception - package oracle.iam.platform.authopss.exception
Authorization Service related exceptions
oracle.iam.platform.authopss.vo - package oracle.iam.platform.authopss.vo
Authorization Service model classes
oracle.iam.platform.authz.exception - package oracle.iam.platform.authz.exception
 
oracle.iam.platform.canonic.exception - package oracle.iam.platform.canonic.exception
 
oracle.iam.platform.entitymgr.exception - package oracle.iam.platform.entitymgr.exception
 
oracle.iam.platform.entitymgr.vo - package oracle.iam.platform.entitymgr.vo
Provides classes for entity manager operations
oracle.iam.platform.kernel - package oracle.iam.platform.kernel
Kernel Service Components
oracle.iam.platform.kernel.spi - package oracle.iam.platform.kernel.spi
Interfaces for various kernel event handler types
oracle.iam.platform.kernel.vo - package oracle.iam.platform.kernel.vo
Provides classes and interfaces for Kernel Orchestrations
oracle.iam.platform.utils - package oracle.iam.platform.utils
This package contains utility components.
oracle.iam.platform.utils.ldapconfig.exception - package oracle.iam.platform.utils.ldapconfig.exception
 
oracle.iam.platform.utils.lookup.vo - package oracle.iam.platform.utils.lookup.vo
 
oracle.iam.platform.utils.vo - package oracle.iam.platform.utils.vo
 
oracle.iam.platformservice.api - package oracle.iam.platformservice.api
 
oracle.iam.platformservice.exception - package oracle.iam.platformservice.exception
 
oracle.iam.platformservice.vo - package oracle.iam.platformservice.vo
 
oracle.iam.policyengine.api - package oracle.iam.policyengine.api
 
oracle.iam.policyengine.exception - package oracle.iam.policyengine.exception
 
oracle.iam.policyengine.impl.jaxb - package oracle.iam.policyengine.impl.jaxb
 
oracle.iam.policyengine.vo - package oracle.iam.policyengine.vo
 
oracle.iam.policyengine.vo.conditions - package oracle.iam.policyengine.vo.conditions
 
oracle.iam.provisioning.api - package oracle.iam.provisioning.api
 
oracle.iam.provisioning.exception - package oracle.iam.provisioning.exception
 
oracle.iam.provisioning.vo - package oracle.iam.provisioning.vo
 
oracle.iam.reconciliation.api - package oracle.iam.reconciliation.api
 
oracle.iam.reconciliation.config.api - package oracle.iam.reconciliation.config.api
 
oracle.iam.reconciliation.config.vo - package oracle.iam.reconciliation.config.vo
 
oracle.iam.reconciliation.exception - package oracle.iam.reconciliation.exception
 
oracle.iam.reconciliation.vo - package oracle.iam.reconciliation.vo
 
oracle.iam.request.api - package oracle.iam.request.api
 
oracle.iam.request.dataset.vo - package oracle.iam.request.dataset.vo
 
oracle.iam.request.exception - package oracle.iam.request.exception
 
oracle.iam.request.history.jaxb - package oracle.iam.request.history.jaxb
 
oracle.iam.request.model.vo - package oracle.iam.request.model.vo
 
oracle.iam.request.vo - package oracle.iam.request.vo
 
oracle.iam.requestactions.vo - package oracle.iam.requestactions.vo
 
oracle.iam.requestprofile.api - package oracle.iam.requestprofile.api
 
oracle.iam.requestprofile.exception - package oracle.iam.requestprofile.exception
 
oracle.iam.requestprofile.vo - package oracle.iam.requestprofile.vo
 
oracle.iam.rolesod.api - package oracle.iam.rolesod.api
 
oracle.iam.rolesod.exception - package oracle.iam.rolesod.exception
 
oracle.iam.rolesod.vo - package oracle.iam.rolesod.vo
 
oracle.iam.scheduler.api - package oracle.iam.scheduler.api
 
oracle.iam.scheduler.exception - package oracle.iam.scheduler.exception
 
oracle.iam.scheduler.vo - package oracle.iam.scheduler.vo
 
oracle.iam.selfservice.exception - package oracle.iam.selfservice.exception
 
oracle.iam.selfservice.self.selfmgmt.api - package oracle.iam.selfservice.self.selfmgmt.api
 
oracle.iam.selfservice.uself.uselfmgmt.api - package oracle.iam.selfservice.uself.uselfmgmt.api
 
oracle.iam.sod.api - package oracle.iam.sod.api
 
oracle.iam.sod.exception - package oracle.iam.sod.exception
 
oracle.iam.vo - package oracle.iam.vo
 
ORCH_PARAM_FAILURE_REASON - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ORCH_PARAM_REQUEST_STATUS - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ORCH_PARAM_TASK_STATUS - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
ORCH_PARAM_UPDATE_TASK_MAP - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
OrchDataCleanupException - Exception in oracle.iam.platformservice.exception
 
OrchDataCleanupException(Exception) - Constructor for exception oracle.iam.platformservice.exception.OrchDataCleanupException
 
OrchDataCleanupException(String) - Constructor for exception oracle.iam.platformservice.exception.OrchDataCleanupException
 
OrchDataCleanupException(String, Exception) - Constructor for exception oracle.iam.platformservice.exception.OrchDataCleanupException
 
OrchDataCleanupException(String, Throwable) - Constructor for exception oracle.iam.platformservice.exception.OrchDataCleanupException
 
Orchestration - Class in oracle.iam.platform.kernel.vo
 
Orchestration() - Constructor for class oracle.iam.platform.kernel.vo.Orchestration
 
Orchestration(String, boolean, OrchestrationTarget) - Constructor for class oracle.iam.platform.kernel.vo.Orchestration
Constructs a new orchestration
Orchestration(String, boolean, OrchestrationTarget, boolean) - Constructor for class oracle.iam.platform.kernel.vo.Orchestration
 
Orchestration(String, boolean, OrchestrationTarget, boolean, boolean) - Constructor for class oracle.iam.platform.kernel.vo.Orchestration
 
Orchestration - Class in oracle.iam.request.model.vo
Java class for orchestration complex type.
Orchestration() - Constructor for class oracle.iam.request.model.vo.Orchestration
 
ORCHESTRATION_OPERATIONS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PlatformServiceActions
 
OrchestrationResult - Class in oracle.iam.platform.kernel.vo
 
OrchestrationResult() - Constructor for class oracle.iam.platform.kernel.vo.OrchestrationResult
Deprecated. 
OrchestrationResult(Id, Serializable, OrchestrationEngine.ProcessStatus) - Constructor for class oracle.iam.platform.kernel.vo.OrchestrationResult
 
OrchestrationResult(Process, Serializable, OrchestrationEngine.ProcessStatus) - Constructor for class oracle.iam.platform.kernel.vo.OrchestrationResult
 
OrchestrationStep - Class in oracle.iam.platform.kernel.vo
 
OrchestrationStep(String, boolean, Stage) - Constructor for class oracle.iam.platform.kernel.vo.OrchestrationStep
 
OrchestrationStep(long, String, boolean, Stage, OrchestrationEngine.EventStatus, Object) - Constructor for class oracle.iam.platform.kernel.vo.OrchestrationStep
 
OrchestrationTarget - Interface in oracle.iam.platform.kernel.vo
 
ORDER - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
orderProcessForUser(tcDataProvider, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that orders a process for a user.
ORG_ADMINISTRATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
ORG_ALREADY_DELETED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_APPLICABLE_PASSWORD_POLICY_KEY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_APPLICABLE_PASSWORD_POLICY_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_BENEFICIARY - Static variable in class oracle.iam.request.vo.Beneficiary
A constant for Organization beneficiary-type.
ORG_CERTIFIER_USER_KEY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_CERTIFIER_USER_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_CREATE_ON - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORG_DELETE_FAILED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DELETE_FAILED_NOT_AUTHORIZED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DELETE_FAILED_ORPHANED_ENTITIES_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DELETE_FAILED_SUB_ORGS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DELETE_FAILED_SUB_ORGS_USERS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DELETE_FAILED_USERS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DISABLE_FAILED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DISABLE_FAILED_NOT_AUTHORIZED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DISABLE_FAILED_STATUS_DELETED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DISABLE_FAILED_SUB_ORGS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DISABLE_FAILED_SUB_ORGS_USERS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DISABLE_FAILED_USERS_EXIST - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_DISABLE_RESOURCE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
ORG_EDIT_RESOURCE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
ORG_ENABLE_FAILED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_ENABLE_FAILED_NOT_AUTHORIZED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_ENABLE_FAILED_STATUS_DELETED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_ENABLE_RESOURCE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
ORG_ENFORCE_NEW_PWD_POLICY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_ENFORCE_PASSWORD_POLICY_INHERIT - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
ORG_ENFORCE_PASSWORD_POLICY_NO - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
ORG_ENFORCE_PASSWORD_POLICY_YES - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
ORG_ENTITY_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORG_ENTITY_TYPE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORG_ID - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
ORG_MEMBERSHIP_RULE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ORG_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_NAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
ORG_NAME - Static variable in class Thor.API.Base.tcBaseUtility
 
ORG_NOT_FOUND - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
ORG_OPER_CREATE_RULE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORG_OPER_DELETE_RULE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORG_OPER_MODIFY_RULE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORG_PARENT_KEY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_PARENT_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_PASSWORD_POLICY_KEY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_PASSWORD_POLICY_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_PROVISION_RESOURCE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
ORG_RESOURCE_HISTORY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
ORG_REVOKE_RESOURCE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
ORG_STATUS - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_STATUS_ACTIVE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
ORG_STATUS_DELETED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
ORG_STATUS_DISABLED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
ORG_TBLNAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ORG_TYPE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
ORG_TYPE_COMPANY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
ORG_TYPE_DEPARTMENT - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
ORG_TYPE_SYSTEM - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
ORG_UPDATE_ON - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORG_USER_RULE_USER_TO_ADD - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORG_USER_RULE_USER_TO_REMOVE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORG_VIEWER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
Organization - Class in com.thortech.xl.vo
 
Organization() - Constructor for class com.thortech.xl.vo.Organization
 
ORGANIZATION - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
Organization - Class in oracle.iam.identity.orgmgmt.vo
The Organization class is a value object class to hold the GUID, attribute name-value pair and child Organizations of an Organization.
Organization() - Constructor for class oracle.iam.identity.orgmgmt.vo.Organization
Constructs an empty Organization object.
Organization(String) - Constructor for class oracle.iam.identity.orgmgmt.vo.Organization
Constructs an Organization object with GUID entityId.
Organization(String, HashMap) - Constructor for class oracle.iam.identity.orgmgmt.vo.Organization
Constructs an Organization object with GUID entityId and a map of attribute name-value pairs.
ORGANIZATION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
 
Organization - Class in oracle.iam.oimcommon.vo
 
Organization() - Constructor for class oracle.iam.oimcommon.vo.Organization
 
Organization - Class in oracle.iam.platform.auth.providers.common.ipf.ppr.vo
 
Organization() - Constructor for class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
ORGANIZATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
Organization - Static variable in class oracle.iam.platform.utils.vo.OIMType
 
ORGANIZATION - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
Organization - Static variable in class oracle.iam.reconciliation.config.vo.ResourceType
 
Organization - Class in oracle.iam.reconciliation.vo
 
Organization() - Constructor for class oracle.iam.reconciliation.vo.Organization
 
Organization(String) - Constructor for class oracle.iam.reconciliation.vo.Organization
 
ORGANIZATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
ORGANIZATION - Static variable in class Thor.API.Base.tcBaseUtility.Entities
 
ORGANIZATION_ADMIN_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
ORGANIZATION_AVAILABLE_ROLES_RULE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORGANIZATION_ENTITY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORGANIZATION_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ORGANIZATION_KEY_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
ORGANIZATION_NAME_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
ORGANIZATION_PARENT_KEY_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
ORGANIZATION_PARENT_NAME_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
ORGANIZATION_ROLE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORGANIZATION_SCOPE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
ORGANIZATION_SCOPE_DIRECT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
ORGANIZATION_SCOPE_INCLUDE_HIERARCHY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
ORGANIZATION_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ORGANIZATION_USER - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORGANIZATION_USER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
ORGANIZATION_USER_MEMBERSHIP_RULE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORGANIZATION_VIEWER_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
OrganizationAlreadyDeletedException - Exception in oracle.iam.identity.exception
The OrganizationAlreadyDeletedException class is used when an attempt is made to delete an Organization whose status in the back-end DB is set to Deleted.
OrganizationAlreadyDeletedException() - Constructor for exception oracle.iam.identity.exception.OrganizationAlreadyDeletedException
Constructs a new Organization already deleted exception with null as its detail message.
OrganizationAlreadyDeletedException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationAlreadyDeletedException
Constructs a new Organization already deleted exception with the specified detail message.
OrganizationAlreadyDeletedException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationAlreadyDeletedException
Constructs a new Organization already deleted exception with the specified detail message and cause.
OrganizationAlreadyDeletedException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationAlreadyDeletedException
Constructs a new deleted exception with the specified cause.
OrganizationBulkValidationFailedException - Exception in oracle.iam.identity.exception
Thrown when there is a validation exception while performing bulk operation on an Organization
OrganizationBulkValidationFailedException(List, Map) - Constructor for exception oracle.iam.identity.exception.OrganizationBulkValidationFailedException
 
OrganizationBulkValidationFailedException() - Constructor for exception oracle.iam.identity.exception.OrganizationBulkValidationFailedException
Constructs a new validation failed exception with null as its detail message.
OrganizationBulkValidationFailedException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationBulkValidationFailedException
Constructs a new validation failed exception with the specified detail message.
OrganizationBulkValidationFailedException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationBulkValidationFailedException
Constructs a new validation failed exception with the specified detail message and cause.
OrganizationBulkValidationFailedException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationBulkValidationFailedException
Constructs a new validation failed exception with the specified cause.
OrganizationCreateException - Exception in oracle.iam.identity.exception
The OrganizationCreateException class is used to construct failure messages during the creation of an Organization.
OrganizationCreateException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationCreateException
Constructs a new Organization create exception with the specified detail message and cause.
OrganizationCreateException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationCreateException
Constructs a new Organization create exception with the specified detail message.
OrganizationDeleteException - Exception in oracle.iam.identity.exception
The OrganizationDeleteException class is used to construct failure messages during the delete operation of an Organization.
OrganizationDeleteException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteException
Constructs a new Organization delete exception with the specified detail message and cause.
OrganizationDeleteException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteException
Constructs a new Organization delete exception with the specified detail message.
OrganizationDeleteSubOrgsExistException - Exception in oracle.iam.identity.exception
The OrganizationDeleteSubOrgsExistException class is used to construct failure messages during the delete operation of a parent Organization which has sub-Organizations.
OrganizationDeleteSubOrgsExistException() - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteSubOrgsExistException
Constructs a new delete Sub-Organization failed exception with null as its detail message.
OrganizationDeleteSubOrgsExistException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteSubOrgsExistException
Constructs a new delete Sub-Organization failed exception with the specified detail message.
OrganizationDeleteSubOrgsExistException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteSubOrgsExistException
Constructs a new delete Sub-Organization failed exception with the specified detail message and cause.
OrganizationDeleteSubOrgsExistException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteSubOrgsExistException
Constructs a new delete Sub-Organization failed exception with the specified cause.
OrganizationDeleteSubOrgsUsersExistException - Exception in oracle.iam.identity.exception
The OrganizationDeleteSubOrgsUsersExistException class is used to construct failure messages during the delete operation of a Sub-Organization which has one or more existing User entities.
OrganizationDeleteSubOrgsUsersExistException() - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteSubOrgsUsersExistException
Constructs a new delete Sub-Organization failed exception with null as its detail message.
OrganizationDeleteSubOrgsUsersExistException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteSubOrgsUsersExistException
Constructs a new delete Sub-Organization failed exception with the specified detail message.
OrganizationDeleteSubOrgsUsersExistException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteSubOrgsUsersExistException
Constructs a new delete Sub-Organization failed exception with the specified detail message and cause.
OrganizationDeleteSubOrgsUsersExistException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteSubOrgsUsersExistException
Constructs a new delete Sub-Organization failed exception with the specified cause.
OrganizationDeleteUsersExistException - Exception in oracle.iam.identity.exception
Thrown when delete operation is being performed on an orgnazation which has active members
OrganizationDeleteUsersExistException() - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteUsersExistException
Constructs a new validation failed exception with null as its detail message.
OrganizationDeleteUsersExistException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteUsersExistException
Constructs a new validation failed exception with the specified detail message.
OrganizationDeleteUsersExistException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteUsersExistException
Constructs a new validation failed exception with the specified detail message and cause.
OrganizationDeleteUsersExistException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteUsersExistException
Constructs a new validation failed exception with the specified cause.
OrganizationDisableException - Exception in oracle.iam.identity.exception
The OrganizationDisableException class is used to construct failure messages during the disable operation of an Organization
OrganizationDisableException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableException
Constructs a new super exception with the specified detail message.
OrganizationDisableException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableException
Constructs a new super exception with the specified detail message and cause.
OrganizationDisableSubOrgsExistException - Exception in oracle.iam.identity.exception
The OrganizationDisableSubOrgsExistException class is used to construct failure messages during the disable operation of a parent Organization which has sub-Organizations.
OrganizationDisableSubOrgsExistException() - Constructor for exception oracle.iam.identity.exception.OrganizationDisableSubOrgsExistException
Constructs a new disable Organization failed exception with null as its detail message.
OrganizationDisableSubOrgsExistException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableSubOrgsExistException
Constructs a new disable Organization failed exception with the specified detail message.
OrganizationDisableSubOrgsExistException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableSubOrgsExistException
Constructs a new disable Organization failed exception with the specified detail message and cause.
OrganizationDisableSubOrgsExistException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableSubOrgsExistException
Constructs a new disable Organization failed exception with the specified cause.
OrganizationDisableSubOrgsUsersExistException - Exception in oracle.iam.identity.exception
The OrganizationDisableSubOrgsUsersExistException class is used to construct failure messages during the disable operation of Sub-Organization which has one or more existing User entities.
OrganizationDisableSubOrgsUsersExistException() - Constructor for exception oracle.iam.identity.exception.OrganizationDisableSubOrgsUsersExistException
Constructs a new disable Sub-Organization failed exception with null as its detail message.
OrganizationDisableSubOrgsUsersExistException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableSubOrgsUsersExistException
Constructs a new disable Sub-Organization exception with the specified detail message.
OrganizationDisableSubOrgsUsersExistException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableSubOrgsUsersExistException
Constructs a new disable Sub-Organization failed exception with the specified detail message and cause.
OrganizationDisableSubOrgsUsersExistException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableSubOrgsUsersExistException
Constructs a new disable Sub-Organization failed exception with the specified cause.
OrganizationDisableUsersExistException - Exception in oracle.iam.identity.exception
The OrganizationDisableUsersExistException class is used to construct failure messages during the disable operation of an Organization which has one or more existing User entities.
OrganizationDisableUsersExistException() - Constructor for exception oracle.iam.identity.exception.OrganizationDisableUsersExistException
Constructs a new disable Organization failed exception with null as its detail message.
OrganizationDisableUsersExistException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableUsersExistException
Constructs a new disable Organization failed exception with the specified detail message.
OrganizationDisableUsersExistException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableUsersExistException
Constructs a new disable Organization failed exception with the specified detail message and cause.
OrganizationDisableUsersExistException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDisableUsersExistException
Constructs a new disable Organization failed exception with the specified cause.
OrganizationEnableException - Exception in oracle.iam.identity.exception
The OrganizationEnableException class is used to construct failure messages during the enable operation of an Organization
OrganizationEnableException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationEnableException
Constructs a new super exception with the specified detail message.
OrganizationEnableException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationEnableException
Constructs a new super exception with the specified detail message and cause.
OrganizationEntityAttributeMapping - Interface in oracle.iam.identity.orgmgmt.api
 
OrganizationEntityOperationException - Exception in oracle.iam.identity.exception
The OrganizationEntityOperationException class is used to construct generic failure messages while performing certain operation on an Organization.
OrganizationEntityOperationException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationEntityOperationException
Constructs a new exception with the specified detail message and cause.
OrganizationEntityOperationException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationEntityOperationException
Constructs a new exception with the specified detail message.
OrganizationManager - Interface in oracle.iam.identity.orgmgmt.api
The OrganizationManager API exposes the methods to manage an Organization.
OrganizationManagerBulkResult - Class in oracle.iam.identity.orgmgmt.vo
The OrganizationManagerBulkResult class is a value object and contains the result of bulk operation on organization entity.
OrganizationManagerBulkResult(String) - Constructor for class oracle.iam.identity.orgmgmt.vo.OrganizationManagerBulkResult
Construct OrganizationManagerBulkResult with given status status
OrganizationManagerConstants - Class in oracle.iam.identity.orgmgmt.api
 
OrganizationManagerConstants() - Constructor for class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
OrganizationManagerConstants.AttributeName - Class in oracle.iam.identity.orgmgmt.api
 
OrganizationManagerConstants.AttributeValue - Class in oracle.iam.identity.orgmgmt.api
 
OrganizationManagerConstants.ErrorCodes - Class in oracle.iam.identity.orgmgmt.api
 
OrganizationManagerConstants.Operations - Class in oracle.iam.identity.orgmgmt.api
 
OrganizationManagerConstants.Privilege - Class in oracle.iam.identity.orgmgmt.api
 
OrganizationManagerException - Exception in oracle.iam.identity.exception
The OrganizationManagerException class is used to construct failure messages if there is an exception during an operation being performed on an Organization
OrganizationManagerException() - Constructor for exception oracle.iam.identity.exception.OrganizationManagerException
Constructs a new validation failed exception with null as its detail message.
OrganizationManagerException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationManagerException
Constructs a new validation failed exception with the specified detail message.
OrganizationManagerException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationManagerException
Constructs a new validation failed exception with the specified detail message and cause.
OrganizationManagerException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationManagerException
Constructs a new validation failed exception with the specified cause.
OrganizationManagerResult - Class in oracle.iam.identity.orgmgmt.vo
The OrganizationManagerResult class is a value object class containing the result of an operation on Organization entity.
OrganizationManagerResult() - Constructor for class oracle.iam.identity.orgmgmt.vo.OrganizationManagerResult
Construct a blank OrganizationManagerResult
OrganizationManagerResult(String, String, String) - Constructor for class oracle.iam.identity.orgmgmt.vo.OrganizationManagerResult
Construct OrganizationManagerResult with given GUID entityId, status status and error code errorCode
OrganizationModificationException - Exception in oracle.iam.identity.exception
The OrganizationModificationException class is used to construct failure messages during the modify operation of an Organization.
OrganizationModificationException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationModificationException
Constructs a new Organization modify exception with the specified detail message and cause.
OrganizationModificationException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationModificationException
Constructs a new Organization modify exception with the specified detail message.
OrganizationNotAlreadyDisabledException - Exception in oracle.iam.identity.exception
The OrganizationNotAlreadyDisabledException class is used to construct failure messages during the disable operation of an Organization.
OrganizationNotAlreadyDisabledException() - Constructor for exception oracle.iam.identity.exception.OrganizationNotAlreadyDisabledException
Constructs a new Organization disable operation failed exception with null as its detail message.
OrganizationNotAlreadyDisabledException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationNotAlreadyDisabledException
Constructs a new Organization disable operation failed exception with the specified detail message.
OrganizationNotAlreadyDisabledException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationNotAlreadyDisabledException
Constructs a new Organization disable operation failed exception with the specified detail message and cause.
OrganizationNotAlreadyDisabledException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationNotAlreadyDisabledException
Constructs a new Organization disable operation failed exception with the specified cause.
OrganizationNotAlreadyEnabledException - Exception in oracle.iam.identity.exception
The OrganizationNotAlreadyEnabledException class is used to construct failure messages during the enable operation of an Organization.
OrganizationNotAlreadyEnabledException() - Constructor for exception oracle.iam.identity.exception.OrganizationNotAlreadyEnabledException
Constructs a new Organization enable operation failed exception with null as its detail message.
OrganizationNotAlreadyEnabledException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationNotAlreadyEnabledException
Constructs a new Organization enable operation failed exception with the specified detail message.
OrganizationNotAlreadyEnabledException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationNotAlreadyEnabledException
Constructs a new Organization enable operation failed exception with the specified detail message and cause.
OrganizationNotAlreadyEnabledException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationNotAlreadyEnabledException
Constructs a new Organization enable operation failed exception with the specified cause.
OrganizationOrphanedPublishedEntitiesException - Exception in oracle.iam.identity.exception
Thrown when while deleting the Organization presence of published entities is detected that would be orphaned if this org is deleted.
OrganizationOrphanedPublishedEntitiesException() - Constructor for exception oracle.iam.identity.exception.OrganizationOrphanedPublishedEntitiesException
 
OrganizationOrphanedPublishedEntitiesException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationOrphanedPublishedEntitiesException
Constructs a new OrganizationOrphanedPublishedEntitiesException with the specified detail message.
ORGANIZATIONS_PUBLISHED_TO - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
OrganizationScopeObligation - Interface in oracle.iam.platform.authopss.api
 
OrganizationService - Interface in oracle.iam.oimcommon.api
 
OrganizationStatusChangeException - Exception in oracle.iam.identity.exception
The OrganizationStatusChangeException class is used to construct failure messages during the change status operation of an Organization.
OrganizationStatusChangeException() - Constructor for exception oracle.iam.identity.exception.OrganizationStatusChangeException
Constructs a new Organization status change failed exception with null as its detail message.
OrganizationStatusChangeException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationStatusChangeException
Constructs a new Organization status change failed exception with the specified detail message.
OrganizationStatusChangeException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationStatusChangeException
Constructs a new Organization status change failed exception with the specified detail message and cause.
OrganizationStatusChangeException(Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationStatusChangeException
Constructs a new Organization status change failed exception with the specified cause.
OrganizationValidationFailedException - Exception in oracle.iam.identity.exception
Thrown when there is a validation exception while performing an operation on an organization
OrganizationValidationFailedException() - Constructor for exception oracle.iam.identity.exception.OrganizationValidationFailedException
 
ORGKEY - Static variable in class Thor.API.Base.tcBaseUtility
 
ORGNAME - Static variable in class Thor.API.Base.tcBaseUtility
 
orgOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
orgResourceOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ORGS_NOT_FOUND - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
OrgUserRelationship - Class in oracle.iam.identity.orgmgmt.vo
Class that represents the Organization-User relationship.
OrgUserRelationship(String, String) - Constructor for class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship
 
OrgUserRelationship.RelationType - Class in oracle.iam.identity.orgmgmt.vo
 
Other - Static variable in class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
 
OUTPUT_GENERATED - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
OWNER_DISPLAY_NAME - Static variable in class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
 
OWNER_DISPLAY_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
OWNER_DISPLAY_NAME - Static variable in class oracle.iam.policyengine.vo.Rule.ForeignAttribute
 
OWNER_EMAIL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
OWNER_EMAIL - Static variable in class oracle.iam.policyengine.vo.Rule.ForeignAttribute
 
OWNER_FIRST_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
OWNER_FIRST_NAME - Static variable in class oracle.iam.policyengine.vo.Rule.ForeignAttribute
 
OWNER_ID - Static variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
OWNER_ID - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
OWNER_ID - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
OWNER_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
OWNER_LAST_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
OWNER_LAST_NAME - Static variable in class oracle.iam.policyengine.vo.Rule.ForeignAttribute
 
OWNER_LOGIN - Static variable in class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
 
OWNER_LOGIN - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
OWNER_LOGIN_NAME - Static variable in class oracle.iam.policyengine.vo.Rule.ForeignAttribute
 
OWNER_TYPE_GLOBAL_USER - Static variable in interface oracle.iam.certification.vo.Constants
 
OWNER_TYPE_ROLE - Static variable in interface oracle.iam.certification.vo.Constants
 
OWNERID - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
ownerLoginId - Variable in class oracle.iam.reconciliation.vo.Account
 
ownerName - Variable in class oracle.iam.reconciliation.vo.Account
 
OWNERTYPE - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
ownerType - Variable in class oracle.iam.reconciliation.vo.Account
 

P

P1_DECISION - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
P2_DECISION - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
PACKAGE_SEPARATOR_CHAR - Static variable in class oracle.iam.platform.Platform
 
pad(String, int, char, boolean) - Static method in class oracle.iam.policyengine.vo.Util
 
PAGER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PaginationContext - Class in oracle.iam.certification.vo
 
PaginationContext(int, int, String, int) - Constructor for class oracle.iam.certification.vo.PaginationContext
 
PaginationContext() - Constructor for class oracle.iam.certification.vo.PaginationContext
 
Parameter - Class in oracle.iam.request.model.vo
Java class for parameter complex type.
Parameter() - Constructor for class oracle.iam.request.model.vo.Parameter
 
PARAMETER_CERTIFICATION_ABOUT_TO_EXPIRE_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_CERTIFICATION_EXPIRED_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_CERTIFICATION_REMINDERS - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_FIFTH_CERTIFICATION_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_FIRST_CERTIFICATION_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_FIRST_REPORT_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_FOURTH_CERTIFICATION_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_FOURTH_REPORT_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_REMINDERS_SENT - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_SECOND_CERTIFICATION_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_SECOND_REPORT_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_THIRD_CERTIFICATION_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_THIRD_REPORT_REMINDER - Static variable in interface oracle.iam.certification.vo.Constants
 
PARAMETER_UPCOMING_CERTIFICATION_NOTIFICATION - Static variable in interface oracle.iam.certification.vo.Constants
 
ParameterParsingException - Class in oracle.iam.certification.exception
Exception thrown when there is issue in parsing parameters.
ParameterParsingException(String) - Constructor for class oracle.iam.certification.exception.ParameterParsingException
 
ParameterValueTypeNotSupportedException - Exception in oracle.iam.scheduler.exception
This exception will be thrown if value set for required parameters of a schedule task is not supported in application.
ParameterValueTypeNotSupportedException(String, String) - Constructor for exception oracle.iam.scheduler.exception.ParameterValueTypeNotSupportedException
Constructs a ParameterValueTypeNotSupportedException with the specified detail message and schedule task parameter name.
PARENT_ENTITY_ID - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
PARENT_ORG_KEY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
PARENT_SCAN_ID - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
ParentAttributeNotFoundException - Exception in oracle.iam.reconciliation.exception
 
ParentAttributeNotFoundException() - Constructor for exception oracle.iam.reconciliation.exception.ParentAttributeNotFoundException
 
ParentAttributeNotFoundException(String) - Constructor for exception oracle.iam.reconciliation.exception.ParentAttributeNotFoundException
 
parentEntityAttribute - Variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
ParentID - Static variable in class oracle.iam.certification.vo.SearchFilter.Argument
 
ParentID - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Argument
 
PARENTORGNAME - Static variable in class Thor.API.Base.tcBaseUtility
 
parseCurrentTimeWithFormat(String) - Static method in class com.thortech.xl.util.adapters.tcUtilDateOperations
method returns current date based on the specified format.
parseCurrentTimeWithFormatAndTimeZone(String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilDateOperations
method returns current date based on the specified format and timezone.
parseMetadata(TargetSchema) - Method in interface com.thortech.xl.gc.spi.ProvisioningFormatProvider
This method parses the target schema and return a schema understandable by OIM.
parseMetadata(TargetSchema) - Method in interface com.thortech.xl.gc.spi.ReconFormatProvider
This method parses the target schema and returns a schema that Oracle Identity Manager understands.
parseRecords(TargetRecord[]) - Method in interface com.thortech.xl.gc.spi.ReconFormatProvider
This method parses the target records and converts them into a structure that Oracle Identity Manager understands.
PARTIAL_CERTIFIED - Static variable in class oracle.iam.certification.vo.Certifiable.Status
 
PARTITION - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
PASSWORD - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PASSWORD - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants
 
PASSWORD_CHANGE_INITIATED_BY_ADMIN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
PASSWORD_CHANGE_INITIATED_BY_SELF - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
PASSWORD_CHANGE_INITIATED_BY_USELF - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
PASSWORD_CHANGE_INITIATOR - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
PASSWORD_COMPLEX_PASSWORD - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_DESCRIPTION - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_DICTIONARY_DELIMITER - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_DICTIONARY_LOCATION - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_DISALLOW_FNAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_DISALLOW_LNAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_DISALLOW_USERID - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_ENFORCE_HISTORY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_EXPIRES_AFTER - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_EXPIRY_AFTER_NOT_SET - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_GENERATED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PASSWORD_IN_UNIQUE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_INVALID_CHARS - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_INVALID_STRINGS - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MAX_LENGTH - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MAX_REPEATED - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MAX_SPECIALCHAR - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MAX_UNICODE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_AGE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_AGE_DAYS_NOT_SET - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_ALPHA - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_ALPHANUM - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_LENGTH - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_LOWERCASE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_NUMBER - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_SPECIALCHAR - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_UNICODE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_MIN_UPPERCASE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_NAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_POLICY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
PASSWORD_POLICY_ID - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
PASSWORD_REQD_CHARS - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_STARTS_WITH_CHAR - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_VALID_CHARS - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_WARN_AFTER - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PASSWORD_WARN_AFTER_NOT_SET - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
PasswordIncorrectException - Exception in oracle.iam.selfservice.exception
Thrown if the password given for the specified user is not correct.
PasswordIncorrectException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PasswordIncorrectException
Constructs a PasswordIncorrectException with the specified detail message and cause.
PasswordIncorrectException(String) - Constructor for exception oracle.iam.selfservice.exception.PasswordIncorrectException
Constructs a PasswordIncorrectException with the specified detail message.
PasswordMgmtService - Interface in oracle.iam.passwordmgmt.api
Provides common password management functionalities like Create/Update/Delete Password Policies Get description of the password policies Validate given passwords against the applicable Password Policy Get description of the password policy applicable to user/organization
PasswordMismatchException - Exception in oracle.iam.selfservice.exception
Thrown if while changing the password for the specified user, the confirmed password is not the same as new password.
PasswordMismatchException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PasswordMismatchException
Constructs a PasswordMismatchException with the specified detail message and cause.
PasswordMismatchException(String) - Constructor for exception oracle.iam.selfservice.exception.PasswordMismatchException
Constructs a PasswordMismatchException with the specified detail message.
PASSWORDPOLICY_DESCRIPTION_HEADER - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
PASSWORDPOLICY_VIOLATION_HEADER - Static variable in class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
PasswordPolicyDescription - Class in oracle.iam.passwordmgmt.vo
Responsible for providing description of a PasswordPolicy in the required format
PasswordPolicyDescription() - Constructor for class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
PasswordPolicyDescription(List) - Constructor for class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
PasswordPolicyException - Exception in oracle.iam.selfservice.exception
Thrown if the specified password fails to satisfy the applicable password policy.
PasswordPolicyException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PasswordPolicyException
Constructs a PasswordPolicyException with the specified detail message and cause.
PasswordPolicyException(String) - Constructor for exception oracle.iam.selfservice.exception.PasswordPolicyException
Constructs a PasswordPolicyException with the specified detail message.
PasswordPolicyFailedException - Exception in oracle.iam.identity.exception
Thrown if the password provided as input in a user manager operation does not satisfy the applicable password policy.
PasswordPolicyFailedException(String, String) - Constructor for exception oracle.iam.identity.exception.PasswordPolicyFailedException
Constructs a PasswordPolicyFailedException with the specified detail message and error code.
PasswordPolicyFailedException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.PasswordPolicyFailedException
Constructs a PasswordPolicyFailedException with the specified detail message, cause and error code.
PasswordPolicyFailedException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.PasswordPolicyFailedException
Constructs a PasswordPolicyFailedException with the specified cause and error code.
PasswordPolicyInfo - Class in oracle.iam.passwordmgmt.vo
 
PasswordPolicyInfo() - Constructor for class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
PasswordPolicyViolationsDescription - Class in oracle.iam.passwordmgmt.vo
Provides a description of the Password Policy Voilations
PasswordPolicyViolationsDescription() - Constructor for class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
PasswordResetAttemptsExceededException - Exception in oracle.iam.selfservice.exception
Thrown if the specified user has exceeded the maximum number of allowed attempts for resetting the password.
PasswordResetAttemptsExceededException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PasswordResetAttemptsExceededException
Constructs a PasswordResetAttemptsExceededException with the specified detail message and cause.
PasswordResetAttemptsExceededException(String) - Constructor for exception oracle.iam.selfservice.exception.PasswordResetAttemptsExceededException
Constructs a PasswordResetAttemptsExceededException with the specified detail message.
PasswordRuleDescription - Class in oracle.iam.passwordmgmt.vo.rules
Provides an Internationalized Description of a PasswordRule
PasswordRuleDescription() - Constructor for class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
PasswordRuleDescription(String, String) - Constructor for class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
PasswordVerificationException - Exception in oracle.iam.identity.exception
Thrown if the verification of the old password fails during a change password operation on a user.
PasswordVerificationException(String, String) - Constructor for exception oracle.iam.identity.exception.PasswordVerificationException
Constructs a PasswordVerificationException with the specified detail message and error code.
PasswordVerificationException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.PasswordVerificationException
Constructs a PasswordVerificationException with the specified detail message, cause and error code.
PasswordVerificationException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.PasswordVerificationException
Constructs a PasswordVerificationException with the specified cause and error code.
PasswordVerifier - Interface in oracle.iam.identity.usermgmt.api
The PasswordVerifier API exposes the methods to verify the old password of a user.
path - Variable in class oracle.iam.platformservice.vo.JarElement
 
path - Variable in class oracle.iam.platformservice.vo.ResourceElement
 
PATH_DELIMS - Static variable in class oracle.iam.policyengine.vo.ValueObject
 
PATHELEM_EXISTING_ROLE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
PATHELEM_REQUESTER - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
PATHELEM_ROLE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
PathElement - Class in oracle.iam.policyengine.vo
 
PathElement() - Constructor for class oracle.iam.policyengine.vo.PathElement
 
PAUSE_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
pauseJob(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Pauses the action of the specified schedule Job
pauseTrigger(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Deprecated.  
PENDING - Static variable in class oracle.iam.vo.OperationResult.OperationStatus
 
PENDING_NOTIFICATION_BASE_CREATE_DATE - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
PENDING_NOTIFICATION_BASE_END_DATE - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
PENDING_NOTIFICATION_BASE_START_DATE - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
PENDING_ROLE_GRANT_CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_GRANT_END_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_GRANT_FIELD_END_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_GRANT_FIELD_START_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_GRANT_REQUEST_ID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_GRANT_REQUEST_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_GRANT_ROLE_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_GRANT_START_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_GRANT_UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_GRANT_USER_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLE_USER - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLEUSER_MEMBERSHIP_GRANTS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLEUSER_MEMBERSHIP_MEMBERS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLEUSER_MEMBERSHIP_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PENDING_ROLEUSER_MEMBERSHIP_USER - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
performBooleanAnd(boolean, boolean) - Static method in class com.thortech.xl.util.adapters.tcUtilBooleanOperations
method that perform Boolean 'And' operation based on two boolean values.
performBooleanAnd(Boolean, Boolean) - Static method in class com.thortech.xl.util.adapters.tcUtilBooleanOperations
method that perform Boolean 'And' operation based on two boolean values.
performBooleanOr(boolean, boolean) - Static method in class com.thortech.xl.util.adapters.tcUtilBooleanOperations
method that perform Boolean 'Or' operation based on two boolean values.
performBooleanOr(Boolean, Boolean) - Static method in class com.thortech.xl.util.adapters.tcUtilBooleanOperations
method that perform Boolean 'Or' operation based on two boolean values.
performBulkAction(String, HashMap, List, String) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Perform Bulk Event Actions.
performBulkAction(String, HashMap, List) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
Deprecated. 
performConcat(String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that performs concatenation of two strings.
performConcatWithSpace(String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that performs concatenation of two strings with a space in between
performDataCollectionForSession(String) - Method in interface Thor.API.Operations.DataCollectionOperationsIntf
Performs the data collection in the current session.
performImport(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Perform the actual import operation on the selected objects.
performImport(Collection) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Perform the actual import operation on the selected objects.
performLowerCaseCheck(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
Returns true if there is atleast one lowercase
performSpecialCharCheck(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
Checks if the string has any special character in it.
performSubstring(String, int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that performs substring function based on specified begin and end positions.
performSubstring(String, int) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that performs substring function based on specified begin position.
performSubstring(String, Integer, Integer) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that performs substring function based on specified begin and end positions.
performSubstring(String, Integer) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that performs substring function based on specified begin position.
performSubstringLess(String, int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that performs substring function based on specified begin and end positions.
performSubstringLess(String, Integer, Integer) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that performs substring function based on specified begin and end positions.
performToLowerCase(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that converts string to Lower case.
performToUpperCase(String) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that converts string to Upper case.
PHASE_DECISION_CONFLICT - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
PHONE_NUMBER - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
PHONE_NUMBER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
Platform - Class in oracle.iam.platform
Provides OIM Components a way to interact with other elements in the OIM runtime environment.This class cannot be instantiated.
PLATFORM_SERVICE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
PlatformService - Interface in oracle.iam.platformservice.api
 
PlatformServiceAccessDeniedException - Exception in oracle.iam.platformservice.exception
 
PlatformServiceAccessDeniedException() - Constructor for exception oracle.iam.platformservice.exception.PlatformServiceAccessDeniedException
 
PlatformServiceAccessDeniedException(String) - Constructor for exception oracle.iam.platformservice.exception.PlatformServiceAccessDeniedException
 
PlatformServiceAccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.platformservice.exception.PlatformServiceAccessDeniedException
 
PlatformServiceAccessDeniedException(Throwable) - Constructor for exception oracle.iam.platformservice.exception.PlatformServiceAccessDeniedException
 
PlatformServiceException - Exception in oracle.iam.platformservice.exception
 
PlatformServiceException(Exception) - Constructor for exception oracle.iam.platformservice.exception.PlatformServiceException
 
PlatformServiceException(String) - Constructor for exception oracle.iam.platformservice.exception.PlatformServiceException
 
PlatformServiceException(String, Exception) - Constructor for exception oracle.iam.platformservice.exception.PlatformServiceException
 
PlatformServiceException(String, Throwable) - Constructor for exception oracle.iam.platformservice.exception.PlatformServiceException
 
PlatformUtilsService - Interface in oracle.iam.platformservice.api
 
PLUGIN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
PO_BOX - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
POLICY - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
Policy - Class in oracle.iam.grc.sod.vo
This value object represents a SoD policy defintion present in the SoD engine.
Policy() - Constructor for class oracle.iam.grc.sod.vo.Policy
 
Policy - Class in oracle.iam.oimcommon.vo
Created by IntelliJ IDEA.
Policy() - Constructor for class oracle.iam.oimcommon.vo.Policy
 
POLICY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
POLICY - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
Policy - Class in oracle.iam.policyengine.vo
 
Policy() - Constructor for class oracle.iam.policyengine.vo.Policy
 
Policy(String, boolean) - Constructor for class oracle.iam.policyengine.vo.Policy
 
POLICY_ATTRIBUTE_HIERARCHY_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_ATTRIBUTE_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_ATTRIBUTE_VALUE - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
POLICY_CHANGE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_CHANGE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_CREATE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_CREATE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_DATA_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
POLICY_DESCRIPTION - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
POLICY_ID - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
POLICY_ID - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
POLICY_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
POLICY_KEY_NAME_MAP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
POLICY_NAME - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
POLICY_NAME - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
POLICY_OWNER_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_RELATION - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
POLICY_RULE_RELATION - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
POLICY_RULES - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
POLICY_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_KEY_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_KEY_COMPOSING - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_KEY_DECOMISSIONED - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_KEY_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_KEY_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_LABEL_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_LABEL_COMPOSING - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_LABEL_DECOMISSIONED - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_LABEL_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_STATUS_LABEL_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICY_TYPE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
POLICY_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
POLICY_TYPE_AUTH_TYPE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
POLICY_TYPE_AUTH_TYPE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
POLICY_VIOLATION_ASSIGNMENT_THREAD_LIMIT - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VIOLATION_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
POLICY_VIOLATION_ID - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
POLICY_VIOLATION_ID - Static variable in class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
 
POLICY_VO_ATTRIBUTE_ACCOUNT_ID - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_ACCOUNT_NAME - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_ACCOUNT_STATUS - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_ACCOUNT_TYPE - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_ENT_KEY - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_ENTITLEMENT - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_ITEM_RISK - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_LAST_CERT_DECISION - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_LAST_CERT_RISK - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_OPEN_SOD_VIOLATIONS - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_PROV_METHOD_RISK - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_RISK_UPDATE_DATE - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_ROLE_KEY - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_SUMMARY_RISK - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_ATTRIBUTE_UNKNOWN_ACCOUNT_SUFFIX - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_CLOSING_BRACKET - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_FIELD_SEPARATOR - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_INDEX_MARKER - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_OPENING_BRACKET - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_PREFIX_ACCOUNT - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_PREFIX_APP_INSTANCE - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_PREFIX_APP_TYPE - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_PREFIX_CATALOG - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_PREFIX_ROLE - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
POLICY_VO_PREFIX_USER - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
PolicyAttributeValue - Class in oracle.iam.oimcommon.vo
Created by IntelliJ IDEA.
PolicyAttributeValue() - Constructor for class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
PolicyChildTableRecord - Class in com.thortech.xl.vo
Value Object to store the child table records of the policy Data
PolicyChildTableRecord() - Constructor for class com.thortech.xl.vo.PolicyChildTableRecord
Creates a new PolicyChildTableRecord object.
PolicyChildTableRecord(int) - Constructor for class com.thortech.xl.vo.PolicyChildTableRecord
Creates a new PolicyChildTableRecord object.
PolicyConstants - Class in oracle.iam.platform.authopss.api
This class is used to define the constants.
PolicyConstants() - Constructor for class oracle.iam.platform.authopss.api.PolicyConstants
 
PolicyConstants - Class in oracle.iam.policyengine.vo
 
PolicyConstants() - Constructor for class oracle.iam.policyengine.vo.PolicyConstants
 
PolicyConstants.Actions - Interface in oracle.iam.platform.authopss.api
 
PolicyConstants.AdminRole - Class in oracle.iam.platform.authopss.api
Enums to represent the admin role.
PolicyConstants.AdminRoleActions - Class in oracle.iam.platform.authopss.api
enum for the AdminRole actions.
PolicyConstants.ApplicationInstanceActions - Class in oracle.iam.platform.authopss.api
enum for the Application Instance.
PolicyConstants.ApprovalPolicyActions - Class in oracle.iam.platform.authopss.api
enum for the Approval policy.
PolicyConstants.CatalogActions - Class in oracle.iam.platform.authopss.api
enum for the Catalog.
PolicyConstants.CertificationActions - Class in oracle.iam.platform.authopss.api
enum for the Certificatons.
PolicyConstants.CommonActions - Class in oracle.iam.platform.authopss.api
enum for the Plugin.
PolicyConstants.DenialReason - Class in oracle.iam.platform.authopss.api
 
PolicyConstants.DeniedAttributAction - Class in oracle.iam.platform.authopss.api
Enum for storing denied attribute actions
PolicyConstants.DiagnosticDashboardActions - Class in oracle.iam.platform.authopss.api
enum for the Diagnostic dashboard.
PolicyConstants.EntitlementActions - Class in oracle.iam.platform.authopss.api
enum for the Entitlement Actions.
PolicyConstants.HomeOrganizationPolicyActions - Class in oracle.iam.platform.authopss.api
enum for the Home Organization Policy
PolicyConstants.IdentityAttributeConfigurationActions - Class in oracle.iam.platform.authopss.api
enum for the User-Management Config.
PolicyConstants.IdentityAuditConfigurationActions - Class in oracle.iam.platform.authopss.api
enum for the Identity Audit Configuration Actions
PolicyConstants.IdentityAuditPolicyActions - Class in oracle.iam.platform.authopss.api
enum for the Identity Audit Policy
PolicyConstants.IdentityAuditPolicyViolationActions - Class in oracle.iam.platform.authopss.api
enum for the Identity Audit PolicyViolation Actions
PolicyConstants.IdentityAuditPolicyViolationCauseActions - Class in oracle.iam.platform.authopss.api
enum for the Identity Audit PolicyViolationCause Actions
PolicyConstants.IdentityAuditScanDefinitionActions - Class in oracle.iam.platform.authopss.api
enum for the Identity Audit ScanDefinition Actions
PolicyConstants.IdentityAuditScanRunActions - Class in oracle.iam.platform.authopss.api
enum for the Identity Audit ScanRun Actions
PolicyConstants.InternalObligations - Class in oracle.iam.platform.authopss.api
enum for the internal Organization scoping obligation.
PolicyConstants.NotificationActions - Class in oracle.iam.platform.authopss.api
enum for the Notification.
PolicyConstants.Obligations - Class in oracle.iam.platform.authopss.api
enum for the User.
PolicyConstants.OIMUIActions - Class in oracle.iam.platform.authopss.api
enum for the OIMUI Actions.
PolicyConstants.OperationContextAppRoles - Class in oracle.iam.platform.authopss.api
 
PolicyConstants.OperatorType - Class in oracle.iam.policyengine.vo
 
PolicyConstants.OrganizationActions - Class in oracle.iam.platform.authopss.api
enum for the Organization.
PolicyConstants.OrganizationScopingSecurityAttributes - Class in oracle.iam.platform.authopss.api
enum for the org scoping security attributes.
PolicyConstants.PasswordPolicyActions - Class in oracle.iam.platform.authopss.api
enum for the Password Policy.
PolicyConstants.PathElemType - Class in oracle.iam.policyengine.vo
 
PolicyConstants.PlatformServiceActions - Class in oracle.iam.platform.authopss.api
enum for the Platform Service.
PolicyConstants.PluginActions - Class in oracle.iam.platform.authopss.api
enum for the Plugin.
PolicyConstants.PolicyActions - Class in oracle.iam.platform.authopss.api
enum for the Policy
PolicyConstants.PolicyTypeActions - Class in oracle.iam.platform.authopss.api
enum for the Policy Type
PolicyConstants.ProvisionedByRequestActions - Class in oracle.iam.platform.authopss.api
enum for the Provisioning Request Entity.
PolicyConstants.ReconciliationActions - Class in oracle.iam.platform.authopss.api
enum for the Recon.
PolicyConstants.RequestDatasetActions - Class in oracle.iam.platform.authopss.api
enum for the Request Dataset.
PolicyConstants.RequestPathElementAttribute - Class in oracle.iam.policyengine.vo
 
PolicyConstants.RequestProfileActions - Class in oracle.iam.platform.authopss.api
enum for the Request Profile.
PolicyConstants.ResourceObjectActions - Class in oracle.iam.platform.authopss.api
enum for the Resource Object.
PolicyConstants.Resources - Class in oracle.iam.platform.authopss.api
Enum for the resource types.
PolicyConstants.ResourceSecurityAttributes - Class in oracle.iam.platform.authopss.api
enum for the resource security attributes.
PolicyConstants.RoleActions - Class in oracle.iam.platform.authopss.api
enum for the Role.
PolicyConstants.RoleCategoryActions - Class in oracle.iam.platform.authopss.api
enum for the Role Category.
PolicyConstants.RuleActions - Class in oracle.iam.platform.authopss.api
enum for the Identity Audit Rule
PolicyConstants.SchedulerActions - Class in oracle.iam.platform.authopss.api
enum for the Scheduler.
PolicyConstants.SelfServiceCapabilitiesPolicyActions - Class in oracle.iam.platform.authopss.api
enum for the Self Service Capabilities Policy
PolicyConstants.Severity - Class in oracle.iam.policyengine.vo
 
PolicyConstants.SubjectSecurityAttributes - Class in oracle.iam.platform.authopss.api
enum for the subject's security attributes.
PolicyConstants.SystemPropertiesActions - Class in oracle.iam.platform.authopss.api
enum for the System Properties.
PolicyConstants.UserActions - Class in oracle.iam.platform.authopss.api
enum for the User.
PolicyConstants.WorkflowPolicyActions - Class in oracle.iam.platform.authopss.api
enum for the Workflow Policy
PolicyConstants.WorkflowPolicyType - Class in oracle.iam.policyengine.vo
 
PolicyFailedException - Exception in oracle.iam.selfservice.exception
This is a generic exception thrown when there is a failure in satisfying the policies applicable to an operation.
PolicyFailedException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PolicyFailedException
Constructs a PolicyFailedException with the specified detail message and cause.
PolicyFailedException(String) - Constructor for exception oracle.iam.selfservice.exception.PolicyFailedException
Constructs a PolicyFailedException with the specified detail message.
PolicyManager - Interface in oracle.iam.policyengine.api
 
PolicyManagerException - Exception in oracle.iam.policyengine.exception
 
PolicyManagerException() - Constructor for exception oracle.iam.policyengine.exception.PolicyManagerException
 
PolicyManagerException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.PolicyManagerException
 
PolicyManagerException(String) - Constructor for exception oracle.iam.policyengine.exception.PolicyManagerException
 
PolicyManagerException(Throwable) - Constructor for exception oracle.iam.policyengine.exception.PolicyManagerException
 
PolicyManagerException(String, String) - Constructor for exception oracle.iam.policyengine.exception.PolicyManagerException
 
PolicyManagerResult - Class in oracle.iam.policyengine.vo
 
PolicyManagerResult(String, String) - Constructor for class oracle.iam.policyengine.vo.PolicyManagerResult
 
PolicyManagerResult(String) - Constructor for class oracle.iam.policyengine.vo.PolicyManagerResult
 
PolicySelectionCriteria - Class in oracle.iam.ida.vo
 
PolicySelectionCriteria() - Constructor for class oracle.iam.ida.vo.PolicySelectionCriteria
 
PolicyService - Interface in oracle.iam.oimcommon.api
Created by IntelliJ IDEA.
PolicyType - Class in oracle.iam.policyengine.vo
 
PolicyType() - Constructor for class oracle.iam.policyengine.vo.PolicyType
 
PolicyType(String, boolean) - Constructor for class oracle.iam.policyengine.vo.PolicyType
 
PolicyTypeAuthTypeObligation - Interface in oracle.iam.platform.authopss.api
 
PolicyTypeDefinition - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition
 
PolicyTypeDefinition.PolicyType - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
 
PolicyTypeDefinition.PolicyType.AllowedFunctions - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType.AllowedFunctions() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedFunctions
 
PolicyTypeDefinition.PolicyType.AllowedFunctions.Attribute - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType.AllowedFunctions.Attribute() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedFunctions.Attribute
 
PolicyTypeDefinition.PolicyType.AllowedReturnAttributes - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType.AllowedReturnAttributes() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes
 
PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
 
PolicyTypeDefinition.PolicyType.AllowedTopPathElements - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType.AllowedTopPathElements() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements
 
PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
 
PolicyTypeDefinition.PolicyType.EntitiesCanBeAssignedTo - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType.EntitiesCanBeAssignedTo() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.EntitiesCanBeAssignedTo
 
PolicyTypeDefinition.PolicyType.OperationsThatTrigger - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType.OperationsThatTrigger() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.OperationsThatTrigger
 
PolicyTypeDefinition.PolicyType.OperationsThatTrigger.Attribute - Class in oracle.iam.policyengine.impl.jaxb
Java class for anonymous complex type.
PolicyTypeDefinition.PolicyType.OperationsThatTrigger.Attribute() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.OperationsThatTrigger.Attribute
 
PolicyTypeManager - Interface in oracle.iam.policyengine.api
This class is responsible for: search operations on policy types path element search operations used by the UI-
PolicyTypeManagerException - Exception in oracle.iam.policyengine.exception
 
PolicyTypeManagerException() - Constructor for exception oracle.iam.policyengine.exception.PolicyTypeManagerException
 
PolicyTypeManagerException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.PolicyTypeManagerException
 
PolicyTypeManagerException(String) - Constructor for exception oracle.iam.policyengine.exception.PolicyTypeManagerException
 
PolicyTypeManagerException(Throwable) - Constructor for exception oracle.iam.policyengine.exception.PolicyTypeManagerException
 
PolicyTypeManagerException(String, String) - Constructor for exception oracle.iam.policyengine.exception.PolicyTypeManagerException
 
PolicyTypeManagerResult - Class in oracle.iam.policyengine.vo
 
PolicyTypeManagerResult(String) - Constructor for class oracle.iam.policyengine.vo.PolicyTypeManagerResult
 
PolicyTypeManagerResult(String, String) - Constructor for class oracle.iam.policyengine.vo.PolicyTypeManagerResult
 
PolicyTypeSchema - Interface in oracle.iam.policyengine.vo
This interface defines set of methods that need to be defined if a new policy type schema needs to be implemented.
POLICYVERSION_STATUS_KEY_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICYVERSION_STATUS_KEY_COMPOSING - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICYVERSION_STATUS_KEY_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICYVERSION_STATUS_KEY_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICYVERSION_STATUS_LABEL_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICYVERSION_STATUS_LABEL_COMPOSING - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICYVERSION_STATUS_LABEL_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
POLICYVERSION_STATUS_LABEL_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
PolicyViolation - Class in oracle.iam.ida.vo
 
PolicyViolation(String, boolean) - Constructor for class oracle.iam.ida.vo.PolicyViolation
 
PolicyViolation() - Constructor for class oracle.iam.ida.vo.PolicyViolation
 
PolicyViolation.Action - Class in oracle.iam.ida.vo
 
PolicyViolation.Attribute - Class in oracle.iam.ida.vo
 
PolicyViolation.ForeignAttribute - Class in oracle.iam.ida.vo
 
PolicyViolation.SearchPseudoAttribute - Class in oracle.iam.ida.vo
 
PolicyViolation.Status - Class in oracle.iam.ida.vo
 
PolicyViolationCause - Class in oracle.iam.ida.vo
 
PolicyViolationCause(String, boolean) - Constructor for class oracle.iam.ida.vo.PolicyViolationCause
 
PolicyViolationCause() - Constructor for class oracle.iam.ida.vo.PolicyViolationCause
 
PolicyViolationCause.Action - Class in oracle.iam.ida.vo
 
PolicyViolationCause.Attribute - Class in oracle.iam.ida.vo
 
PolicyViolationCause.ForeignAttribute - Class in oracle.iam.ida.vo
 
PolicyViolationCause.SearchPseudoAttribute - Class in oracle.iam.ida.vo
 
PolicyViolationCause.Status - Class in oracle.iam.ida.vo
 
PolicyViolationCauseDetails - Class in oracle.iam.ida.vo
 
PolicyViolationCauseDetails() - Constructor for class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
PolicyViolationCauseDetails.CauseType - Class in oracle.iam.ida.vo
 
PolicyViolationCauseManager - Interface in oracle.iam.ida.api
Public API for PolicyViolationCause entity operations.
PolicyViolationCauseManagerResult - Class in oracle.iam.ida.vo
 
PolicyViolationCauseManagerResult(String, String) - Constructor for class oracle.iam.ida.vo.PolicyViolationCauseManagerResult
 
PolicyViolationCauseManagerResult(String) - Constructor for class oracle.iam.ida.vo.PolicyViolationCauseManagerResult
 
PolicyViolationManager - Interface in oracle.iam.ida.api
Public API for PolicyViolation entity operations.
PolicyViolationManagerResult - Class in oracle.iam.ida.vo
 
PolicyViolationManagerResult(String, String) - Constructor for class oracle.iam.ida.vo.PolicyViolationManagerResult
 
PolicyViolationManagerResult(String) - Constructor for class oracle.iam.ida.vo.PolicyViolationManagerResult
 
populateChildren(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Populates the name value pairs to be saved to export this dependency.
PORT - Static variable in class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
 
POST_PROCESS_HANDLER - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
POSTAL_ADDRESS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
POSTAL_CODE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
POSTAL_CODE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
postProcessAllowedPathElementValues(List, List, SearchCriteria, Map, PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
This method can be used to process the allowed path element values list after it is built.
postProcessAllowedReturnPathElementValues(List, List, SearchCriteria, Map, PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
This method can be used to process the allowed return values path element values list after it is built.
PostProcessHandler - Interface in oracle.iam.platform.kernel.spi
Post Process Post-process event handlers can be both synchronous and asynchronous. Post process always executes asynchronously.
PostProcessOnly - Interface in oracle.iam.platform.kernel.vo
 
PostProcessOnlyBulkOrchestration - Class in oracle.iam.platform.kernel.vo
 
PostProcessOnlyBulkOrchestration(String, boolean, OrchestrationTarget) - Constructor for class oracle.iam.platform.kernel.vo.PostProcessOnlyBulkOrchestration
 
PostProcessOnlyBulkOrchestration(String, boolean, OrchestrationTarget, boolean) - Constructor for class oracle.iam.platform.kernel.vo.PostProcessOnlyBulkOrchestration
 
PostProcessOnlyBulkOrchestration(String, boolean, OrchestrationTarget, boolean, boolean) - Constructor for class oracle.iam.platform.kernel.vo.PostProcessOnlyBulkOrchestration
 
PostProcessOnlyOrchestration - Class in oracle.iam.platform.kernel.vo
 
PostProcessOnlyOrchestration(String, boolean, OrchestrationTarget) - Constructor for class oracle.iam.platform.kernel.vo.PostProcessOnlyOrchestration
 
PostProcessOnlyOrchestration(String, boolean, OrchestrationTarget, boolean) - Constructor for class oracle.iam.platform.kernel.vo.PostProcessOnlyOrchestration
 
PostProcessOnlyOrchestration(String, boolean, OrchestrationTarget, boolean, boolean) - Constructor for class oracle.iam.platform.kernel.vo.PostProcessOnlyOrchestration
 
postProcessPathElements(String, List, List, Map, PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
This method can be used to process the base element list after it is built.
PostSubmission - Class in oracle.iam.request.model.vo
Java class for post-submission complex type.
PostSubmission() - Constructor for class oracle.iam.request.model.vo.PostSubmission
 
preetyPrintAllThreadsStopWatches() - Method in class oracle.iam.oimcommon.vo.MTSRMStopWatches
 
preetyPrintStopWatches(long) - Method in class oracle.iam.oimcommon.vo.MTSRMStopWatches
 
PrepareIdStoreFailedException - Exception in oracle.iam.platform.utils.ldapconfig.exception
 
PrepareIdStoreFailedException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreFailedException
 
PrepareIdStoreFailedException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreFailedException
 
PrepareIdStoreFailedException(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreFailedException
 
PrepareIdStoreFailedException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreFailedException
 
PrepareIdStoreNotExecutedException - Exception in oracle.iam.platform.utils.ldapconfig.exception
 
PrepareIdStoreNotExecutedException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreNotExecutedException
 
PrepareIdStoreNotExecutedException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreNotExecutedException
 
PrepareIdStoreNotExecutedException(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreNotExecutedException
 
PrepareIdStoreNotExecutedException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreNotExecutedException
 
PrePopAdapter - Class in oracle.iam.request.dataset.vo
Java class for pre-pop-adapter complex type.
PrePopAdapter() - Constructor for class oracle.iam.request.dataset.vo.PrePopAdapter
 
prePopulate(String, RequestDataSet, RequestData) - Method in interface oracle.iam.request.api.RequestService
Used during Request Creation to get the value to be pre-populated for a non-child dataset attribute, if it is configured with a PrePopulationAdapter in the dataset.
prePopulate(RequestEntity, RequestDataSet, RequestData) - Method in interface oracle.iam.request.api.RequestService
Used during Request Creation to get the value to be pre-populated for the attributes configured to be prepopulated
prePopulate(RequestBeneficiaryEntity, RequestDataSet, RequestData) - Method in interface oracle.iam.request.api.RequestService
Used during Request Creation to get the value to be pre-populated for the attributes configured to be prepopulated
prePopulate(String, String, RequestDataSet, RequestData) - Method in interface oracle.iam.request.api.RequestService
Used during Request Creation to get the value to be pre-populated for a child dataset attribute, if it is configured with a PrePopulationAdapter in the dataset.
prepopulateObjectForm(long, long, Map) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Deprecated.  
prepopulateProcessForm(long, long, Map) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Pre-populates the process form's data based on pre-population rules and adapters.
prepopulateTokMap(Map, Map) - Method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
Walk the condition tree pre-populating the string tokenizer map with entries that we know will be used repeatedly if the condition is evaluated multiple times.
PreProcessHandler - Interface in oracle.iam.platform.kernel.spi
Pre Process Pre-process event handlers can be both synchronous and asynchronous. If a pre-process event cannot be executed, or pre-process event handler throws an exception, process is in "Failed" state. If the event handler is executed in synchronous mode, it must return an event result, if the event handler is executed in asynchronous mode, it must return null.
PRESENT - Static variable in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
PRESENT - Static variable in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
PREVENTIVE_SCAN_ID - Static variable in class oracle.iam.request.vo.RequestConstants
 
PREVIEW - Static variable in class oracle.iam.ida.vo.PolicyViolation.Status
 
previewDynamicUserMembership(String, SearchRule, Set, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Returns list of User members computed by the membership rule.
previewDynamicUserMembership(String, SearchRule, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Preview the user membership rule
Primary - Static variable in class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
 
PRIMARY_EMAIL_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
PrimaryReviewerDelegationException - Exception in oracle.iam.certification.exception
This exception is thrown by Certification service layer to indicate that it cannot delegate to primary reviewer.
PrimaryReviewerDelegationException(String) - Constructor for exception oracle.iam.certification.exception.PrimaryReviewerDelegationException
 
printAllTokKeys() - Method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
 
printLine(String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
This method prints out the parameter is is being passed in.
printTokenizerMapSize() - Method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
 
PROACTIVE_MODE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
process(String) - Method in interface oracle.iam.patch.api.FileHandlerIntf
This method will be the entry level method for processing any file.
PROCESS_EVENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
processAuditMessageOnline(int) - Method in interface Thor.API.Operations.tcAuditOperationsIntf
Processes the specific AUD_JMS_KEY online
ProcessDefinition - Class in com.thortech.xl.vo.workflow
 
ProcessDefinition() - Constructor for class com.thortech.xl.vo.workflow.ProcessDefinition
 
processIdentifierOffline(String, String, String, String) - Method in interface Thor.API.Operations.tcAuditOperationsIntf
Sends a JMS message for the specified identifier and auditor
processReconciliationEvent(long) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
This API will process the current reconciliation event, applying the matching rules and the action rules, and linking it to the appropriate User, Org or Process Instance.
processReconciliationEvent(long) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
Profile - Class in oracle.iam.reconciliation.config.vo
A Profile configures OIM for reconciliation via connector from the target system.
Profile(String, ResourceType, Form, ActionRules) - Constructor for class oracle.iam.reconciliation.config.vo.Profile
 
Profile(String, ResourceType, Form, ActionRules, ResourceType) - Constructor for class oracle.iam.reconciliation.config.vo.Profile
 
PROFILE_DESCRIPTION - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
PROFILE_ITRESOURCE_TYPE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
PROFILE_KEY - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
PROFILE_NAME - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
ProfileConstants - Class in oracle.iam.reconciliation.config.vo
 
ProfileConstants() - Constructor for class oracle.iam.reconciliation.config.vo.ProfileConstants
 
ProfileManager - Interface in oracle.iam.reconciliation.config.api
For OIM Internal usage
PROV_BY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
PROV_BY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
PROV_CONFIG - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
PROV_MECH - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
PROV_MECH - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
PROV_METHOD - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
PROV_METHOD - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
PROV_METHOD - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ProvConfig - Class in oracle.iam.provisioning.vo
 
ProvConfig() - Constructor for class oracle.iam.provisioning.vo.ProvConfig
 
provideDeletionDetectionData(String, Map[]) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
This API will raise the delete events for all the USER or ACCOUNT which are deleted from the target and present in the OIM.
provideDeletionDetectionData(String, Map[], Map) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Compares target system data provided as input with existing data in OIM and returns the intersection of the two.
provideDeletionDetectionData(String, Map[]) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService
provideDeletionDetectionData(String, Map[], Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.provideDeletionDetectionData(String, Map[], Map)
Provider - Class in com.thortech.xl.gc.vo.designtime
This class is a value object that represents a provider instance.
Provider() - Constructor for class com.thortech.xl.gc.vo.designtime.Provider
 
ProviderException - Exception in com.thortech.xl.gc.exception
This is generic exception raised while using Reconciliation Transport Provider.
ProviderException() - Constructor for exception com.thortech.xl.gc.exception.ProviderException
Creates a new tcAPIException object.
ProviderException(String) - Constructor for exception com.thortech.xl.gc.exception.ProviderException
Constructs a new tcAPIException with the specified detail message.
ProviderException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ProviderException
Constructs a new tcAPIException with the specified error code and detail message.
ProviderException(String, Exception) - Constructor for exception com.thortech.xl.gc.exception.ProviderException
 
ProviderNotEnabledException - Exception in oracle.iam.notification.exception
This exception occurs if specified notification provider is not enabled to send notifications
ProviderNotEnabledException(String) - Constructor for exception oracle.iam.notification.exception.ProviderNotEnabledException
Constructs a ProviderNotEnabledException with the specified detail message
ProviderNotFoundException - Exception in oracle.iam.notification.exception
This exception occurs if specified notification provider is not found in OIM repository
ProviderNotFoundException(String) - Constructor for exception oracle.iam.notification.exception.ProviderNotFoundException
Constructs a ProviderNotFoundException with the specified detail message
providingAllMultiAttributeData(long, String, boolean) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Specifies whether the multi valued data being provided for a particular attribute (fieldName) is the entire list of data, or only that which has been added/updated
providingAllMultiAttributeData(long, long, String, boolean) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
Specifies whether the multi valued data being provided for a particular attribute (fieldName) is the entire list of data, or only that which has been added/updated
providingAllMultiAttributeData(long, String, boolean) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.providingAllMultiAttributeData(long, String, boolean)
providingAllMultiAttributeData(long, long, String, boolean) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
Deprecated. As of 11g use ReconOperationsService.providingAllMultiAttributeData(long, long, String, boolean)
PROVISION - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
PROVISION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
PROVISION - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
provision(String, Account) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method provisions an account to a user.
PROVISION - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
PROVISION_APP_INSTANCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
PROVISION_ENTITLEMENT_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
PROVISION_RESOURCE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
PROVISION_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
PROVISION_TO_ORG - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
PROVISION_TO_USER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
Provisioned - Static variable in class oracle.iam.oimcommon.vo.Account.AccountStatus
 
PROVISIONED - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
 
PROVISIONED_BY_REQUEST - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
PROVISIONED_ON - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
PROVISIONEDDATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PROVISIONING - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
 
PROVISIONING_METHOD - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
PROVISIONING_METHOD_ACCESSPOLICY - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_ACCESSPOLICY_VIA_REQUEST - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_APHARVESTED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_APHARVESTED_STRING - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_APPROVALWORKFLOW - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_APPROVALWORKFLOW_WITHSOD - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_APPROVALWORKFLOW_WITHSODOVERRIDEN - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_DIRECT - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_DIRECT_PROV_STRING - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_DIRECT_PROVISIONING - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_IMPORT - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_OIM_RULE - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_POLICY_REQUEST_STRING - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_POLICY_STRING - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_RECON_STRING - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_RECONCILATION - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_REQUEST - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_REQUEST_STRING - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_ROLE_MINING - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_RULE - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_RULE_ROLE_STRING - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PROVISIONING_METHOD_UNKNOWN - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
ProvisioningConstants - Class in oracle.iam.provisioning.api
 
ProvisioningConstants() - Constructor for class oracle.iam.provisioning.api.ProvisioningConstants
 
ProvisioningConstants.AccountSearchAttribute - Class in oracle.iam.provisioning.api
 
ProvisioningConstants.ApplicationInstanceType - Class in oracle.iam.provisioning.api
 
ProvisioningConstants.EntitlementInstanceSearchAttribute - Class in oracle.iam.provisioning.api
 
ProvisioningConstants.EntitlementSearchAttribute - Class in oracle.iam.provisioning.api
 
ProvisioningConstants.Mode - Class in oracle.iam.provisioning.api
 
ProvisioningConstants.ObjectStatus - Class in oracle.iam.provisioning.api
 
ProvisioningData - Class in com.thortech.xl.vo
 
ProvisioningData() - Constructor for class com.thortech.xl.vo.ProvisioningData
 
ProvisioningData(long, long, long) - Constructor for class com.thortech.xl.vo.ProvisioningData
 
ProvisioningData(long, long, long, Map) - Constructor for class com.thortech.xl.vo.ProvisioningData
 
PROVISIONINGDATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
ProvisioningFormatException - Exception in com.thortech.xl.gc.exception
This is generic exception raised while using Provisioing Format Provider.
ProvisioningFormatException() - Constructor for exception com.thortech.xl.gc.exception.ProvisioningFormatException
Creates a new tcAPIException object.
ProvisioningFormatException(String) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningFormatException
Constructs a new tcAPIException with the specified detail message.
ProvisioningFormatException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningFormatException
Constructs a new tcAPIException with the specified error code and detail message.
ProvisioningFormatException(String, Exception) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningFormatException
 
ProvisioningFormatProvider - Interface in com.thortech.xl.gc.spi
This interface should be implemented by a layer that incorporates provisioning functionalities with a particular type of target application, to be used by a connector created through the generic technology connector.
ProvisioningRuntimeException - Exception in oracle.iam.provisioning.exception
 
ProvisioningRuntimeException() - Constructor for exception oracle.iam.provisioning.exception.ProvisioningRuntimeException
Constructs a new super exception with null as its detail message.
ProvisioningRuntimeException(String) - Constructor for exception oracle.iam.provisioning.exception.ProvisioningRuntimeException
Constructs a new super exception with the specified detail message.
ProvisioningRuntimeException(String, Throwable) - Constructor for exception oracle.iam.provisioning.exception.ProvisioningRuntimeException
Constructs a new super exception with the specified detail message and cause.
ProvisioningRuntimeException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.ProvisioningRuntimeException
Constructs a new super exception with the specified detail message.
ProvisioningRuntimeException(Throwable) - Constructor for exception oracle.iam.provisioning.exception.ProvisioningRuntimeException
Constructs a new super exception with the specified cause.
ProvisioningService - Interface in oracle.iam.provisioning.api
ProvisioningService application programming interface provides utilities needed to provision and manage user's Account and Entitlement for both connected and disconnected ApplicationInstance.
ProvisioningTransportException - Exception in com.thortech.xl.gc.exception
This is generic exception raised while using Provisioning Transport Provider.
ProvisioningTransportException() - Constructor for exception com.thortech.xl.gc.exception.ProvisioningTransportException
Creates a new tcAPIException object.
ProvisioningTransportException(String) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningTransportException
Constructs a new tcAPIException with the specified detail message.
ProvisioningTransportException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningTransportException
Constructs a new tcAPIException with the specified error code and detail message.
ProvisioningTransportException(String, Exception) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningTransportException
 
ProvisioningTransportProvider - Interface in com.thortech.xl.gc.spi
This interface should be implemented by a layer that incorporates provisioning functionalities with a particular type of target application, to be used by a connector created through the generic technology connector.
provisionObject(long, long, Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Provision an object for an organization directly without going through a request including any specific parameters
provisionObject(long, long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Provision an object for an organization directly without going through a request.
provisionObject(long, long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
provisionObject(long, long, boolean) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
provisionResource(long, long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Provision an object for an organization directly without going through a request.
provisionResource(long, long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
provisionResource(long, long, boolean) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
Proxy - Class in oracle.iam.identity.usermgmt.vo
 
Proxy(String) - Constructor for class oracle.iam.identity.usermgmt.vo.Proxy
Constructs a proxy object with GUID entityId.
Proxy(String, HashMap) - Constructor for class oracle.iam.identity.usermgmt.vo.Proxy
Constructs a proxy object with GUID entityId and a map of attribute name-value pair.
PROXY_ASSIGNMENT_CERTIFICATION_NAME_PREFIX - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
PROXY_ASSIGNMENT_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
PROXY_CREATED_BY - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_CREATED_DATE - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_END_DATE - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_ID - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_ORIG_USR_ID - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_PROXY_USR_DISPLAY_NAME - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_PROXY_USR_FIRST_NAME - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_PROXY_USR_ID - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_PROXY_USR_LAST_NAME - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_PROXY_USR_LOGIN - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_PROXY_USR_MIDDLE_NAME - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_RELATIONSHIP - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_RELATIONSHIP_DIRECT_SUBORDINATE - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_RELATIONSHIP_MANAGER - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_RELATIONSHIP_OTHER - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_ROLE_KEY - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
PROXY_START_DATE - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_STATUS - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_STATUS_FINISHED - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_STATUS_IN_PROGRESS - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_STATUS_NOT_STARTED - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_UPDATED_BY - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_UPDATED_DATE - Static variable in class oracle.iam.identity.usermgmt.vo.Proxy
 
PROXY_USER_KEY - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
proxyOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
proxyPolicyViolationCallback(String, String, String, String) - Method in interface oracle.iam.ida.api.IDAWorkflowCallbackService
This method is private.
PUBLICATION_ID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
PUBLISH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
PUBLISH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
PUBLISH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
PUBLISH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
PUBLISH_TO_ORG - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CommonActions
 
PUBLISH_TO_ORG - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants
 
purge() - Method in interface oracle.iam.platformservice.api.FailedTaskManager
Removes all FailedTask from the repository
purgeCache(String) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
Purges specific cache category config or alternately the entire cache can be purged using 'All' as the category
Consumers - PurgeCache Utility
put(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
put string key value pair
put(Object, Object) - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
Puts the key value pair in the hash table
put(Vector, Vector) - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
put Vector key-value pairs in the HashTable
put(IDCAttribute) - Method in class oracle.iam.certification.vo.IDCAttributes
 
put(Object, Object) - Method in class oracle.iam.policyengine.vo.ValueObject
 
putAccount(Long, IDCAccount) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
putAccountAttribute(Long, Long, Long, IDCAccountAttribute) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
putAll(IDCAttributes) - Method in class oracle.iam.certification.vo.IDCAttributes
 
putAll(Map) - Method in class oracle.iam.policyengine.vo.ValueObject
 
putAttributesNoPath(Map) - Method in class oracle.iam.policyengine.vo.ValueObject
 
putRole(Long, IDCRole) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
putValueAsVector(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
Returns a Hash Table where values are as a Vector
PV_STATUS_ASSIGNED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PV_STATUS_CLOSED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PV_STATUS_EXPIRED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PV_STATUS_OPEN - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PV_STATUS_PREVIEW - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PV_STATUS_REMEDIATION_COMPLETED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PV_STATUS_REMEDIATION_IN_PROGRESS - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PV_STATUS_REMEDIATION_UNDER_REVIEW - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PVC_STATUS_ACTIVE - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PVC_STATUS_MANUALLY_FIXED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PVC_STATUS_REMEDIATION_INFERRED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PVC_STATUS_REMEDIATION_REQUESTED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PVC_STATUS_RESOLVED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PVC_STATUS_RISK_ACCEPTED - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
PWD_AUTO_GENERATED_FALSE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
PWD_AUTO_GENERATED_TRUE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
PWD_CREATION_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PWD_EXPIRE_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PWD_EXPIRED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PWD_MASK_STR - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
PWD_MIN_AGE_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PWD_RESET_ATTEMPTS_CTR - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PWD_WARN_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
PWR_COMPLEX_PASSWORD - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_DESC - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_DICTIONARY_DELIMITER - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_DICTIONARY_LOCATION - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_DISALLOW_FNAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_DISALLOW_LNAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_DISALLOW_USERID - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_ENFORCE_HISTORY - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_INVALID_CHARS - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_INVALID_STRINGS - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MAX_LENGTH - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MAX_REPEATED - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MAX_SPECIAL_CHAR - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MAX_UNICODE - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_AGE - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_ALPHA - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_ALPHANUM - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_EXPIRES_AFTER - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_LENGTH - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_LOWERCASE - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_NUMBER - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_SPECIAL_CHAR - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_UNICODE - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_UNIQUE - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_MIN_UPPERCASE - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_NAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_REQD_CHARS - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_STARTS_WITH_CHAR - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_VALID_CHARS - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
PWR_WARN_AFTER - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 

Q

Query - Class in oracle.iam.platform.utils.vo
 
Query() - Constructor for class oracle.iam.platform.utils.vo.Query
 
QUESTIONS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
QUESTIONS - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
QuestionsNotDefinedException - Exception in oracle.iam.selfservice.exception
Thrown when the user tries to reset his password and challenge questions have not already been defined for the user.
QuestionsNotDefinedException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.QuestionsNotDefinedException
Constructs a QuestionsNotDefinedException with the specified detail message and cause.
QuestionsNotDefinedException(String) - Constructor for exception oracle.iam.selfservice.exception.QuestionsNotDefinedException
Constructs a QuestionsNotDefinedException with the specified detail message.

R

RAW_LDAP_QUERY - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
RBACX_HOME - Static variable in interface oracle.iam.certification.vo.Constants
 
RBACX_USER_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
RDN - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
REACTIVE_MODE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
REASSIGN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
 
reassignItemsPhase1(Long, String, Long, Set, Set, Set, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Reassign line items to the specified reviewer during phase one, creating a new certification and marking the items in the original certification as reassigned (effectively removing them).
reassignItemsPhase1(Long, String, Long, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Reassign line items to the specified reviewer during phase one, creating a new certification and marking the items in the original certification as reassigned (effectively removing them).
reassignItemsPhase2(Long, String, Long, Set, Set, Set, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Reassigns line items to the specified reviewer during phase two, creating a certification task for the assignee and removing the line items from the current task.
reassignItemsPhase2(Long, String, Long, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Reassigns line items to the specified reviewer during phase two, creating a certification task for the assignee and removing the line items from the current task.
reassignTasksToGroup(long[], long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method re-assigns the selected provisioning tasks to the specified group.
reassignTasksToGroup(long[], byte[][], long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method re-assigns the selected tasks to the specified group.
reassignTasksToUser(long[], long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method re-assigns the selected tasks to the specified user.
reassignTasksToUser(long[], byte[][], long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method re-assigns the selected tasks to the specified user.
Recalculate_Tags - Static variable in class oracle.iam.catalog.vo.Mode
 
RECON - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
RECON_ACTION_PRM_ACTIONPRFMED - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_ACTION_PRM_EVTSTATUS - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_ACTION_PRM_GRPKEY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_ACTION_PRM_REASON - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_ACTION_PRM_USRKEY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_ACTION_PRM_USRLOGIN - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_CONFIG - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
RECON_EVENT_ACTION_ARCHIVE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_ACTION_ASSIGN - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_ACTION_CLOSE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_ACTION_REAPPLY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_ACTION_REEVAL - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_ACTION_RETRY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_ACTION_RUNDEFERRED - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_ADD_CHGTYPE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_ASSIGNEDUSRNAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_CHGLOG_CHGTYPE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_CHGTYPE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_CREATETIMESTMP - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_CREATORNAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_DEL_CHGTYPE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_ENTITYTYPE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_KEY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_KEYFIELD - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_LINK_SRC - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_MOD_CHGTYPE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_MODIFIERSNAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_MODIFYTIMESTMP - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_OBJKEY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_PROFILENAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_REG_CHGTYPE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_RESOURCE_NAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_RSRC_NAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_SRCH_ENDTIME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_SRCH_STARTTIME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_STATUS - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_EVENT_USRKEY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_HISTORY_ACTION - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_JOB_ID - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RECON_RETRY_COUNT - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ReconCachedDetails - Class in oracle.iam.reconciliation.vo
 
ReconCachedDetails(String, String, Long, String, Long, ChangeType, Date, Long, boolean) - Constructor for class oracle.iam.reconciliation.vo.ReconCachedDetails
 
ReconChildAttribute - Class in oracle.iam.reconciliation.vo
Encapsulates a Reconciliation child attribute, that is an attribute from a child table to the Recon Event.
ReconChildAttribute(List) - Constructor for class oracle.iam.reconciliation.vo.ReconChildAttribute
Constructor, sets the Child Attribute List to the given one.
RECONCILIATION - Static variable in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
ReconciliationException - Exception in oracle.iam.reconciliation.exception
 
ReconciliationException(String) - Constructor for exception oracle.iam.reconciliation.exception.ReconciliationException
 
ReconciliationException(String, Throwable) - Constructor for exception oracle.iam.reconciliation.exception.ReconciliationException
 
ReconciliationFormatException - Exception in com.thortech.xl.gc.exception
This is generic exception raised while using Reconciliation Format Provider.
ReconciliationFormatException() - Constructor for exception com.thortech.xl.gc.exception.ReconciliationFormatException
Creates a new tcAPIException object.
ReconciliationFormatException(String) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationFormatException
Constructs a new tcAPIException with the specified detail message.
ReconciliationFormatException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationFormatException
Constructs a new tcAPIException with the specified error code and detail message.
ReconciliationFormatException(String, Exception) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationFormatException
 
ReconciliationResult - Class in oracle.iam.reconciliation.api
ReconciliationResult is used to return either a long type Event key or exception if recon is not able to create event.
ReconciliationResult(ArrayList, ArrayList) - Constructor for class oracle.iam.reconciliation.api.ReconciliationResult
 
ReconciliationTransportException - Exception in com.thortech.xl.gc.exception
This is generic exception raised while using Reconciliation Transport Provider.
ReconciliationTransportException() - Constructor for exception com.thortech.xl.gc.exception.ReconciliationTransportException
Creates a new tcAPIException object.
ReconciliationTransportException(String) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationTransportException
Constructs a new tcAPIException with the specified detail message.
ReconciliationTransportException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationTransportException
Constructs a new tcAPIException with the specified error code and detail message.
ReconciliationTransportException(String, Exception) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationTransportException
 
ReconConfig - Class in oracle.iam.provisioning.vo
 
ReconConfig() - Constructor for class oracle.iam.provisioning.vo.ReconConfig
 
ReconConfigService - Interface in oracle.iam.reconciliation.api
 
ReconEvent - Class in oracle.iam.reconciliation.vo
Encapsulates an instance of a Reconciliation Event for the Event Management APIs.
ReconEvent() - Constructor for class oracle.iam.reconciliation.vo.ReconEvent
Constructor, instantiates a blank Event.
ReconEvent(boolean) - Constructor for class oracle.iam.reconciliation.vo.ReconEvent
Constructor, instantiates an Event with a given the 'from search' property.
ReconEventAssignment - Class in oracle.iam.reconciliation.vo
 
ReconEventAssignment() - Constructor for class oracle.iam.reconciliation.vo.ReconEventAssignment
 
ReconEventAssignment(Long, Long, Long, Long) - Constructor for class oracle.iam.reconciliation.vo.ReconEventAssignment
 
ReconEventData - Class in oracle.iam.reconciliation.vo
Encapsulates Reconciliation Event Data, that is, data carried as a payload to the Event, coming from the Target System.
ReconEventData() - Constructor for class oracle.iam.reconciliation.vo.ReconEventData
 
RECONEVENTKEY_FIELD_AND_ATTRIB - Static variable in class oracle.iam.reconciliation.config.vo.ProfileConstants
 
ReconFormatProvider - Interface in com.thortech.xl.gc.spi
This interface should be implemented by a layer that incorporates reconciliation functionalities with a particular type of target application, to be used by a connector created through the generic technology connector.
ReconHistory - Class in oracle.iam.reconciliation.vo
This class encapsulates the whole history of a given Reconciliation Event.
ReconHistory() - Constructor for class oracle.iam.reconciliation.vo.ReconHistory
Constructor: constructs an empty instance of Event History.
ReconHistory(Long, String) - Constructor for class oracle.iam.reconciliation.vo.ReconHistory
Constructor, constructs an instance of Event History given the Event Key and initial Action.
ReconOperationsService - Interface in oracle.iam.reconciliation.api
 
ReconSearchCriteria - Class in oracle.iam.reconciliation.vo
 
ReconSearchCriteria() - Constructor for class oracle.iam.reconciliation.vo.ReconSearchCriteria
 
ReconSearchCriteria(ReconSearchCriteria.Operator) - Constructor for class oracle.iam.reconciliation.vo.ReconSearchCriteria
 
ReconSearchCriteria.Operator - Class in oracle.iam.reconciliation.vo
 
ReconTargetAttribute - Class in oracle.iam.reconciliation.vo
A class representing an instance of a Reconciliation Target Attribute, that is a data attribute coming from a Target system.
ReconTargetAttribute() - Constructor for class oracle.iam.reconciliation.vo.ReconTargetAttribute
Constructor: constructs an empty attribute.
ReconTargetAttribute(String, Object, String) - Constructor for class oracle.iam.reconciliation.vo.ReconTargetAttribute
Constructor: constructs an empty attribute given its Name, Value and Type.
ReconTransportProvider - Interface in com.thortech.xl.gc.spi
This interface should be implemented by a layer that incorporates reconciliation functionalities with a particular type of target application, to be used by a connector created through the generic technology connector.
RecursiveProxyException - Exception in oracle.iam.identity.exception
Thrown if there a recursive proxy being assgined to a user.
RecursiveProxyException(String, String) - Constructor for exception oracle.iam.identity.exception.RecursiveProxyException
Constructs a RecursiveProxyException with the specified detail message and error code.
RecursiveProxyException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.RecursiveProxyException
Constructs a RecursiveProxyException with the specified detail message, cause and error code.
RecursiveProxyException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.RecursiveProxyException
Constructs a RecursiveProxyException with the specified cause and error code.
REFRESH_RESOURCE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
REFRESH_RESOURCE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
REFRESH_ROLE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
REFRESH_ROLE_USER_MEMBERSHIP_FLAG - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
refreshObject(String, PolicyConstants.Resources) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Refreshes the publication objects in cachce and brings it in sync with the DB.
REGION_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
REGISTER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PluginActions
 
registerPlugin(byte[]) - Method in interface oracle.iam.platformservice.api.PlatformService
Register a plug-in
registerPluginAndReturnStatus(byte[]) - Method in interface oracle.iam.platformservice.api.PlatformService
Register a plug-in
registerScomps() - Method in interface oracle.iam.grc.sod.api.SILService
Registers a service component based on the content in Registration.xml.
registerSystemContext(long, String, Map) - Method in interface oracle.iam.grc.sod.api.SILService
Registers a system context with the framework.It first populates the System table and than validates the parameters and if found correct , it persists the parameters in encrypted form in the Table Parameters
registerSystemType(String, String) - Method in interface oracle.iam.grc.sod.api.SILService
Registers the system types given in Registration.xml
REGULAR - Static variable in class oracle.iam.reconciliation.api.ChangeType
ChangeType is REGULAR when event has to be created for Create/Modify operation with complete dataset.
REGULAR - Static variable in class oracle.iam.reconciliation.config.vo.ChangeType
ChangeType is REGULAR when event has to be created for Create/Modify operation with complete dataset.
reIssueAuditMessageByIdentifier(String, String) - Method in interface Thor.API.Operations.tcAuditOperationsIntf
Re-issues the audit message for a specific for a specific auditor and identifier.
REJECT - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
REJECT - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
REJECTED - Static variable in class oracle.iam.request.vo.RequestConstants
 
Relation - Class in oracle.iam.platform.entitymgr.vo
 
Relation(String, Map, Map) - Constructor for class oracle.iam.platform.entitymgr.vo.Relation
 
Relation(String, Map, Map, EntityManager) - Constructor for class oracle.iam.platform.entitymgr.vo.Relation
 
RELATION_KEY_CONCAT - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
RelationDefinition - Class in oracle.iam.platform.entitymgr.vo
 
RelationDefinition(String, String, String, String, String, String, String, String, String) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationDefinition
 
RelationList - Class in oracle.iam.platform.entitymgr.vo
 
RelationList(String, String, String, String) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationList
 
RelationList(String, String, String, String, List) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationList
 
RelationList(String, String, String, String, EntityManager) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationList
 
RelationList(String, String, String, String, List, EntityManager) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationList
 
RelationMetadata - Class in oracle.iam.platform.entitymgr.vo
 
RelationMetadata() - Constructor for class oracle.iam.platform.entitymgr.vo.RelationMetadata
Constructor for Kernel use to generate the relation metadata from XML only! Use the other constructor RelationMetadata(String relationType) for any other purposes.
RelationMetadata(String) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationMetadata
Construct an empty relation metadata object.
RelationOrchestration - Class in oracle.iam.platform.kernel.vo
 
RelationOrchestration() - Constructor for class oracle.iam.platform.kernel.vo.RelationOrchestration
 
RelationOrchestration(String) - Constructor for class oracle.iam.platform.kernel.vo.RelationOrchestration
 
RelationResult - Class in oracle.iam.platform.entitymgr.vo
 
RelationResult(String, String, HashMap) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationResult
 
RelationResult(String, String, HashMap, Throwable) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationResult
 
Relationship - Interface in oracle.iam.identity.vo
 
RelationshipImpl - Class in oracle.iam.identity.vo
 
RelationshipImpl(String, String) - Constructor for class oracle.iam.identity.vo.RelationshipImpl
 
RelationshipImpl(String, String, Map) - Constructor for class oracle.iam.identity.vo.RelationshipImpl
 
releasePolicyViolationCallback(String, String, String) - Method in interface oracle.iam.ida.api.IDAWorkflowCallbackService
This method is private.
relinkAccount(long, long, boolean) - Method in interface Thor.API.Operations.tcUserOperationsIntf
 
REMEDIATION_COMPLETED - Static variable in class oracle.iam.ida.vo.PolicyViolation.Status
 
REMEDIATION_ENTITY_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
REMEDIATION_ENTITY_PARENT_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
REMEDIATION_ENTITY_TYPE - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
REMEDIATION_IN_PROGRESS - Static variable in class oracle.iam.ida.vo.PolicyViolation.Status
 
REMEDIATION_INFERRED - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
REMEDIATION_MODE_AUTOMATIC - Static variable in interface oracle.iam.certification.vo.Constants
 
REMEDIATION_MODE_DISABLED - Static variable in interface oracle.iam.certification.vo.Constants
 
REMEDIATION_MODE_MANUAL - Static variable in interface oracle.iam.certification.vo.Constants
 
REMEDIATION_REQUEST_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
REMEDIATION_REQUESTED - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
REMEDIATION_STATUS_COMPLETED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
REMEDIATION_STATUS_NOT_REQUIRED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
REMEDIATION_STATUS_REQUESTED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
REMEDIATION_STATUS_REQUIRED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
REMEDIATION_TYPE_ACCOUNT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
REMEDIATION_TYPE_ACCOUNT - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
REMEDIATION_TYPE_ENTITLEMENT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
REMEDIATION_TYPE_ENTITLEMENT - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
REMEDIATION_TYPE_ROLE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
REMEDIATION_TYPE_ROLE - Static variable in interface oracle.iam.ida.vo.IDAConstants
 
REMEDIATION_TYPE_USER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
REMEDIATION_UNDER_REVIEW - Static variable in class oracle.iam.ida.vo.PolicyViolation.Status
 
RemediationException - Exception in oracle.iam.certification.exception
This exception is thrown during remediation process for a Certification.
RemediationException(Exception) - Constructor for exception oracle.iam.certification.exception.RemediationException
 
RemediationException(String, Exception) - Constructor for exception oracle.iam.certification.exception.RemediationException
 
RemediationException(String) - Constructor for exception oracle.iam.certification.exception.RemediationException
 
RemediationException(String, Throwable) - Constructor for exception oracle.iam.certification.exception.RemediationException
 
RemediationException - Exception in oracle.iam.ida.exception
 
RemediationException(Exception) - Constructor for exception oracle.iam.ida.exception.RemediationException
 
RemediationException(String, Exception) - Constructor for exception oracle.iam.ida.exception.RemediationException
 
RemediationException(String) - Constructor for exception oracle.iam.ida.exception.RemediationException
 
RemediationException(String, Throwable) - Constructor for exception oracle.iam.ida.exception.RemediationException
 
RemediationRequestData - Class in oracle.iam.certification.vo
 
RemediationRequestData() - Constructor for class oracle.iam.certification.vo.RemediationRequestData
 
Remediator - Class in oracle.iam.ida.vo
 
Remediator() - Constructor for class oracle.iam.ida.vo.Remediator
 
Remediator(String, boolean) - Constructor for class oracle.iam.ida.vo.Remediator
 
Remediator.Attribute - Class in oracle.iam.ida.vo
 
Remediator.ForeignAttribute - Class in oracle.iam.ida.vo
 
Remediator.RemediatorType - Class in oracle.iam.ida.vo
 
REMEDIATOR_ASSIGN_DATE - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
REMEDIATOR_DISPLAY_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REMEDIATOR_ROLE_DISPLAY_NAME - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
REMEDIATOR_ROLE_DISPLAY_NAME - Static variable in class oracle.iam.ida.vo.Remediator.ForeignAttribute
 
REMEDIATOR_ROLE_DISPLAY_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REMEDIATOR_ROLE_ID - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
REMEDIATOR_ROLE_ID - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REMEDIATOR_ROLE_KEY - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
REMEDIATOR_TYPE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REMEDIATOR_USER_DISPLAY_NAME - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
REMEDIATOR_USER_DISPLAY_NAME - Static variable in class oracle.iam.ida.vo.Remediator.ForeignAttribute
 
REMEDIATOR_USER_DISPLAY_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REMEDIATOR_USER_EMAIL - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REMEDIATOR_USER_FIRST_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REMEDIATOR_USER_ID - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
REMEDIATOR_USER_ID - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REMEDIATOR_USER_KEY - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
REMEDIATOR_USER_LAST_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REMEDIATOR_USER_LOGIN - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
RemediatorManagerResult - Class in oracle.iam.ida.vo
 
RemediatorManagerResult(String, String) - Constructor for class oracle.iam.ida.vo.RemediatorManagerResult
 
RemediatorManagerResult(String) - Constructor for class oracle.iam.ida.vo.RemediatorManagerResult
 
RemoteManagerOperationsIntf - Interface in Thor.API.Operations
 
REMOVE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
remove(IDCAttribute) - Method in class oracle.iam.certification.vo.IDCAttributes
 
remove(String) - Method in class oracle.iam.certification.vo.IDCAttributes
 
remove() - Method in class oracle.iam.grc.sod.vo.LookupResultSet
 
REMOVE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
REMOVE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
Remove - Static variable in class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
 
remove(Object) - Method in class oracle.iam.policyengine.vo.ValueObject
 
remove(Profile) - Method in interface oracle.iam.reconciliation.config.api.ProfileManager
 
REMOVE_AUDIT_EVENTS_SP_RETURN_CODE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
REMOVE_AUDIT_LOG_EVENTS_OLDER_THAN - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
REMOVE_LOCALE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
REMOVE_PROXY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
REMOVE_ROLE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
removeAdministrator(long, long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Removes a group from having administrative control over a form.
removeAdministrator(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes a group from having administrative control over the specified group
removeAdministrator(long, long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
removeAdministrator(long, long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Removes a given administrator from the specified organization
removeAdministrator(long, long) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Removes a group from the list of groups that have administrative access over the specified workflow.
removeAdministrators(long, long[]) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Removes a list of groups from having administrative control over a specified attestation process
removeAdministrators(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes a list of groups from having administrative control over a specified group
removeAdministrators(long, long[]) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Removes a list of groups from having administrative control over a specified IT Resource
removeAdministrators(long, long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
removeAdministrators(long, long[]) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Removes groups from the list of groups that have administrative access over the specified workflow.
removeAdminRole(AdminRole) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Removes a custom admin role from the application.
removeAdminRole(AdminRole) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Remove a custom admin role from the application.
removeAdminRoleMembership(AdminRoleMembership) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Removes a admin role membership.
removeAdminRoleMembership(AdminRoleMembership) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Removes a custom admin role from the application.
removeAllMembers(long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes all member users and sub groups of the specified group
removeAllProxiesForUser(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Removes all proxies for user.
removeAllProxiesForUser() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Removes all proxies for user.
removeAttachments(Attachments) - Method in class oracle.iam.notification.vo.LocalTemplate
Remove attachments in given locale template
removeAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Remove an attribute.
removeAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Remove an attribute.
removeAttributeMapping(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Remove an attribute mapping.
removeAttributeMapping(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Remove an attribute mapping.
removeAuditObjective(long, long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
removeAuditObjectives(long, long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
removeAuthorizer(long, long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
removeAuthorizers(long, long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
removeBlobAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
removeBulkLookupValues(String, Set) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Removes an existing entries for the specified lookup
removeChildEntityAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Remove a child entity attribute.
removeChildTableRecord(String, PolicyChildTableRecord) - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Remove a Child Table Record from the value object
removeChildTableRecord(String, UDChildTableRecord) - Method in class com.thortech.xl.vo.UDFormData
Remove a Child Table Record from the value object
removeChildTableValue(String, String, Integer) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Updates the target by removing the row which was just deleted from child table
removeContainedEntity(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Remove an entity type from the set of entity types that can be contained in this container.
removeControlAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Remove a control attribute.
removeDataSpecifiedForObject(long, long, long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Removes the policy data specified for a particular form (including child tables) in an Access Policy.
removeDependency(long, long) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Removes a dependency for an object.
removeDependsOnTask(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Remove a task from the list of tasks this task depends on
removeEntitlementFromPolicy(Long, Long, String, String) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Remove a specific entitlement data from a resource object for an access policy.
removeEntityAttribute(RequestBeneficiaryEntityAttribute) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
removeEntityAttribute(RequestEntityAttribute) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
removeEntityPublications(List) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Remove entity publications from the scopes.
removeEntityPublications(List, boolean) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Removes the already published entities.
removeEntityPublications(List) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
Remove entity publications from the scopes.
removeEntityPublications(List, boolean) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
Removes the already published entities.
removeErrorReceiver(tcErrorReceiver) - Method in class Thor.API.Base.tcBaseUtility
Removes the error receiver from the object's error list.
removeField(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Remove an target field.
removeField(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Remove an target field.
removeFiles(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Removes the selected XML Files and recomputes what is going to happen.
removeFiles(Collection) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Removes the selected XML Files and recomputes what is going to happen.
removeForm(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
removeFormDataFlowMapping(long, String, String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Remove an existing data flow mapping
removeFormField(long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Removes the specified field of a form.
removeForms(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
removeFromObject(long, long) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Removes the specified form from an object.
removeFromReconEventAssignmentCollection(ReconEventAssignment) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Removes the given Assignment from the collection of Assignments.
removeGeneratedTask(String) - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Remove a task from the list of Tasks generated by this response
removeInstance() - Method in class Thor.API.Base.tcBaseUtility
Releases the object resources.
removeLocalefromTemplate(long, Locale, Date) - Method in interface oracle.iam.notification.api.NotificationService
Remove a specific locale support from a template
removeLocalefromTemplate(String, Locale, Date) - Method in interface oracle.iam.notification.api.NotificationService
Remove a specific locale support from a template
removeLocaltemplate(LocalTemplate) - Method in class oracle.iam.notification.vo.NotificationTemplate
To remove a locale template for given base notification template
removeLookupCode(String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Removes an existing lookup code This API also deletes all the lookup values associated with this code
removeLookupValue(String, String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Removes an existing entry for the specified lookup
removeMemberGroup(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes the specified member group from the specified group.
removeMemberGroups(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes a list of user group members from the specified group.
removeMembershipRule(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes a Membership Rule from a group
removeMembershipRules(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes a list of Membership Rules from a group
removeMemberUser(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes the specified user from the specified group.
removeMemberUser(long, long, boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
removeMemberUsers(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes the specified users from the specified group.
removeMemberUsers(long, long[], boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
removeMemberUsersNoTxn(long, long[], boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
removeMenuItem(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
removeMenuItems(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
removeMetadataAttachment(String, String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Remove a metadata attachment.
removeNotification(EmailNotification) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Removes an Email Notification from the list of notifications set up for this task
removeObject(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
Method called when an object is added
removeObjectAllowed(long, long) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Deprecated.  
removeObjectPermission(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
removeObjectPermissions(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
removePlus(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
This function replace all the occurences of "+" in the "parent" string with the "accept" string
removeProcessFormChildData(long, long) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Removes process data from the child form that is associated with an instance of a process in the system.
removeProvisionPolicies(long, long[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes a list of assigned Provision Policies from the specified group
removeProvisionPolicy(long, long) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Removes an assigned Provision Policy from the group
removeProxy(String, long, Map, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. Please use UserManager.removeProxy(String, String, boolean )
removeProxy(String, long, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. Please use UserManager.removeProxy(String, String, boolean ) instead
removeProxy(String, String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Removes a single proxy (identified by ID proxyID) for the given user (identified by userID).
removeProxy(String, long, Map, boolean) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Deprecated. The preferred way to do is via AuthenticatedSelfService.removeProxy(String)
removeProxy(long) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Deprecated. The preferred way to do is via AuthenticatedSelfService.removeProxy(String)
removeProxy(String) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Removes proxy for the user after checking the user privilege.
removeReconDataFlowMapping(long, long, String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Remove an existing reconciliation data flow mapping
removeReturnValue(String, String) - Method in interface oracle.iam.policyengine.api.RuleManager
Remove the return value matching both the specified rule entity id and return value id.
removeReturnValues(String, List) - Method in interface oracle.iam.policyengine.api.RuleManager
Remove the return value entity ids matching both the specified rule entity id and list of return value ids.
removeRoleRelationship(String, String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Remove a direct relationship between two roles.
removeRoleRelationship(String, Object, String, Object) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Remove a direct relationship between two roles, where the parent role is uniquely identified by the search criteria parentAttrName=parentAttrValue and the child role is uniquely identified by the search criteria childAttrName=childAttrValue.
removeSpace1(String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Removes the spaces from the first string
removeSubstitution(RootObject) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Remove substitutions for a given root object
removeSubstitution(RootObject) - Method in interface Thor.API.Operations.tcImportOperationsIntf
Remove substitutions for a given root object
removeTadParentKey(ReconTargetAttribute) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Deprecated.  
removeTaskAssignment(int) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Remove the task assignment rule attached with the provided priority
removeTaskAssignment(int) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
removeUndoTask(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Removes a task from the list of Undo Tasks
removeUnusedDateAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
removeUnusedNumberAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
removeUnusedVCAttribute(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
removeUserFromFolder(String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilPSTools
Removes a user from having access to the directory (Security tab under folder properties)
rename(String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Internal method that executes the JNDI rename method.
renameDirectory(String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilPSTools
Re-names an existing directory on the target machine RENAME [drive:][path]filename1 filename2.
renameObject(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
Method called when an object is added
reorderPolicyRules(String, Map) - Method in interface oracle.iam.policyengine.api.PolicyManager
Reorder the rules of the policy associated with specified policy entity id.
REPEAT_INDEFINITELY - Static variable in class oracle.iam.scheduler.vo.Trigger
 
replacePolicyRules(String, List) - Method in interface oracle.iam.policyengine.api.PolicyManager
Replace all of the rules of the policy associated with the specified policy entity id, with the list of rule entity ids.
replaceReturnValues(String, List) - Method in interface oracle.iam.policyengine.api.RuleManager
Replace the return values of the rule specified by the rule entity id with the list of return values parameter.
replaceWithWhitespace(String, char) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
method that replaces the specified character of a string with a whitespace character.
REPORT_ALL_PAGES - Static variable in interface oracle.iam.certification.vo.Constants
 
REPORT_DEFINITION_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
REPORT_FORMAT_CSV - Static variable in interface oracle.iam.certification.vo.Constants
 
REPORT_FORMAT_HTML - Static variable in interface oracle.iam.certification.vo.Constants
 
REPORT_FORMAT_PDF - Static variable in interface oracle.iam.certification.vo.Constants
 
REPORT_FORMAT_XLS - Static variable in interface oracle.iam.certification.vo.Constants
 
REPORT_FORMAT_XML - Static variable in interface oracle.iam.certification.vo.Constants
 
REPORT_RENDERER_DEFAULT - Static variable in interface oracle.iam.certification.vo.Constants
 
REPORT_RENDERER_JASPER - Static variable in interface oracle.iam.certification.vo.Constants
 
REPROVISION - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
REPROVISION - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
REQTEMPLATE_TEMPLATEDATA - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST - Static variable in class oracle.iam.api.OIMService.Intent
 
REQUEST - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
REQUEST - Static variable in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
Request - Interface in oracle.iam.request.vo
This value object stores information about a Request.
REQUEST_APPROVER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
REQUEST_AUTHORIZATION_CREATE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_AUTHORIZATION_DELETE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_AUTHORIZATION_ENTITY - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_AUTHORIZATION_MODIFY_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_AUTHORIZATION_SEARCH_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_BENEFICIARY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
REQUEST_BENEFICIARY_DISPLAYNAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_BENEFICIARY_FIRST_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_BENEFICIARY_INFO - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_BENEFICIARY_KEY - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_BENEFICIARY_LAST_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_BENEFICIARY_ORG_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_BENEFICIARY_TYPE - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_BENEFICIARY_USERID - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_CERTIFICATION_VIEWER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
REQUEST_CHILD_INFO - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_CREATION_DATE - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_DATASET - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
REQUEST_EFFECTIVE_DATE - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_END_DATE - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_ENTITY - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REQUEST_ENTITY_TYPE - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_ID - Static variable in class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
 
REQUEST_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
 
REQUEST_ID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
REQUEST_ID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
REQUEST_ID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
REQUEST_ID - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
REQUEST_ID - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_JUSTIFICATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
REQUEST_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
REQUEST_KEY - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_MODEL_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PARENT_INFO - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PERMISSION_TYPE_ADMINISTRATORS - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PERMISSION_TYPE_APPROVER - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PERMISSION_TYPE_BEN - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PERMISSION_TYPE_CERTIFICATION_VIEWER - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PERMISSION_TYPE_CREATOR - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PERMISSION_TYPE_DELEGATED_ADMIN - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PERMISSION_TYPE_INTERNAL - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PERMISSION_TYPE_TARGETENTITY - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_PROFILE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
REQUEST_REMEDIATION - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
REQUEST_REMEDIATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
 
REQUEST_REQUESTOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
REQUEST_STATE - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_STATE_PENDING - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_STATUS - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_STATUS_KEY_APPROVED - Static variable in interface oracle.iam.certification.vo.Constants
 
REQUEST_STATUS_KEY_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
REQUEST_STATUS_KEY_REJECTED - Static variable in interface oracle.iam.certification.vo.Constants
 
REQUEST_TARGET_ENTITY_INFO - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_TARGETENTITY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
REQUEST_TEMPLATE_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUEST_TYPE_HETEROGENEOUS - Static variable in class oracle.iam.request.vo.RequestConstants
 
RequestactionsConstants - Class in oracle.iam.requestactions.vo
 
RequestactionsConstants() - Constructor for class oracle.iam.requestactions.vo.RequestactionsConstants
 
RequestAlreadyClosedException - Exception in oracle.iam.request.exception
This exception is thrown if request is already closed or withdrawn
RequestAlreadyClosedException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.RequestAlreadyClosedException
 
RequestAlreadyClosedException(Exception) - Constructor for exception oracle.iam.request.exception.RequestAlreadyClosedException
 
RequestAlreadyClosedException(String) - Constructor for exception oracle.iam.request.exception.RequestAlreadyClosedException
 
RequestAlreadyClosedException(String, Exception) - Constructor for exception oracle.iam.request.exception.RequestAlreadyClosedException
 
RequestBeneficiaryEntity - Class in oracle.iam.request.vo
value object to store entity name and its data
RequestBeneficiaryEntity() - Constructor for class oracle.iam.request.vo.RequestBeneficiaryEntity
 
RequestBeneficiaryEntityAttribute - Class in oracle.iam.request.vo
 
RequestBeneficiaryEntityAttribute() - Constructor for class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
RequestBeneficiaryEntityAttribute(String, Serializable, RequestBeneficiaryEntityAttribute.TYPE) - Constructor for class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
RequestBeneficiaryEntityAttribute(String, Serializable, RequestBeneficiaryEntityAttribute.TYPE, RequestBeneficiaryEntityAttribute.ACTION, String) - Constructor for class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
RequestBeneficiaryEntityAttribute.ACTION - Class in oracle.iam.request.vo
 
RequestBeneficiaryEntityAttribute.TYPE - Class in oracle.iam.request.vo
 
RequestConstants - Class in oracle.iam.request.vo
The class defines the constants related to request feature.
RequestConstants() - Constructor for class oracle.iam.request.vo.RequestConstants
 
RequestConstants.SortOrder - Class in oracle.iam.request.vo
 
RequestData - Class in oracle.iam.request.vo
This value object stores request information to be submitted for Request creation.
RequestData() - Constructor for class oracle.iam.request.vo.RequestData
Constructs a new RequestData object with default constructs.
RequestData(String) - Constructor for class oracle.iam.request.vo.RequestData
Deprecated. 
RequestData(String, String, Date, List, List) - Constructor for class oracle.iam.request.vo.RequestData
Note: This constructor is only for internal use.
RequestData(Request) - Constructor for class oracle.iam.request.vo.RequestData
This constructor is only for internal use
RequestDataSet - Class in oracle.iam.request.dataset.vo
Java class for anonymous complex type.
RequestDataSet() - Constructor for class oracle.iam.request.dataset.vo.RequestDataSet
 
RequestDataSetNotFoundException - Exception in oracle.iam.provisioning.exception
 
RequestDataSetNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.RequestDataSetNotFoundException
Constructs a new RequestDataSetNotFoundException with the errorCode, errorMessage and errorData
RequestDataSetNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.RequestDataSetNotFoundException
Constructs a new RequestDataSetNotFoundException with the errorCode, errorMessage, errorData and Throwable.
RequestEntity - Class in oracle.iam.request.vo
This is the value object that stores User or Role entity details associated with a request.
RequestEntity() - Constructor for class oracle.iam.request.vo.RequestEntity
Constructs RequestEntity object with default construct
RequestEntityAttribute - Class in oracle.iam.request.vo
 
RequestEntityAttribute() - Constructor for class oracle.iam.request.vo.RequestEntityAttribute
 
RequestEntityAttribute(String, Serializable, RequestEntityAttribute.TYPE) - Constructor for class oracle.iam.request.vo.RequestEntityAttribute
 
RequestEntityAttribute(String, List, RequestEntityAttribute.TYPE, RequestEntityAttribute.ACTION) - Constructor for class oracle.iam.request.vo.RequestEntityAttribute
 
RequestEntityAttribute(String, Serializable, RequestEntityAttribute.TYPE, RequestEntityAttribute.ACTION, String) - Constructor for class oracle.iam.request.vo.RequestEntityAttribute
 
RequestEntityAttribute.ACTION - Class in oracle.iam.request.vo
 
RequestEntityAttribute.TYPE - Class in oracle.iam.request.vo
 
REQUESTER_ADMINROLES - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REQUESTER_DISPLAYNAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUESTER_FIRST_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUESTER_ID - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
REQUESTER_KEY - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUESTER_LAST_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUESTER_ROLES - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
REQUESTER_USER_KEY - Static variable in class oracle.iam.request.vo.RequestConstants
 
REQUESTER_USERID - Static variable in class oracle.iam.request.vo.RequestConstants
 
RequestError - Class in oracle.iam.request.vo
This objects has the details on the error occurred during request life cycle.
RequestError() - Constructor for class oracle.iam.request.vo.RequestError
 
RequestHistory - Class in oracle.iam.request.vo
This value object stores request history details for a request Request History object allows tracking following changes to a request Status changes, Addition of Beneficiary entity, Deletion of Beneficiary entity, Addition of Target entity, Deletion of Target entity, Request data changes
RequestHistory() - Constructor for class oracle.iam.request.vo.RequestHistory
 
RequestHistoryEntry - Class in com.thortech.xl.vo.workflow
 
RequestHistoryEntry() - Constructor for class com.thortech.xl.vo.workflow.RequestHistoryEntry
 
RequestHistoryType - Class in oracle.iam.request.history.jaxb
Java class for request-history-type complex type.
RequestHistoryType() - Constructor for class oracle.iam.request.history.jaxb.RequestHistoryType
 
RequestInstance - Class in com.thortech.xl.vo.workflow
 
RequestInstance() - Constructor for class com.thortech.xl.vo.workflow.RequestInstance
 
RequestModel - Class in oracle.iam.request.model.vo
Java class for request-model complex type.
RequestModel() - Constructor for class oracle.iam.request.model.vo.RequestModel
 
REQUESTOR_ON_BENEFICIARY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
 
REQUESTOR_ON_TARGET_ENTITY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
 
RequestPostProcessingFailedException - Exception in oracle.iam.request.exception
 
RequestPostProcessingFailedException(Exception) - Constructor for exception oracle.iam.request.exception.RequestPostProcessingFailedException
 
RequestPostProcessingFailedException(String) - Constructor for exception oracle.iam.request.exception.RequestPostProcessingFailedException
 
RequestPostProcessingFailedException(String, Exception) - Constructor for exception oracle.iam.request.exception.RequestPostProcessingFailedException
 
RequestPostProcessingFailedException(String, Throwable) - Constructor for exception oracle.iam.request.exception.RequestPostProcessingFailedException
 
RequestPostProcessingFailedException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.RequestPostProcessingFailedException
 
RequestProfile - Class in oracle.iam.requestprofile.vo
### Generated by EclipseLink Project EclipseLink Workbench Workbench Core Library 1.0.2 - Tue Sep 27 21:19:19 PDT 2011.
RequestProfile() - Constructor for class oracle.iam.requestprofile.vo.RequestProfile
 
RequestProfileConstants - Class in oracle.iam.requestprofile.vo
 
RequestProfileConstants() - Constructor for class oracle.iam.requestprofile.vo.RequestProfileConstants
 
RequestProfileEntity - Class in oracle.iam.requestprofile.vo
### Generated by EclipseLink Project EclipseLink Workbench Workbench Core Library 1.0.2 - Tue Sep 27 21:19:34 PDT 2011.
RequestProfileEntity() - Constructor for class oracle.iam.requestprofile.vo.RequestProfileEntity
 
RequestProfileEntityAttribute - Class in oracle.iam.requestprofile.vo
### Generated by EclipseLink Project EclipseLink Workbench Workbench Core Library 1.0.2 - Tue Sep 27 23:14:30 PDT 2011.
RequestProfileEntityAttribute() - Constructor for class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
RequestProfileEntityAttribute.TYPE - Class in oracle.iam.requestprofile.vo
The RequestProfileEntityAttribute's data type
RequestProfileService - Interface in oracle.iam.requestprofile.api
 
RequestProfileServiceException - Exception in oracle.iam.requestprofile.exception
 
RequestProfileServiceException(String) - Constructor for exception oracle.iam.requestprofile.exception.RequestProfileServiceException
 
RequestProfileServiceException(String, Exception) - Constructor for exception oracle.iam.requestprofile.exception.RequestProfileServiceException
 
RequestProfileServiceException(String, String, Serializable[]) - Constructor for exception oracle.iam.requestprofile.exception.RequestProfileServiceException
 
RequestSearchCriteria - Class in oracle.iam.request.vo
 
RequestSearchCriteria() - Constructor for class oracle.iam.request.vo.RequestSearchCriteria
 
RequestSearchCriteria(RequestSearchCriteria.Operator) - Constructor for class oracle.iam.request.vo.RequestSearchCriteria
Create RequestSearchCriteria
RequestSearchCriteria.Operator - Class in oracle.iam.request.vo
 
RequestService - Interface in oracle.iam.request.api
Request Service is used for managing requests and its related operations .
RequestServiceException - Exception in oracle.iam.request.exception
This is generic exception that will be thrown mostly if an error occurs while performing DB operations
RequestServiceException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.RequestServiceException
 
RequestServiceException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.request.exception.RequestServiceException
 
RequestServiceException(Exception) - Constructor for exception oracle.iam.request.exception.RequestServiceException
 
RequestServiceException(String) - Constructor for exception oracle.iam.request.exception.RequestServiceException
 
RequestServiceException(String, Exception) - Constructor for exception oracle.iam.request.exception.RequestServiceException
 
RequestServiceException(String, Throwable) - Constructor for exception oracle.iam.request.exception.RequestServiceException
 
RequestStage - Class in oracle.iam.request.vo
 
RequestStage() - Constructor for class oracle.iam.request.vo.RequestStage
 
RequestStage.RequestClosedStatusEnum - Class in oracle.iam.request.vo
Enum defines set of request status values which are part of Request creation and change of status to any of the Request End statuses.
RequestStage.RequestPendingStageEnum - Class in oracle.iam.request.vo
Enum defines set of request pending stage values
RequestStatusSummary - Class in oracle.iam.request.vo
 
RequestStatusSummary() - Constructor for class oracle.iam.request.vo.RequestStatusSummary
 
RequestTemplate - Class in oracle.iam.request.vo
Deprecated. 
RequestTemplate() - Constructor for class oracle.iam.request.vo.RequestTemplate
Deprecated.  
RequestTemplateAttribute - Class in oracle.iam.request.vo
 
RequestTemplateAttribute() - Constructor for class oracle.iam.request.vo.RequestTemplateAttribute
 
RequestTemplateAttribute(String, RequestTemplateAttribute.TYPE, Object) - Constructor for class oracle.iam.request.vo.RequestTemplateAttribute
 
RequestTemplateAttribute.TYPE - Class in oracle.iam.request.vo
 
requestTemplateData - Variable in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
RequestWorkflow - Class in com.thortech.xl.vo.workflow
 
RequestWorkflow() - Constructor for class com.thortech.xl.vo.workflow.RequestWorkflow
 
REQUIRED - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
RequiredParameterNotSetException - Exception in oracle.iam.scheduler.exception
This exception will be thrown if value is not set for required parameters of a schedule task.
RequiredParameterNotSetException(String, String) - Constructor for exception oracle.iam.scheduler.exception.RequiredParameterNotSetException
Constructs a RequiredParameterNotSetException with the specified detail message and schedule task parameter name.
rescheduleJob(String, String, Trigger) - Method in interface oracle.iam.scheduler.api.SchedulerService
Updates the trigger attached with the job
ReservationInLDAP - Interface in oracle.iam.identity.usermgmt.api
The ReservationInLDAP API exposes methods to reserve and unreserve user attributes in LDAP that is in synchronization with OIM DB.
reserve(String, String, String) - Method in interface oracle.iam.identity.usermgmt.api.ReservationInLDAP
Method for reservation of user attributes in LDAP that is in synchronization with OIMDB.
reserve(String, Map) - Method in interface oracle.iam.identity.usermgmt.api.ReservationInLDAP
Method for reservation of user attributes in LDAP that is in synchronization with OIMDB.
reset() - Method in interface oracle.iam.patch.api.FileHandlerIntf
This method will clear all private variables, so that instance can be reinitialized for processing next file
RESET_PASSWORD - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
RESET_PASSWORD - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
RESET_PASSWORD - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Operations
 
RESET_PASSWORD - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
RESET_PASSWORD - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
RESET_STATUS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
resetForgottenPassword(String, Map, String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
The number of questions answered correctly reset the password
resetPassword(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Resets the password of an user to a randomly generated password.
resetPassword(String, boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Resets the password of an user to a randomly generated password.
resetPassword(String, boolean, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Resets user's existing password to a new automatically generated password It takes a Map control parameters to perform additional operation.
resetPassword(String) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Deprecated. This method is not longer supported. The preferred way to do this is via UserManager.resetPassword(String,boolean)
resetPassword(String, Map) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Deprecated. This method is not longer supported. The preferred way to do this is via UserManager.resetPassword(String,boolean,Map)
resetPassword(String, Map, char[]) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Accepts user login id, map of questions and answers and the new password and returns boolean flag depending on reset password success or failure.
ResetPasswordException - Exception in oracle.iam.selfservice.exception
Thrown when there is a failure while resetting the user password.
ResetPasswordException() - Constructor for exception oracle.iam.selfservice.exception.ResetPasswordException
Constructs a ResetPasswordException with no detail message.
ResetPasswordException(String) - Constructor for exception oracle.iam.selfservice.exception.ResetPasswordException
Constructs a ResetPasswordException with the specified detail message.
ResetPasswordException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.ResetPasswordException
Constructs a ResetPasswordException with the specified detail message and cause.
ResetPasswordException(Throwable) - Constructor for exception oracle.iam.selfservice.exception.ResetPasswordException
Constructs a ResetPasswordException with the specified cause.
resetRunningJobStatus() - Method in interface oracle.iam.scheduler.api.SchedulerService
This method is invoked after invocation of shut down of scheduler service/shutdown of server This method reset the status of all the running jobs to stopped in job history table
RESOLVE - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
RESOLVED - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
Resource - Class in com.thortech.xl.vo
This value object stores information about a resource in Xellerate.
Resource() - Constructor for class com.thortech.xl.vo.Resource
 
Resource - Class in oracle.iam.oimcommon.vo
 
Resource() - Constructor for class oracle.iam.oimcommon.vo.Resource
 
Resource - Static variable in class oracle.iam.platform.utils.vo.OIMType
 
RESOURCE - Static variable in class oracle.iam.request.vo.RequestConstants
 
RESOURCE_DETAILS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
RESOURCE_DISABLE_FAILED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
RESOURCE_ENABLE_FAILED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
RESOURCE_ENTITY_ASSIGNED_TO_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
RESOURCE_HISTORY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
RESOURCE_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
RESOURCE_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
RESOURCE_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
RESOURCE_NOT_FOUND - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
RESOURCE_OBJECT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
RESOURCE_ORGANIZATION_DIRECT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
RESOURCE_ORGANIZATION_WITH_PARENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_HIERARCHY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_PARENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
RESOURCE_PUBLISHED_TO_ALL_DIRECT_ORGANIZATIONS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
RESOURCE_REMOVE_FAILED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
RESOURCE_TARGET_OBJ - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
RESOURCE_TYPE - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
RESOURCE_TYPE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
RESOURCE_USER_ORGANIZATIONS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
RESOURCE_USER_ORGANIZATIONS_WITH_PARENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
resourceAdmin - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
resourceAuth - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
resourceBundleKey - Variable in class oracle.iam.ida.vo.PolicyViolation.Action
 
resourceBundleKey - Variable in class oracle.iam.ida.vo.PolicyViolation.Status
 
resourceBundleKey - Variable in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
resourceBundleKey - Variable in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
ResourceBundleKeys - Class in oracle.iam.passwordmgmt.vo
Contains constants for the Password Mgmt Resource Bundle keys
ResourceBundleKeys() - Constructor for class oracle.iam.passwordmgmt.vo.ResourceBundleKeys
 
resourceBundleKeyToInstance(String) - Static method in class oracle.iam.ida.vo.PolicyViolation.Action
 
resourceBundleKeyToInstance(String) - Static method in class oracle.iam.ida.vo.PolicyViolation.Status
 
resourceBundleKeyToInstance(String) - Static method in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
resourceBundleKeyToInstance(String) - Static method in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
ResourceData - Class in com.thortech.xl.vo
This value object stores information about a resource keys in Xellerate.
ResourceData() - Constructor for class com.thortech.xl.vo.ResourceData
 
resourceDetailsOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
ResourceElement - Class in oracle.iam.platformservice.vo
Represents a resource bundle to be uploaded to DB
ResourceElement() - Constructor for class oracle.iam.platformservice.vo.ResourceElement
 
resourceOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
ResourceService - Interface in oracle.iam.oimcommon.api
 
ResourceStatusChangeException - Exception in oracle.iam.identity.exception
Thrown when there is an exception while chaning the status of the provisioned resource
ResourceStatusChangeException() - Constructor for exception oracle.iam.identity.exception.ResourceStatusChangeException
 
ResourceStatusChangeException(String) - Constructor for exception oracle.iam.identity.exception.ResourceStatusChangeException
 
ResourceStatusChangeException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.ResourceStatusChangeException
 
ResourceStatusChangeException(Throwable) - Constructor for exception oracle.iam.identity.exception.ResourceStatusChangeException
 
ResourceType - Class in oracle.iam.oimcommon.vo
 
ResourceType() - Constructor for class oracle.iam.oimcommon.vo.ResourceType
 
ResourceType - Class in oracle.iam.reconciliation.config.vo
 
ResponseDefinition - Class in com.thortech.xl.vo.workflow
 
ResponseDefinition() - Constructor for class com.thortech.xl.vo.workflow.ResponseDefinition
Constructor
ResponseProperties - Class in com.thortech.xl.vo.workflow
 
ResponseProperties() - Constructor for class com.thortech.xl.vo.workflow.ResponseProperties
Constructor
ResponseTooShortException - Exception in oracle.iam.selfservice.exception
Thrown if length of any of the answers is less than minimum expected length while setting challenge questions and responses.
ResponseTooShortException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.ResponseTooShortException
Constructs a ResponseTooShortException with the specified detail message and cause.
ResponseTooShortException(String) - Constructor for exception oracle.iam.selfservice.exception.ResponseTooShortException
Constructs a ResponseTooShortException with the specified detail message.
resubmitAll() - Method in interface oracle.iam.platformservice.api.FailedTaskManager
Resubmits all FailedTask from the repository
ResubmitSoDChecksResultsException - Exception in oracle.iam.sod.exception
 
ResubmitSoDChecksResultsException() - Constructor for exception oracle.iam.sod.exception.ResubmitSoDChecksResultsException
Creates a new ResubmitSoDChecksResultsException object.
ResubmitSoDChecksResultsException(String) - Constructor for exception oracle.iam.sod.exception.ResubmitSoDChecksResultsException
Constructs a new ResubmitSoDChecksResultsException with the specified detail message.
ResubmitSoDChecksResultsException(String, Exception) - Constructor for exception oracle.iam.sod.exception.ResubmitSoDChecksResultsException
 
Result - Class in oracle.iam.catalog.vo
Object that contains the information realted to the result for any operation performed on catalog
Result() - Constructor for class oracle.iam.catalog.vo.Result
 
Result - Class in oracle.iam.idc.vo
 
Result(long, String) - Constructor for class oracle.iam.idc.vo.Result
 
RESULT_OF_OPERATION_IS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
resume() - Method in class oracle.iam.oimcommon.vo.SRMStopWatch
 
resume(int) - Method in class oracle.iam.oimcommon.vo.SRMStopWatch
 
RESUME_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
resumeJob(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Resumes the action of the paused schedule Job
retrieveCategories() - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
Retrieve the categories name via iterating all the root objects metadata, which are having the actual data.
retrieveCategories() - Method in interface Thor.API.Operations.tcExportOperationsIntf
Retrieve categories
retrieveChildren(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
Retrieve the children of the selected objects as a tree
retrieveChildren(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
Returns collection of RootObjects whose children need to be populated.
retrieveChildren(Collection) - Method in interface Thor.API.Operations.tcExportOperationsIntf
Retrieve the children of the selected objects as a tree
retrieveDependencyTree(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
Find dependencies, and return them as a tree.
retrieveDependencyTree(Collection) - Method in interface Thor.API.Operations.tcExportOperationsIntf
Find dependencies, and return them as a tree.
RETRY - Static variable in class oracle.iam.platform.kernel.vo.FailedEventResult.Response
 
retry(long) - Method in interface oracle.iam.platformservice.api.FailedTaskManager
 
retryTask(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Provides the ability to re-execute a task if any of its prior executions have failed.
retryTasks(long[]) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method provides the ability to re-execute the list of specified tasks if any of their prior executions have failed.
RETURN_VALUE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
RETURN_VALUES_VO - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ReturnValue - Class in oracle.iam.policyengine.vo
 
ReturnValue() - Constructor for class oracle.iam.policyengine.vo.ReturnValue
 
ReturnValue(String, boolean) - Constructor for class oracle.iam.policyengine.vo.ReturnValue
 
reverse(String) - Method in interface oracle.iam.idc.api.IDCService
 
reverseTransform(Profile, Form, TargetAttribute, Map) - Method in interface oracle.iam.reconciliation.config.api.Transformer
 
REVIEWER_TYPE_DELEGATED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
REVIEWER_TYPE_PRIMARY - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
reviewerGroup - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
reviewerGroup - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
reviewerManager - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
reviewerManager - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
reviewerSpecificUser - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
reviewerSpecificUser - Static variable in class com.thortech.xl.vo.AttestationProcessDefinitionVO
 
REVOKE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.Mode
 
revoke(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method revokes an account provisioned to a user.
REVOKE - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
REVOKE - Static variable in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
 
REVOKE_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
REVOKE_APP_INSTANCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
REVOKE_EMAIL_BY_ACCT - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
REVOKE_EMAIL_BY_CERT - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
REVOKE_EMAIL_BY_NS - Static variable in class oracle.iam.certification.vo.IDCConfiguration
 
REVOKE_ENTITLEMENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
REVOKE_ENTITLEMENT - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
REVOKE_ENTITLEMENT_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
REVOKE_RESOURCE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
revokeAppsForOrganizations(long[], long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Revokes the resource instances for the specified organizations.
revokeAppsForUsers(long[], long[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
REVOKED - Static variable in class oracle.iam.certification.vo.Certifiable.Status
 
REVOKED - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
 
revokeDisconnectedAccount(long, long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Performs revocation of disconnected account provisioned to a user.
revokeEntitlement(EntitlementInstance) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method revokes already granted EntitlementInstance from the specified accounts
revokeEntitlements(List) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method revokes the list of specified EntitlementInstance from the specified accounts
revokeObject(long, long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
revokeObjects(long, long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Deprecated.  
revokeRoleGrant(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Revoke the role identified by roleKey to the specified user(s).
revokeRoleGrant(String, Set, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Deprecated. 
revokeRoleGrant(String, Object, String, Object) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Revoke the role uniquely identified by the search criteria roleAttributeName=roleAttributeValue for the specified user uniquely identified by the search criteria userAttributeName=userAttributeValue.
revokeRoleGrantRequest(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to revoke the role identified by roleKey to the specified user(s).
revokeRoleGrantRequest(String, Object, String, Object) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to revoke the role uniquely identified by the search criteria roleAttributeName=roleAttributeValue for the specified user uniquely identified by the search criteria userAttributeName=userAttributeValue.
revokeRoleGrants(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Revoke the roles identified by roleKeys to the user identified by userKey.
revokeRoleGrantsRequest(String, Set) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Raises a request to revoke the roles identified by roleKeys to the user identified by userKey.
RISK_ACCEPTED - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
RISK_ACCEPTED_EXPIRATION - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
RISK_LEVEL_HIGH - Static variable in class oracle.iam.certification.vo.RiskConfiguration
 
RISK_LEVEL_HIGH - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
RISK_LEVEL_LOW - Static variable in class oracle.iam.certification.vo.RiskConfiguration
 
RISK_LEVEL_LOW - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
RISK_LEVEL_MEDIUM - Static variable in class oracle.iam.certification.vo.RiskConfiguration
 
RISK_LEVEL_MEDIUM - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
RiskAggregationService - Interface in oracle.iam.oimcommon.api
 
RiskConfiguration - Class in oracle.iam.certification.vo
 
RiskConfiguration() - Constructor for class oracle.iam.certification.vo.RiskConfiguration
 
RiskConstants - Class in oracle.iam.oimcommon.vo
 
RiskConstants() - Constructor for class oracle.iam.oimcommon.vo.RiskConstants
 
RiskContext - Class in oracle.iam.oimcommon.vo
 
RiskContext() - Constructor for class oracle.iam.oimcommon.vo.RiskContext
 
RiskContext(String) - Constructor for class oracle.iam.oimcommon.vo.RiskContext
 
RiskContext.AccountScanScope - Class in oracle.iam.oimcommon.vo
 
RiskContext.UserScanScope - Class in oracle.iam.oimcommon.vo
 
RiskSummary - Class in oracle.iam.provisioning.vo
 
RiskSummary(Integer, Integer, Boolean, Integer, Integer, Date, Integer) - Constructor for class oracle.iam.provisioning.vo.RiskSummary
 
RME_ROLE_CONSOLIDATION_BY_ENTITLEMENTS - Static variable in interface oracle.iam.certification.vo.Constants
 
RME_ROLE_CONSOLIDATION_BY_MEMBERSHIP - Static variable in interface oracle.iam.certification.vo.Constants
 
Role - Static variable in class oracle.iam.catalog.vo.OIMType
 
ROLE - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
ROLE - Static variable in class oracle.iam.certification.vo.CertificationConstants.ReviewerIdType
 
Role - Static variable in class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
 
ROLE - Static variable in class oracle.iam.ida.vo.Remediator.RemediatorType
 
Role - Class in oracle.iam.identity.rolemgmt.vo
The Role class is a value object class to hold the id, attribute name-value pairs of a Role.
Role(String) - Constructor for class oracle.iam.identity.rolemgmt.vo.Role
Constructs a Role object with id entityId.
Role(HashMap) - Constructor for class oracle.iam.identity.rolemgmt.vo.Role
Constructs a Role object with a map of attribute name-value pairs.
Role(String, HashMap) - Constructor for class oracle.iam.identity.rolemgmt.vo.Role
Constructs a Role object with id entityId and a map of attribute name-value pairs.
Role - Class in oracle.iam.oimcommon.vo
 
Role() - Constructor for class oracle.iam.oimcommon.vo.Role
 
ROLE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
Role - Static variable in class oracle.iam.platform.utils.vo.OIMType
 
Role - Static variable in class oracle.iam.reconciliation.config.vo.ResourceType
 
Role - Class in oracle.iam.reconciliation.vo
Encapsulates an instance of a Role as used in Reconciliation, for the Event Management APIs.
Role() - Constructor for class oracle.iam.reconciliation.vo.Role
Instantiates an empty Role object.
Role(Long) - Constructor for class oracle.iam.reconciliation.vo.Role
Instantiates a Role object using its Key.
ROLE - Static variable in class oracle.iam.request.vo.RequestConstants
 
ROLE - Static variable in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
 
ROLE_ADMIN_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
ROLE_ADMINISTRATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
ROLE_ATTR_UNIQUEMEMBER - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_AUTHORIZER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
ROLE_AUTHORIZER_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
ROLE_CATEGORY - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ROLE_CATEGORY - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ROLE_CATEGORY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
ROLE_CATEGORY_CANNOT_BE_DELETED - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
ROLE_CATEGORY_CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_CATEGORY_DESCRIPTION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_CATEGORY_HAS_ASSOCIATED_ROLES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
ROLE_CATEGORY_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_CATEGORY_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_CATEGORY_UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_CATEGORY_WITH_NAME_EXISTS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
ROLE_CHANGE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_CHANGE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_CHILD_KEY_PARAM - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_CHILD_KEYS_PARAM - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_CREATE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_CREATE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_CREATE_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ROLE_CREATEBY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_DATA_LEVEL - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
Determines the data-level security for a particular role.
ROLE_DATASET_CATALOG_ATTRS - Static variable in class oracle.iam.request.vo.RequestConstants
 
ROLE_DELETE_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ROLE_DESCRIPTION - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ROLE_DESCRIPTION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_DISPLAY_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ROLE_DISPLAY_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_EMAIL - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_ENTITY_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_ENTITY_TYPE - Static variable in class oracle.iam.request.vo.RequestEntity
A constant for Role entity-type.
ROLE_GRANT_CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_END_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_EVALUATE_POLICIES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_FIELD_END_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_FIELD_START_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_IS_RULE_BASED - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_MODIFICATION_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ROLE_GRANT_REQUEST_ID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_REQUEST_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_ROLES_MAP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_RULE_BASED - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_RULE_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_START_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_USERS_MAP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_GRANT_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ROLE_HAS_RELATIONSHIPS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
ROLE_HASH_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_ID - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ROLE_ID - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ROLE_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
ROLE_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
Same as the entity id of a particular role.
ROLE_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
ROLE_KEY_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
ROLE_KEY_PARAM - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_KEYS_PARAM - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_LDAP_DN - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
The distinguished name DN of the counterpart in LDAP, in ldap-sync enabled setups.
ROLE_LDAP_GUID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
If the role is synced to LDAP, the LDAP_GUID cannot be null and it's value corresponds to the unique id orclguid to uniquely identity the role in LDAP.
ROLE_MBR_ATTRNAME_RULEBASED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ROLE_MEMBERSHIP_POLICY - Static variable in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
ROLE_MEMBERSHIPS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_MODIFY_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
ROLE_MTID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_NAME - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ROLE_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
ROLE_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
ROLE_NAME_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
ROLE_NAMESPACE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OPER_CREATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OPER_CREATE_RULE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OPER_DELETE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OPER_DELETE_RULE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OPER_LOOKUP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OPER_MODIFY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OPER_MODIFY_RULE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OPER_SEARCH - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OWNER - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
 
ROLE_OWNER_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_OWNER_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_PARENT_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_PARENT_KEY_OPERATION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_PARENT_KEY_PARAM - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_PARENT_KEYS_PARAM - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_PARENTS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_RELATIONSHIP_CREATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_RELATIONSHIP_UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_REMOVAL_ACTION_DO_NOTHING - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_REMOVAL_ACTION_IMMEDIATE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_REMOVAL_ACTION_NOTIFY_ADMIN - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_REMOVAL_ACTION_REMOVE_IN_FUTURE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_REQUEST_ID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_ROLE_CREATE_ON - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_SECURITY_LEVEL - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
ROLE_SECURITY_LEVEL - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ROLE_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_SOD_CHECK_APPROVED - Static variable in class oracle.iam.request.vo.RequestConstants
 
ROLE_SOD_CHECK_IN_PROGRESS - Static variable in class oracle.iam.request.vo.RequestConstants
 
ROLE_SOD_CHECK_REJECTED - Static variable in class oracle.iam.request.vo.RequestConstants
 
ROLE_SOD_REMEDIATION_APPROVED - Static variable in class oracle.iam.request.vo.RequestConstants
 
ROLE_SOD_REMEDIATION_IN_PROGRESS - Static variable in class oracle.iam.request.vo.RequestConstants
 
ROLE_SOD_REMEDIATION_REJECTED - Static variable in class oracle.iam.request.vo.RequestConstants
 
ROLE_STATUS_KEY_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_STATUS_KEY_COMPOSING - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_STATUS_KEY_DECOMISSIONED - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_STATUS_KEY_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_STATUS_KEY_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_STATUS_LABEL_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_STATUS_LABEL_COMPOSING - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_STATUS_LABEL_DECOMISSIONED - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_STATUS_LABEL_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_STATUS_LABEL_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_SUMMARY_RISK - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
ROLE_TBLNAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
ROLE_TID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_TNAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
ROLE_TYPE_ID_ACCESS_CONTROL - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_TYPE_ID_ORGANIZATIONAL - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_TYPE_ID_PROVISIONING - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_TYPE_LABEL_ACCESS_CONTROL - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_TYPE_LABEL_ORGANIZATIONAL - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_TYPE_LABEL_PROVISIONING - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_UNIQUE_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_UPDATED_BY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_USER - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
ROLE_USER_CREATE_ON - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_USER_MEMBERSHIP_RULE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_USER_UPDATE_ON - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLE_VERSION_STATUS_KEY_REJECTED - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLE_VIEWER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
ROLE_VIEWER_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
ROLE_WITH_NAME_EXISTS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
ROLE_WITH_NAME_EXISTS_HIERARCHY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
ROLE_WITH_NAME_EXISTS_NAMESPACE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
RoleAlreadyExistsException - Exception in oracle.iam.identity.exception
The RoleAlreadyExistsException class is used to construct failure messages during the create operation of Role.
RoleAlreadyExistsException() - Constructor for exception oracle.iam.identity.exception.RoleAlreadyExistsException
Constructs a new super exception with null as its detail message.
RoleAlreadyExistsException(String) - Constructor for exception oracle.iam.identity.exception.RoleAlreadyExistsException
Constructs a new super exception with the specified detail message.
RoleAlreadyExistsException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleAlreadyExistsException
Constructs a new super exception with the specified detail message and cause.
RoleAlreadyExistsException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleAlreadyExistsException
Constructs a new super exception with the specified cause.
RoleCategory - Class in oracle.iam.identity.rolemgmt.vo
The RoleCategory class is a value object class to hold the entity id, attribute name-value pairs of a RoleCategory.
RoleCategory(String) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleCategory
Constructs a RoleCategory object with id entityId.
RoleCategory(HashMap) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleCategory
Constructs a RoleCategory object with a map of attribute name-value pairs.
RoleCategory(String, HashMap) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleCategory
Constructs a RoleCategory object with id entityId and a map of attribute name-value pairs.
ROLECATEGORY - Static variable in class Thor.API.Base.tcBaseUtility.Entities
 
RoleCategoryAlreadyExistsException - Exception in oracle.iam.identity.exception
The RoleCategoryAlreadyExistsException class is used to construct failure messages during the create operation of Role Category.
RoleCategoryAlreadyExistsException() - Constructor for exception oracle.iam.identity.exception.RoleCategoryAlreadyExistsException
Constructs a new super exception with null as its detail message.
RoleCategoryAlreadyExistsException(String) - Constructor for exception oracle.iam.identity.exception.RoleCategoryAlreadyExistsException
Constructs a new super exception with the specified detail message.
RoleCategoryAlreadyExistsException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryAlreadyExistsException
Constructs a new super exception with the specified detail message and cause.
RoleCategoryAlreadyExistsException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryAlreadyExistsException
Constructs a new super exception with the specified cause.
RoleCategoryBrowseException - Exception in oracle.iam.identity.exception
The RoleCategoryBrowseException class is used to construct failure messages during the browse operation of Role Category.
RoleCategoryBrowseException() - Constructor for exception oracle.iam.identity.exception.RoleCategoryBrowseException
Constructs a new super exception with null as its detail message.
RoleCategoryBrowseException(String) - Constructor for exception oracle.iam.identity.exception.RoleCategoryBrowseException
Constructs a new super exception with the specified detail message.
RoleCategoryBrowseException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryBrowseException
Constructs a new super exception with the specified detail message and cause.
RoleCategoryBrowseException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryBrowseException
Constructs a new super exception with the specified cause.
RoleCategoryCreateException - Exception in oracle.iam.identity.exception
The RoleCategoryCreateException class is used to construct failure messages during the create operation of Role Category.
RoleCategoryCreateException() - Constructor for exception oracle.iam.identity.exception.RoleCategoryCreateException
Constructs a new super exception with null as its detail message.
RoleCategoryCreateException(String) - Constructor for exception oracle.iam.identity.exception.RoleCategoryCreateException
Constructs a new super exception with the specified detail message.
RoleCategoryCreateException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryCreateException
Constructs a new super exception with the specified detail message and cause.
RoleCategoryCreateException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryCreateException
Constructs a new super exception with the specified cause.
RoleCategoryDeleteException - Exception in oracle.iam.identity.exception
The RoleCategoryDeleteException class is used to construct failure messages during the delete operation of Role Category.
RoleCategoryDeleteException() - Constructor for exception oracle.iam.identity.exception.RoleCategoryDeleteException
Constructs a new super exception with null as its detail message.
RoleCategoryDeleteException(String) - Constructor for exception oracle.iam.identity.exception.RoleCategoryDeleteException
Constructs a new super exception with the specified detail message.
RoleCategoryDeleteException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryDeleteException
Constructs a new super exception with the specified detail message and cause.
RoleCategoryDeleteException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryDeleteException
Constructs a new super exception with the specified cause.
RoleCategoryLookupException - Exception in oracle.iam.identity.exception
The RoleCategoryLookupException class is used to construct failure messages during modify, delete, get RoleCategory details operation of Role Category.
RoleCategoryLookupException() - Constructor for exception oracle.iam.identity.exception.RoleCategoryLookupException
Constructs a new super exception with null as its detail message.
RoleCategoryLookupException(String) - Constructor for exception oracle.iam.identity.exception.RoleCategoryLookupException
Constructs a new super exception with the specified detail message.
RoleCategoryLookupException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryLookupException
Constructs a new super exception with the specified detail message and cause.
RoleCategoryLookupException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryLookupException
Constructs a new super exception with the specified cause.
RoleCategoryManager - Interface in oracle.iam.identity.rolemgmt.api
The RoleCategoryManager API exposes the methods to manage role categories.
RoleCategoryModifyException - Exception in oracle.iam.identity.exception
The RoleCategoryModifyException class is used to construct failure messages during the modify operation of Role Category.
RoleCategoryModifyException() - Constructor for exception oracle.iam.identity.exception.RoleCategoryModifyException
Constructs a new super exception with null as its detail message.
RoleCategoryModifyException(String) - Constructor for exception oracle.iam.identity.exception.RoleCategoryModifyException
Constructs a new super exception with the specified detail message.
RoleCategoryModifyException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryModifyException
Constructs a new super exception with the specified detail message and cause.
RoleCategoryModifyException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategoryModifyException
Constructs a new super exception with the specified cause.
RoleCategorySearchException - Exception in oracle.iam.identity.exception
The RoleCategorySearchException class is used to construct failure messages during the search operation of Role Category.
RoleCategorySearchException() - Constructor for exception oracle.iam.identity.exception.RoleCategorySearchException
Constructs a new super exception with null as its detail message.
RoleCategorySearchException(String) - Constructor for exception oracle.iam.identity.exception.RoleCategorySearchException
Constructs a new super exception with the specified detail message.
RoleCategorySearchException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategorySearchException
Constructs a new super exception with the specified detail message and cause.
RoleCategorySearchException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCategorySearchException
Constructs a new super exception with the specified cause.
RoleCertificationFilters - Class in oracle.iam.certification.vo
 
RoleCertificationStats - Class in oracle.iam.certification.vo
 
RoleCertificationStats(long, String) - Constructor for class oracle.iam.certification.vo.RoleCertificationStats
Constructor
RoleConsolidation - Class in oracle.iam.identity.rolemgmt.vo
 
RoleConsolidation(Float, String) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
RoleConsolidation(Float, String, Map) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
RoleCreateException - Exception in oracle.iam.identity.exception
The RoleCreateException class is used to construct failure messages during the create operation of Role.
RoleCreateException() - Constructor for exception oracle.iam.identity.exception.RoleCreateException
Constructs a new super exception with null as its detail message.
RoleCreateException(String) - Constructor for exception oracle.iam.identity.exception.RoleCreateException
Constructs a new super exception with the specified detail message.
RoleCreateException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCreateException
Constructs a new super exception with the specified detail message and cause.
RoleCreateException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleCreateException
Constructs a new super exception with the specified cause.
RoleDeleteException - Exception in oracle.iam.identity.exception
The RoleDeleteException class is used to construct failure messages during the delete operation of Role.
RoleDeleteException() - Constructor for exception oracle.iam.identity.exception.RoleDeleteException
Constructs a new super exception with null as its detail message.
RoleDeleteException(String) - Constructor for exception oracle.iam.identity.exception.RoleDeleteException
Constructs a new super exception with the specified detail message.
RoleDeleteException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleDeleteException
Constructs a new super exception with the specified detail message and cause.
RoleDeleteException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleDeleteException
Constructs a new super exception with the specified cause.
ROLEDISPLAYNAME_IS_NULL - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
RoleEntityAttributeMapping - Interface in oracle.iam.identity.rolemgmt.api
 
RoleGrant - Class in oracle.iam.identity.rolemgmt.vo
 
RoleGrant(String, String) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleGrant
 
RoleGrant(String, String, Map) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleGrant
 
RoleGrant - Class in oracle.iam.oimcommon.vo
 
RoleGrant() - Constructor for class oracle.iam.oimcommon.vo.RoleGrant
 
RoleGrantException - Exception in oracle.iam.identity.exception
The RoleGrantException class is used to construct failure messages during the grant operation of Role to one or more User entities.
RoleGrantException() - Constructor for exception oracle.iam.identity.exception.RoleGrantException
Constructs a new super exception with null as its detail message.
RoleGrantException(String) - Constructor for exception oracle.iam.identity.exception.RoleGrantException
Constructs a new super exception with the specified detail message.
RoleGrantException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleGrantException
Constructs a new super exception with the specified detail message and cause.
RoleGrantException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleGrantException
Constructs a new super exception with the specified cause.
RoleGrantLookupException - Exception in oracle.iam.identity.exception
The RoleGrantLookupException class is used to construct failure messages during the lookup operation of Role grant attributes.
RoleGrantLookupException() - Constructor for exception oracle.iam.identity.exception.RoleGrantLookupException
Constructs a new super exception with null as its detail message.
RoleGrantLookupException(String) - Constructor for exception oracle.iam.identity.exception.RoleGrantLookupException
Constructs a new super exception with the specified detail message.
RoleGrantLookupException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleGrantLookupException
Constructs a new super exception with the specified detail message and cause.
RoleGrantLookupException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleGrantLookupException
Constructs a new super exception with the specified cause.
RoleGrantRevokeException - Exception in oracle.iam.identity.exception
The RoleGrantRevokeException class is used to construct failure messages during the revoke operation of granted Role(s) to one or more User entities.
RoleGrantRevokeException() - Constructor for exception oracle.iam.identity.exception.RoleGrantRevokeException
Constructs a new super exception with null as its detail message.
RoleGrantRevokeException(String) - Constructor for exception oracle.iam.identity.exception.RoleGrantRevokeException
Constructs a new super exception with the specified detail message.
RoleGrantRevokeException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleGrantRevokeException
Constructs a new super exception with the specified detail message and cause.
RoleGrantRevokeException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleGrantRevokeException
Constructs a new super exception with the specified cause.
RoleGrantUpdateException - Exception in oracle.iam.identity.exception
The RoleGrantUpdateException class is used to construct failure messages during the update operation of Role grant.
RoleGrantUpdateException() - Constructor for exception oracle.iam.identity.exception.RoleGrantUpdateException
Constructs a new super exception with null as its detail message.
RoleGrantUpdateException(String) - Constructor for exception oracle.iam.identity.exception.RoleGrantUpdateException
Constructs a new super exception with the specified detail message.
RoleGrantUpdateException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleGrantUpdateException
Constructs a new super exception with the specified detail message and cause.
RoleGrantUpdateException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleGrantUpdateException
Constructs a new super exception with the specified cause.
ROLEHIER_TBLNAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RoleHierarchy - Class in oracle.iam.reconciliation.vo
Encapsulates an instance of a Role Hierarchy as used in Reconciliation, for the Event Management APIs.
RoleHierarchy() - Constructor for class oracle.iam.reconciliation.vo.RoleHierarchy
Instantiates an empty Role Memberobject.
RoleHierarchy(Long) - Constructor for class oracle.iam.reconciliation.vo.RoleHierarchy
Instantiates a Role object using its Key.
RoleHierarchy(Long, Long) - Constructor for class oracle.iam.reconciliation.vo.RoleHierarchy
Instantiates a Role object using its Key and Role Key.
RoleHierarchy(Long, Long, Long) - Constructor for class oracle.iam.reconciliation.vo.RoleHierarchy
Instantiates a Role object using its Key and Role Key and User Key.
RoleLookupException - Exception in oracle.iam.identity.exception
The RoleLookupException class is used to construct failure messages during modify, delete, get Role details operations of a Role.
RoleLookupException() - Constructor for exception oracle.iam.identity.exception.RoleLookupException
Constructs a new super exception with null as its detail message.
RoleLookupException(String) - Constructor for exception oracle.iam.identity.exception.RoleLookupException
Constructs a new super exception with the specified detail message.
RoleLookupException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleLookupException
Constructs a new super exception with the specified detail message and cause.
RoleLookupException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleLookupException
Constructs a new super exception with the specified cause.
RoleManager - Interface in oracle.iam.identity.rolemgmt.api
The RoleManager API exposes the methods to manage Roles.
RoleManagerConstants - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants() - Constructor for class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
RoleManagerConstants.ErrorCodes - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.ObligationType - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.Operations - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.PendingRoleGrantAttributeName - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.Privilege - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.RoleAttributeName - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.RoleCategoryAttributeName - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.RoleGrantAttributeName - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.RoleHistoryType - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.RoleRelationshipAttributeName - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerConstants.SubType - Class in oracle.iam.identity.rolemgmt.api
 
RoleManagerException - Exception in oracle.iam.identity.exception
Thrown when there is an exception while performing an operation on the Role entity
RoleManagerException() - Constructor for exception oracle.iam.identity.exception.RoleManagerException
Constructs a new super exception with null as its detail message.
RoleManagerException(String) - Constructor for exception oracle.iam.identity.exception.RoleManagerException
Constructs a new super exception with the specified detail message.
RoleManagerException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleManagerException
Constructs a new super exception with the specified detail message and cause.
RoleManagerException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleManagerException
Constructs a new super exception with the specified cause.
RoleManagerResult - Class in oracle.iam.identity.rolemgmt.vo
 
RoleManagerResult(String) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
 
RoleManagerResult(String, String) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
 
ROLEMEM_TBLNAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
RoleMember - Class in oracle.iam.reconciliation.vo
Encapsulates an instance of a Role Member as used in Reconciliation, for the Event Management APIs.
RoleMember() - Constructor for class oracle.iam.reconciliation.vo.RoleMember
Instantiates an empty Role Memberobject.
RoleMember(Long) - Constructor for class oracle.iam.reconciliation.vo.RoleMember
Instantiates a Role object using its Key.
RoleMember(Long, Long) - Constructor for class oracle.iam.reconciliation.vo.RoleMember
Instantiates a Role object using its Key and Role Key.
RoleMember(Long, Long, Long) - Constructor for class oracle.iam.reconciliation.vo.RoleMember
Instantiates a Role object using its Key and Role Key and User Key.
RoleMemberException - Exception in oracle.iam.identity.exception
The RoleMemberException class is used to construct failure messages during the retrieval operation of Role members.
RoleMemberException() - Constructor for exception oracle.iam.identity.exception.RoleMemberException
Constructs a new super exception with null as its detail message.
RoleMemberException(String) - Constructor for exception oracle.iam.identity.exception.RoleMemberException
Constructs a new super exception with the specified detail message.
RoleMemberException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleMemberException
Constructs a new super exception with the specified detail message and cause.
RoleMemberException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleMemberException
Constructs a new super exception with the specified cause.
RoleModifyException - Exception in oracle.iam.identity.exception
The RoleModifyException class is used to construct failure messages during the modify operation of Role.
RoleModifyException() - Constructor for exception oracle.iam.identity.exception.RoleModifyException
Constructs a new super exception with null as its detail message.
RoleModifyException(String) - Constructor for exception oracle.iam.identity.exception.RoleModifyException
Constructs a new super exception with the specified detail message.
RoleModifyException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleModifyException
Constructs a new super exception with the specified detail message and cause.
RoleModifyException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleModifyException
Constructs a new super exception with the specified cause.
roleOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
RolePolicyAssociation - Class in oracle.iam.oimcommon.vo
Created by IntelliJ IDEA.
RolePolicyAssociation() - Constructor for class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
RolePublication - Class in oracle.iam.platform.authopss.vo
 
RolePublication() - Constructor for class oracle.iam.platform.authopss.vo.RolePublication
 
RolePublicationWithoutHierarchy - Class in oracle.iam.platform.authopss.vo
Marker class to handle the one to one mapping that toplink expects for pojo and DB tables for Roles.
RolePublicationWithoutHierarchy() - Constructor for class oracle.iam.platform.authopss.vo.RolePublicationWithoutHierarchy
 
RoleRelationship - Class in oracle.iam.identity.rolemgmt.vo
 
RoleRelationship(String, String) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleRelationship
 
RoleRelationship(String, String, Map) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleRelationship
 
RoleRelationshipException - Exception in oracle.iam.identity.exception
The RoleRelationshipException class is used to construct failure messages during direct relationship assignment operation between Roles.
RoleRelationshipException() - Constructor for exception oracle.iam.identity.exception.RoleRelationshipException
Constructs a new super exception with null as its detail message.
RoleRelationshipException(String) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipException
Constructs a new super exception with the specified detail message.
RoleRelationshipException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipException
Constructs a new super exception with the specified detail message and cause.
RoleRelationshipException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipException
Constructs a new super exception with the specified cause.
RoleRelationshipLookupException - Exception in oracle.iam.identity.exception
The RoleRelationshipLookupException class is used to construct failure messages during the lookup operation of Role relationships.
RoleRelationshipLookupException() - Constructor for exception oracle.iam.identity.exception.RoleRelationshipLookupException
Constructs a new super exception with null as its detail message.
RoleRelationshipLookupException(String) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipLookupException
Constructs a new super exception with the specified detail message.
RoleRelationshipLookupException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipLookupException
Constructs a new super exception with the specified detail message and cause.
RoleRelationshipLookupException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipLookupException
Constructs a new super exception with the specified cause.
RoleRelationshipRemoveException - Exception in oracle.iam.identity.exception
The RoleRelationshipRemoveException class is used to construct failure messages during the remove operation of direct Role relationships.
RoleRelationshipRemoveException() - Constructor for exception oracle.iam.identity.exception.RoleRelationshipRemoveException
Constructs a new super exception with null as its detail message.
RoleRelationshipRemoveException(String) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipRemoveException
Constructs a new super exception with the specified detail message.
RoleRelationshipRemoveException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipRemoveException
Constructs a new super exception with the specified detail message and cause.
RoleRelationshipRemoveException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipRemoveException
Constructs a new super exception with the specified cause.
RoleRelationshipUpdateException - Exception in oracle.iam.identity.exception
The RoleRelationshipUpdateException class is used to construct failure messages during the relationship update operation between two Roles.
RoleRelationshipUpdateException() - Constructor for exception oracle.iam.identity.exception.RoleRelationshipUpdateException
Constructs a new super exception with null as its detail message.
RoleRelationshipUpdateException(String) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipUpdateException
Constructs a new super exception with the specified detail message.
RoleRelationshipUpdateException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipUpdateException
Constructs a new super exception with the specified detail message and cause.
RoleRelationshipUpdateException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleRelationshipUpdateException
Constructs a new super exception with the specified cause.
RoleRole - Static variable in class oracle.iam.reconciliation.config.vo.ResourceType
 
ROLEROLE_RELATIONSHIP_CHILD - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLEROLE_RELATIONSHIP_CHILDREN - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLEROLE_RELATIONSHIP_PARENT - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
 
ROLES - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
ROLES_HIERARCHY_AWARE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
 
RoleSearchException - Exception in oracle.iam.identity.exception
The RoleSearchException class is used to construct failure messages during the search operation of Role.
RoleSearchException() - Constructor for exception oracle.iam.identity.exception.RoleSearchException
Constructs a new super exception with null as its detail message.
RoleSearchException(String) - Constructor for exception oracle.iam.identity.exception.RoleSearchException
Constructs a new super exception with the specified detail message.
RoleSearchException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RoleSearchException
Constructs a new super exception with the specified detail message and cause.
RoleSearchException(Throwable) - Constructor for exception oracle.iam.identity.exception.RoleSearchException
Constructs a new super exception with the specified cause.
RoleSelectionCriteria - Class in oracle.iam.certification.vo
 
RoleSelectionCriteria() - Constructor for class oracle.iam.certification.vo.RoleSelectionCriteria
 
RoleService - Interface in oracle.iam.oimcommon.api
 
RoleSODConflict - Class in oracle.iam.rolesod.vo
 
RoleSODConflict() - Constructor for class oracle.iam.rolesod.vo.RoleSODConflict
 
RoleSODService - Interface in oracle.iam.rolesod.api
 
RoleSODServiceException - Exception in oracle.iam.rolesod.exception
 
RoleSODServiceException(Exception) - Constructor for exception oracle.iam.rolesod.exception.RoleSODServiceException
 
RoleSODServiceException(String) - Constructor for exception oracle.iam.rolesod.exception.RoleSODServiceException
 
RoleSODServiceException(String, Exception) - Constructor for exception oracle.iam.rolesod.exception.RoleSODServiceException
 
RoleSODServiceException(String, Throwable) - Constructor for exception oracle.iam.rolesod.exception.RoleSODServiceException
 
RoleUser - Static variable in class oracle.iam.reconciliation.config.vo.ResourceType
 
ROLEUSER_MEMBERSHIP_GRANTS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLEUSER_MEMBERSHIP_MEMBERS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLEUSER_MEMBERSHIP_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLEUSER_MEMBERSHIP_USER - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
ROLEVERSION_STATUS_KEY_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLEVERSION_STATUS_KEY_COMPOSING - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLEVERSION_STATUS_KEY_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLEVERSION_STATUS_KEY_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLEVERSION_STATUS_LABEL_ACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLEVERSION_STATUS_LABEL_COMPOSING - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLEVERSION_STATUS_LABEL_INACTIVE - Static variable in interface oracle.iam.certification.vo.Constants
 
ROLEVERSION_STATUS_LABEL_PENDING_APPROVAL - Static variable in interface oracle.iam.certification.vo.Constants
 
RootObject - Class in com.thortech.xl.vo.ddm
Make the object serializable
RootObject(String, String) - Constructor for class com.thortech.xl.vo.ddm.RootObject
 
RootObject() - Constructor for class com.thortech.xl.vo.ddm.RootObject
 
routePolicyViolationCallback(String, String, String) - Method in interface oracle.iam.ida.api.IDAWorkflowCallbackService
This method is private.
rsrcName - Variable in class oracle.iam.reconciliation.vo.Account
 
RUL_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
RULE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
Rule - Class in oracle.iam.policyengine.vo
 
Rule() - Constructor for class oracle.iam.policyengine.vo.Rule
 
Rule(String, boolean) - Constructor for class oracle.iam.policyengine.vo.Rule
 
Rule.Attribute - Class in oracle.iam.policyengine.vo
 
Rule.ForeignAttribute - Class in oracle.iam.policyengine.vo
 
RULE_BASED - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
RULE_CHANGE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
RULE_CHANGE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
RULE_CONDITION - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
 
RULE_CREATE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
RULE_CREATE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
RULE_DESCRIPTION - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
 
RULE_GROOVY_EXPRESSION - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
 
RULE_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
RULE_NAME - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
 
RULE_ON_TOP_ERR - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
RULE_POLICIES - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
RULE_RELATION - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
RuleElement - Class in oracle.iam.grc.sod.vo
This value object represents the logic of a SoD policy
RuleElement() - Constructor for class oracle.iam.grc.sod.vo.RuleElement
 
RuleEngineException - Exception in oracle.iam.identity.exception
Thrown when there is an exception in the rule engine.
RuleEngineException() - Constructor for exception oracle.iam.identity.exception.RuleEngineException
Constructs a new super exception with null as its detail message.
RuleEngineException(String) - Constructor for exception oracle.iam.identity.exception.RuleEngineException
Constructs a new super exception with the specified detail message.
RuleEngineException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.RuleEngineException
Constructs a new super exception with the specified detail message and cause.
RuleEngineException(Throwable) - Constructor for exception oracle.iam.identity.exception.RuleEngineException
Constructs a new super exception with the specified cause.
RuleManager - Interface in oracle.iam.policyengine.api
 
RuleManagerException - Exception in oracle.iam.policyengine.exception
 
RuleManagerException() - Constructor for exception oracle.iam.policyengine.exception.RuleManagerException
 
RuleManagerException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.RuleManagerException
 
RuleManagerException(String) - Constructor for exception oracle.iam.policyengine.exception.RuleManagerException
 
RuleManagerException(Throwable) - Constructor for exception oracle.iam.policyengine.exception.RuleManagerException
 
RuleManagerException(String, String) - Constructor for exception oracle.iam.policyengine.exception.RuleManagerException
 
RuleManagerResult - Class in oracle.iam.policyengine.vo
 
RuleManagerResult(String) - Constructor for class oracle.iam.policyengine.vo.RuleManagerResult
 
RuleManagerResult(String, String) - Constructor for class oracle.iam.policyengine.vo.RuleManagerResult
 
RUN_JOB_NOW - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
RUN_STATUS - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 

S

SAME_ORG - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
saveCertificationConfiguration(IDCConfiguration) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Saves a certification configuration to MDS, potentially replacing one already stored, there.
saveCertificationDefinition(CertificationDefinition) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Persists a certification definition.
saveConfiguration(String, Object) - Method in interface oracle.iam.oimcommon.api.ConfigurationManager
 
saveConnectorDefinition(GenericAdapter) - Method in interface Thor.API.Operations.GCOperationsIntf
 
saveDraftRequest(RequestData) - Method in interface oracle.iam.request.api.RequestService
Creates the request in draft mode, request is not submitted for approval and request data is not validated
saveIDAConfiguration(IDAConfiguration) - Method in interface oracle.iam.ida.api.IDAConfigurationManager
Stores the IDA configuration in MDS
saveRiskConfiguration(RiskConfiguration) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Saves a risk configuration to MDS, potentially replacing one already stored, there.
SCAN_DEFINITION_ID - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
SCAN_DEFN_XML - Static variable in class oracle.iam.ida.vo.ScanDefinition
 
SCAN_TOKEN - Static variable in class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
 
SCAN_TOKEN - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
 
SCAN_TYPE - Static variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
SCAN_TYPE - Static variable in class oracle.iam.ida.vo.ScanDefinition
 
SCAN_TYPE - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
ScanDefinition - Class in oracle.iam.ida.vo
 
ScanDefinition() - Constructor for class oracle.iam.ida.vo.ScanDefinition
 
ScanDefinition(String, boolean) - Constructor for class oracle.iam.ida.vo.ScanDefinition
 
ScanDefinition.Attribute - Class in oracle.iam.ida.vo
 
ScanDefinition.ForeignAttribute - Class in oracle.iam.ida.vo
 
ScanDefinitionManager - Interface in oracle.iam.ida.api
Public API for ScanDefinition entity operations.
ScanDefinitionManagerResult - Class in oracle.iam.ida.vo
 
ScanDefinitionManagerResult(String) - Constructor for class oracle.iam.ida.vo.ScanDefinitionManagerResult
 
ScanDefinitionManagerResult(String, String) - Constructor for class oracle.iam.ida.vo.ScanDefinitionManagerResult
 
SCANJOB_NAME - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
ScanRun - Class in oracle.iam.ida.vo
 
ScanRun() - Constructor for class oracle.iam.ida.vo.ScanRun
 
ScanRun(String, boolean) - Constructor for class oracle.iam.ida.vo.ScanRun
 
ScanRun.ATTRIBUTE - Class in oracle.iam.ida.vo
 
ScanRun.FOREIGNATTRIBUTE - Class in oracle.iam.ida.vo
 
ScanRun.RUN_STATUS - Class in oracle.iam.ida.vo
 
ScanRunManager - Interface in oracle.iam.ida.api
Public API for ScanRun entity operations.
ScheduledTask - Class in oracle.iam.scheduler.vo
This class is Data Object corresponding to a Job's associated Task Task Name, Task Class Name, Task Description, Task Listener, Retry Count, Parameters
ScheduledTask() - Constructor for class oracle.iam.scheduler.vo.ScheduledTask
 
scheduleJob(JobDetails, Trigger) - Method in interface oracle.iam.scheduler.api.SchedulerService
Schedules the specified job as per the trigger details provided
scheduleJob(String, Trigger) - Method in interface oracle.iam.scheduler.api.SchedulerService
Schedules the specified job as per the trigger details provided
SCHEDULER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
SchedulerAccessDeniedException - Exception in oracle.iam.scheduler.exception
This exception occurs if any access related issues occurs.
SchedulerAccessDeniedException() - Constructor for exception oracle.iam.scheduler.exception.SchedulerAccessDeniedException
Constructs a SchedulerAccessDeniedException with null as its detail message.
SchedulerAccessDeniedException(String) - Constructor for exception oracle.iam.scheduler.exception.SchedulerAccessDeniedException
Constructs a SchedulerAccessDeniedException with the specified detail message.
SchedulerAccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.scheduler.exception.SchedulerAccessDeniedException
Constructs a SchedulerAccessDeniedException with the specified detail message and throwable object.
SchedulerAccessDeniedException(Throwable) - Constructor for exception oracle.iam.scheduler.exception.SchedulerAccessDeniedException
Constructs a SchedulerAccessDeniedException with the specified throwable object.
SchedulerConverterException - Exception in oracle.iam.scheduler.exception
This exception occurs if any error occurs while converting 9x schedule task XML to 11g format.
SchedulerConverterException() - Constructor for exception oracle.iam.scheduler.exception.SchedulerConverterException
Constructs a SchedulerConverterException with null as detail message.
SchedulerConverterException(String, Throwable) - Constructor for exception oracle.iam.scheduler.exception.SchedulerConverterException
Constructs a SchedulerConverterException with the specified detail message and throwable object.
SchedulerConverterException(String) - Constructor for exception oracle.iam.scheduler.exception.SchedulerConverterException
Constructs a SchedulerConverterException with the specified detail message.
SchedulerConverterException(Throwable) - Constructor for exception oracle.iam.scheduler.exception.SchedulerConverterException
Constructs a SchedulerConverterException with the specified throwable object.
SchedulerException - Exception in oracle.iam.scheduler.exception
This is a generic exception.
SchedulerException() - Constructor for exception oracle.iam.scheduler.exception.SchedulerException
Constructs a SchedulerException with null as detail message.
SchedulerException(String, Throwable) - Constructor for exception oracle.iam.scheduler.exception.SchedulerException
Constructs a SchedulerException with the specified detail message and throwable object.
SchedulerException(String) - Constructor for exception oracle.iam.scheduler.exception.SchedulerException
Constructs a SchedulerException with the specified detail message.
SchedulerException(Throwable) - Constructor for exception oracle.iam.scheduler.exception.SchedulerException
Constructs a SchedulerException with the specified throwable object.
SchedulerJobNotDeletableException - Exception in oracle.iam.scheduler.exception
This exception occurs if schedule job is not in deletable state.
SchedulerJobNotDeletableException(String) - Constructor for exception oracle.iam.scheduler.exception.SchedulerJobNotDeletableException
Constructs a SchedulerJobNotDeletableException with the specified detail message.
SchedulerService - Interface in oracle.iam.scheduler.api
 
SchedulerServiceInternal - Interface in oracle.iam.scheduler.api
 
Schema - Class in oracle.iam.platform.entitymgr.vo
 
Schema() - Constructor for class oracle.iam.platform.entitymgr.vo.Schema
Represent a schema
Schema(Map) - Constructor for class oracle.iam.platform.entitymgr.vo.Schema
Represent a schema
SchemaAttribute - Class in oracle.iam.platform.entitymgr.vo
 
SchemaAttribute(String, String, String, Integer, Integer, boolean, String) - Constructor for class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Represent an attribute in a schema
SchemaModification - Class in oracle.iam.platform.entitymgr.vo
 
SchemaModification(String, SchemaModification.Operation, SchemaAttribute) - Constructor for class oracle.iam.platform.entitymgr.vo.SchemaModification
Represent a modification to a schema
SchemaModification(String, SchemaModification.Operation, SchemaAttribute, String) - Constructor for class oracle.iam.platform.entitymgr.vo.SchemaModification
Represent a modification to a schema
SchemaModification.Operation - Class in oracle.iam.platform.entitymgr.vo
 
SCOPE - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
SCOPE_HIERARCHY - Static variable in class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
 
SCOPE_NAME - Static variable in class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
 
ScopeGroup - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
ScopeManager - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
ScopeObligation - Interface in oracle.iam.platform.authopss.api
 
ScopeOrganization - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
ScopeResource - Static variable in class com.thortech.xl.vo.AttestationProcessDefinition
 
ScriptConfig - Class in oracle.iam.provisioning.vo
 
ScriptConfig() - Constructor for class oracle.iam.provisioning.vo.ScriptConfig
 
ScriptConfig(String, String, Map) - Constructor for class oracle.iam.provisioning.vo.ScriptConfig
 
SDC_LABEL_FOR_CUSTOM_ATTRIBUTE - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
SdkTableColumn - Class in oracle.iam.oimcommon.impl.dao.jpa.vo
 
SdkTableColumn() - Constructor for class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
 
SdkTableColumn - Class in oracle.iam.oimcommon.vo
 
SdkTableColumn() - Constructor for class oracle.iam.oimcommon.vo.SdkTableColumn
 
search(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Searches LDAP for the objects fulfilling the criteria specified by the search filter.
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.auditevent.api.AuditEventManager
This API lets you query for audit events by most fields of audit event.
search(CatalogSearchCriteria, int, int, String, CatalogSearchCriteria.SortCriteria) - Method in interface oracle.iam.catalog.api.CatalogService
Search on the basis of Tags that has been provided by User, All the tags will be AND-ed, It will return the objects after applying the entity level security.
search(SearchCriteria) - Method in interface oracle.iam.catalog.api.MetaDataDefinitionManager
To get all metadata for a catalog with provided search criteria.
search(SearchCriteria, int, int) - Method in interface oracle.iam.conf.api.SystemConfigurationService
Searches all the system properties matching the search criteria
search(SearchCriteria, Set, HashMap, Map) - Method in interface oracle.iam.conf.api.SystemConfigurationService
Searches all the system properties matching the search criteria
search(SearchCriteria, Set, HashMap, Map, int, int) - Method in interface oracle.iam.conf.api.SystemConfigurationService
Searches all the system properties matching the search criteria
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.ida.api.PolicyViolationCauseManager
Return the list of policy violation causes matching the search criteria.
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.ida.api.PolicyViolationManager
Return the list of policy violations matching the search criteria.
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
Retrieves a list of scan definition objects
search(SearchCriteria, Set, Map, boolean) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
Retrieves a list of scan definition objects
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.ida.api.ScanRunManager
Return list of ScanRun entities matching the search criteria.
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Searches for Organization entities matching the specified SearchCriteria.
SEARCH - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
SEARCH - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
Searches for role categories matching the specified SearchCriteria.
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Searches for roles matching the specified SearchCriteria.
SEARCH - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
 
search(SearchCriteria, Set, HashMap) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Searches for users matching the specified SearchCriteria.
SEARCH - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
SEARCH - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
search(SearchCriteria, Set, HashMap, Map) - Method in interface oracle.iam.notification.api.NotificationService
Retrieves list of templates based on the search criteria
search(SearchCriteria, Set, HashMap) - Method in interface oracle.iam.notification.api.NotificationService
Retrieves list of templates based on the search criteria
search(SearchCriteria) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Search for the list of policies having a specified search criteria
search(SearchCriteria, Map) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Search for the list of policies having a specified search criteria
search(SearchCriteria, Map) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Returns a list of admin roles as per the organization scoping based on the parameters.
search(EntityPublicationSearchCriteria, Map) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Searches for publications matching the specified SearchCriteria.
search(SearchCriteria, Map) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Returns a list of admin roles as per the organization scoping based on the parameters.
search(EntityPublicationSearchCriteria, Map) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
Searches for publications matching the specified SearchCriteria.
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.policyengine.api.PolicyManager
Search the policies in the system that match the specified search criteria.
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
Searches all policy types that match the specified search criteria.
search(SearchCriteria, Set, Map) - Method in interface oracle.iam.policyengine.api.RuleManager
Search for the rules in the system that match the specified search criteria.
search(SearchCriteria, HashMap) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
 
SEARCH - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
search(ReconSearchCriteria, Vector, boolean, int, int) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
PAGINATED Search for Reconciliation Events where order is provided.
search(RequestSearchCriteria, Set, HashMap) - Method in interface oracle.iam.request.api.RequestService
Gets the the requests that match the specified search criteria.
SEARCH_ENDROW - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
SEARCH_ENDROW - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
SEARCH_ENDROW - Static variable in class oracle.iam.request.vo.RequestConstants
 
SEARCH_ENDROW - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
SEARCH_EVENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
SEARCH_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
SEARCH_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
SEARCH_ROLE_CATEGORY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
SEARCH_ROLE_ROLE_RELATIONSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
SEARCH_ROLE_USER_MEMBERSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
SEARCH_SCHEDULER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
SEARCH_SORTBY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
SEARCH_SORTBY - Static variable in class oracle.iam.request.vo.RequestConstants
 
SEARCH_SORTBY - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
SEARCH_SORTEDBY - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
SEARCH_SORTORDER - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
SEARCH_SORTORDER - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
SEARCH_SORTORDER - Static variable in class oracle.iam.request.vo.RequestConstants
 
SEARCH_SORTORDER - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
SEARCH_STARTROW - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
SEARCH_STARTROW - Static variable in class oracle.iam.provisioning.vo.ApplicationInstanceConstants
 
SEARCH_STARTROW - Static variable in class oracle.iam.request.vo.RequestConstants
 
SEARCH_STARTROW - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
SEARCH_USER_ROLE_MEMBERSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
SearchAttributeAccessDeniedException - Exception in oracle.iam.identity.exception
Thrown if the search criteria specified in a user manager operation contains attributes non-authorized for search
SearchAttributeAccessDeniedException(Set, String) - Constructor for exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
Constructs a SearchAttributeAccessDeniedException with null as its detail message and the specified error code.
SearchAttributeAccessDeniedException(String, Set, String) - Constructor for exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
Constructs a SearchAttributeAccessDeniedException with the specified detail message and error code.
SearchAttributeAccessDeniedException(String, Throwable, Set, String) - Constructor for exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
Constructs a SearchAttributeAccessDeniedException with the specified detail message, cause and error code.
SearchAttributeAccessDeniedException(Throwable, Set, String) - Constructor for exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
Constructs a SearchAttributeAccessDeniedException with the specified cause and error code.
searchByID(String) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
 
searchByName(String) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
 
SearchCriteria - Class in oracle.iam.platform.entitymgr.vo
Class that can be used to construct criteria when searching for entities.
SearchCriteria(Object, Object, SearchCriteria.Operator) - Constructor for class oracle.iam.platform.entitymgr.vo.SearchCriteria
Construct a search criteria
SearchCriteria.Argument - Class in oracle.iam.platform.entitymgr.vo
 
SearchCriteria.Operator - Class in oracle.iam.platform.entitymgr.vo
Operators that are available for constructing the search criteria
SearchFilter - Class in oracle.iam.certification.vo
 
SearchFilter() - Constructor for class oracle.iam.certification.vo.SearchFilter
 
SearchFilter(SearchCriteria) - Constructor for class oracle.iam.certification.vo.SearchFilter
 
SearchFilter(Object, Object, SearchCriteria.Operator) - Constructor for class oracle.iam.certification.vo.SearchFilter
 
SearchFilter.Argument - Class in oracle.iam.certification.vo
 
searchJobs(SearchCriteria) - Method in interface oracle.iam.scheduler.api.SchedulerService
Retrieves list of schedule Jobs based on the search criteria For specifying searchcriteria use JOB_NAME_FILTER, TASK_FILTER and JOB_STATUS_FILTER as parameters only.
SearchKeyNotUniqueException - Exception in oracle.iam.identity.exception
Thrown if the search is performed with a criteria that doesnt yields a unique result.
SearchKeyNotUniqueException() - Constructor for exception oracle.iam.identity.exception.SearchKeyNotUniqueException
Constructs a new super exception with null as its detail message.
SearchKeyNotUniqueException(String) - Constructor for exception oracle.iam.identity.exception.SearchKeyNotUniqueException
Constructs a new super exception with the specified detail message.
SearchKeyNotUniqueException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.SearchKeyNotUniqueException
Constructs a new super exception with the specified detail message and cause.
SearchKeyNotUniqueException(Throwable) - Constructor for exception oracle.iam.identity.exception.SearchKeyNotUniqueException
Constructs a new super exception with the specified cause.
SearchObligation - Class in oracle.iam.platform.entitymgr.vo
 
SearchObligation() - Constructor for class oracle.iam.platform.entitymgr.vo.SearchObligation
 
SearchReconDeleteTask - Class in oracle.iam.connectors.icfcommon.recon
Common implementation of Target Delete Reconciliation, it uses SearchApiOp and OIM deletion detection under the hood

The following task parameters are supported: IT Resource Name - IT Resource used for reconciliation Object Type - Type of object which is reconciled, this parameter is used for creation of ObjectClass, which is provided to ICF's SearchOpApi.

SearchReconDeleteTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SearchReconDeleteTask
 
SearchReconTask - Class in oracle.iam.connectors.icfcommon.recon
Common Target Reconciliation which uses SearchApiOp operation in its implementation

The following task parameters are supported: IT Resource Name - IT Resource used for reconciliation Object Type - Type of object which is reconciled, this parameter is used for creation of ObjectClass, which is provided to ICF's SearchOpApi.

SearchReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SearchReconTask
 
searchRequestProfiles(String, Set, Map) - Method in interface oracle.iam.requestprofile.api.RequestProfileService
Get the list of profiles matching the given name pattern.
searchResult(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Searches LDAP for the objects fulfilling the criteria specified by the search filter.
searchResult(String, String, String[]) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
Searches LDAP for the objects fulfilling the criteria specified by the search filter.
SearchResult - Class in oracle.iam.conf.vo
This value object contains the details of a System Property object in a search result.
SearchResult() - Constructor for class oracle.iam.conf.vo.SearchResult
 
SearchResult - Class in oracle.iam.notification.vo
This object represents a search result of a template
SearchResult() - Constructor for class oracle.iam.notification.vo.SearchResult
 
SearchResult - Class in oracle.iam.scheduler.vo
This object represents a schedule job search result.
SearchResult() - Constructor for class oracle.iam.scheduler.vo.SearchResult
 
searchRoleHistory(String, RoleManagerConstants.RoleHistoryType, SearchCriteria, Set, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Search the role history for specific audit events/types of audit events.
SearchRule - Class in oracle.iam.platform.entitymgr.vo
 
SearchRule(Object, Object, SearchCriteria.Operator) - Constructor for class oracle.iam.platform.entitymgr.vo.SearchRule
 
SearchRule.SearchDepth - Class in oracle.iam.platform.entitymgr.vo
 
searchTemplate(SearchCriteria, long, long) - Method in interface oracle.iam.notification.api.NotificationService
Retrieves list of templates based on the search criteria
SECONDARY_EMAIL_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
Secondery - Static variable in class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
 
securityOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
SELECT - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
SELECT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
SELECTION_CRITERIA_BY_TYPE_BUSINESS_UNIT - Static variable in interface oracle.iam.certification.vo.Constants
 
SELECTION_CRITERIA_BY_TYPE_POLICY - Static variable in interface oracle.iam.certification.vo.Constants
 
SELECTION_CRITERIA_BY_TYPE_ROLE - Static variable in interface oracle.iam.certification.vo.Constants
 
SELECTION_CRITERIA_BY_TYPE_USER - Static variable in interface oracle.iam.certification.vo.Constants
 
SELECTION_CRITERIA_TYPE_APP_INSTANCE - Static variable in interface oracle.iam.certification.vo.Constants
 
SELECTION_CRITERIA_TYPE_POLICY - Static variable in interface oracle.iam.certification.vo.Constants
 
SELECTION_CRITERIA_TYPE_ROLE - Static variable in interface oracle.iam.certification.vo.Constants
 
SELECTION_CRITERIA_TYPE_USER - Static variable in interface oracle.iam.certification.vo.Constants
 
SELECTION_TYPE_BY_ALL_BU - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
SELECTION_TYPE_BY_ALL_USER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
SELECTION_TYPE_BY_CRITERIA - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
SELECTION_TYPE_USER_SELECTION - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
SelectionCriteria - Interface in oracle.iam.certification.vo
 
selectStatementDoubleConstraints(String, String, String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCOperations
Executes a simple select statement to get back a single column from a single table for a double constraint-value pair If more than one record is returned, this method returns the first record.The following query is executed: SELECT columnname FROM tablename WHERE firstConstraint=firstValue AND secondConstraint=secondValue
selectStatementSingleConstraint(String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCOperations
Executes a simple select statement to get back a single column from a single table for a single constraint-value pair If more than one record is returned, this method returns the first record.The following query is executed: SELECT columnname FROM tablename WHERE constraint=value
SELF - Static variable in class oracle.iam.platform.authopss.vo.Capability.Type
 
SELF_ADD_MEMBERS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
SELF_ADD_PROXY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
SELF_DELETE_MEMBERS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
SELF_DELETE_PROXY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
SELF_DENIED_ATTRIBUTES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
SELF_DEPROVISION_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
SELF_GRANT_ENTITLEMENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
SELF_MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
SELF_MODIFY_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
SELF_MODIFY_ENTITLEMENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
SELF_MODIFY_MEMBERS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
SELF_MODIFY_PROXY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
SELF_MODIFY_USER_TEMPLATE - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants
 
SELF_PROVISION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
SELF_PROVISION_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
SELF_REGISTER_USER_MODEL_NAME - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
SELF_REVOKE_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
SELF_REVOKE_ENTITLEMENT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
SELF_SERV_USER_MGMT - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants
 
SELF_SERVICE_CAPABILITIES_POLICY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
SELF_SERVICE_CAPABILITIES_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
SELF_VIEW_PROXY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
SELF_VIEW_REQUESTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
SELF_VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
SelfCertificationException - Exception in oracle.iam.certification.exception
This exception is thrown by Certification service layer to indicate either self certification is not allowed or there is some problem.
SelfCertificationException(String, String[]) - Constructor for exception oracle.iam.certification.exception.SelfCertificationException
 
SELFCREATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
SELFREG_KEY - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
SelfServiceException - Exception in oracle.iam.selfservice.exception
 
SelfServiceException() - Constructor for exception oracle.iam.selfservice.exception.SelfServiceException
Constructs a SelfServiceException with null as its detail message.
SelfServiceException(String) - Constructor for exception oracle.iam.selfservice.exception.SelfServiceException
Constructs a SelfServiceException with the specified detail message.
SelfServiceException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.SelfServiceException
Constructs a SelfServiceException with the specified detail message and cause.
SelfServiceException(String, String) - Constructor for exception oracle.iam.selfservice.exception.SelfServiceException
Constructs a SelfServiceException with the specified detail message and errorCode.
SelfServiceException(String, String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.SelfServiceException
Constructs a SelfServiceException with the specified detail message, errorCode and cause.
SelfServiceException(Throwable) - Constructor for exception oracle.iam.selfservice.exception.SelfServiceException
Constructs a SelfServiceException with the specified cause.
SEND_NOTIFICATION - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
SEND_NOTIFICATION_TO - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
SEND_NOTIFICATION_TO - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
SEND_PASSWORD_NOTIFICATION_FLAG - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
sendData(TargetOperation) - Method in interface com.thortech.xl.gc.spi.ProvisioningTransportProvider
This method sends the formatted provisioning input to the target application and collects the response of the provisioning operation.
sendEmail(String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Sends to Email to the Address paased as a parameter
sendEmail(Vector) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
This is used to send the email created to several email boxes.
sendEmail(String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Sends the Email This method takes two parameter Toaddress and CC adrress.
sendEmailNotification(tcDataProvider, String, String, String, String) - Static method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Sends Email Notification
sendWarningEmails(List) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Sends the warning emails
SEQUENCE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
serialVersionUID - Static variable in exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationException
 
serialVersionUID - Static variable in exception oracle.iam.accesspolicy.exception.AccessPolicyEvaluationUnauthorizedException
 
serialVersionUID - Static variable in exception oracle.iam.accesspolicy.exception.AccessPolicyServiceException
 
serialVersionUID - Static variable in exception oracle.iam.accesspolicy.exception.NoChildDataException
 
serialVersionUID - Static variable in exception oracle.iam.accesspolicy.exception.NoParentDataException
 
serialVersionUID - Static variable in exception oracle.iam.accesspolicy.exception.NoSuchPolicyException
 
serialVersionUID - Static variable in exception oracle.iam.accesspolicy.exception.NoUserAccountException
 
serialVersionUID - Static variable in exception oracle.iam.accesspolicy.exception.UserNotActiveException
 
serialVersionUID - Static variable in exception oracle.iam.accesspolicy.exception.UserPolicyEvalLifecycleMgmtException
 
serialVersionUID - Static variable in class oracle.iam.provisioning.vo.Account
 
serialVersionUID - Static variable in class oracle.iam.provisioning.vo.AccountData
 
serialVersionUID - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
serialVersionUID - Static variable in class oracle.iam.provisioning.vo.ChildTableRecord
 
serialVersionUID - Static variable in class oracle.iam.provisioning.vo.Entitlement
 
serialVersionUID - Static variable in class oracle.iam.provisioning.vo.EntitlementInstance
 
serialVersionUID - Static variable in class oracle.iam.provisioning.vo.FormField
 
serialVersionUID - Static variable in class oracle.iam.provisioning.vo.FormInfo
 
SERVICE_DELEGATE_SUFFIX - Static variable in class oracle.iam.platform.Platform
 
ServiceAccount - Static variable in class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
 
ServiceComponent - Class in oracle.iam.grc.sod.vo
This value object represents a service component implementation registered with SIL
ServiceComponent() - Constructor for class oracle.iam.grc.sod.vo.ServiceComponent
 
SET_AVAILABLE_ROLES_RULE_OPERATION - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
SET_CHALLENGE_INITIATED_BY_ADMIN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
SET_CHALLENGE_INITIATOR - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
SET_RESET_PASSWORD_FLAG - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
SET_RULE_OPERATION - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
SET_SEARCH_ATTRIBUTES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
setAboutToExpireReminderEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAboutToExpireReminderEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAboutToExpireReminderInterval(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAccessPolicyName(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setAccessPolicyName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setAccessPolicyName(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setAccessPolicyName(String) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setAccessPolicyName(String) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setAccessPolicyProvisioningRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setAccessRequest(Long) - Method in class oracle.iam.policyengine.vo.Policy
 
setAccessRevokeEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAccount(IDCAccount) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setAccount(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setAccountAttributes(List) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setAccountAttributes(Map) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
setAccountComplete(long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
setAccountComplete(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setAccountCorrelationRuleID(String) - Method in class oracle.iam.provisioning.vo.ReconConfig
 
setAccountCount(Long) - Method in class oracle.iam.certification.vo.IDCUser
 
setAccountData(AccountData) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set AccountData value object.
setAccountDescriptiveField(String) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set the unique name of the account.
setAccountForm(FormInfo) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method sets FormInfo value object containing meta data information about parent form associated with ApplicationInstance
setAccountId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setAccountId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setAccountId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setAccountId(Long) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setAccountId(Long) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setAccountID(String) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set AccountID of an Account
setAccountInstanceID(String) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set account id (OIU.KEY).
setAccountKey(long) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the account ID for this EntitlementInstance (OIU_KEY).
setAccountLocked(Boolean) - Method in class oracle.iam.certification.vo.IDCUser
 
setAccountLocked(Boolean) - Method in class oracle.iam.oimcommon.vo.User
 
setAccountName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setAccountName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setAccountName(String) - Method in class oracle.iam.certification.vo.IDCAttributeAccountDetails
 
setAccountName(String) - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
setAccountOwnerType(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the type of the Event Account Owner (only valid for Account Events).
setAccountRisk(Integer) - Method in class oracle.iam.oimcommon.vo.User
Sets the risk level associated with accounts owned by the user
setAccounts(List) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setAccounts(List) - Method in class oracle.iam.certification.vo.IDCUser
 
setAccounts(Map) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
setAccounts(List) - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
setAccounts(List) - Method in class oracle.iam.oimcommon.vo.User
 
setAccountScanScope(RiskContext.AccountScanScope) - Method in class oracle.iam.oimcommon.vo.RiskContext
 
setAccountStatus(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the status of the user account.
setAccountStatus(String) - Method in class oracle.iam.provisioning.vo.Account
This method sets the status of an account
setAccountSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCUser
 
setAccountSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.User
 
setAccountTotal(long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
setAccountTotal(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setAccountType(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setAccountType(String) - Method in class oracle.iam.oimcommon.vo.Account
Set the account type
setAccountType(Account.ACCOUNT_TYPE) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set AccountType.
setAcctID(long) - Method in class oracle.iam.reconciliation.vo.Account
 
setAction(String) - Method in class com.thortech.xl.vo.Operation
 
setAction(String) - Method in class com.thortech.xl.vo.PolicyChildTableRecord
Sets the action need to be performed on thie child table record.
setAction(String) - Method in class com.thortech.xl.vo.UDChildTableRecord
Sets the action need to be performed on thie child table record.
setAction(Integer) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setAction(Integer) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setAction(PolicyViolation.Action) - Method in class oracle.iam.ida.vo.PolicyViolation
 
setAction(PolicyViolationCause.Action) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setAction(ChildTableRecord.ACTION) - Method in class oracle.iam.provisioning.vo.ChildTableRecord
This method sets the action associated to child table record.
setAction(EntitlementInstance.ACTION) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the action associated to this EntitlementInstance.
setAction(String) - Method in class oracle.iam.request.history.jaxb.ChildRecord
Sets the value of the action property.
setAction(RequestBeneficiaryEntityAttribute.ACTION) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setAction(RequestEntityAttribute.ACTION) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setAction(String) - Method in exception Thor.API.Exceptions.tcAPIException
 
setActionComments(String) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setActionDate(Date) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setActionDate(Date) - Method in class oracle.iam.ida.vo.ActionHistory
 
setActionDate(Date) - Method in class oracle.iam.reconciliation.api.EventAttributes
A date on which the recon event is required to happen.
setActionName(String) - Method in class oracle.iam.platform.authopss.vo.Capability
setter for actionName
setActionResult(Serializable) - Method in interface oracle.iam.platform.kernel.vo.PostProcessOnly
 
setActionResult(Serializable) - Method in class oracle.iam.platform.kernel.vo.PostProcessOnlyBulkOrchestration
 
setActionResult(Serializable) - Method in class oracle.iam.platform.kernel.vo.PostProcessOnlyOrchestration
 
setActionRules(ActionRules) - Method in class oracle.iam.reconciliation.config.vo.Profile
 
setActive(Boolean) - Method in class oracle.iam.reconciliation.config.vo.Profile
 
setActiveVersion(String) - Method in class oracle.iam.provisioning.vo.FormInfo
This method sets the active version of the process form (SDK_ACTIVE_VERSION).
setActKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Account Key (ACT) of the current Event.
setActorDisplayName(String) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setActorId(Long) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setActorTaskUID(String) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setActualUserCount(long) - Method in class oracle.iam.ida.vo.ScanRun
 
setAdapterName(String) - Method in class com.thortech.xl.vo.workflow.Adapter
 
setAdapterStatus(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the attachment status of the Task Assignment Adapter attached
setAdapterVariableKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setAdapterVariableName(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setAdditionalAttributes(List) - Method in interface oracle.iam.request.vo.Request
Sets addition attributes to this request.
setAdditionalAttributes(List) - Method in class oracle.iam.request.vo.RequestData
Sets addition attributes to the requestdata
setAdditionalAttributesInMap() - Method in class oracle.iam.ida.vo.ScanDefinition
 
setAdditionalEntityData(List) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Sets the additional entity data associated with this entity
setAdditionalEntityData(List) - Method in class oracle.iam.request.vo.RequestEntity
Set additional data specific to the entity
setAdditionalInfo(String) - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
setAdminName(String) - Method in class com.thortech.xl.vo.AdminPermissions
Sets Admin Name
setAdminRole(AdminRole) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Setter for the admin role.
setAdminRole(AdminRole) - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
setAdminRoleCapabilities(List) - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
setAdminRoleDisplayName(String) - Method in class oracle.iam.platform.authopss.vo.AdminRolePublication
 
setAdminRoleId(Long) - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
setAdminRoleName(String) - Method in class oracle.iam.platform.authopss.vo.AdminRolePublication
 
setAdminRolePublication(List) - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
setAdminRoleRuleScopes(List) - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
setAdvITResourceDefinitionKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setAdvITResourceDefinitionKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setAlive(boolean) - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
setAllData(String) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the attribute's all Data field.
setAllEntityId(String[]) - Method in class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
setAllEntityId(String[]) - Method in interface oracle.iam.platform.kernel.vo.OrchestrationTarget
 
setAllEntityId(String[]) - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
setAllFlds(HashMap) - Method in class oracle.iam.reconciliation.vo.Account
 
setAllowAutoClaim(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowDelegation(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedAttributeValueVerificationOptions(int[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedCertificationRoleVerificationOptions(Boolean[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedCertificationStatuses(int[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedChars(LinkedHashSet) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets a Set of the characters allowed in a password
setAllowedDataOwnerCertificationStatuses(int[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedEmployeeVerificationOptions(int[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedFunctions(PolicyTypeDefinition.PolicyType.AllowedFunctions) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the allowedFunctions property.
setAllowedMultipleOutputs(boolean) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the allowedMultipleOutputs property.
setAllowedResourceEntitlementCertificationStatuses(int[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedResourceEntitlementCertificationVerificationOptions(int[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedReturnAttributes(PolicyTypeDefinition.PolicyType.AllowedReturnAttributes) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the allowedReturnAttributes property.
setAllowedRoleEntitlementCertificationStatuses(int[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedRoleMembershipCertificationStatuses(int[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowedTopPathElements(PolicyTypeDefinition.PolicyType.AllowedTopPathElements) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the allowedTopPathElements property.
setAllowedValue(List) - Method in class oracle.iam.conf.vo.SearchResult
 
setAllowedValues(List) - Method in class oracle.iam.conf.vo.SystemProperty
 
setAllowFinalReview(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowInteractiveXls(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowMultiPhase(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowMultiple(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets whether the task is allowed to be inserted multiple times into the same workflow instance
setAllowMultipleCertifiers(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowMultipleOpenPerBu(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowMultipleP1PrimaryReviewers(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowPhaseTwo(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowReassignment(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowReports(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAllowReports(boolean) - Method in class oracle.iam.ida.vo.IDAConfiguration
 
setAlternateCertifierId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAlternateRemediatorUserLogin(String) - Method in class oracle.iam.ida.vo.IDAConfiguration
 
setApHarvestedProvisioningRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setAppIdResourceNameMap(Map) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setAppInstAcctTotalMap(Map) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
setAppInstance(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setAppInstance(ApplicationInstance) - Method in class oracle.iam.oimcommon.vo.Account
Setter for Application Insance
setAppInstance(ApplicationInstance) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set the ApplicationInstance value object associated to an account.
setAppInstance(ApplicationInstance) - Method in class oracle.iam.provisioning.vo.Entitlement
 
setAppInstanceDisplayName(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setAppInstanceDisplayName(String) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setAppInstanceDisplayName(String) - Method in class oracle.iam.oimcommon.vo.Account
 
setAppInstanceDisplayName(String) - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
setAppInstanceDisplayName(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setAppInstanceId(Long) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setAppInstanceId(Long) - Method in class oracle.iam.oimcommon.vo.Account
 
setAppInstanceName(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setAppInstanceName(String) - Method in class oracle.iam.certification.vo.RemediationRequestData
 
setAppInstanceName(String) - Method in class oracle.iam.oimcommon.vo.Account
 
setAppInstanceName(String) - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
setAppInstanceName(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setAppInstanceSnapshotId(Long) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setAppInstanceSnapshotId(Long) - Method in class oracle.iam.certification.vo.IDCAccount
 
setAppInstanceSnapshotId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setAppInstanceSnapshotId(Long) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setAppInstanceType(String) - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
setAppInstanceType(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setAppInstComplete(long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
setAppInstEntAsgnTotalMap(Map) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
setAppInstPercentCompleteMap(Map) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
setAppInstTotal(long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
setApplicableToEntitlement(boolean) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
Deprecated.  
setApplication(Application) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setApplicationInstance(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setApplicationInstanceDisplayName(String) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
 
setApplicationInstanceId(Long) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
 
setApplicationInstanceId(Long) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAttribute
 
setApplicationInstanceKey(long) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to set ApplicationInstance primary key.
setApplicationInstanceName(String) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to set ApplicationInstance name (APP_INSTANCE.APP_INSTANCE_NAME)
setApplicationInstances(List) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setApplicationInstances(List) - Method in class oracle.iam.oimcommon.vo.Policy
 
setAppOCProperties(Map) - Method in class oracle.iam.provisioning.vo.ProvConfig
 
setApproval(Approval) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the approval property.
setApprovalChange(ApprovalChange) - Method in class oracle.iam.request.history.jaxb.RequestHistoryType
Sets the value of the approvalChange property.
setApprovalData(List) - Method in interface oracle.iam.request.vo.Request
 
setApproverComment(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setApproverOnly(Boolean) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the approverOnly property.
setApproverOnly(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the approverOnly property.
setApproverRole(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setApproverRoleDisplayName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setApproverUser(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setApproverUserDisplayName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setApproverUserEmail(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setApproverUserFirstName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setApproverUserLastName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setApproverUserLogin(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setAppType(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setArgument1(Object) - Method in class oracle.iam.certification.vo.CatalogSearchFilter
 
setArgument1(Object) - Method in class oracle.iam.certification.vo.SearchFilter
 
setArgument2(Object) - Method in class oracle.iam.certification.vo.CatalogSearchFilter
 
setArgument2(Object) - Method in class oracle.iam.certification.vo.SearchFilter
 
setArrsKey(Long) - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
setAssignee(boolean) - Method in class com.thortech.xl.vo.workflow.EmailNotification
Sets whether the email should be sent to the Task Assignee
setAssignmentAdapter(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the name of the Task Assignment Adapter attached
setAssignmentAdapterKey(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the Key of the Task Assignment Adapter
setAssignmentAdapterMapping(AdapterMapping) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Adds an Adapter Variable Mapping to the list of mappings for the attached Task Assignment Adapter
setAssignmentAdapterMappings(HashSet) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the list of Adapter Variable Mappings for the Task Assignment Adapter attached.
setAssignmentChange(AssignmentChange) - Method in class oracle.iam.request.history.jaxb.Task
Sets the value of the assignmentChange property.
setAssociatedWithPolicy(boolean) - Method in class oracle.iam.platform.authopss.vo.Capability
 
setAttachment(byte[]) - Method in class oracle.iam.notification.vo.Attachments
Set the data of an attachment
setAttachmentsCollection(List) - Method in class oracle.iam.notification.vo.LocalTemplate
Set attachments in given locale template
setAttribute(IDCAttribute) - Method in class oracle.iam.certification.vo.AttributeGlossaryItem
 
setAttribute(AttributeDefinition) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setAttribute(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setAttribute(String, Object) - Method in class oracle.iam.identity.orgmgmt.vo.Organization
Adds the attribute name and it's value value.
setAttribute(String, Object) - Method in class oracle.iam.identity.rolemgmt.vo.Role
Sets the attribute attr and it's value val.
setAttribute(String, Object) - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Sets the attribute attr and it's value val.
setAttribute(String, Object) - Method in class oracle.iam.identity.usermgmt.vo.Proxy
Adds the attribute attr and it's value val.
setAttribute(String, Object) - Method in class oracle.iam.identity.usermgmt.vo.User
Adds the attribute attr and it's value val.
setAttribute(String, Object) - Method in interface oracle.iam.identity.vo.Identity
Adds the attribute attr and it's value val.
setAttribute(String, Object) - Method in interface oracle.iam.identity.vo.Relationship
Adds the attribute attr and it's value val.
setAttribute(String, Object) - Method in class oracle.iam.identity.vo.RelationshipImpl
 
setAttribute(String, Object) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets key value pair for an user attribute
setAttribute(String, Object) - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntity
 
setAttribute(String, Serializable) - Method in class oracle.iam.platform.kernel.vo.MutableEntity
 
setAttribute(String, Object) - Method in class oracle.iam.policyengine.vo.PathElement
 
setAttributeCategory(AttributeCategory) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setAttributeDefns(AttributeDefInSComp[]) - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
setAttributeDisplayName(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setAttributeGroupName1(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the attribute group name for entity 1
setAttributeGroupName2(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the attribute group name for entity 2
setAttributeId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setAttributeId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setAttributeId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setAttributeId(Long) - Method in class oracle.iam.certification.vo.IDCAttribute
 
setAttributeId(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
setAttributeId(Long) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setAttributeId(Long) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setAttributeId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setAttributeId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setAttributeId(Long) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAttribute
 
setAttributeId(Long) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setAttributeId(Long) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setAttributeIds(List) - Method in class oracle.iam.certification.vo.EndpointIdAttributeIdMapping
 
setAttributeLabel(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setAttributeLabel(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setAttributeLabel(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setAttributeLabel(String) - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
setAttributeLabel(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
setAttributeLabel(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueDetails
 
setAttributeLabel(String) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setAttributeLabel(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setAttributeLabel(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setAttributeLabel(String) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setAttributeLabel(String) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setAttributeMap(HashMap) - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
setAttributeMap(HashMap) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
setAttributeMap(Map) - Method in class oracle.iam.oimcommon.vo.ResourceType
 
setAttributeMap(Map) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Set the attribute map
setAttributeMap(Map) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the attribute map
setAttributeName(String) - Method in class com.thortech.xl.vo.AttestationResourceScopeVO
Sets Resource's attribute name
setAttributeName(String) - Method in class com.thortech.xl.vo.AttestationUserScopeVO
Sets user's attribute name
setAttributeName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setAttributeName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setAttributeName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setAttributeName(String) - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
setAttributeName(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
setAttributeName(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueDetails
 
setAttributeName(String) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setAttributeName(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setAttributeName(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setAttributeName(String) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
setAttributeName(String) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setAttributeName(String) - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
setAttributeName(String) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setAttributeName(String) - Method in class oracle.iam.policyengine.vo.PathElement
 
setAttributeName(String) - Method in class oracle.iam.policyengine.vo.ReturnValue
 
setAttributeName(String) - Method in class oracle.iam.reconciliation.vo.MlsAttribute
Sets the name of the MLS Attribute.
setAttributeName1(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the attribute name for entity 1
setAttributeName2(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the attribute name for entity 2
setAttributeNameInEntity1(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the attribute name in the specified entity type for entity 1
setAttributeNameInEntity2(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the attribute name in the specified entity type for entity 2
setAttributeOrder(int) - Method in class oracle.iam.certification.vo.IDCAttribute
 
setAttributes(String) - Method in class oracle.iam.catalog.vo.HierarchicalAttributeDetails
 
setAttributes(IDCAttributes) - Method in class oracle.iam.certification.vo.IDCAccount
 
setAttributes(IDCAttributes) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setAttributes(IDCAttributes) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setAttributes(Attribute[]) - Method in class oracle.iam.grc.sod.vo.Duty
 
setAttributes(Attribute[]) - Method in class oracle.iam.grc.sod.vo.DutyType
 
setAttributes(Attribute[]) - Method in class oracle.iam.grc.sod.vo.Policy
 
setAttributes(Attribute[]) - Method in class oracle.iam.grc.sod.vo.User
 
setAttributes(List) - Method in class oracle.iam.oimcommon.vo.AttributeCategory
 
setAttributes(Map) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets a Map of the user attributes
setAttributes(List) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
setAttributes(HashMap) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets map containing schedule job parameter name and parameter value object.
setAttributeSet(Set) - Method in exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
 
setAttributeValue(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setAttributeValue(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setAttributeValue(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setAttributeValue(String) - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
setAttributeValue(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
setAttributeValue(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueDetails
 
setAttributeValue(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setAttributeValue(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setAttributeValue(String) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setAttributeValue(String) - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
setAttributeValue(String) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setAttributeValue(String) - Method in class oracle.iam.policyengine.vo.ReturnValue
 
setAttributeValueId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setAttributeValueId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setAttributeValueId(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
setAttributeValueId(Long) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setAttributeValueId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setAttributeValueId(Long) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setAttributeValueId(Long) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setAttributeValuePolicyID(String) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setAttributeValues(List) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setAttributeValues(List) - Method in class oracle.iam.oimcommon.vo.Account
Sets the attribute value assignments for this account
setAttributeValues(List) - Method in class oracle.iam.oimcommon.vo.Policy
 
setAttributeValueUserMapping(List) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setAttributeValueVerificationOptionLabels(String[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAttrname(String) - Method in class com.thortech.xl.vo.Change
 
setAttrRef(String) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the attrRef property.
setAuditable(boolean) - Method in class oracle.iam.catalog.vo.Catalog
 
setAuditable(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setAuditable(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setAuditEnabled(Boolean) - Method in class oracle.iam.reconciliation.config.vo.Profile
Used by Account reconciliation only for enabling or a disabling audit for a particular profile.
setAuditObjective(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setAuditObjective(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setAuditObjective(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setAuditObjectives(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setAuthenticationHandle(Object) - Method in class oracle.iam.grc.sod.vo.SystemContext
 
setAuthoritative(boolean) - Method in class oracle.iam.provisioning.vo.Application
 
setAuthType(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the authType property.
setAutoCertificationsForTransferredUsers(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAutomaticDeprovisioningEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setAutoPrePopulate(boolean) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets whether the Auto Pre-populate attribute is enabled or not
setAutoSave(boolean) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets whether the Auto-Save attribute is enabled or not
setAutoTags(String) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setAvailableInBulk(boolean) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the availableInBulk property.
setAvailableInBulk(boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the availableInBulk property.
setBaseSelectionCriteria(BasicSelectionCriteria) - Method in class oracle.iam.ida.vo.ScanDefinition
 
setBasicSelectionCriteria(BasicSelectionCriteria) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setBatchSize(Long) - Method in class oracle.iam.reconciliation.config.vo.Profile
Size of batch, used for bulk processing.
setBatchStatus(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the status of the Batch in which this Event was processed.
setBelongsToMe(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setBeneficiaries(List) - Method in interface oracle.iam.request.vo.Request
 
setBeneficiaries(List) - Method in class oracle.iam.request.vo.RequestData
Sets a list of beneficiary objects to this RequestData.
setBeneficiaryExists(boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the beneficiaryExists property.
setBeneficiaryKeys(ArrayList) - Method in exception oracle.iam.request.exception.BulkBeneficiariesAddException
 
setBeneficiaryKeys(ArrayList) - Method in exception oracle.iam.request.exception.BulkBeneficiariesRemoveException
 
setBeneficiaryType(String) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the beneficiaryType property.
setBeneficiaryType(String) - Method in class oracle.iam.request.vo.Beneficiary
Sets the beneficiary type in this object.
setBeneficiaryType(String) - Method in interface oracle.iam.request.vo.Request
 
setBenficiaryKey(String) - Method in class oracle.iam.request.history.jaxb.BeneficiaryChange
Sets the value of the benficiaryKey property.
setBitMaskedAttribute(String, String, String, int, boolean) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
There are many attributes in LDAP that are stored as integers but are actually bit masks (e.g.
setBlPassword(boolean) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setBody(String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Sets the Body of the Email
setBuilding(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setBulk(boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the bulk property.
setBulkParameters(HashMap[]) - Method in class oracle.iam.platform.kernel.vo.BulkOrchestration
Sets the parameters of this bulk orchesration
setBundleConfig(List) - Method in class oracle.iam.provisioning.vo.Application
 
setBundleName(String) - Method in class oracle.iam.provisioning.vo.Application
 
setBundleVersion(String) - Method in class oracle.iam.provisioning.vo.Application
 
setBusinessApprover(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setBusinessApprover(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setBusinessUnitId(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setBusinessUnitId(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setBusinessUnitIds(List) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setBusinessUnitName(String) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setBusinessUnitName(String) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setCallBackIdMOper(boolean) - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
setCallbackIdMSComp(ServiceComponent) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setCancelWhilePending(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets whether the task is allowed to be cancelled while still in pending state
setCanPolicyBeGroovy(boolean) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the canPolicyBeGroovy property.
setCanReturnValueBeGroovy(boolean) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the canReturnValueBeGroovy property.
setCanRuleBeGroovy(boolean) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the canRuleBeGroovy property.
setCapabilities(List) - Method in class oracle.iam.platform.authopss.vo.AdminRole
setter for the Capabilities.
setCapabilities(List) - Method in class oracle.iam.provisioning.vo.ProvConfig
 
setCapabilityId(String) - Method in class oracle.iam.platform.authopss.vo.Capability
setter for capability Id
setCaseInsensitiveField(boolean) - Method in class com.thortech.xl.gc.vo.designtime.TargetAttribute
 
setCatalog(Catalog) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setCatalog(Catalog) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setCatalog(Catalog) - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
setCatalog(Catalog) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setCatalog(Catalog) - Method in class oracle.iam.oimcommon.vo.Role
 
setCatalogCreate(Date) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setCatalogCreateby(Long) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setCatalogEntityKey(Long) - Method in class oracle.iam.certification.vo.base.BaseCatalog
 
setCatalogEntityType(OIMType) - Method in class oracle.iam.certification.vo.base.BaseCatalog
 
setCatalogs(List) - Method in class oracle.iam.catalog.vo.CatalogSearchResult
 
setCatalogSearchFilter(CatalogSearchFilter) - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
setCatalogSearchFilter(CatalogSearchFilter) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setCatalogUpdate(Date) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setCatalogUpdateby(Long) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setCategory(String) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setCategory(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setCategory(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setCategory(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setCategory(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setCategory(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setCategory(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setCategory(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setCategory(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setCategory(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setCategory(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setCategory(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setCategory(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setCategory(Long) - Method in class oracle.iam.reconciliation.vo.Role
Set the ID of the Category
setCategoryCount(HashMap) - Method in class oracle.iam.catalog.vo.CatalogSearchResult
 
setCategoryCount(Map) - Method in class oracle.iam.catalog.vo.CategoryTally
 
setCategoryGroup(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeCategory
 
setCategoryName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCategoryName(String) - Method in class oracle.iam.oimcommon.vo.AttributeCategory
 
setCategoryOrder(Integer) - Method in class oracle.iam.oimcommon.vo.AttributeCategory
 
setCatMap(Map) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setCause(String) - Method in class oracle.iam.ida.vo.ActionHistory
 
setCause(PolicyViolationCauseDetails) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setCause(Throwable) - Method in class oracle.iam.idc.vo.Result
 
setCauseRequestId(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setCertfierRole(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertId(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCertifer(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setCertifiable(boolean) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertifiable(boolean) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
setCertifiable(boolean) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setCertifiable(boolean) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setCertifiable(boolean) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setCertifiable(boolean) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setCertifiable(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setCertifiable(Boolean) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setCertifiableResourceTypeIds(List) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setCertificationComments(String) - Method in class oracle.iam.certification.vo.CertificationHistory
 
setCertificationComments(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setCertificationComments(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setCertificationComments(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setCertificationComments(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setCertificationComments(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setCertificationComments(String) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setCertificationComments(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setCertificationComments(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setCertificationComments(String) - Method in class oracle.iam.certification.vo.IDCUser
 
setCertificationCreationTask(TaskSupport) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.CertificationHistory
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCAccount
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCRole
 
setCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCUser
 
setCertificationEndDate(Date) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.IDCAccount
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setCertificationId(Long) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.IDCRole
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.IDCUser
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.LastCertDecision
 
setCertificationId(Long) - Method in class oracle.iam.certification.vo.RemediationRequestData
 
setCertificationName(String) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setCertificationName(String) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setCertificationName(String) - Method in class oracle.iam.certification.vo.CertificationHistory
 
setCertificationName(String) - Method in class oracle.iam.certification.vo.RemediationRequestData
 
setCertificationPeriod(Date) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setCertificationRoleVerificationOptionLabels(String[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertificationScheduleDate(Date) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertificationScheduleReminderEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertificationScheduleReminderEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertificationScheduleReminderInterval(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertificationState(Integer) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
setCertificationState(Integer) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setCertificationStats(EntitlementCertificationStats) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setCertificationStats(UserCertificationStats) - Method in class oracle.iam.certification.vo.IDCUser
 
setCertificationStatus(Integer) - Method in class oracle.iam.certification.vo.CertificationHistory
 
setCertificationStatus(boolean) - Method in class oracle.iam.certification.vo.CertificationHistory
 
setCertificationStatusOptionLabels(String[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertificationType(Integer) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setCertificationType(Integer) - Method in class oracle.iam.certification.vo.CertificationHistory
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCRole
 
setCertified(Integer) - Method in class oracle.iam.certification.vo.IDCUser
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.CertificationHistory
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setCertifiedBy(String) - Method in class oracle.iam.certification.vo.IDCUser
 
setCertifiedRoles(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setCertifier(AbstractEntity) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setCertifier(AbstractEntity) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCertifier(AbstractEntity) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setCertifierDisplayName(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setCertifierId(Long) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setCertifierId(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setCertifierLogin(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setCertifierRole(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertifierRoleDisplayName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertifierUser(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertifierUserDisplayName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertifierUserEmail(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertifierUserFirstName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertifierUserLastName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertifierUserLogin(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setCertifyAccountsWithNoAttributes(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyApplicationInstanceOptions(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyAttributesOnAccountCertifyAction(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyDataOwnerEntitlements(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyEntitlements(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyOnlyAccountsFromCertifiableResourceTypes(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyProvisioningPolicyViolations(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyResourceOptions(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyRoleMembers(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyRoleOptions(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyRolePolicies(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyRoles(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyUserRoles(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyUsers(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertifyUsersWithNoAccounts(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCertState(Integer) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setCertStats(CertificationStats) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setChAllAtOnce(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setChallengeResponsesForLoggedInUser(Set) - Method in interface oracle.iam.passwordmgmt.api.ChallengeResponseService
Sets the Challenge Responses for the logged-in user.
SetChallengeValueException - Exception in oracle.iam.selfservice.exception
Thrown when there is a failure while resetting the challenge questions and answers for the users.
SetChallengeValueException() - Constructor for exception oracle.iam.selfservice.exception.SetChallengeValueException
Constructs a SetChallengeValueException with no detail message.
SetChallengeValueException(String) - Constructor for exception oracle.iam.selfservice.exception.SetChallengeValueException
Constructs a SetChallengeValueException with the specified detail message.
SetChallengeValueException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.SetChallengeValueException
Constructs a SetChallengeValueException with the specified detail message and cause.
SetChallengeValueException(Throwable) - Constructor for exception oracle.iam.selfservice.exception.SetChallengeValueException
Constructs a SetChallengeValueException with the specified cause.
SetChallengeValueException(String, String, String[], Throwable) - Constructor for exception oracle.iam.selfservice.exception.SetChallengeValueException
Constructs a SetChallengeValueException with the specified message, errorCode and params.
setChallengeValues(Map) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Sets challenge questions and answers for logged-in user.
setChallengeValues(String, char[], Map) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Deprecated. This method is not longer supported. The preferred way to do this is via AuthenticatedSelfService.setChallengeValues(Map)
setChallengeValuesForSelf(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Set the challenge questions and answers for the logged in user.
setChallengeValuesForUser(String, String, Map) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Deprecated.  
setChAllowDuplicateResponses(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setChangedSinceLast(Boolean) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setChangedSinceLast(Boolean) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setChangeType(ChangeType) - Method in class oracle.iam.reconciliation.api.EventAttributes
 
setChangeType(ChangeType) - Method in class oracle.iam.reconciliation.config.vo.Profile
Sets default ChangeType for a profile.
setChangeType(String) - Method in class oracle.iam.request.history.jaxb.BeneficiaryChange
Sets the value of the changeType property.
setChangeType(String) - Method in class oracle.iam.request.history.jaxb.EntityChange
Sets the value of the changeType property.
setChDefaultQuestions(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setChEnabled(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setChild(boolean) - Method in class oracle.iam.provisioning.vo.FormInfo
This method sets if the form is a child form.
setChildAttributes(List) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setChildAttributes(List) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setChildAttributes(List) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
setChildAttrs(Set) - Method in class oracle.iam.provisioning.vo.ComplexAttribute
 
setChildData(Map) - Method in class oracle.iam.provisioning.vo.AccountData
This method sets the Map containing the child table records.
setChildData(Map) - Method in class oracle.iam.provisioning.vo.ChildTableRecord
This method sets the child table data from a single row of the child table record.
setChildDataFields(ArrayList) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setChildForm(FormInfo) - Method in class oracle.iam.provisioning.vo.Entitlement
 
setChildFormName(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
setChildForms(List) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method sets the list of FormInfo value object containing meta data information about child form associated with ApplicationInstance
setChildFormValues(Map) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the Map containing the child table data for a single row as key being the UD_CHILD_FIELD_NAME and the value being its value.
setChildIds(List) - Method in class oracle.iam.oimcommon.vo.Organization
Sets the list of Organizations (Ids) that are direct children of this Organization.
setChildIds(List) - Method in class oracle.iam.oimcommon.vo.Role
Sets the list of Roles (Ids) that are direct children of this Role Makes a defensive copy.
setChildName(String) - Method in class com.thortech.xl.gc.vo.runtime.OIMOperation
 
setChildNodes(Integer) - Method in class oracle.iam.catalog.vo.HierarchicalAttributes.ChildDetails
 
setChildOf(HashMap) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setChildren(List) - Method in class oracle.iam.catalog.vo.HierarchicalAttributes
 
setChildRequests(List) - Method in interface oracle.iam.request.vo.Request
 
setChilds(Collection) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setChildTable(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setChildTableName(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setChildTablePrimaryKey(long) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the primary key of child table record (UD_CHILD_KEY).
setChildTableVersions(HashMap) - Method in class com.thortech.xl.vo.UDFormData
Sets the child table key and version the child table data is associated with
setChMaxIncorrectAttempts(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setChMinAnswers(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setChMinQuestions(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setChResponseMinLength(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setChSendMail(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setChSource(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setCity(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setCity(String) - Method in class oracle.iam.oimcommon.vo.User
 
setClassname(String) - Method in class oracle.iam.request.dataset.vo.DataSetValidator
Sets the value of the classname property.
setClassname(String) - Method in class oracle.iam.request.dataset.vo.PrePopAdapter
Sets the value of the classname property.
setClassname(String) - Method in class oracle.iam.request.model.vo.DataActionHandler
Sets the value of the classname property.
setClassname(String) - Method in class oracle.iam.request.model.vo.Java
Sets the value of the classname property.
setClassName(String) - Method in class oracle.iam.scheduler.vo.ScheduledTask
Sets Schedule task implementation class name.
setColumnName(String) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
 
setColumnName(String) - Method in class oracle.iam.oimcommon.vo.SdkTableColumn
 
setComment(String) - Method in class com.thortech.xl.vo.AttestationItemResponse
Sets the specified comment value on the attestation record
setComment(String) - Method in class oracle.iam.ida.vo.PolicyViolation
 
setComment(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setComments(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setComments(String) - Method in class oracle.iam.certification.vo.base.BasePolicy
 
setComments(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setComments(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setComments(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setComments(String) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setComments(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueMetadata
 
setComments(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setComments(String) - Method in class oracle.iam.certification.vo.RemediationRequestData
 
setComments(String) - Method in class oracle.iam.ida.vo.ActionHistory
 
setComments(String) - Method in class oracle.iam.oimcommon.vo.Policy
 
setCommonDatasetRef(String) - Method in class oracle.iam.request.model.vo.Submission
Sets the value of the commonDatasetRef property.
setCommonName(String) - Method in class oracle.iam.certification.vo.IDCUser
 
setCommonName(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the common name of the user.
setCommonName(String) - Method in class oracle.iam.oimcommon.vo.User
 
setComplete(boolean) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
setCompleteCause(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setCompletedAccounts(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCompletedAttributeValues(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCompletedMembers(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCompletedPolicies(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCompletedResources(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCompletedRoles(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCompletedUsers(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCompleteOnRecovery(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Set whether the task should Complete on Recovery Tasks completion
setCompletionConfirmationEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setComplex(boolean) - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
setComplexPolicy(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets true if the password policy is a complex policy, false otherwise
setComplexRequest(Boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the complexRequest property.
setComponentRuleDescriptions(List) - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
setComposite(Composite) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCompositeName(String) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setCompositeNameForViolationAssignment(String) - Method in class oracle.iam.ida.vo.IDAConfiguration
 
setConcurrent(boolean) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets the concurrency flag TRUE if job is concurrent otherwise FALSE
setConcurrent(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets the concurrency flag TRUE if job is concurrent otherwise FALSE
setCondition(String) - Method in class com.thortech.xl.vo.AttestationResourceScopeVO
Sets matching condition between attribute name and value
setCondition(String) - Method in class com.thortech.xl.vo.AttestationUserScopeVO
Sets matching condition between attribute name and value
setCondition(Condition) - Method in class oracle.iam.policyengine.vo.Rule
 
setConditionalTask(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets whether the task is a conditional task or not
setConfigProperties(LinkedHashMap) - Method in class oracle.iam.provisioning.vo.ConnectorConfiguration
 
setConfigProperties(ConnectorConfiguration) - Method in class oracle.iam.provisioning.vo.ConnectorInfo
 
setConfiguration(IDCConfiguration) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setConfiguration(IDCConfiguration) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setConfiguration(IDAConfiguration) - Method in class oracle.iam.ida.vo.ScanDefinition
 
setConfigure(boolean) - Method in class oracle.iam.reconciliation.config.vo.Profile
Specifies if the profile should be re-configured.
setConfirmMassUpdates(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setConflict(boolean) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
setConflictingRoleGUID(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setConflictingWith(Long) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setConjunctionOp(ReconSearchCriteria.Operator) - Method in class oracle.iam.reconciliation.vo.ReconSearchCriteria
 
setConjunctionOp(RequestSearchCriteria.Operator) - Method in class oracle.iam.request.vo.RequestSearchCriteria
Specify the conjunction operator to be used on search parameters.
setConnectingOperator(String) - Method in class oracle.iam.grc.sod.vo.Duty
 
setConnectingOperator(int) - Method in class oracle.iam.grc.sod.vo.RuleElement
 
setConnectionErrorMsg(String) - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
setConnectionKey(String) - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
setConnectorBundleURI(String) - Method in class oracle.iam.provisioning.vo.Application
 
setConnectorBundleURI(String) - Method in class oracle.iam.provisioning.vo.ConnectorInfo
 
setConnectorDisplayName(String) - Method in class oracle.iam.provisioning.vo.Application
 
setConnectorDisplayName(String) - Method in class oracle.iam.provisioning.vo.ConnectorInfo
 
setConnectorName(String) - Method in class oracle.iam.provisioning.vo.Application
 
setConnectorPoolConfig(ConnectorBundlePoolConfig) - Method in class oracle.iam.provisioning.vo.Application
 
setConnectorServer(ConnectorServer) - Method in class oracle.iam.provisioning.vo.Application
 
setConnectorServer(ConnectorServer) - Method in class oracle.iam.provisioning.vo.ConnectorInfo
 
setConnectorserverKey(String) - Method in class oracle.iam.provisioning.vo.Application
 
setConnPoolingSupported(boolean) - Method in class oracle.iam.provisioning.vo.Application
 
setContainedEntityId(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setContainedEntityName(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setContainedEntityType(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setContainer(boolean) - Method in class oracle.iam.platform.entitymgr.vo.EntityDefinition
Sets whether or not it is a container.
setContainer(boolean) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Set if the entity can be a container
setContentSelectionCriteria(BasicSelectionCriteria) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setContenttype(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Set content type of template i.e.
setContext(List) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setContextVal(String) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
This API is internal.
setControlId(String) - Method in class oracle.iam.grc.sod.scomp.impl.oaacg.vo.ConflictDetails
 
setCountry(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the user country.
setCountry(String) - Method in class oracle.iam.oimcommon.vo.User
 
setCountry(String) - Method in class Thor.API.Base.tcBaseUtility
Sets the country.
setCountry(String) - Method in class Thor.API.Base.tcBaseUtilityClient
Sets the country.
setCountry(String) - Method in interface Thor.API.Base.tcUtilityOperationsIntf
Sets the country.
setCountryOrRegion(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setCreatable(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setCreate(Date) - Method in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
setCreate(Date) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
setCreate(XMLGregorianCalendar) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the create property.
setCreateBy(Long) - Method in class oracle.iam.catalog.vo.Catalog
 
setCreateBy(Long) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setCreateBy(Long) - Method in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
setCreateBy(Integer) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
setCreateById(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the createById property.
setCreateDate(Date) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setCreateDate(Date) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setCreateDate(Date) - Method in class oracle.iam.certification.vo.base.BasePolicy
 
setCreateDate(Date) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setCreateDate(Date) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setCreateDate(Date) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setCreateDate(Date) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCreateDate(Date) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setCreateDate(Date) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setCreateDate(Date) - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Sets the account create date
setCreateDate(Date) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setCreatedBy(String) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
setCreatedBy(String) - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Sets the user(username) who created the account
setCreatedBy(Long) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setCreatedOn(Calendar) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
setCreatedOn(Date) - Method in class oracle.iam.notification.vo.NotificationEvent
Sets date on which the event occurs
setCreateRequest(boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the createRequest property.
setCreateUser(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setCreateUser(String) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setCreateUser(String) - Method in class oracle.iam.certification.vo.base.BasePolicy
 
setCreateUser(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setCreateUser(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setCreateUser(String) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setCreateUser(String) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setCreateUser(String) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setCreateUser(String) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setCreateuser(String) - Method in class oracle.iam.notification.vo.Attachments
Set UserID of an user who has created an attachment
setCreateuser(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Set UserID of an user who has created a template in a locale
setCreateuser(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets the user who created the template
setCreationDate(Date) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setCreationdate(Timestamp) - Method in class oracle.iam.notification.vo.Attachments
Set the date of creation an attachment
setCreationdate(Timestamp) - Method in class oracle.iam.notification.vo.LocalTemplate
Set Date of creation of a template in a locale
setCreationdate(Timestamp) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets Creation Date of the template
setCreationDate(Date) - Method in interface oracle.iam.request.vo.Request
 
setCriteriaType(Integer) - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
setCronScheduleType(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets schedule job's cron schedule types.
setCurrentPhase(int) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setCurrentValue(UserAttributeValues) - Method in class oracle.iam.certification.vo.ModifiedUser
 
setCustomData(String) - Method in class oracle.iam.policyengine.vo.Policy
 
setCustomProperties(List) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setCustomProperties(List) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setCustomProperties(List) - Method in class oracle.iam.oimcommon.vo.Role
Sets custom properties (also known as User Defined Fields, or UDFs) Makes a defensive copy.
setCustomProperties(List) - Method in class oracle.iam.oimcommon.vo.User
Sets custom properties (also known as User Defined Fields, or UDFs) Makes a defensive copy.
setCustomProperty1(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty10(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty11(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty12(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty13(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty14(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty15(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty16(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty17(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty18(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty19(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty2(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty20(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty3(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty4(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty5(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty6(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty7(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty8(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomProperty9(String) - Method in class oracle.iam.certification.vo.base.CustomPropertyAdaptor
 
setCustomReviewerClassName(String) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setCustomReviewerDisplayName(String) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setData(byte[]) - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
The data that needs tio be seeded in Catalog.
setDataActionHandler(DataActionHandler) - Method in class oracle.iam.request.model.vo.PostSubmission
Sets the value of the dataActionHandler property.
setDataForOrcProcess(tcDataProvider, String, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that sets the value of a particular field in the process data for a specific process instance (ORC).
setDataForProcessOrderedForUser(tcDataProvider, String, String, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Method that sets the value of a particular field in the process data for a specific process ordered for the specified user.
setDataLevel(Long) - Method in class oracle.iam.certification.vo.IDCRole
 
setDataLevel(BigDecimal) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
setDatalevel(Double) - Method in class oracle.iam.notification.vo.Attachments
Sets Data Level of the attachment
setDatalevel(String) - Method in class oracle.iam.notification.vo.Attachments
Sets Data Level of the attachment
setDatalevel(Double) - Method in class oracle.iam.notification.vo.LocalTemplate
Sets Data Level of the locale template
setDatalevel(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Sets Data Level of the locale template
setDatalevel(Double) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets Data Level of the template
setDatalevel(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets Data Level of the template
setDataLevel(Long) - Method in class oracle.iam.oimcommon.vo.Role
 
setDataLevel(Integer) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setDataLevel(BigInteger) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the dataLevel property.
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCAccount
 
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setDataOwner(Long) - Method in class oracle.iam.certification.vo.IDCRole
 
setDataOwnerCertificationStatusOptionLabels(String[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setDataOwnerDisplayName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setDataOwnerDisplayName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setDataOwnerDisplayName(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setDataOwnerDisplayName(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setDataOwnerDisplayName(String) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setDataOwnerDisplayName(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setDataOwnerDisplayName(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setDataOwnerId(Long) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setDataOwnerLogin(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setDataOwnerLogin(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setDataOwnerLogin(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setDataOwnerLogin(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setDataOwnerLogin(String) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setDataOwnerLogin(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setDataOwnerLogin(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setDataSetName(String) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to set the dataset Name (APP_INSTANCE.APP_INSTANCE_DATASET) associated with ApplicationInstance.
setDatasetNamePlugin(String) - Method in class oracle.iam.request.model.vo.Submission
Sets the value of the datasetNamePlugin property.
setDatasetRef(String) - Method in class oracle.iam.request.model.vo.Submission
Sets the value of the datasetRef property.
setDataSetValidator(DataSetValidator) - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Sets the value of the dataSetValidator property.
setDataSpecifiedForObject(long, long, long, AccessPolicyResourceData) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Sets the data defined for a form (including adding/deleting child table records) in an Access Policy.
setDataSpecifiedForObjects(long, AccessPolicyResourceData[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Sets the data for forms (including child tables) of resources in the Access Policy.
setDataType(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setDataType(MetaDataDefinition.Type) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
setDataType(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Sets the value of the dataType property.
setDataType(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Sets the value of the dataType property.
setDataType(PolicyConstants.OperatorType) - Method in class oracle.iam.policyengine.vo.PathElement
 
setDataType(String) - Method in class oracle.iam.scheduler.vo.JobParameter
Sets job parameter type.
setDate(Date) - Method in class com.thortech.xl.vo.workflow.RequestHistoryEntry
 
setDateFormat(String) - Method in class oracle.iam.reconciliation.api.EventAttributes
Format to be used when processing the date.
setDateVal(Timestamp) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the Date value timestamp.
setDbColumnName(String) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
setDburl(String) - Method in class com.thortech.xl.vo.ddm.FilePreview
 
setDecodedValue(String) - Method in class oracle.iam.request.dataset.vo.LookupValues
Sets the value of the decodedValue property.
setDefaultApplicationInstanceRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setDefaultEntitlementDefinitionRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setDefaultItemRisksInCatalog(Integer, Integer) - Method in interface oracle.iam.oimcommon.api.AccountService
 
setDefaultItemRisksInCatalog(RiskConfiguration) - Method in interface oracle.iam.oimcommon.api.RiskAggregationService
 
setDefaultItemRisksInCatalog(Integer) - Method in interface oracle.iam.oimcommon.api.RoleService
 
setDefaultMLSValue(String) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setDefaultMLSValue(String) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setDefaultProcess(boolean) - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
setDefaultProvisioningMethodRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setDefaultRoleRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setDefaultSchemaClassPath(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the defaultSchemaClassPath property.
setDefaultValue(String) - Method in class oracle.iam.provisioning.vo.FormField
This method sets the type of the form field (SDC_DEFAULT_VALUE).
setDefaultValue(String) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
Currently not used, the default value which would be used in case of ChangeType.REGULAR change type for a particular attribute, if not present in input data to reconciliation create event api call.
setDefaultWorkflow(boolean) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets whether the workflow is the default workflow of its type for the resource it is defined for or not
setDeferredChanges(List) - Method in class oracle.iam.platform.kernel.vo.EventResult
Set the list of new orchestrations that need to be executed at the end of current orchestration.
setDefinition(String) - Method in class oracle.iam.certification.vo.EventListener
 
setDefinition(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setDefinition(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueMetadata
 
setDelayedRuleEvaluation() - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
setDelegate(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setDelegatedReviewerDisplayName(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setDelegatedReviewerId(Long) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setDelegatedReviewerLogin(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setDelegateTo(String) - Method in class com.thortech.xl.vo.AttestationItemResponse
Sets the User to which the record should be delegated to.
setDeleted(boolean) - Method in class oracle.iam.catalog.vo.Catalog
 
setDeleted(Integer) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setDeleted(Boolean) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setDeletedDate(Date) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setDeletedTasks(HashMap) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
setDeniedAttributes(List) - Method in class oracle.iam.platform.authopss.vo.Capability
 
setDepartment(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setDepartment(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setDepartmentNumber(String) - Method in class oracle.iam.oimcommon.vo.User
 
setDependentAttrValue(String) - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
 
setDependsOn(HashSet) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the list of tasks this task depends on.
setDeprecated(Boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the deprecated property.
setDeprovisionedDate(Date) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the date on which the user is de-provisioned of resources.
setDeprovisionExpiredCertifications(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setDeprovisioningDate(Date) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the date for the user on which its resources would be de-provisioned.
setDeprovisionOnCertificationCompletion(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setDeprovisionOnCertificationExpiry(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setDesc(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setDescr(String) - Method in class oracle.iam.reconciliation.vo.Role
Set the description of the role
setDescription(String) - Method in class com.thortech.xl.vo.ddm.FilePreview
 
setDescription(String) - Method in class com.thortech.xl.vo.Resource
 
setDescription(String) - Method in class com.thortech.xl.vo.workflow.Adapter
 
setDescription(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the description of the task
setDescription(String) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setDescription(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets the Workflow Description
setDescription(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setDescription(String) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setDescription(String) - Method in class oracle.iam.catalog.vo.HierarchicalAttributeDetails
 
setDescription(String) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
setDescription(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setDescription(String) - Method in class oracle.iam.certification.vo.base.BasePolicy
 
setDescription(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setDescription(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setDescription(String) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setDescription(String) - Method in class oracle.iam.certification.vo.EventListener
 
setDescription(String) - Method in class oracle.iam.identity.rolemgmt.vo.Role
Set the Role Description attribute with a value description.
setDescription(String) - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Set the Role Category Description attribute with a value description.
setDescription(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Deprecated. 
setDescription(String) - Method in class oracle.iam.notification.vo.NotificationEvent
Adds description for the event
setDescription(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
Set description for the template
setDescription(String) - Method in class oracle.iam.oimcommon.vo.Organization
Sets the description for the Organization
setDescription(String) - Method in class oracle.iam.oimcommon.vo.Policy
 
setDescription(String) - Method in class oracle.iam.oimcommon.vo.ResourceType
 
setDescription(String) - Method in class oracle.iam.oimcommon.vo.Role
Sets the description for the Role
setDescription(String) - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
setDescription(String) - Method in class oracle.iam.platform.authopss.vo.EntitlementPublication
 
setDescription(String) - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
setDescription(String) - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Set the description of the attribute
setDescription(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the description property.
setDescription(String) - Method in class oracle.iam.provisioning.vo.Application
 
setDescription(String) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to set the description associated with ApplicationInstance.
setDescription(String) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setDescription(String) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setDescription(String) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the description of the Entitltment (ENT_DESCRIPTION).
setDescription(String) - Method in class oracle.iam.provisioning.vo.FormInfo
This method sets the description of the process form (SDK_FORM_DESCRIPTION).
setDescription(String) - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
setDescription(String) - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
setDescription(String) - Method in class oracle.iam.scheduler.vo.ScheduledTask
Sets Schedule task description text.
setDescriptiveData(String) - Method in class oracle.iam.reconciliation.vo.Account
 
setDesignParams(Hashtable) - Method in class com.thortech.xl.gc.vo.designtime.Provider
 
setDetectionCount(int) - Method in class oracle.iam.ida.vo.PolicyViolation
 
setDictionaryDelimiter(Character) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the delimiter used to separate 'characters' in the dictionary file
setDictionaryLocation(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the full path to the the dictionary file
setDirectProvisioningRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setDirty(boolean) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setDirty(boolean) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setDirty(boolean) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setDirty(boolean) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setDisabledDate(Date) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setDisallowedChars(LinkedHashSet) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets a Set of the characters disallowed in a password
setDisallowedSubstrings(Set) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets a Set of the strings disallowed in a password
setDisallowSelfCertification(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setDisplayField(String) - Method in class oracle.iam.request.dataset.vo.LookupQuery
Sets the value of the displayField property.
setDisplayFieldName(String) - Method in class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
Sets the display field name displayFieldName.
setDisplayName(String) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setDisplayName(String) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
setDisplayName(String) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setDisplayName(String) - Method in class oracle.iam.identity.rolemgmt.vo.Role
Set the Role Display Name attribute with a value displayName in the MLS map as base value.
setDisplayName(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the display name of the user as base value.
setDisplayName(String) - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
setDisplayName(String) - Method in class oracle.iam.oimcommon.vo.User
 
setDisplayName(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets Display Name
setDisplayName(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Sets the value of the displayName property.
setDisplayName(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Sets the value of the displayName property.
setDisplayName(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the displayName property.
setDisplayName(String) - Method in class oracle.iam.policyengine.vo.PathElement
 
setDisplayName(String) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method sets the display name of the ApplicationInstance (APP_INSTANCE.APP_INSTANCE_DISPLAY_NAME)
setDisplayName(String) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setDisplayName(String) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the display name of the Entitltment (ENT_DISPLAY_NAME).
setDisplayName(HashMap) - Method in class oracle.iam.reconciliation.vo.Role
 
setDisplayRemediationInfo(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setDisplayValue(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setDisplayValue(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
setDisplayValue(String) - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
setDomain(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setDoNotAutomaticallyClaimUsers(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
Deprecated. 
setDuties(Duty[]) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
 
setDutyList(Duty[]) - Method in class oracle.iam.grc.sod.vo.RuleElement
 
setDutyList(Duty[]) - Method in class oracle.iam.grc.sod.vo.User
 
setDutyList(Duty[]) - Method in class oracle.iam.grc.sod.vo.Violation
 
setDutyObjects(Duty[]) - Method in class oracle.iam.grc.sod.vo.Duty
 
setDutyType(boolean) - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
setDutyType(DutyType) - Method in class oracle.iam.grc.sod.vo.Duty
 
setDutyTypename(String) - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
setEffectiveITResourceName(String) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
If the connector needs to use different IT Resource for provisioning operations, it can be set by this method
setEmail(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the email of the user.
setEmail(String) - Method in class oracle.iam.oimcommon.vo.User
 
setEmailTemplate(String) - Method in class com.thortech.xl.vo.workflow.EmailNotification
Sets the name of the email template based on which the email to send should be generated
setEmailTemplate(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the name of the Email Template attached
setEmailTemplateKey(String) - Method in class com.thortech.xl.vo.workflow.EmailNotification
Sets the Key of the Email Template based on which the email to send is generated
setEmailTemplateKey(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the Key of the Email Template used to generate the email sent to the assignee
setEmailType(String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Sets the Email Type
setEmbeddedObjectClassName(String) - Method in class oracle.iam.provisioning.vo.ComplexAttribute
 
setEmDataType(String) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the name of the Entity Manager type this attribute maps to.
setEmployeeId(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setEmployeeId(String) - Method in class oracle.iam.oimcommon.vo.User
Sets the employee ID used to identify the user within the company.
setEmployeeNumber(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Deprecated. 
setEmployeeType(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setEmployeeType(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the type of employee the user is to be created as.
setEmployeeType(String) - Method in class oracle.iam.oimcommon.vo.User
 
setEmployeeVerificationOptionLabels(String[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setEnabledDate(Date) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setEnableOldValue(boolean) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setEncodedValue(String) - Method in class oracle.iam.request.dataset.vo.LookupValues
Sets the value of the encodedValue property.
setEncoding(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Set Template's encoding.
setEncoding(String) - Method in class oracle.iam.notification.vo.MessageContent
Set Message content encoding.
setEncrypted(boolean) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setEncrypted(boolean) - Method in class com.thortech.xl.vo.ddm.ITResourceParameter
 
setEncrypted(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setEncrypted(boolean) - Method in class oracle.iam.provisioning.vo.FormField
This method sets if the form field is encrypted.
setEncrypted(boolean) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
setEncrypted(boolean) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the flag specifying whether the attribute is encrypted or not.
setEncrypted(boolean) - Method in class oracle.iam.scheduler.vo.JobParameter
Sets flag indicating whether job parameter is encrypted or not.
setEndAssociationDate(Date) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
setEndDate(Date) - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
setEndDate(Date) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setEndDate(Date) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setEndDate(Date) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setEndDate(Date) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
setEndDate(Date) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setEndDate(Date) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the date set for the user on which the account ceases to be in effect.
setEndDate(Date) - Method in interface oracle.iam.request.vo.Request
 
setEndingDate(Date) - Method in class oracle.iam.request.vo.RequestData
 
setEndPoint(Resource) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setEndpointAttributeMapping(List) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setEndpointId(Long) - Method in class oracle.iam.certification.vo.EndpointIdAttributeIdMapping
 
setEndPointId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setEndPointId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setEndPointId(Long) - Method in class oracle.iam.certification.vo.IDCAttributeAccountDetails
 
setEndPointId(Long) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setEndPointId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setEndPointIds(List) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setEndPointName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setEndPointName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setEndPointName(String) - Method in class oracle.iam.certification.vo.IDCAttributeAccountDetails
 
setEndPointName(String) - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
setEndPointName(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setEndTime(Date) - Method in class oracle.iam.ida.vo.ScanRun
 
setEndTime(Date) - Method in class oracle.iam.scheduler.vo.Trigger
Sets Schedule job end time.
setEntDefnEntAsgnTotalMap(Map) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
setEntDefnPercentCompleteMap(Map) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
setEntities(List) - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
setEntitiesCanBeAssignedTo(PolicyTypeDefinition.PolicyType.EntitiesCanBeAssignedTo) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the entitiesCanBeAssignedTo property.
setEntitlement(boolean) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setEntitlement(Entitlement) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the Entitlement value object to this EntitlementInstance.
setEntitlement(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the entitlement property.
setEntitlementAsgnComplete(long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
setEntitlementAsgnComplete(long) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
setEntitlementAsgnComplete(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setEntitlementAsgnTotal(long) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
 
setEntitlementAsgnTotal(long) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
setEntitlementAsgnTotal(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setEntitlementCode(String) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the Entitlement Code to the Entitltment (ENT_CODE).
setEntitlementDefinitionId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setEntitlementDefinitionId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setEntitlementDefinitionId(Long) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setEntitlementDefinitionId(Long) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAttribute
 
setEntitlementDefnComplete(long) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
setEntitlementDefnTotal(long) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
 
setEntitlementDisplayName(String) - Method in class oracle.iam.platform.authopss.vo.EntitlementPublication
 
setEntitlementDisplayName(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setEntitlementGrants(List) - Method in class oracle.iam.provisioning.vo.Account
 
setEntitlementId(Long) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
 
setEntitlementInstanceKey(long) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the primary key of EntitlementInstance for this EntitlementInstance (ENT_ASSIGN_KEY).
setEntitlementKey(long) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the primary key of the Entitltment (ENT_LIST_KEY)
setEntitlementOption(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setEntitlementRisk(Integer) - Method in class oracle.iam.oimcommon.vo.User
Sets the risk level associated with entitlements granted to the user
setEntitlements(Map) - Method in class oracle.iam.provisioning.vo.AccountData
This method sets the Map containing EntitlementInstances for each child table associated with parent form.
setEntitlementSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCUser
 
setEntitlementSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.User
 
setEntitlementTargetObjectclassName(String) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setEntitlementValue(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setEntitlementValue(String) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the Entitlement value associated to the Entitltment (ENT_VALUE).
setEntity(String) - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Sets the value of the entity property.
setEntity(String) - Method in class oracle.iam.request.model.vo.Kernel
Sets the value of the entity property.
setEntity(String) - Method in class oracle.iam.request.model.vo.Submission
Sets the value of the entity property.
setEntityData(List) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Sets the entity attributes.
setEntityData(List) - Method in class oracle.iam.request.vo.RequestEntity
Sets the Request data for this RequestEntity.
setEntityDescription(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setEntityDescription(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setEntityDescription(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setEntityDescription(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setEntityDescription(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setEntityDisplayName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setEntityDisplayName(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setEntityDisplayName(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setEntityDisplayName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setEntityDisplayName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setEntityDisplayName(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setEntityDisplayName(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setEntityDisplayName(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setEntityDisplayName(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setEntityDisplayName(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setEntityFieldValueBlob(byte[]) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
Deprecated. as of 11.1.2.2.0, replaced by setValue(Serializable fieldValue).
setEntityId(String) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setEntityId(Long) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setEntityId(Long) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setEntityId(String) - Method in class oracle.iam.certification.vo.CertRequired
 
setEntityId(String) - Method in class oracle.iam.identity.usermgmt.vo.Proxy
 
setEntityId(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublication
Method to set the the entity-id of the object(Role/app-instance/Entitlement) that this publication represents.
setEntityId(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setEntityId(String) - Method in class oracle.iam.platform.kernel.vo.AbstractOrchestrationTarget
 
setEntityId(String) - Method in interface oracle.iam.platform.kernel.vo.OrchestrationTarget
 
setEntityId(String) - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
setEntityId(String) - Method in class oracle.iam.provisioning.vo.OperationResult
 
setEntityID(String) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
setEntityId(String) - Method in class oracle.iam.vo.OperationResult
 
setEntityIdAsLong(Long) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setEntityKey(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setEntityKey(String) - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
setEntityKey(Long) - Method in class oracle.iam.certification.vo.RemediationRequestData
 
setEntityKey(Long) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setEntityKey(String) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Sets the key of the entity.
setEntityKey(String) - Method in class oracle.iam.request.vo.RequestEntity
Sets the entity key for this RequestEntity.
setEntityManager(EntityManager) - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
setEntityManager(EntityManager) - Method in class oracle.iam.platform.entitymgr.vo.Relation
 
setEntityManager(EntityManager) - Method in class oracle.iam.platform.entitymgr.vo.RelationList
 
setEntityManager(EntityManager) - Method in class oracle.iam.platform.kernel.vo.MutableEntity
 
setEntityModified(EntityModified) - Method in class oracle.iam.request.history.jaxb.EntityChange
Sets the value of the entityModified property.
setEntityName(String) - Method in class com.thortech.xl.vo.Operation
 
setEntityName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setEntityName(String) - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
Name of an Entity for whose information we are seeding.
setEntityName(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setEntityName(String) - Method in class oracle.iam.notification.vo.NotificationAttribute
Sets name of the entity to be associated with the attribute
setEntityName(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setEntityName(String) - Method in class oracle.iam.request.history.jaxb.EntityChange
Sets the value of the entityName property.
setEntityName(String) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
setEntityNames(ArrayList) - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
 
setEntityNames(ArrayList) - Method in exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
setEntityPublicationId(Long) - Method in class oracle.iam.platform.authopss.vo.EntityPublication
Sets the unique publication-id for this publication.
setEntitySubType(String) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Sets the entity sub type of the request entity.
setEntitySubType(String) - Method in class oracle.iam.request.vo.RequestEntity
Sets entity name associated with the entity.Only in case of Role based request type,set this value to Role name.
setEntityType(OIMType) - Method in class oracle.iam.catalog.vo.Catalog
 
setEntityType(OIMType) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setEntityType(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setEntityType(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setEntityType(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setEntityType(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setEntityType(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setEntityType(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setEntityType(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setEntityType(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setEntityType(String) - Method in class oracle.iam.certification.vo.RemediationRequestData
 
setEntityType(String) - Method in class oracle.iam.ida.vo.ActionHistory
 
setEntityType(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setEntityType(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublication
The entity-type for this publication.
setEntityType(PolicyConstants.Resources) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setEntityType(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Sets the value of the entityType property.
setEntityType(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Sets the value of the entityType property.
setEntityType(String) - Method in class oracle.iam.policyengine.vo.PathElement
 
setEntityType(String) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the entityType property.
setEntityType(String) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the entityType property.
setEntityType(String) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the entityType property.
setEntityType(String) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Deprecated. use setEntityType with OIMType as input parameter. This method will be replaced with setRequestEntityType
setEntityType(String) - Method in class oracle.iam.request.vo.RequestEntity
Deprecated. use the setEntityType method with OIMType as input parameter. This method will be replaced with setRequestEntityType
setEntityType(String) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
setEntityType1(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the entity type for entity 1
setEntityType2(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the entity type for entity 2
setEntitytypeInBulk(Boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the entitytypeInBulk property.
setEntityTypes(ArrayList) - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
 
setEntityTypes(ArrayList) - Method in exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
SetErrorCode(String) - Method in exception com.thortech.xl.gc.exception.ProviderException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception com.thortech.xl.gc.exception.ProvisioningFormatException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception com.thortech.xl.gc.exception.ProvisioningTransportException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception com.thortech.xl.gc.exception.ReconciliationFormatException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception com.thortech.xl.gc.exception.ReconciliationTransportException
Method to set the Error code on API Exception
setErrorCode(String) - Method in class oracle.iam.exception.OIMError
 
setErrorCode(String) - Method in exception oracle.iam.exception.OIMServiceException
 
SetErrorCode(String) - Method in exception oracle.iam.grc.sod.exception.SILAPIException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception oracle.iam.grc.sod.exception.SILDBException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception oracle.iam.grc.sod.exception.SILException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception oracle.iam.grc.sod.exception.SILInfrastructureException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception oracle.iam.grc.sod.exception.SILRegistrationException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception oracle.iam.grc.sod.exception.SILSecurityException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception oracle.iam.grc.sod.exception.SILServiceComponentException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception oracle.iam.grc.sod.exception.SILTopologyException
Method to set the Error code on API Exception
SetErrorCode(String) - Method in exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
Method to set the Error code on SoDEngineConnectionException
setErrorCode(String) - Method in exception oracle.iam.identity.exception.AccessDeniedException
 
setErrorCode(String) - Method in exception oracle.iam.identity.exception.IdentityException
 
setErrorCode(String) - Method in exception oracle.iam.identity.exception.OrganizationValidationFailedException
 
setErrorCode(String) - Method in exception oracle.iam.platform.utils.SuperRuntimeException
 
setErrorCode(String) - Method in interface oracle.iam.platformservice.exception.OIMGenericExceptionIntf
Sets the error code
setErrorCode(String) - Method in exception oracle.iam.selfservice.exception.SelfServiceException
 
SetErrorCode(String) - Method in exception Thor.API.Exceptions.tcAPIException
Method to set the Error code on API Exception
setErrorData(Serializable[]) - Method in class oracle.iam.exception.OIMError
 
setErrorData(Serializable[]) - Method in exception oracle.iam.exception.OIMServiceException
 
setErrorData(Object[]) - Method in exception oracle.iam.platform.utils.SuperRuntimeException
 
setErrorData(byte[]) - Method in class oracle.iam.scheduler.vo.JobHistory
Sets Job history instance's error data.
setErrorMessage(String) - Method in class oracle.iam.exception.OIMError
 
setErrorMessage(String) - Method in exception oracle.iam.exception.OIMServiceException
 
setErrors(List) - Method in exception oracle.iam.exception.OIMServiceException
 
setErrors(List) - Method in exception oracle.iam.platform.utils.SuperRuntimeException
 
setEscalationTime(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the time period after which the task should be escalated
setEvaluateMembershipRuleLater(Boolean) - Method in class oracle.iam.platform.authopss.vo.AdminRole
 
setEventAction(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setEventActorId(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setEventActorName(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setEventDate(Date) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setEventFailReason(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setEventFinished(boolean) - Method in class oracle.iam.reconciliation.api.EventAttributes
Indicates whether child data is going to be provided or not.
setEventHandler(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setEventId(Long) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setEventId(String) - Method in class oracle.iam.notification.vo.NotificationEvent
Sets ID for the event
setEventID(long) - Method in interface oracle.iam.request.vo.Request
 
setEventMechanism(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setEventname(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
Adds event name to the template
setEventname(String) - Method in class oracle.iam.notification.vo.SearchResult
Adds event name to the search result template
setEventRequestId(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setEventResult(long, long, EventResult) - Method in interface oracle.iam.platformservice.api.PlatformService
Sets the event result on async handler.
setEventResult(long, String, EventResult) - Method in interface oracle.iam.platformservice.api.PlatformService
Sets the event result on async handler.
setEventResult(long, String, EventFailedException) - Method in interface oracle.iam.platformservice.api.PlatformService
Sets the event result on async handler.
setEventStatus(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setEventTimestamp(Date) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setEventType(String) - Method in class oracle.iam.notification.vo.EventXMLObject
Sets type of the notification event
setEventValuesAdded(Map) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setEventValuesRemoved(Map) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setException(Throwable) - Method in class oracle.iam.catalog.vo.Result
 
setExceptions(ArrayList) - Method in exception oracle.iam.request.exception.BulkBeneficiariesAddException
 
setExceptions(ArrayList) - Method in exception oracle.iam.request.exception.BulkBeneficiariesRemoveException
 
setExceptions(ArrayList) - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
 
setExceptions(ArrayList) - Method in exception oracle.iam.request.exception.BulkEntitiesRemoveException
 
setExecution(Execution) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the execution property.
setExecutionDate(Date) - Method in interface oracle.iam.request.vo.Request
 
setExecutionDate(Date) - Method in class oracle.iam.request.vo.RequestData
Sets the date on which this request starts the initiation of request
setExpectedUserCount(long) - Method in class oracle.iam.ida.vo.ScanRun
 
setExpiryReminderEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setExpiryReminderEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setExportable(boolean) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setExportDate(Timestamp) - Method in class com.thortech.xl.vo.ddm.FilePreview
 
setExportedBy(String) - Method in class com.thortech.xl.vo.ddm.FilePreview
 
setExportVersion(String) - Method in class com.thortech.xl.vo.ddm.FilePreview
 
setExpression(String) - Method in class oracle.iam.request.model.vo.Parameter
Sets the value of the expression property.
setExtension(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setFailedKeys(long[]) - Method in exception Thor.API.Exceptions.tcStaleDataUpdateException
 
setFailedProcesses(ArrayList) - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
 
setFailedRecord(FailedRecord[]) - Method in class oracle.iam.platform.kernel.vo.BulkResult
 
setFailedResults(Map) - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerBulkResult
Sets a Map of failed result.
setFailedResults(Map) - Method in class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
 
setFailedResults(HashMap) - Method in class oracle.iam.identity.usermgmt.vo.UserManagerResult
Sets a Map of failed result.
setFailedResults(Map) - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
 
setFailedResults(Map) - Method in class oracle.iam.provisioning.vo.OperationResult
 
setFailureReason(Throwable) - Method in class oracle.iam.platform.kernel.vo.EventResult
Set the reason in case of failure
setFailureThreshold(Long) - Method in class oracle.iam.provisioning.vo.ReconConfig
 
setFaliureReason(String) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the reason for failure.
setFax(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setFieldLength(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setFieldName(String) - Method in class com.thortech.xl.gc.vo.designtime.SourceValue
 
setFieldsData(Map) - Method in class com.thortech.xl.gc.vo.runtime.OIMOperation
 
setFifthReminderEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setFifthReminderEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setFifthReminderInterval(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setFilename(String) - Method in class com.thortech.xl.vo.ddm.FilePreview
 
setFilename(String) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setFileName(String) - Method in class oracle.iam.scheduler.vo.ScheduledTask
Sets file name containing schedule task definition.
setFilter(Filter) - Method in class oracle.iam.certification.vo.PaginationContext
 
setFirstIndex(int) - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
 
setFirstName(String) - Method in class com.thortech.xl.vo.User
 
setFirstName(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setFirstName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setFirstName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setFirstName(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the first name of the user.
setFirstName(String) - Method in class oracle.iam.oimcommon.vo.User
Sets the first name of the user
setFirstName(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets the user first name
setFirstNameDisallowed(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets true if the user first name is not allowed in the password, false otherwise
setFirstReminderEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setFirstReminderEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setFirstReminderInterval(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setFlatAccountAttributeList(List) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setFlatAccountAttributeList(List) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setFlatPolicyAttributeList(List) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setFldKey(long) - Method in class oracle.iam.provisioning.vo.FormField
This method sets the primary key of the form field (SDC_KEY).
setForeignKey(String, String) - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Set the schema attribute as a foreign key
setForm(Form[]) - Method in class oracle.iam.reconciliation.config.vo.Form
Sets child forms.
setForm(Form) - Method in class oracle.iam.reconciliation.config.vo.Profile
 
setFormData(HashMap) - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Sets the data for the parent form
setFormData(Map) - Method in class com.thortech.xl.vo.ProvisioningData
Stores the formData information.
setFormData(HashMap) - Method in class com.thortech.xl.vo.UDFormData
Sets the data for the parent form
setFormDataItem(String, String) - Method in class com.thortech.xl.vo.ProvisioningData
sets an item to the formData
setFormFieldKey(long) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the form field key to Entitlement (SDC_KEY).
setFormFieldLookupValues(long, String[]) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Sets the list of lookup values associated with a field that has a lookup attached to it.
setFormFields(List) - Method in class oracle.iam.provisioning.vo.FormInfo
This method gets the details of the list of form field provided a list of form field name.
setFormKey(long) - Method in class com.thortech.xl.vo.ProvisioningData
 
setFormKey(String) - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
setFormKey(long) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the Form Key to the Entitltment (SDK_KEY).
setFormKey(long) - Method in class oracle.iam.provisioning.vo.FormInfo
This method sets the primary key of the form (SDK_KEY) in the value object.
setFormName(String) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setFormName(String) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the form name to Entitlement (SDK_NAME).
setFormVersion(long) - Method in class com.thortech.xl.vo.UDFormData
Sets the parent form version the parent data is associated with
setFourthReminderEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setFourthReminderEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setFourthReminderInterval(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setFrequencyType(String) - Method in class com.thortech.xl.vo.Taskdetails
 
setFrequencyType(String) - Method in class oracle.iam.scheduler.vo.Trigger
Sets trigger execution frequency type.
setFromAddress(String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Sets the From Address
setFromSearch(boolean) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the from Search property, which specifies whether the Recon Event is instantiated from a UI search (TRUE in that case, FALSE otherwise).
setFulFillMentRole(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setFulFillmentRoleDisplayName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setFulFillMentRoleDisplayName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setFulFillMentUser(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setFulFillMentUserDisplayName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setFulFillMentUserEmail(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setFulFillMentUserFirstName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setFulFillMentUserLastName(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setFulFillMentUserLogin(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setFullName(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setFullReconJobName(String) - Method in class oracle.iam.provisioning.vo.ReconConfig
 
setGeneratedAttribute(TargetAttribute[]) - Method in class oracle.iam.reconciliation.config.vo.Form
Should not invoke this method, unless some internal recon config customization is required.
setGeneratedTask(String) - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Add a task to the list of Tasks generated by this response
setGeneratedTasks(HashSet) - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Sets the list of tasks that are generated by the response.
setGenerationQualifier(String) - Method in class oracle.iam.certification.vo.IDCUser
 
setGenerationQualifier(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the generation qualifier of the user in the LDAP system.
setGenerationQualifier(String) - Method in class oracle.iam.oimcommon.vo.User
 
setGenericEntity(boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the genericEntity property.
setGlobalCertifyAll(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setGlobalUserIds(List) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setGlossary(Map) - Method in class oracle.iam.certification.vo.IDCAttribute
 
setGlossaryComments(String) - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
setGlossaryDefinition(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setGlossaryDefinition(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setGlossaryDefinition(String) - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
setGlossaryDefinition(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setGlossaryDefinition(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
setGlossaryDefinition(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setGlossaryDefinition(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setGlossaryDefinition(String) - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
setGlossaryDescription(String) - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
setGlossaryShortDescription(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setGlossaryShortDescription(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setGlossaryShortDescription(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setGlossaryShortDescription(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setGlossaryShortDescription(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setGlossaryShortDescription(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setGrantEndTime(Date) - Method in class oracle.iam.provisioning.vo.Grant
 
setGrantMechanism(Grant.GrantMechanism) - Method in class oracle.iam.provisioning.vo.Grant
 
setGrantMechanismDetails(Map) - Method in class oracle.iam.provisioning.vo.Grant
 
setGrantorID(String) - Method in class oracle.iam.provisioning.vo.Grant
 
setGrantStartTime(Date) - Method in class oracle.iam.provisioning.vo.Grant
 
setGrantTime(Date) - Method in class oracle.iam.provisioning.vo.Grant
 
setGroovyExpression(String) - Method in class oracle.iam.policyengine.vo.Policy
 
setGroovyExpression(String) - Method in class oracle.iam.policyengine.vo.ReturnValue
 
setGroovyExpression(String) - Method in class oracle.iam.policyengine.vo.Rule
 
setGrouping(String) - Method in class oracle.iam.grc.sod.scomp.impl.oaacg.vo.ConflictDetails
 
setGroupKey(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the Key of the Group defined as an assignee
setGroupName(String) - Method in class com.thortech.xl.vo.Group
 
setGroupName(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the name of the group defined as an assignee
setGUID(String) - Method in class oracle.iam.reconciliation.vo.Role
Set the LDAP GUID of the role
setHasChild(boolean) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setHasChild(boolean) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setHasChild(Boolean) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
setHasHighRiskEntitlement(Boolean) - Method in class oracle.iam.oimcommon.vo.User
 
setHasHighRiskProvMeth(Boolean) - Method in class oracle.iam.oimcommon.vo.User
 
setHasHighRiskResource(Boolean) - Method in class oracle.iam.oimcommon.vo.User
 
setHasHighRiskRole(Boolean) - Method in class oracle.iam.oimcommon.vo.User
 
setHasHighRiskSod(Boolean) - Method in class oracle.iam.oimcommon.vo.User
 
setHeaderDisplayValue(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
setHeaderDisplayValue(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
setHeaderPlaceHolderValue(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
setHeaderPlaceHolderValue(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
setHeaderResourceBundleKey(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
setHeaderResourceBundleKey(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
setHeight(String) - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
setHelpText(String) - Method in class oracle.iam.scheduler.vo.JobParameter
Sets job parameter's help text.
setHidden(Boolean) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the hidden property.
setHidden(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the hidden property.
setHierachicalDataAvailable(boolean) - Method in class oracle.iam.catalog.vo.Catalog
 
setHierarchical(Boolean) - Method in class oracle.iam.certification.vo.base.BaseCatalog
 
setHierarchical(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setHierarchicalScope(boolean) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Setter for the hierarchical flag that indicates whether user has admin rights on the the child organizations too.
setHierarchicalScope(boolean) - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
setHierarchicalScope(boolean) - Method in class oracle.iam.platform.authopss.vo.EntityPublication
The flag to represent whether this publication is available to all the child organizations where this publication is directly published.
setHierarchicalScope(boolean) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setHierarchyDepth(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setHierarchyDetails(String) - Method in class oracle.iam.platform.authopss.vo.AdminRolePublication
 
setHierarchyDetails(String) - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
setHierarchyDetails(String) - Method in class oracle.iam.platform.authopss.vo.EntitlementPublication
 
setHierarchyDetails(String) - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
setHigherAuthCookies(Set) - Method in class oracle.iam.passwordmgmt.vo.AutoLoginResponse
 
setHighPrivileged(boolean) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setHighPrivileged(boolean) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setHighPrivileged(Boolean) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setHighPrivileged(boolean) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setHireDate(Date) - Method in class oracle.iam.oimcommon.vo.User
 
setHmSourceAttributes(HashMap) - Method in class com.thortech.xl.gc.vo.designtime.Transformation
sets the parameter details of a transformation.
setHomeDirectory() - Method in class oracle.iam.grc.sod.vo.SILContext
 
setHost(String) - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
setHtml(boolean) - Method in class oracle.iam.notification.vo.MessageContent
Set the flag for the message content type.
setIamAccountId(Long) - Method in class oracle.iam.certification.vo.IDCAccount
 
setIamAccountId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setIamAccountId(Long) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setIamAccountId(Long) - Method in class oracle.iam.certification.vo.LastCertDecision
 
setIamApplicationInstanceId(Long) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setIamAttributeValueId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setIamAttributeValueId(Long) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setIamAttributeValueId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setIamAttributeValueId(Long) - Method in class oracle.iam.certification.vo.LastCertDecision
 
setIamDomainObjectId(Long) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setIamEndPointId(Long) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setIamId(Long) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setIamId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setIamPolicyId(Long) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setIamPolicyId(Long) - Method in class oracle.iam.certification.vo.LastCertDecision
 
setIAMRoleId(Long) - Method in class oracle.iam.certification.vo.IDCRole
 
setIamRoleId(Long) - Method in class oracle.iam.certification.vo.IDCRole
 
setIamRoleId(Long) - Method in class oracle.iam.certification.vo.LastCertDecision
 
setIamUserDisplayName(String) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setIamUserId(Long) - Method in class oracle.iam.certification.vo.IDCUser
 
setIamUserId(Long) - Method in class oracle.iam.certification.vo.LastCertDecision
 
setIamUserLogin(String) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setIcfClass(String) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setIcfOperationInfoSet(Set) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
setId(Long) - Method in class oracle.iam.catalog.vo.Catalog
 
setId(long) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
setId(Long) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setId(Long) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setId(Long) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setId(Long) - Method in class oracle.iam.certification.vo.CertificationHistory
 
setId(Long) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setId(Long) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setId(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setId(long) - Method in class oracle.iam.conf.vo.SearchResult
 
setId(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setId(Double) - Method in class oracle.iam.notification.vo.Attachments
Set the ID of an attachment
setId(Long) - Method in class oracle.iam.notification.vo.LocalTemplate
Set locale template ID
setId(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Set locale template ID
setId(Long) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets ID of the template
setId(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets ID of the template
setId(long) - Method in class oracle.iam.notification.vo.SearchResult
Sets ID of the search result
setId(String) - Method in class oracle.iam.notification.vo.SearchResult
Sets ID of the search result
setId(Long) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
 
setId(Long) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setId(Long) - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
setId(Long) - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Sets unique identifier
setId(Long) - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
setId(Long) - Method in class oracle.iam.oimcommon.vo.SdkTableColumn
 
setId(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setId(long) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
setId(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the id property.
setId(String) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setId(Long) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setId(Double) - Method in class oracle.iam.scheduler.vo.JobHistory
Sets job history ID in OIM repository.
setId1Entity(Identity) - Method in interface oracle.iam.identity.vo.Relationship
Sets the first identity.
setId1Entity(Identity) - Method in class oracle.iam.identity.vo.RelationshipImpl
 
setId2Entity(Identity) - Method in interface oracle.iam.identity.vo.Relationship
Sets the second identity
setId2Entity(Identity) - Method in class oracle.iam.identity.vo.RelationshipImpl
 
setIDCAccount(IDCAccount) - Method in class oracle.iam.certification.vo.IDCUserAccount
 
setIDCAccountAttribute(IDCAccountAttribute) - Method in class oracle.iam.certification.vo.IDCUserAccountAttribute
 
setIdcAccountAttributeAndRoleWrapper(IDCAccountAttributeAndRoleWrapper) - Method in class oracle.iam.certification.vo.IDCUserAccountAttributeAndRoleWrapper
 
setIDCAttributes(IDCAttributes) - Method in class oracle.iam.certification.vo.IDCAccount
 
setIDCAttributes(IDCAttributes) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setIDCAttributeValues(List) - Method in class oracle.iam.certification.vo.IDCAttribute
 
setIDCConfiguration(IDCConfiguration) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setIdcEndPoints(List) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setIdcUser(IDCUser) - Method in class oracle.iam.certification.vo.IDCUserAccountAttributeAndRoleWrapper
 
setIdentifyFieldRef(String) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setIdentityCertification(IdentityCertification) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setIdentityStatus(User.UserStatus) - Method in class oracle.iam.certification.vo.IDCUser
 
setIdmId(String) - Method in class oracle.iam.grc.sod.vo.SILTopology
 
setIdmSystemType(boolean) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setIdMvsSoDDataTransformationOper(boolean) - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
setIdMvsSoDDataTransformationSComp(ServiceComponent) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setIds(List) - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
setImmediateChanges(List) - Method in class oracle.iam.platform.kernel.vo.EventResult
Sets the list of new orchestrations that need to be executed after the execution of current event handler.
setImmediateChanges(List, boolean) - Method in class oracle.iam.platform.kernel.vo.EventResult
 
setImmediateRuleEvaluation() - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
setImplementation(String) - Method in class oracle.iam.scheduler.vo.TaskSupport
 
setImportable(boolean) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setImportMessages(Collection) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setInapplicableAccountAction(String) - Method in class oracle.iam.provisioning.vo.Account
Deprecated.  
setIncludeActiveUsersAndAccounts(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setIncremental(Boolean) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setIncremental(boolean) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setIncremental(boolean) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setIncrementalBaseDate(Date) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setIncrementalBaseDate(Date) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setIncrementalBaseDate(Date) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setIncrementalReconJobName(String) - Method in class oracle.iam.provisioning.vo.ReconConfig
 
setIncrementalWithPreviousStatus(Boolean) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setIncrementalWithPreviousStatus(boolean) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setIncrementalWithPreviousStatus(boolean) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setIndexed() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Set the schema attribute to be indexed
setInfotype(String) - Method in class oracle.iam.scheduler.vo.JobHistory
Sets Job history information type.
setInputType(String) - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
setInputType(String) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
setInScopeOfOrganizationCustType(String) - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
setInScopeOfOrganizationName(String) - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
setInstance(RootObject) - Method in class com.thortech.xl.vo.ddm.ITResourceParameterMap
 
setIntegerateWithIAM(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setInterEventData(HashMap) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Sets the inter event data for orchestration.
setIsActive(Boolean) - Method in class oracle.iam.ida.vo.Remediator
 
setIsDirectOperation(boolean) - Method in interface oracle.iam.request.vo.Request
Sets the flag to determine if the request turns into a direct operation or not.
setIsParent(String) - Method in interface oracle.iam.request.vo.Request
 
setIssueID(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setIssuePath(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setIsSynch(boolean) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setITAssetProperty(ArrayList) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setITAssetType(ArrayList) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setItemRisk(Integer) - Method in class oracle.iam.catalog.vo.Catalog
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setItemRisk(Integer) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setItemRisk(Integer) - Method in class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
Sets the item risk for account
setItemRisk(Integer) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setItemRisk(Integer) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setItemRisk(Integer) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setItemRisk(Integer) - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
setItemRisk(Integer) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Sets the item risk for account
setItemRisk(Integer) - Method in class oracle.iam.provisioning.vo.RiskSummary
 
setItemType(ArrayList) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setITResourceDefinitionKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setItResourceDefKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setItResourceDefName(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setItResourceDefPropertyKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setItResourceDefPropertyName(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setItResourceKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setItResourceKey(long) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to set the ITResource key (APP_INSTANCE.ITRESOURCE_KEY) associated with ApplicationInstance.
setItResourceKey(long) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the ITResource Key to the Entitltment (SVR_KEY).
setItResourceName(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setItResourceName(String) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to set the ITResource name (SVR.SVR_NAME) for ITResource associated with ApplicationInstance.
setITResourceParameterMap(ArrayList) - Method in class com.thortech.xl.vo.ddm.ITResourceTypeMap
 
setItresourceType(String) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the itresourceType property.
setItResourceTypeId(Long) - Method in class oracle.iam.certification.vo.IDCAccount
 
setItResourceTypeId(Long) - Method in class oracle.iam.oimcommon.vo.Account
 
setItResourceTypeName(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setItResourceTypeName(String) - Method in class oracle.iam.oimcommon.vo.Account
 
setJobCode(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setJobCode(String) - Method in class oracle.iam.oimcommon.vo.User
Sets the job code of the user.
setJobCodes(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setJobEndTime(Timestamp) - Method in class oracle.iam.scheduler.vo.JobHistory
Sets Job end time.
setJobHistory(JobHistory) - Method in class oracle.iam.scheduler.vo.SearchResult
Sets Job history object of a schedule job.
setJobLastEndTime(Timestamp) - Method in class com.thortech.xl.vo.Taskdetails
 
setJobLastStartTime(Timestamp) - Method in class com.thortech.xl.vo.Taskdetails
 
setJobListener(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets schedule job listener.
setJobName(String) - Method in class oracle.iam.scheduler.vo.JobHistory
Sets job name.
setJobName(String) - Method in class oracle.iam.scheduler.vo.Trigger
Sets Schedule job Name to which this trigger is associated.
setJobScheduleType(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets Schedule job's scheduling type.
setJobStartTime(Timestamp) - Method in class oracle.iam.scheduler.vo.JobHistory
Sets Job start time.
setJustification(String) - Method in interface oracle.iam.request.vo.Request
 
setJustification(String) - Method in class oracle.iam.request.vo.RequestData
Sets justification to this request
setKey(String) - Method in class com.thortech.xl.vo.Group
 
setKey(long) - Method in class com.thortech.xl.vo.Operation
 
setKey(String) - Method in class com.thortech.xl.vo.User
 
setKey(String) - Method in class com.thortech.xl.vo.workflow.Adapter
 
setKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setKey(String) - Method in class com.thortech.xl.vo.workflow.EmailNotification
Sets the Email Notification Definition Key (MEV_KEY)
setKey(String) - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Sets the Key of the Response Definition
setKey(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the Key of the Assignment Definition
setKey(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the Definition Key of the task
setKey(String) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets the Workflow Definition Key.
setKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setKey(long) - Method in class oracle.iam.catalog.vo.Result
 
setKey(boolean) - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
setKeyField(boolean) - Method in class com.thortech.xl.gc.vo.designtime.TargetAttribute
 
setKeyField(boolean) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
 
setKeyFlds(HashMap) - Method in class oracle.iam.reconciliation.vo.Account
 
setLabel(String) - Method in class oracle.iam.certification.vo.IDCAttribute
 
setLabel(String) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setLabel(String) - Method in class oracle.iam.provisioning.vo.FormField
This method sets the label of the form field (SDC_LABEL).
setLanguage(String) - Method in class Thor.API.Base.tcBaseUtility
Sets the language.
setLanguage(String) - Method in class Thor.API.Base.tcBaseUtilityClient
Sets the language.
setLanguage(String) - Method in interface Thor.API.Base.tcUtilityOperationsIntf
Sets the language.
setLastAction(Integer) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setLastAction(String) - Method in class oracle.iam.ida.vo.ActionHistory
 
setLastCertificationDate(Date) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCRole
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.certification.vo.IDCRoleUser
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.oimcommon.vo.Account
Sets the most recent certification-decision (within the same type of Certification) for this Account.
setLastCertificationDecision(Integer) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
setLastCertificationDecision(Integer) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Sets the most recent certification-decision (within the same type of Certification) for this Account.
setLastCertificationDecision(Integer) - Method in class oracle.iam.provisioning.vo.RiskSummary
 
setLastCertificationRisk(Integer) - Method in class oracle.iam.oimcommon.vo.Account
Sets the risk associated with the most recent certification-decision (within the same type of Certification) for this Account.
setLastCertificationRisk(Integer) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setLastCertificationRisk(Integer) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setLastCertificationRisk(Integer) - Method in class oracle.iam.provisioning.vo.RiskSummary
 
setLastCertificationStatusAbstain(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setLastCertificationStatusCertified(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setLastCertificationStatusExceptionAllowed(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setLastCertificationStatusNeverCertified(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setLastCertificationStatusRevoked(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setLastCertRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setLastCertRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setLastCertRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setLastCertRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setLastCertRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setLastCertRisk(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setLastCertRisk(Integer) - Method in class oracle.iam.certification.vo.IDCRole
 
setLastCertRisk(Integer) - Method in class oracle.iam.certification.vo.IDCRoleUser
 
setLastCertRisk(Integer) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Sets risk associated with lastCertDecision
setLastDecision(Integer) - Method in class oracle.iam.certification.vo.LastCertDecision
 
setLastIndex(int) - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
 
setLastModificationDate(Date) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setLastModifiedDate(Date) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setLastModifyDate(Date) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets last modification date of schedule job.
setLastModifyDate(Date) - Method in class oracle.iam.scheduler.vo.Trigger
Sets last modify date of trigger.
setLastName(String) - Method in class com.thortech.xl.vo.User
 
setLastName(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setLastName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setLastName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setLastName(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the last name of the user.
setLastName(String) - Method in class oracle.iam.oimcommon.vo.User
Sets the last name of the user
setLastName(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets the last name of the user
setLastNameDisallowed(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets true if the user last name is not allowed in the password, false otherwise
setLastReviewerId(Long) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setLastReviewerTaskUid(String) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setLastRevokeDate(Date) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setLastupdated(Timestamp) - Method in class oracle.iam.notification.vo.Attachments
Set the date on which last update is performed on an attachment
setLastupdated(Timestamp) - Method in class oracle.iam.notification.vo.LocalTemplate
Set the date on which last update is performed on a template in a locale
setLastupdated(Timestamp) - Method in class oracle.iam.notification.vo.NotificationTemplate
sets timestamp of the last update done in the template
setLastuser(String) - Method in class oracle.iam.notification.vo.Attachments
Set UserID of an user who has made last update on an attachment
setLastuser(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Set UserID of an user who has made last update on a template in a locale
setLastuser(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets the last user who updated the template
setLatestVersion(String) - Method in class oracle.iam.provisioning.vo.FormInfo
This method sets the latest version of the process form (SDK_LATEST_VERSION).
setLdapDN(String) - Method in class oracle.iam.reconciliation.vo.Role
The Distinguished Name of the Role in LDAP
setLength(int) - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Set the length of the attribute
setLength(long) - Method in class oracle.iam.provisioning.vo.FormField
This method sets the length of the form field.
setLength(Integer) - Method in class oracle.iam.reconciliation.config.vo.StagingField
 
setLength(BigInteger) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the length property.
setLength(BigInteger) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the length property.
setLinkSource(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
the source of the Linking, if the Event is being linked.
setListenerName(String) - Method in class oracle.iam.certification.vo.CertRequired
 
setListenerName(String) - Method in class oracle.iam.certification.vo.EventListener
 
setLiteralValue(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setLkuKey(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setLkuKey(String) - Method in class oracle.iam.conf.vo.SystemPropertyAllowedValue
 
setLkvDecoded(String) - Method in class oracle.iam.conf.vo.SystemPropertyAllowedValue
 
setLkvEncoded(String) - Method in class oracle.iam.conf.vo.SystemPropertyAllowedValue
 
setLkvKey(String) - Method in class oracle.iam.conf.vo.SystemPropertyAllowedValue
 
setLoc(int[]) - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
setLocale(Locale) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the Locale for the user.
setLocale(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Set locale of a template
setLocale(String) - Method in class oracle.iam.notification.vo.SearchResult
Set locale of a search result template
setLocale(Locale) - Method in class oracle.iam.oimcommon.vo.User
 
setLocaleValues(HashMap) - Method in class oracle.iam.reconciliation.vo.MlsAttribute
Sets the locale value(s) for this MLS sensitive attribute.
setLocalizedDisplayName(String) - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
setLocalizedHelpMessage(String) - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
setLocaltemplate(LocalTemplate) - Method in class oracle.iam.notification.vo.Attachments
Set the Locale template object for an attachment
setLocaltemplateCollection(Map) - Method in class oracle.iam.notification.vo.NotificationTemplate
Adds map of locales and their corresponding parameters to the template
setLocation(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setLocation(String) - Method in class oracle.iam.oimcommon.vo.User
 
setLockAcquiredAt(Timestamp) - Method in class com.thortech.xl.vo.ddm.LockOwner
 
setLocked(boolean) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setLocked(Boolean) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the locked property.
setLockoutDuration(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the lockout period.
setLockPoliciesForOpenViolations(boolean) - Method in class oracle.iam.ida.vo.IDAConfiguration
 
setLogicalType(String) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setLogin(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the user login.
setLoginID(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets the user login ID
setLoginRequired(boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the loginRequired property.
setLoginTimeout(int) - Method in class oracle.iam.platform.utils.vo.OIMDataSource
 
setLogWriter(PrintWriter) - Method in class oracle.iam.platform.utils.vo.OIMDataSource
 
setLongmessage(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Set template's message body in given locale
setLongMessage(String) - Method in class oracle.iam.notification.vo.MessageContent
Set Notification message's body
setLookupCode(String) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the lookupCode property.
setLookupCode(String) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the lookupCode property.
setLookupFieldFlag(boolean) - Method in class com.thortech.xl.gc.vo.designtime.TargetAttribute
 
setLookupMap(Map) - Method in class com.thortech.xl.gc.vo.designtime.TargetAttribute
 
setLookupQuery(LookupQuery) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the lookupQuery property.
setLookupQuery(String) - Method in class oracle.iam.request.dataset.vo.LookupQuery
Sets the value of the lookupQuery property.
setLookupQueryString(String) - Method in class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
Sets the lookup query lookupQueryString.
setLookupValueKey(long) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the Lookup value Key to the Entitltment (LKV_KEY).
setMainEntitlementKeys(List) - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
setMainReviewerId(Long) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setMainRoleKey(String) - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
setManaged(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setManager(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setManagerChainScopeObligation(SearchCriteria) - Method in class oracle.iam.platform.entitymgr.vo.SearchObligation
 
setManagerEmailID(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets the email ID of the user's manager
setManagerId(Long) - Method in class oracle.iam.certification.vo.IDCUser
 
setManagerId(Long) - Method in class oracle.iam.oimcommon.vo.User
Sets unique identifier for the user's manager
setManagerKey(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the entity id of the user to be set as the manager.
setManagerKey(Long) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the entity id of the user to be set as the manager.
setManagerKey(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets the ID/key of the user's manager
setManagerLevel(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setManagerLoginID(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets the user login of the user's manager
setManagerSearchObligation(SearchCriteria) - Method in class oracle.iam.platform.entitymgr.vo.SearchObligation
 
setMandatory(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setManualInsertNotAllowed(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets whether the task can be manually inserted into a workflow or not
setMapped(boolean) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setMappingQualifier(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setMapTo(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setMapTo(ArrayList) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setMapUserDefinedField(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setMapValue(HashMap) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setMasked(Boolean) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the masked property.
setMasked(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the masked property.
setMasked(boolean) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setMasked(boolean) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setMasked(Boolean) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
setMatchingRule(String) - Method in class oracle.iam.reconciliation.config.vo.Form
 
setMatchingRule(String) - Method in class oracle.iam.reconciliation.config.vo.Profile
In case of ResourceType.Account, ResourceType.RoleUser and ResourceType.RoleRole reconciliation, this matching rule specifies the owner search.
setMaxEvents(Integer) - Method in class oracle.iam.certification.vo.EventListener
 
setMaxIdle(int) - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
setMaxIncorrectAttempts(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
setMaxLength(Integer) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setMaxLength(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the maximum length of the password
setMaxObjects(int) - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
setMaxRepeatedChars(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the maximum number of characters that can be repeated in the password
setMaxRetries(int) - Method in class com.thortech.xl.vo.Taskdetails
 
setMaxSpecialChars(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the maximum special characters allowed in the password
setMaxUnicodeChars(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the maximum unicode characters allowed in the password
setMaxWait(long) - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
setMdsPath(String) - Method in class oracle.iam.scheduler.vo.ScheduledTask
Sets MDS path in which file containing schedule task definition is seeded.
setMemberGroupPriority(long, long, int) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
setMembershipRule(SearchRule) - Method in class oracle.iam.platform.authopss.vo.AdminRole
Sets the membership rule for the admin role.
setMemberUserIds(List) - Method in class oracle.iam.oimcommon.vo.Organization
Sets list of Users (unique Ids) who are members of the Organization.
setMemberUserIds(List) - Method in class oracle.iam.oimcommon.vo.Role
Sets list of Users (unique Ids) who are members of the Role Makes a defensive copy.
setMemberUserPriority(long, long, int) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
setMemRuleScopes(List) - Method in class oracle.iam.platform.authopss.vo.AdminRole
 
SetMessage(String) - Method in exception com.thortech.xl.gc.exception.ProviderException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception com.thortech.xl.gc.exception.ProvisioningFormatException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception com.thortech.xl.gc.exception.ProvisioningTransportException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception com.thortech.xl.gc.exception.ReconciliationFormatException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception com.thortech.xl.gc.exception.ReconciliationTransportException
Method to set the Error message on API Exception
setMessage(String) - Method in class oracle.iam.catalog.vo.Result
 
SetMessage(String) - Method in exception oracle.iam.grc.sod.exception.SILAPIException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception oracle.iam.grc.sod.exception.SILDBException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception oracle.iam.grc.sod.exception.SILException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception oracle.iam.grc.sod.exception.SILInfrastructureException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception oracle.iam.grc.sod.exception.SILRegistrationException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception oracle.iam.grc.sod.exception.SILSecurityException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception oracle.iam.grc.sod.exception.SILServiceComponentException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception oracle.iam.grc.sod.exception.SILTopologyException
Method to set the Error message on API Exception
SetMessage(String) - Method in exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
Method to set the Error message on SoDEngineConnectionException
setMessage(String) - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
setMessage(String) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
setMessage(String) - Method in exception oracle.iam.notification.exception.NotificationProviderException
Set the detail message of this exception
SetMessage(String) - Method in exception Thor.API.Exceptions.tcAPIException
Method to set the Error message on API Exception
setMetadata(List) - Method in class oracle.iam.catalog.vo.Catalog
 
setMetadata(String[]) - Method in class oracle.iam.grc.sod.vo.LookupResultSet
 
setMetaDataDefinition(MetaDataDefinition) - Method in class oracle.iam.catalog.vo.MetaData
 
setMethod(String) - Method in class com.thortech.xl.vo.Taskdetails
 
setMethod(String) - Method in class oracle.iam.request.model.vo.Java
Sets the value of the method property.
setMethod(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets method name to be called in schedule task implementation class while executing schedule job
setMethodology(String) - Method in class oracle.iam.request.model.vo.Approval
Sets the value of the methodology property.
setMethodologyParams(MethodologyParam) - Method in class oracle.iam.request.model.vo.Approval
Sets the value of the methodologyParams property.
setMiddleName(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setMiddleName(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the middle name of the user.
setMiddleName(String) - Method in class oracle.iam.oimcommon.vo.User
Sets the middle name of the user
setMinable(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setMinAlphabets(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum alphabets allowed in the password
setMinAlphaNumerals(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum alpha-numeric characters allowed in the password
setMinEvictableIdleTime(long) - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
setMinIdle(int) - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
 
setMinLength(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum length of the password
setMinLowerCase(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum lower case characters allowed in the password
setMinNumerals(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum numerals allowed in the password
setMinPasswordAgeInDays(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum age of the password as number of days
setMinSpecialChars(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum special characters allowed in the password
setMinUnicodeChars(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum unicode characters allowed in the password
setMinUniqueChars(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum unique characters allowed in the password
setMinUpperCase(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum upper case characters allowed in the password
setMls(boolean) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
Sets if this attribute is Multi-Lingual.
setMls(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the mls property.
setMLS(boolean) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setMLS(boolean) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setMlsAttributes(ArrayList) - Method in class oracle.iam.reconciliation.vo.ReconEventData
 
setMlsMap(Map) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setMlsMap(Map) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setMlsTables(String, String) - Method in class oracle.iam.reconciliation.config.vo.Form
 
setMlsValue(String, String) - Method in class oracle.iam.reconciliation.vo.MlsAttribute
Adds a locale value to the Attribute.
setMobile(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setModelName(String) - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
setModifications(String) - Method in class oracle.iam.request.vo.RequestHistory
 
setModificationsVo(RequestHistoryType) - Method in class oracle.iam.request.vo.RequestHistory
 
setModificationType(String) - Method in class oracle.iam.request.vo.RequestHistory
 
setModifiedAfterLastCertification(boolean) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setModifiedBy(String) - Method in class oracle.iam.request.vo.RequestHistory
 
setModifiedName(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
setModifyDate(Date) - Method in class oracle.iam.certification.vo.base.BaseAccount
Set last modification date.
setModifyDate() - Method in class oracle.iam.certification.vo.base.BaseAccount
Set last modification date to now.
setMultiValued(boolean) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setMultiValued() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setMultiValued(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setMultiValued(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setMultiValued(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the multiValued property.
setMultiValued(boolean) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setName(String) - Method in class com.thortech.xl.gc.vo.designtime.Provider
 
setName(String) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setName(String) - Method in class com.thortech.xl.vo.ddm.TaskObject
 
setName(String) - Method in class com.thortech.xl.vo.Organization
 
setName(String) - Method in class com.thortech.xl.vo.Resource
 
setName(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the name of the task
setName(String) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setName(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets the workflow name.
setName(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setName(String) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setName(String) - Method in class oracle.iam.catalog.vo.Category
 
setName(String) - Method in class oracle.iam.catalog.vo.HierarchicalAttributes.ChildDetails
 
setName(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setName(String) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setName(String) - Method in class oracle.iam.certification.vo.base.BasePolicy
 
setName(String) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setName(String) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setName(String) - Method in class oracle.iam.grc.sod.vo.Attribute
 
setName(String) - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
setName(String) - Method in class oracle.iam.grc.sod.vo.DutyType
 
setName(String) - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
setName(String) - Method in class oracle.iam.grc.sod.vo.SILTopology
 
setName(String) - Method in class oracle.iam.grc.sod.vo.SystemContext
 
setName(String) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setName(String) - Method in class oracle.iam.idc.vo.Result
 
setName(String) - Method in class oracle.iam.identity.rolemgmt.vo.Role
Set the Role Name attribute with a value roleName.
setName(String) - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Set the Role Category Name attribute with a value categoryName.
setName(String) - Method in class oracle.iam.notification.vo.NotificationAttribute
Sets name of the attribute
setName(String) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
 
setName(String) - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
setName(String) - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Sets name of the account
setName(String) - Method in class oracle.iam.oimcommon.vo.SdkTableColumn
 
setName(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the policy name
setName(String) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
setName(String) - Method in interface oracle.iam.platform.authopss.vo.Obligation
Sets the Obligation name
setName(String) - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
setName(String) - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Set the name of the attribute
setName(String) - Method in class oracle.iam.platformservice.vo.JarElement
 
setName(String) - Method in class oracle.iam.platformservice.vo.ResourceElement
 
setName(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedFunctions.Attribute
Sets the value of the name property.
setName(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Sets the value of the name property.
setName(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Sets the value of the name property.
setName(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.OperationsThatTrigger.Attribute
Sets the value of the name property.
setName(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the name property.
setName(String) - Method in class oracle.iam.policyengine.vo.PathElement
 
setName(String) - Method in class oracle.iam.provisioning.vo.Application
 
setName(String) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setName(String) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setName(String) - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
setName(String) - Method in class oracle.iam.provisioning.vo.FormField
This method sets the name of the form field (SDC_NAME)
setName(String) - Method in class oracle.iam.provisioning.vo.FormInfo
This method sets the name of the process form (SDK_NAME).
setName(String) - Method in class oracle.iam.reconciliation.vo.Role
Set the name of the Role
setName(String) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.dataset.vo.DataSetValidator
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.dataset.vo.PrePopAdapter
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.history.jaxb.Attribute
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.history.jaxb.ChildEntity
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.model.vo.Approval
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.model.vo.DataActionHandler
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.model.vo.ExecutionUnit
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.model.vo.Parameter
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the name property.
setName(String) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setName(String) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setName(String) - Method in class oracle.iam.request.vo.RequestTemplateAttribute
 
setName(String) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
setName(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets schedule job name.
setName(String) - Method in class oracle.iam.scheduler.vo.JobParameter
Sets Job parameter name.
setName(String) - Method in class oracle.iam.scheduler.vo.ScheduledTask
Sets Schedule task name.
setName(String) - Method in class oracle.iam.scheduler.vo.TaskSupport
 
setName(String) - Method in class oracle.iam.scheduler.vo.Trigger
Sets trigger name.
setNamespace(ResourceType) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setNameSpace(String) - Method in class oracle.iam.reconciliation.vo.Role
 
setNamespaceId(Long) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setNamespaceName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setNamespaceName(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setNamespaceName(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setNamespaceName(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setNamespaceName(String) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setNamespaceName(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setNamespaceTypeName(String) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
 
setNamingScheme(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setNewAssignee(String) - Method in class oracle.iam.request.history.jaxb.AssignmentChange
Sets the value of the newAssignee property.
setNewAssigneeType(String) - Method in class oracle.iam.request.history.jaxb.AssignmentChange
Sets the value of the newAssigneeType property.
setNewCertificationNotificationEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setNewCertificationNotificationEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setNewInstance(boolean) - Method in class com.thortech.xl.vo.ddm.ITResourceParameterMap
 
setNewObject(boolean) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setNewPermitCount(int) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setNewStage(String) - Method in class oracle.iam.request.history.jaxb.StatusChange
Sets the value of the newStage property.
setNewStatus(String) - Method in class oracle.iam.request.history.jaxb.StatusChange
Sets the value of the newStatus property.
setNewStatus(String) - Method in class oracle.iam.request.history.jaxb.TaskStatusChange
Sets the value of the newStatus property.
setNewValue(String) - Method in class com.thortech.xl.vo.Change
 
setNewValue(String) - Method in class oracle.iam.request.history.jaxb.Attribute
Sets the value of the newValue property.
setNextFireTime(Date) - Method in class com.thortech.xl.vo.Taskdetails
 
setNextFireTime(Date) - Method in class oracle.iam.scheduler.vo.Trigger
Sets Next fire time of schedule job.
setNonDelete(boolean) - Method in class com.thortech.xl.vo.ddm.TaskObject
 
setNonImport(boolean) - Method in class com.thortech.xl.vo.ddm.TaskObject
 
setNonManagedDatabaseContext(boolean) - Method in class oracle.iam.grc.sod.vo.SILContext
 
setNonMTUserLoginID(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets the NoN MT user login ID
setNoOfRowsEffected(long) - Method in class oracle.iam.catalog.vo.Result
 
setNote(String) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setNotification(EmailNotification) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Adds an Email Notification to the list of notifications set up for this task.
setNotifications(HashSet) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the list of Email Notifications set up for this task.
setNotificationTemplate(NotificationTemplate) - Method in class oracle.iam.notification.vo.LocalTemplate
Set base notification template object
setNumberOfThreadsPerScan(int) - Method in class oracle.iam.ida.vo.IDAConfiguration
 
setNumericVal(Double) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the Numeric value of the attribute.
setNumPasswordsInHistory(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the minimum number of passwords saved in history
setObiKey(String) - Method in class com.thortech.xl.vo.ResourceData
 
setObjectClasses(Set) - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
setObjectId(String) - Method in class oracle.iam.certification.vo.EventTriggerData
 
setObjectInPreparedStetement(PreparedStatement, int, Object) - Method in interface oracle.iam.catalog.vo.DataType
 
setObjectInPreparedStetement(PreparedStatement, int, Object) - Method in class oracle.iam.catalog.vo.StringType
 
setObjectKey(String) - Method in class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
Returns a Map of dependent attributes.
setObjectKey(long) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to set the Resource Object Key (APP_INSTANCE.OBJECT_KEY) associated with ApplicationInstance.
setObjectKey(long) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets the Resource Object Key associated to the Entitltment (OBJ_KEY).
setObjectName(String) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to set the Resource Object Name (APP_INSTANCE.OBJECT_NAME) associated with ApplicationInstance.
setObjectPasswords(long, long[], String) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
Deprecated.  
setObjectStatus(String) - Method in class com.thortech.xl.vo.workflow.StatusMapping
Sets the Object Status (OST_STATUS)
setObjectStatusKey(String) - Method in class com.thortech.xl.vo.workflow.StatusMapping
Sets the Key of the Object Status (OST_KEY)
setObjectType(String) - Method in class oracle.iam.certification.vo.EventTriggerData
 
setObjKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the OBJ key of the current Event.
setObsoleteUserEmailOption(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setOESApplicationRoleName(String) - Method in class oracle.iam.platform.authopss.vo.Capability
 
setOffice(String) - Method in class oracle.iam.oimcommon.vo.User
 
setOfficeName(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setOfflined(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setOIMAttribute(OIMAttribute) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
Set OIMAttribute if a target attribute needs to be mapped to some OIM attribute.
setOIMGenericExceptions(List) - Method in interface oracle.iam.platformservice.exception.OIMGenericBulkExceptionIntf
 
setOimMappedFieldDescription(String) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the description of the OIM field mapped to this Target attribute.
setOimProvisioningServerURL(String) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setOimType(OIMType) - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
setOioKey(String) - Method in class com.thortech.xl.vo.ResourceData
 
setOiuKey(String) - Method in class com.thortech.xl.vo.AttestationEntitlementVO
Sets resource object instance association key with a user in given entitlement
setOiuKey(String) - Method in class com.thortech.xl.vo.ResourceData
 
setOldAssignee(String) - Method in class oracle.iam.request.history.jaxb.AssignmentChange
Sets the value of the oldAssignee property.
setOldAssigneeType(String) - Method in class oracle.iam.request.history.jaxb.AssignmentChange
Sets the value of the oldAssigneeType property.
setOldStage(String) - Method in class oracle.iam.request.history.jaxb.StatusChange
Sets the value of the oldStage property.
setOldStatus(String) - Method in class oracle.iam.request.history.jaxb.StatusChange
Sets the value of the oldStatus property.
setOldStatus(String) - Method in class oracle.iam.request.history.jaxb.TaskStatusChange
Sets the value of the oldStatus property.
setOldValue(String) - Method in class com.thortech.xl.vo.Change
 
setOldValue(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setOldValue(boolean) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setOldValue(String) - Method in class oracle.iam.request.history.jaxb.Attribute
Sets the value of the oldValue property.
setOOTBTemplate(boolean) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets flag for OOTB templates
setOp(String) - Method in class oracle.iam.certification.vo.CatalogSearchFilter
 
setOpenSod(Boolean) - Method in class oracle.iam.oimcommon.vo.Account
Sets if any open SOD violation involves this account
setOpenSod(Boolean) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setOpenSod(Boolean) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Sets if any open SOD violation involves this account
setOpenSodViolations(Boolean) - Method in class oracle.iam.certification.vo.IDCAccount
 
setOpenSodViolations(Boolean) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setOpenSodViolations(Boolean) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setOpenSodViolations(Boolean) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setOpenSodViolations(Boolean) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setOpenSodViolations(Boolean) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setOpenSodViolations(Boolean) - Method in class oracle.iam.certification.vo.IDCRole
 
setOpenSodViolations(Boolean) - Method in class oracle.iam.certification.vo.IDCRoleUser
 
setOpenSodViolations(Boolean) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setOpenSodViolations(Boolean) - Method in class oracle.iam.provisioning.vo.RiskSummary
 
setOperation(String) - Method in class oracle.iam.request.dataset.vo.RequestDataSet
Sets the value of the operation property.
setOperation(String) - Method in class oracle.iam.request.model.vo.Kernel
Sets the value of the operation property.
setOperation(String) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the operation property.
setOperation(String) - Method in class oracle.iam.request.model.vo.Submission
Sets the value of the operation property.
setOperation(String) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
 
setOperation(String) - Method in class oracle.iam.request.vo.RequestEntity
 
setOperation(String) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
setOperationId(String) - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
setOperationID(String) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
 
setOperationId(String) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
setOperationName(String) - Method in class com.thortech.xl.gc.vo.runtime.OIMOperation
 
setOperationOptionName(String) - Method in class oracle.iam.provisioning.vo.CapabilityOperationOption
 
setOperationOptions(Map) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Sets OperationOptions which are going to be used for any provisioning operation called on this instance.
setOperationPolicy(ApplicationObjectclassCapability.OPERATION_POLICY) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
setOperationStatus(OperationResult.OperationStatus) - Method in class oracle.iam.vo.OperationResult
 
setOperationsThatTrigger(PolicyTypeDefinition.PolicyType.OperationsThatTrigger) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the operationsThatTrigger property.
setOperator(SearchCriteria.Operator) - Method in class oracle.iam.certification.vo.SearchFilter
 
setOrchestration(Orchestration) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the orchestration property.
setOrchestrationResult(OrchestrationResult) - Method in class oracle.iam.vo.OperationResult
 
setOrchID(long) - Method in interface oracle.iam.request.vo.Request
 
setOrcId(Long) - Method in class oracle.iam.oimcommon.vo.Account
Sets orcId used to get additional information from UD tables
setOrcKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Orc key of the current Event.
setOrder(BigInteger) - Method in class oracle.iam.request.model.vo.ExecutionUnit
Sets the value of the order property.
setOrganization(Organization) - Method in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship
 
setOrganizationId(Long) - Method in class oracle.iam.certification.vo.IDCUser
 
setOrganizationId(Long) - Method in class oracle.iam.oimcommon.vo.User
 
setOrganizationKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setOrganizationKey(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the Key of the organization the user is a member of.
setOrganizationName(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setOrganizationName(String) - Method in class oracle.iam.certification.vo.IDCUser
 
setOrganizationScopeObligation(SearchCriteria) - Method in class oracle.iam.platform.entitymgr.vo.SearchObligation
 
setOstKeyforObject(tcDataProvider, String, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
method that set obj status in oio/oiu table
setOtherAttribute(Map) - Method in class oracle.iam.catalog.vo.HierarchicalAttributeDetails
 
setOutputAutoGenerated(boolean) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the outputAutoGenerated property.
setOwner(LockOwner) - Method in exception com.thortech.xl.ddm.exception.UnableToAcquireLock
 
setOwner(BaseUser) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setOwner(User) - Method in class oracle.iam.ida.vo.ScanDefinition
 
setOwnerCorrelationRuleID(String) - Method in class oracle.iam.provisioning.vo.ReconConfig
 
setOwnerID(Long) - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
setOwnerId(Long) - Method in class oracle.iam.oimcommon.vo.Role
Sets unique identifier for the User who owns the role
setOwnerId(String) - Method in class oracle.iam.platform.entitymgr.vo.AbstractFixedEntity
 
setOwnerId(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the ownerId property.
setOwnerId(String) - Method in class oracle.iam.provisioning.vo.Application
 
setOwnerKey(String) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setOwnerLoginId(String) - Method in class oracle.iam.reconciliation.vo.Account
 
setOwnerName(String) - Method in class oracle.iam.reconciliation.vo.Account
 
setOwnerType(String) - Method in class oracle.iam.provisioning.vo.Application
 
setOwnerType(String) - Method in class oracle.iam.reconciliation.vo.Account
 
setPager(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setParam(Hashtable) - Method in class com.thortech.xl.gc.vo.designtime.Validation
 
setParameter(HashMap) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Method to set orchestration parameters
setParameterKey(String) - Method in class oracle.iam.scheduler.vo.JobParameter
Sets Job parameter key in OIM repository.
setParameterMap(Map) - Method in exception oracle.iam.identity.exception.AccessDeniedException
 
setParameterMap(Map) - Method in exception oracle.iam.identity.exception.IdentityException
 
setParameterMap(Map) - Method in interface oracle.iam.platformservice.exception.OIMGenericExceptionIntf
Sets the parameter map
setParameterMap(Map) - Method in exception oracle.iam.selfservice.exception.SelfServiceException
 
setParameterName(String) - Method in class com.thortech.xl.vo.ddm.ITResourceParameter
 
setParameters(Collection) - Method in class com.thortech.xl.vo.ddm.ITResourceParameterMap
 
setParameters(String[]) - Method in exception oracle.iam.identity.exception.AccessDeniedException
 
setParameters(String[]) - Method in exception oracle.iam.identity.exception.IdentityException
 
setParameters(String[]) - Method in interface oracle.iam.platformservice.exception.OIMGenericExceptionIntf
Sets the parameters
setParameters(HashMap) - Method in class oracle.iam.scheduler.vo.ScheduledTask
Sets map of schedule task parameters with parameter name as key and parameter value object as value.
setParameters(String[]) - Method in exception oracle.iam.selfservice.exception.SelfServiceException
 
setParameterValue(String) - Method in class com.thortech.xl.vo.ddm.ITResourceParameter
 
setParams(List) - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
setParams(Map) - Method in class oracle.iam.grc.sod.vo.SystemContext
 
setParams(List) - Method in class oracle.iam.notification.vo.EventXMLObject
Attach parameters associated with the notification event
setParams(HashMap) - Method in class oracle.iam.notification.vo.NotificationEvent
Sets value to the parameters corresponding to the event as per Map of attribute-value pair passed
setParams(HashMap) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets map containing schedule job parameter name and parameter value object.
setParamTypes(Class[]) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets Schedule job parameter types.
setParent(String) - Method in class com.thortech.xl.vo.ddm.TaskObject
 
setParent(Integer) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
 
setParent(long) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
setParentAppInstance(ApplicationInstance) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method sets the parent ApplicationInstance associated with current ApplicationInstance.
setParentEntityAttribute(RequestProfileEntityAttribute) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
setParentEntityId(Long) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setParentEntityId(Long) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setParentEntityKey(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setParentEntityKey(String) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setParentEntityKey(Long) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setParentEntityName(String) - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
setParentEntityType(OIMType) - Method in class oracle.iam.catalog.vo.Catalog
 
setParentEntityType(OIMType) - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
setParentEntityType(OIMType) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setParentEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setParentEntityType(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setParentId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setParentId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setParentId(Long) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setParentId(Long) - Method in class oracle.iam.oimcommon.vo.Organization
Sets unique identifier for the parent Organization of this Organization.
setParentIds(List) - Method in class oracle.iam.oimcommon.vo.Role
Sets the list of Roles (Ids) that directly contain this Role Makes a defensive copy.
setParentKey(String) - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
Parent Entity key that will be used with entity name to check that the data is unique
setParentKey(long) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method sets the primary Key of the parent ApplicationInstance.
setParentRef(boolean) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
Should not invoke this method, unless some internal recon config customization is required.
setParentRequest(Request) - Method in interface oracle.iam.request.vo.Request
 
setParentRoleKey(Long) - Method in class oracle.iam.reconciliation.vo.Role
Sets the Key of the Parent for the Role.
setParents(Collection) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setParentScanId(String) - Method in class oracle.iam.ida.vo.ScanRun
 
setParentTableKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
 
setParentUgpKey(Long) - Method in class oracle.iam.reconciliation.vo.RoleHierarchy
 
setParentVersion(HashMap) - Method in interface Thor.API.Operations.GCOperationsIntf
 
setPassword(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setPasswordExpiresAfterInDays(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the number of days after which the password will expire
setPasswordPolicy(OimPasswordPolicy) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
setPasswordPolicyDescription(PasswordPolicyDescription) - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
Sets the PasswordPolicyDescription of the applicable password policy
setPasswordPolicyID(String) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setPasswordPolicyInfo(PasswordPolicyInfo) - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
Gets the information about the password policy used for validation
setPasswordRequiredToCompleteCertification(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setPasswordRulesDescription(List) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
setPasswordRulesDescription(List) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyViolationsDescription
 
setPasswordValid(boolean) - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
Sets true if the password is valid, false otherwise
setPasswordWarned(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Deprecated. 
setPasswordWarningAfterInDays(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the number of days after which the user will be warned of password expiration
setPath(String) - Method in class oracle.iam.platformservice.vo.JarElement
 
setPath(String) - Method in class oracle.iam.platformservice.vo.ResourceElement
 
setPending(Boolean) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setPendingMembers(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setPendingNotificationBaseDate(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setPendingPolicies(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setPendingPolicyEntitlements(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setPendingRemedationRoles(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setPendingRemediationAccounts(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setPendingRemediationEndPointUsers(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setPendingRoleUserRelationshipAttributes(String, String, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Update the attributes of a pending role grant.
setPendingRoleUserRelationshipAttributesRequest(String, String, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Submits a request to update the attributes of a pending role grant.
setPercentageComplete(float) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
setPercentComplete(Integer) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setPercentComplete(Integer) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setPeriod(Date) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setPermission(String, boolean) - Method in class com.thortech.xl.vo.AdminPermissions
Sets the boolean permission value for a given action
setPermission(String, boolean) - Method in class com.thortech.xl.vo.DataObjectPermissions
Sets the boolean permission value for a given action
setPhase(Integer) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setPhase(Integer) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setPhase1PercentComplete(Integer) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setPhase2PercentComplete(Integer) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setPhaseCount(int) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setPhaseDecisionConflict(CertificationConstants.PhaseDecisionConflict) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setPhaseDecisionConflict(CertificationConstants.PhaseDecisionConflict) - Method in class oracle.iam.certification.vo.IDCUser
 
setPhone(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setPhoneNumber(String) - Method in class oracle.iam.oimcommon.vo.User
 
setPhysicalType(String) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setPhysicalType(String) - Method in class com.thortech.xl.vo.ddm.TaskObject
 
setPlaceHolderValue(String) - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
setPluginClassName(String) - Method in class oracle.iam.request.model.vo.Orchestration
Sets the value of the pluginClassName property.
setPolicies(List) - Method in class oracle.iam.certification.vo.IDCRole
 
setPolicies(List) - Method in class oracle.iam.oimcommon.vo.Role
 
setPolicy(Policy) - Method in class oracle.iam.grc.sod.vo.Violation
 
setPolicyAssociations(List) - Method in class oracle.iam.oimcommon.vo.Role
 
setPolicyAttributes(List) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setPolicyBased(String) - Method in class oracle.iam.provisioning.vo.Account
Deprecated.  
setPolicyComplete(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setPolicyEntitlementDefnComplete(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setPolicyEntitlementDefnTotal(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setPolicyId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setPolicyId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setPolicyId(String) - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
setPolicyId(String) - Method in class oracle.iam.ida.vo.PolicyViolation
 
setPolicyId(Long) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setPolicyId(Long) - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
setPolicyIds(Set) - Method in class oracle.iam.ida.vo.PolicySelectionCriteria
 
setPolicyIds(List) - Method in class oracle.iam.oimcommon.vo.Role
Sets the list of Policies (Ids) that are part of this Role Makes a defensive copy.
setPolicyKey(String) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set the Policy Key (OIU.POL_KEY) associated to an account.
setPolicyKey(long) - Method in class oracle.iam.provisioning.vo.ChildTableRecord
 
setPolicyKey(long) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the policy key to child table record from UD_CHILD table.
setPolicyName(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setPolicyName(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setPolicySelectionCriteria(PolicySelectionCriteria) - Method in class oracle.iam.ida.vo.ScanDefinition
 
setPolicyTotal(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setPolicyType(PolicyTypeDefinition.PolicyType) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition
Sets the value of the policyType property.
setPolicyUpdateEnabled(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the flag value which tells if the access policies needs to be applied to the user.
setPolicyViolationId(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setPolicyViolationId(String) - Method in class oracle.iam.ida.vo.Remediator
 
setPolicyViolationId(String) - Method in class oracle.iam.ida.vo.TaskPolicyViolation
 
setPolicyViolationsDescription(PasswordPolicyViolationsDescription) - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
Sets the descriptions of the violations of the password policy
setPolicyViolationToken(String) - Method in class oracle.iam.request.vo.RequestData
 
setPort(String) - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
setPostalCode(String) - Method in class oracle.iam.oimcommon.vo.User
 
setPostSubmission(PostSubmission) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the postSubmission property.
setPrecision(int) - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Set the precision of the attribute
setPrePopulationAdapter(PrePopAdapter) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the prePopulationAdapter property.
setPrePopulationAdapter(PrePopAdapter) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the prePopulationAdapter property.
setPreventSelfRemediation(boolean) - Method in class oracle.iam.ida.vo.IDAConfiguration
 
setPreviousCertifications(List) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setPreviouslyRevokedAccess(boolean) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setPreviousValue(UserAttributeValues) - Method in class oracle.iam.certification.vo.ModifiedUser
 
setPrimary(boolean) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
Should not invoke this method, unless some internal recon config customization is required.
setPrimary(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the primary property.
setPrimaryEmail(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setPrimaryKey() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
Set the schema attribute as primary key
setPriority(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the priority sequence in which this assignment rule should be evaluated
setPriority(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets the Password Policy Priority.
setPrivilegeDisplayName(String) - Method in class oracle.iam.grc.sod.scomp.impl.oaacg.vo.ConflictDetails
 
setProcessCode(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Code
setProcessCode(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation Process Code
setProcessDescription(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Description
setProcessDescription(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation Process Description
setProcessFormData(long, Map) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Sets the process data associated with an instance of a process in the system.
setProcessGracePeriod(int) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets attestation process's grace period
setProcessId(long) - Method in class oracle.iam.idc.vo.Result
 
setProcessId(long) - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
Deprecated. 
setProcessIncludeSubOrgs(boolean) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
 
setProcessingWait(boolean) - Method in class oracle.iam.platform.kernel.vo.EventResult
 
setProcessInstanceKey(String) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set the Process Instance Key (OIU_KEY) associated to an account.
setProcessInstanceKey(long) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the process instance key (ORC_KEY) to this EntitlementInstance via UD_CHILD.
setProcessInSync(boolean) - Method in class oracle.iam.reconciliation.api.BatchAttributes
Sets, how the current batch needs to be processed, Synchronously or Asynchronously together with event and batch creation.
setProcessKey(long) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Key
setProcessKey(long) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation Process Key
setProcessLastCompletedTime(Date) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Last Completed Time
setProcessLastCompletedTime(Date) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation Process Last Completed Time
setProcessLastStartTime(Date) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation process Last Start Time
setProcessLastStartTime(Date) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation process Last Start Time
setProcessName(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Name
setProcessName(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation Process Name
setProcessName(String) - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
setProcessName(String) - Method in class oracle.iam.request.history.jaxb.ApprovalChange
Sets the value of the processName property.
setProcessNextStartTime(Date) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the process next start time
setProcessNextStartTime(Date) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the process next start time
setProcessOwner(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation process owner
setProcessOwner(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation process owner
setProcessScheduleFrequency(int) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Schedule Frequency
setProcessScheduleFrequency(int) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation Process Schedule Frequency
setProcessScheduleType(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Schedule Frequency Type
setProcessScheduleType(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation Process Schedule Frequency Type
setProcessSendMailToOwner(boolean) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets if emails should be sent to Attestation Process Owner about declined attestation records
setProcessSendMailToOwner(boolean) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets if emails should be sent to Attestation Process Owner about declined attestation records
setProcessStartTime(Date) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the time at which the Attestation Process should be kicked off by scheduler for the first time
setProcessStartTime(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the time at which the Attestation Process should be kicked off by scheduler for the first time
setProcessStatus(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Status
setProcessStatus(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation Process Status
setProfileEntity(RequestProfileEntity) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
setProfileName(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Profile name.
setProfileName(String) - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
setProperties(HashMap) - Method in class oracle.iam.provisioning.vo.FormField
This method sets the form field properties for a form field (SDP entries for SDC)
setPropertyName(String) - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
 
setPropertyName(String) - Method in class oracle.iam.oimcommon.vo.SdkTableColumn
 
setPropertyValue(String, ConnectorConfigurationProperty) - Method in class oracle.iam.provisioning.vo.ConnectorConfiguration
 
setProvConfig(ProvConfig) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setProviderParameters(Map) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Set the data provider parameters.
setProviderParameters(Map) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the relation provider parameters.
setProviderType(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Set the data provider type name.
setProviderType(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the relation provider type name.
setProvisionedBy(Long) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setProvisionedBy(Long) - Method in class oracle.iam.certification.vo.IDCAccount
 
setProvisionedBy(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setProvisionedBy(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setProvisionedBy(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setProvisionedBy(Long) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setProvisionedBy(Long) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setProvisionedBy(Long) - Method in class oracle.iam.certification.vo.IDCRole
 
setProvisionedBy(Long) - Method in class oracle.iam.certification.vo.IDCRoleUser
 
setProvisionedBy(Long) - Method in class oracle.iam.oimcommon.vo.Account
 
setProvisionedBy(Long) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setProvisionedBy(Long) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setProvisionedBy(Long) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
setProvisionedBy(String) - Method in class oracle.iam.provisioning.vo.Account
 
setProvisionedBy(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the provisioned by user for this EntitlementInstance.
setProvisionedByMechanism(String) - Method in class oracle.iam.provisioning.vo.Account
Deprecated.  
setProvisionedByMechanism(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the provisioned by mechanism for this EntitlementInstance.
setProvisionedDate(Date) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the date on which the user is provisioned with resources.
setProvisionedOn(Date) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
setProvisionedOnDate(Date) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set the date on which account is provisioned.
setProvisioningDate(Date) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the date for the user on which it would be provisioned with resources.
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.IDCRole
 
setProvisioningMethod(Integer) - Method in class oracle.iam.certification.vo.IDCRoleUser
 
setProvisioningMethod(Integer) - Method in class oracle.iam.oimcommon.vo.Account
Sets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.
setProvisioningMethod(Integer) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setProvisioningMethod(Integer) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setProvisioningMethod(Integer) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Sets the type of provisioned-by-mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.
setProvisioningMethodRisk(Integer) - Method in class oracle.iam.oimcommon.vo.Account
Sets risk associated with provisioning mechanism (e.g., Direct, Request, Recon) that most recently updated or created this account.
setProvisioningMethodRisk(Integer) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setProvisioningMethodRisk(Integer) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setProvisioningMethodRisk(Integer) - Method in class oracle.iam.provisioning.vo.RiskSummary
 
setProvisioningMethodString(String) - Method in class oracle.iam.oimcommon.vo.Account
 
setProvisioningMethodString(String) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setProvisioningMethodString(String) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setProvisioningOperation(ApplicationObjectclassCapability.PROV_OPERATION) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
setProvMechRisk(Integer) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setProvMechRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setProvMechRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setProvMechRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setProvMechRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setProvMechRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setProvMechRisk(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setProvMechRisk(Integer) - Method in class oracle.iam.certification.vo.IDCRole
 
setProvMechRisk(Integer) - Method in class oracle.iam.certification.vo.IDCRoleUser
 
setProvMechRisk(Integer) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Sets risk associated with provisioningMethod
setProvScriptHandlers(Map) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
 
setProxyForUser(long, long, Date, Date) - Method in interface Thor.API.Operations.tcUserOperationsIntf
This new method will set the specified user as a proxy for the specified user.
setProxyRoleKey(Long) - Method in class oracle.iam.ida.vo.Remediator
 
setProxyUserKey(Long) - Method in class oracle.iam.ida.vo.Remediator
 
setPtyCreate(Date) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyCreateby(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyDataLevel(String) - Method in class oracle.iam.conf.vo.SearchResult
 
setPtyDataLevel(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyKeyword(String) - Method in class oracle.iam.conf.vo.SearchResult
 
setPtyKeyword(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyLoginrequired(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyName(String) - Method in class oracle.iam.conf.vo.SearchResult
 
setPtyName(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyNote(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyRowver(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyUpdate(Date) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyUpdateby(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setPtyValue(String) - Method in class oracle.iam.conf.vo.SearchResult
 
setPtyValue(String) - Method in class oracle.iam.conf.vo.SystemProperty
 
setQualifier(ArrayList) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setQuery(String) - Method in class oracle.iam.platform.utils.vo.Query
 
setReaAdminGrpKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEventAssignment
 
setReaAdminUsrKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEventAssignment
 
setReActionDate(Date) - Method in class oracle.iam.reconciliation.vo.ReconEvent
 
setReadable(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setReadOnly(Boolean) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the readOnly property.
setReaKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEventAssignment
 
setReaReassignedFrom(Long) - Method in class oracle.iam.reconciliation.vo.ReconEventAssignment
 
setReason(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the reason field, which can be populate to justify an action performed on the Event.
setReasonForFailure(String) - Method in interface oracle.iam.request.vo.Request
 
setReChangeType(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Change type, i.e., operation, for the current Event.
setRecipientDisplayName(String) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setRecipientId(Long) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setRecipientId(Long) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setRecipientId(Long) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setRecipientTaskUID(String) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setReconcilationRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setReconConfig(ReconConfig) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setReconEventAssignmentCollection(Collection) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Assignment Collection of the current Event.
setReconSituationResponses(Map) - Method in class oracle.iam.provisioning.vo.ReconConfig
 
setReconToken(String) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setRecordData(HashMap) - Method in class com.thortech.xl.vo.PolicyChildTableRecord
Sets the child table record data
setRecordData(HashMap) - Method in class com.thortech.xl.vo.UDChildTableRecord
Sets the child table record data
setRecordID(String) - Method in class oracle.iam.request.history.jaxb.DeletedRecord
Sets the value of the recordID property.
setRecordID(String) - Method in class oracle.iam.request.history.jaxb.ModifiedRecord
Sets the value of the recordID property.
setRecordKey(long) - Method in class com.thortech.xl.vo.AttestationItemResponse
Sets the attestation record key
setRecords(List) - Method in class oracle.iam.grc.sod.vo.LookupResultSet
 
setRecoveryTask(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Add a task to the list of Recovery Tasks
setRecoveryTask(String) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setRecoveryTasks(String[]) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the list of Recovery Tasks defined for this task.
setRecoveryTasks(String[]) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setRecoveryTasks(ArrayList) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setReCreate(Date) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the creation date for the current Event.
setReCreator(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the ID of the Event Creator.
setRecursiveType(boolean) - Method in class com.thortech.xl.vo.AttestationUserScopeVO
Sets recursive type
setRedirectionUrl(String) - Method in class oracle.iam.passwordmgmt.vo.AutoLoginResponse
 
setReEntityType(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Sets the type of Entity this Event pertains to.
setRef(String) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
Sets the name of target attribute which this attribute would refer to.
setReferenceId(String) - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
 
setReferenceId(String) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
setRegion(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setRegistrationID(String) - Method in class oracle.iam.grc.sod.vo.SystemContext
 
setRegistrationID(String) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setReIsManualMatch(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Determines whether the Event was matched Manually or not.
setReKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Key of the Event.
setReKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconHistory
Set the Key of the Event which history is being accessed.
setReKey(Double) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the Event Key of the Event carrying this attribute.
setReKey(Long) - Method in class oracle.iam.reconciliation.vo.RoleHierarchy
 
setReKey(Long) - Method in class oracle.iam.reconciliation.vo.RoleMember
 
setReKeyField(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
 
setRelatedCertId(Long) - Method in class oracle.iam.certification.vo.IDCActionHistory
 
setRelationType(String) - Method in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship
 
setRelationType(String) - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
 
setRemediatedAccounts(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRemediatedEndPointUsers(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRemediatedMembers(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRemediatedPolicies(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRemediatedPolicyEntitlements(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRemediatedRoles(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRemediationComments(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setRemediationComments(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setRemediationComments(String) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setRemediationComments(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setRemediationComments(String) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setRemediationComments(String) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setRemediationComments(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setRemediationComments(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setRemediationComments(String) - Method in class oracle.iam.certification.vo.IDCUser
 
setRemediationDate(Date) - Method in class oracle.iam.certification.vo.IDCAccount
 
setRemediationDate(Date) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setRemediationDate(Date) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setRemediationDate(Date) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setRemediationDate(Date) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setRemediationDate(Date) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setRemediationDate(Date) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setRemediationDate(Date) - Method in class oracle.iam.certification.vo.IDCRole
 
setRemediationDate(Date) - Method in class oracle.iam.certification.vo.IDCUser
 
setRemediationEndDate(Date) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setRemediationEndDate(Date) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setRemediationEntityId(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setRemediationEntityParentId(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setRemediationEntityType(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setRemediationRequestId(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setRemediationStartDate(Date) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setRemediationStartDate(Date) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IDCRole
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IDCUser
 
setRemediationStatus(Integer) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setRemediatorRoleId(String) - Method in class oracle.iam.policyengine.vo.Policy
 
setRemediatorRoleKey(Long) - Method in class oracle.iam.ida.vo.Remediator
 
setRemediatorType(String) - Method in class oracle.iam.policyengine.vo.Policy
 
setRemediatorUserId(String) - Method in class oracle.iam.policyengine.vo.Policy
 
setRemediatorUserKey(Long) - Method in class oracle.iam.ida.vo.Remediator
 
setReModifier(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the ID of the Modifier of the Event.
setReModifierLogin(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Sets the Login ID of the Event modifier.
setReModifierName(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Sets the name of the user who last modified the Event.
setReModify(Date) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the last date of Event modification.
setRemovedTask(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setReNote(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Event Note.
setRepeatCount(int) - Method in class oracle.iam.scheduler.vo.Trigger
Sets Schedule job repeat count.
setRepeatInterval(long) - Method in class com.thortech.xl.vo.Taskdetails
 
setRepeatInterval(long) - Method in class oracle.iam.scheduler.vo.Trigger
Sets Schedule job repeat interval in milliseconds.
setReportId(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setReportId(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setReportsToCertificationPerManager(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setReportsToEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setReportsToRecordOnly(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setReportsToUserId(Long) - Method in class oracle.iam.certification.vo.IDCUser
 
setRepositoryInstance(String) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Set the repository instance name.
setRepositoryInstance(String) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Set the repository instance name.
setRequestable(boolean) - Method in class oracle.iam.catalog.vo.Catalog
 
setRequestable(Boolean) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setRequestApprovalWorflow(RequestWorkflow) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setRequestDate(Date) - Method in class oracle.iam.certification.vo.IDCAccount
 
setRequestDate(Date) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setRequestDate(Date) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setRequestDate(Date) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setRequestDate(Date) - Method in class oracle.iam.certification.vo.IDCRole
 
setRequestedRole(Long) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setRequestedRoleGUID(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setRequestEntityType(OIMType) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
Sets the request entity type i.e User/Role/Resource from the given OIMType.
setRequestEntityType(OIMType) - Method in class oracle.iam.request.vo.RequestEntity
Sets the request entity type i.e User/Role/Resource from the given OIMType
setRequester(boolean) - Method in class com.thortech.xl.vo.workflow.EmailNotification
Sets whether the email should be sent to the Requester
setRequesterKey(long) - Method in class com.thortech.xl.vo.ProvisioningData
 
setRequesterKey(String) - Method in class oracle.iam.certification.vo.RemediationRequestData
 
setRequesterLogin(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setRequesterLogin(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setRequesterLogin(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setRequesterLogin(String) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setRequesterLogin(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setRequestID(String) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setRequestID(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setRequestId(String) - Method in class oracle.iam.certification.vo.IDCAccount
 
setRequestId(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setRequestId(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setRequestId(String) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setRequestId(String) - Method in class oracle.iam.certification.vo.IDCRoleUser
 
setRequestId(String) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
setRequestID(String) - Method in interface oracle.iam.request.vo.Request
 
setRequestID(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setRequestID(String) - Method in class oracle.iam.vo.OperationResult
 
setRequestKey(String) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setRequestKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setRequestKey(Long) - Method in class oracle.iam.certification.vo.IDCAccount
 
setRequestKey(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setRequestKey(Long) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setRequestKey(Long) - Method in class oracle.iam.certification.vo.IDCMetaInfo
 
setRequestKey(Long) - Method in class oracle.iam.certification.vo.IDCRole
 
setRequestKey(Long) - Method in class oracle.iam.oimcommon.vo.Account
Setter of Request Key
setRequestKey(Long) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setRequestKey(Long) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setRequestKey(String) - Method in class oracle.iam.provisioning.vo.Account
This method is used to get request key of (OIU.REQUEST_KEY) of an account.
setRequestKey(long) - Method in class oracle.iam.provisioning.vo.ChildTableRecord
 
setRequestKey(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
This method sets the request key to child table record from UD_CHILD table.
setRequestKey(Long) - Method in interface oracle.iam.request.vo.Request
 
setRequestModelName(String) - Method in interface oracle.iam.request.vo.Request
 
setRequestProfile(RequestProfile) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
setRequestProvisioningRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setRequestStage(long) - Method in interface oracle.iam.request.vo.Request
 
setRequestStatus(String) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setRequestStatus(String) - Method in interface oracle.iam.request.vo.Request
 
setRequestStatusHistory(ArrayList) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setRequestStatusHistory(RequestHistoryEntry) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setRequestTemplateData(RequestTemplateData) - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
setRequestTemplateName(String) - Method in interface oracle.iam.request.vo.Request
Deprecated. 
setRequestTemplateName(String) - Method in class oracle.iam.request.vo.RequestData
Deprecated. 
setRequireCertifyComments(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setRequired(boolean) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setRequired(Boolean) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setRequired(boolean) - Method in class oracle.iam.notification.vo.NotificationAttribute
Sets the flag for the attribute for it is required or not
setRequired(boolean) - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Set whether the attribute is required
setRequired(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setRequired(Boolean) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the required property.
setRequired(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the required property.
setRequired(boolean) - Method in class oracle.iam.scheduler.vo.JobParameter
Sets flag indicating whether job parameter is required or not.
setRequiredChars(Set) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets a Set of the characters required in a password
setRequiredComplete(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets whether the task is required to be complete for workflow completion or not
setRequireRevokeComments(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setReRowver(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the row version of the Event database row.
setReservationKey(BigDecimal) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
setReservedValue(String) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
setResolverName(String) - Method in class oracle.iam.notification.vo.EventXMLObject
Sets the name of resolver class name for the notification event
setResource(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets the name of the resource this workflow is defined for.
setResource(Resource) - Method in class oracle.iam.certification.vo.AttributeGlossaryItem
 
setResource(Resource) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setResource(Resource) - Method in class oracle.iam.certification.vo.base.BasePolicy
 
setResourceApprovalWorflow(RequestWorkflow) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setResourceApprovalWorflows(ArrayList) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setResourceBundleKey(String) - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
setResourceEntitlementCertificationStatusOptionLabels(String[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setResourceEntitlementCertificationVerificationOptionLabels(String[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setResourceFormKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
setResourceKey(String) - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
setResourceKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets the Definition Key of the Resource this workflow is defined for
setResourceName(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setResourceName(String) - Method in class oracle.iam.platform.authopss.vo.Capability
setter for resource name
setResourceName(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the name of the resource this Event pertains to.
setResourceObjectId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setResourceObjectKey(long) - Method in class com.thortech.xl.vo.ProvisioningData
 
setResourceProvisioningWorflow(RequestWorkflow) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setResourceProvisioningWorflows(ArrayList) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setResources(List) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setResources(List) - Method in class oracle.iam.oimcommon.vo.Policy
 
setResourceScope(ArrayList) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets List of resources in scope of given attestation process definition
setResourceType(String) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setResourceType(String) - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
setResourceTypeId(Long) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setResourceTypeId(Long) - Method in class oracle.iam.oimcommon.vo.Resource
 
setResourceTypeName(String) - Method in class oracle.iam.oimcommon.vo.Resource
 
setResponse(String) - Method in class com.thortech.xl.vo.AttestationItemResponse
Sets the response specified.
setResponse(String) - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Sets the Response Code
setResponse(String) - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
setResponse(String, ResponseDefinition) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Add a new Response Definition to the list of Responses defined for this task.
setResponse(String) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setResponse(FailedEventResult.Response) - Method in class oracle.iam.platform.kernel.vo.FailedEventResult
 
setResponseDescription(String) - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Sets the Response Description
setResponseProperties(ResponseProperties) - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
 
setResponses(HashMap) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the list of Responses defined for this task.
setResponseTasks(ArrayList) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setReStatus(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Event status.
setResult(Serializable) - Method in class oracle.iam.platform.kernel.vo.BulkResult
 
setResult(Object) - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
Deprecated. 
setResultCountGreaterThanUserDefinedValue(boolean) - Method in class oracle.iam.catalog.vo.CategoryTally
 
setResultMap(HashMap) - Method in class oracle.iam.platform.kernel.vo.BulkEventResult
Sets the bulk orchestration result
setRetrycount(int) - Method in class com.thortech.xl.vo.Taskdetails
 
setRetryCount(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the number of times a rejected instance of this task will be retried
setRetryCount(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
 
setRetrycount(int) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets Schedule job retry count.
setRetrycount(Long) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets Schedule job retry count.
setRetryCount(int) - Method in class oracle.iam.scheduler.vo.ScheduledTask
Sets schedule task retry count.
setRetryInterval(long) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
 
setRetryPeriod(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the time period after which a rejected instance of this task will be retried
setReturnedByDefault(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setReturnValue(Object) - Method in exception com.thortech.xl.gc.exception.ProviderException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception com.thortech.xl.gc.exception.ProvisioningFormatException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception com.thortech.xl.gc.exception.ProvisioningTransportException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception com.thortech.xl.gc.exception.ReconciliationFormatException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception com.thortech.xl.gc.exception.ReconciliationTransportException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception oracle.iam.grc.sod.exception.SILAPIException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception oracle.iam.grc.sod.exception.SILDBException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception oracle.iam.grc.sod.exception.SILException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception oracle.iam.grc.sod.exception.SILInfrastructureException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception oracle.iam.grc.sod.exception.SILRegistrationException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception oracle.iam.grc.sod.exception.SILSecurityException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception oracle.iam.grc.sod.exception.SILServiceComponentException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception oracle.iam.grc.sod.exception.SILTopologyException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception Thor.API.Exceptions.tcAPIException
Stores the return value that the API intended to send back when a API exception occurred by the failing of some of the transactions
setReturnValue(Object) - Method in exception Thor.API.Exceptions.tcBulkException
Stores the return value that the API intended to send back when a bulk exception occurred by the failing of some of the transactions
setReturnValues(Map) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
 
setReviewerAdditionalDetails(HashMap) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets additional details about attestation process reviewer
setReviewerDisplayName(String) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
setReviewerFirstName(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets first name of reviewer
setReviewerId(Long) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setReviewerId(Long) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
setReviewerLastName(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets last name of reviewer
setReviewerLoginName(String) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setReviewerParameter(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Reviewer.
setReviewerParameter(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets value of the reviewer
setReviewerRoleId(Long) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setReviewerToPersistedUserCountMap(Map) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setReviewerToUsersMap(Map) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setReviewerType(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Reviewer Type
setReviewerType(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets the Attestation Process Reviewer Type
setReviewerType(Integer) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setRevokedAccounts(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRevokedEndPointUsers(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRevokedMembers(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRevokedPolicies(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRevokedPolicyEntitlements(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRevokedRoles(Long) - Method in class oracle.iam.certification.vo.CertificationRemediationStatistics
 
setRevokeEmailOption(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setRhActionPerformed(String) - Method in class oracle.iam.reconciliation.vo.ReconHistory
Set the last Action performed on this Event.
setRhKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconHistory
Set the key of the Recon History row.
setRhModifier(Long) - Method in class oracle.iam.reconciliation.vo.ReconHistory
Set the ID of the last modifier of the Event History.
setRhModifierUser(User) - Method in class oracle.iam.reconciliation.vo.ReconHistory
Set the User modifier in Event History.
setRhModify(Date) - Method in class oracle.iam.reconciliation.vo.ReconHistory
Set the Date of last History update.
setRhNote(String) - Method in class oracle.iam.reconciliation.vo.ReconHistory
Sets the Note to attach to the Event History.
setRhStatus(String) - Method in class oracle.iam.reconciliation.vo.ReconHistory
Sets the status of the Event in its History.
setRiskAcceptedExpiration(Date) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setRiskAcceptedExpirationLimitInDays(int) - Method in class oracle.iam.ida.vo.IDAConfiguration
 
setRiskConfiguration(RiskConfiguration) - Method in class oracle.iam.oimcommon.vo.RiskContext
 
setRiskItem(Integer) - Method in class oracle.iam.oimcommon.vo.Account
 
setRiskScoreUpdateTime(Date) - Method in class oracle.iam.catalog.vo.Catalog
 
setRiskUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setRiskUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
Sets the date when risk was most recently calculated for this account object
setRiskUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setRiskUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setRiskUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
setRiskUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.User
Sets the Date risk levels were last updated Makes a defensive copy.
setRiskUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Sets the date when risk was most recently calculated for this account object
setRiskUpdateDate(Date) - Method in class oracle.iam.provisioning.vo.RiskSummary
 
setRiskUpdateTime(Date) - Method in class oracle.iam.catalog.vo.Catalog
 
setRjKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Job Key (RJ) of the current Event.
setRole(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setRole(Role) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setRoleAsgnComplete(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setRoleAsgnComplete(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setRoleAsgnTotal(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setRoleAsgnTotal(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setRoleCategoryId(Long) - Method in class oracle.iam.certification.vo.IDCRole
 
setRoleCategoryId(Long) - Method in class oracle.iam.oimcommon.vo.Role
 
setRoleCategoryId(Long) - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
setRoleCategoryName(String) - Method in class oracle.iam.certification.vo.IDCRole
 
setRoleCategoryName(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setRoleCategoryName(String) - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
setRoleComments(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setRoleComplete(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setRoleDescription(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setRoleDisplayName(String) - Method in class oracle.iam.grc.sod.scomp.impl.oaacg.vo.ConflictDetails
 
setRoleEntitlementCertificationStatusOptionLabels(String[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setRoleEntitlementKeys(List) - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
setRoleGrants(List) - Method in class oracle.iam.oimcommon.vo.User
 
setRoleId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setRoleId(Long) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setRoleId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setRoleId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setRoleId(Long) - Method in class oracle.iam.certification.vo.IDCUser
 
setRoleId(Long) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setRoleId(Long) - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
setRoleId(Long) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
setRoleMembershipCertificationStatusOptionLabels(String[]) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setRoleMembershipId(Long) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Setter for the unique membership-id.
setRoleMembershipMatch(Float) - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
setRoleName(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setRoleName(String) - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
setRoleName(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setRoleName(String) - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
setRolePercentCompleteMap(Map) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setRoleRisk(Integer) - Method in class oracle.iam.oimcommon.vo.User
Sets the risk level associated with roles assigned to the user
setRoleRoleAsgnTotalMap(Map) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setRoleRolePolicyTotalMap(Map) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setRoles(List) - Method in class oracle.iam.certification.vo.IDCUser
 
setRoles(List) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setRoles(Map) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
 
setRoles(List) - Method in class oracle.iam.oimcommon.vo.User
 
setRoleSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCUser
 
setRoleSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.User
 
setRoleTotal(long) - Method in class oracle.iam.certification.vo.RoleCertificationStats
 
setRollbackRequired(Boolean) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setRootObject(RootObject) - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
setRootScopeId(String) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
 
setRootScopeIdAsLong(Long) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
 
setRootTask(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setRotatedViewPrimaryReviewerStrategy(int) - Method in class oracle.iam.certification.vo.CertificationDefinition
 
setRowKey(String) - Method in class oracle.iam.provisioning.vo.ChildTableRecord
This method sets the primary key of the child record.
setRowKey(String) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setRowKey(String) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setRowsToFetch(int) - Method in class oracle.iam.certification.vo.PaginationContext
 
setRowsToSkip(int) - Method in class oracle.iam.certification.vo.PaginationContext
 
setRsrcName(String) - Method in class oracle.iam.reconciliation.vo.Account
 
setRuleBased(Boolean) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setRuleBased(boolean) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy
Sets if this membership is created by dynamic membership rule
setRuleBasedProvisioningRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setRuleId(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setRuleKey(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the Key of the Assignment Rule to be evaluated
setRuleKey(Long) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setRuleName(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the name of the task assignment rule to evaluate
setRuleName(String) - Method in class oracle.iam.ida.vo.ActionHistory
 
setRuleName(String) - Method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
 
setRuleName(String) - Method in interface oracle.iam.policyengine.vo.conditions.EvaluationCondition
 
setRuleSetName(String) - Method in class oracle.iam.certification.vo.EventListener
 
setRuleSetName(String) - Method in class oracle.iam.certification.vo.EventTriggerData
 
setRunStatus(ScanRun.RUN_STATUS) - Method in class oracle.iam.ida.vo.ScanRun
 
setRuntimeParams(Hashtable) - Method in class com.thortech.xl.gc.vo.designtime.Provider
 
setSaveField(String) - Method in class oracle.iam.request.dataset.vo.LookupQuery
Sets the value of the saveField property.
setSaveFieldName(String) - Method in class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
Sets the save filed name saveFieldName
setSavePath(boolean) - Method in class oracle.iam.policyengine.vo.ValueObject
 
setScanDefinitionId(String) - Method in class oracle.iam.ida.vo.ScanRun
 
setScanJobName(String) - Method in class oracle.iam.ida.vo.ScanRun
 
setScanRunCount(Integer) - Method in class oracle.iam.ida.vo.ScanDefinition
 
setScanRunDetailsRetentionPeriod(int) - Method in class oracle.iam.ida.vo.IDAConfiguration
 
setScanType(String) - Method in class oracle.iam.ida.vo.ScanRun
 
setSchema(SchemaFacade) - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
 
setSchemaAttrs(Set) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setScim(String) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the scim property.
setSCompImplClassName(String) - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
setScoped(boolean) - Method in class oracle.iam.platform.authopss.vo.Capability
setter for scoped
setScopeId(String) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Setter for the scope(organization)-id
setScopeId(Long) - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
setScopeId(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublication
Setter for the organization-id for this publication.
setScopeId(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setScopeName(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setScopeParamAdditionalDetails(HashMap) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets additional details about attestation process scope
setScopeParameter(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Scope parameter value.
setScopeType(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinition
Sets the Attestation Process Scope Type
setScopeType(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setScriptBody(String) - Method in class oracle.iam.provisioning.vo.ScriptConfig
 
setScriptLanguage(String) - Method in class oracle.iam.provisioning.vo.ScriptConfig
 
setScriptParams(Map) - Method in class oracle.iam.provisioning.vo.ScriptConfig
 
setSdkId(Long) - Method in class oracle.iam.oimcommon.vo.Account
Setter for sdkId
setSDSId(String) - Method in class oracle.iam.grc.sod.vo.SILTopology
 
setSearchable(boolean) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
setSearchable(boolean) - Method in class oracle.iam.notification.vo.NotificationAttribute
Set the flag for the attribute for it can be searched or not
setSearchable(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setSearchCriteria(SearchCriteria) - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
setSearchCriteria(SearchCriteria) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
 
setSearchFilter(SearchFilter) - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
setSearchType(Integer) - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
 
setSecondaryEmail(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setSecondReminderEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSecondReminderEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSecondReminderInterval(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSelectedAppInstanceIds(List) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSelectedEntitlementIds(List) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSelectedITAssetProperty(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setSelectedITAssetType(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setSelectedItemType(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setSelectedMapTo(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setSelectedQualifier(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setSelectedRoleIds(List) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSelfRequest(Boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the selfRequest property.
setSemaphore(Semaphore) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setSendAccessRevokeEmail(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSendCompletionConfirmationEmail(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSendEmail(boolean) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets whether an email should be sent to the assignee
setSendEmailsToAdmins(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSender(String) - Method in class oracle.iam.notification.vo.NotificationEvent
Sets username of the user sending the notification for the event
setSendUserDoesNotWorkForBUEmail(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSensitive(boolean) - Method in class oracle.iam.grc.sod.vo.Attribute
 
setServiceAccount(boolean) - Method in class oracle.iam.provisioning.vo.Account
This method sets if an account is a service account.
setServiceDeskTicketNumber(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setServiceDeskTicketNumber(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setSessionContext(SessionContext) - Method in class Thor.API.Base.tcBaseUtility
Set the associated session context.
setSet(boolean) - Method in class oracle.iam.grc.sod.vo.Duty
 
setSeverity(PolicyConstants.Severity) - Method in class oracle.iam.ida.vo.PolicyViolation
 
setSeverity(PolicyConstants.Severity) - Method in class oracle.iam.policyengine.vo.Policy
 
setSeverity(String) - Method in exception Thor.API.Exceptions.tcAPIException
Method to set the Severity of Error message on API Exception
setSeverityType(String) - Method in class oracle.iam.grc.sod.vo.Policy
 
setSharedObject(boolean) - Method in class com.thortech.xl.vo.ddm.RootObject
 
setShortCause(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setShortDesc(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Deprecated. please see #setDesc(desc)
setShortDescription(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueChildren
 
setShortDescription(String) - Method in class oracle.iam.certification.vo.IDCAttributeValueMetadata
 
setShortDescription(String) - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
 
setShortmessage(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Set template's short message in given locale
setShortMessage(String) - Method in class oracle.iam.notification.vo.MessageContent
Set short message
setSignOffDate(Date) - Method in class oracle.iam.certification.vo.LastCertDecision
 
setSilDatabaseContext(Object) - Method in class oracle.iam.grc.sod.vo.SILContext
 
setSingleValuedAttrData(List, List, Entity) - Method in class oracle.iam.reconciliation.vo.ReconEventData
Set the Single Valued attributes carried by the Event.
setSkipDataOwnerStep1(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSkipRoleOwnerStep1(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setSnmpsupported(boolean) - Method in class oracle.iam.notification.vo.NotificationTemplate
Specify support for SNMP
setSnmpsupported(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
Specify support for SNMP
setSodAcceptedRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setSodActiveViolationRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setSoDAnalysisExecutionOper(boolean) - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
setSoDAnalysisSComp(ServiceComponent) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setSoDDataValidationOper(boolean) - Method in class oracle.iam.grc.sod.vo.ServiceComponent
 
setSoDEngineType(boolean) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setSodFixedManuallyRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setSodId(String) - Method in class oracle.iam.grc.sod.vo.SILTopology
 
setSodRemediationRequestedRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setSodRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setSodRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setSodRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setSodRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setSodRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setSodRisk(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setSodRisk(Integer) - Method in class oracle.iam.certification.vo.IDCRole
 
setSodRisk(Integer) - Method in class oracle.iam.certification.vo.IDCRoleUser
 
setSodRisk(Integer) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setSodRisk(Integer) - Method in class oracle.iam.oimcommon.vo.base.AbstractRiskAwareEntity
 
setSodRisk(Integer) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setSODRisk(Integer) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
setSodStatus(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setSoftDelete(boolean) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method sets if ApplicationInstance is soft deleted.
setSortable(boolean) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
setSortAttribute(String) - Method in class oracle.iam.certification.vo.PaginationContext
 
setSortOrder(int) - Method in class oracle.iam.certification.vo.PaginationContext
 
setSource(Transformation) - Method in class com.thortech.xl.gc.vo.designtime.AttributeWithSource
 
setSource(Attribute) - Method in class oracle.iam.grc.sod.vo.Attribute
 
setSource(String) - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
 
setSourceChDataSetName(String) - Method in class com.thortech.xl.gc.vo.designtime.SourceValue
 
setSourceData(String) - Method in class com.thortech.xl.gc.vo.designtime.SourceValue
 
setSourceDatastoreContextRegID(long) - Method in class oracle.iam.grc.sod.vo.Duty
 
setSourceDatastoreType(boolean) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setSourceIdMAttributes(AttributeDefInSComp[]) - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
setSPMLFormattedData(byte[]) - Method in class com.thortech.xl.gc.impl.prov.WSTransportTargetOperation
This method sets the SPML data packet containing the provisioning input in the value object.
setSrcDatastoreRegIDs(String[]) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setSrmCreateDate(Date) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setSrmUpdateDate(Date) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setStage(String) - Method in class oracle.iam.request.vo.RequestStatusSummary
 
setStartDate(Date) - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
setStartDate(Date) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setStartDate(Date) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setStartDate(Date) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setStartDate(Date) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
setStartDate(Date) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the date for the user on which the account will get into effect.
setStartsWithAlphabet(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets if the password can start with an alphabet
setStartTime(Date) - Method in class oracle.iam.ida.vo.ScanRun
 
setStartTime(Date) - Method in class oracle.iam.scheduler.vo.Trigger
Sets Schedule job start time
setState(int) - Method in class com.thortech.xl.vo.ddm.TaskObject
 
setState(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setState(Integer) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setState(String) - Method in class oracle.iam.ida.vo.ActionHistory
 
setStatefulAuthSupported(boolean) - Method in class oracle.iam.grc.sod.vo.SystemType
 
setStateOrProvince(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setStateOrProvince(String) - Method in class oracle.iam.oimcommon.vo.User
 
setStaticData(List) - Method in class oracle.iam.notification.vo.EventXMLObject
Attach Static Data with the event.
setStatus(String) - Method in class com.thortech.xl.vo.workflow.EmailNotification
Sets the status for which the email should be sent
setStatus(String) - Method in class com.thortech.xl.vo.workflow.RequestHistoryEntry
 
setStatus(String) - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
setStatus(String) - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Sets the Status that the Response will set on the Task
setStatus(String) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setStatus(Integer) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setStatus(Integer) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
setStatus(Integer) - Method in class oracle.iam.certification.vo.EventListener
 
setStatus(PolicyViolation.Status) - Method in class oracle.iam.ida.vo.PolicyViolation
 
setStatus(PolicyViolationCause.Status) - Method in class oracle.iam.ida.vo.PolicyViolationCause
 
setStatus(String) - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerBulkResult
Sets the status of bulk organization operation result.
setStatus(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the current user status.
setStatus(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets status of a template.
setStatus(String) - Method in class oracle.iam.notification.vo.SearchResult
Sets status of a search result template.
setStatus(String) - Method in class oracle.iam.oimcommon.vo.Account
Setter for account status
setStatus(User.UserStatus) - Method in class oracle.iam.oimcommon.vo.User
Sets the status for the user
setStatus(String) - Method in class oracle.iam.policyengine.vo.Policy
 
setStatus(String) - Method in class oracle.iam.policyengine.vo.Rule
 
setStatus(Application.STATUS_TYPE) - Method in class oracle.iam.provisioning.vo.Application
 
setStatus(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
setStatus(String) - Method in class oracle.iam.provisioning.vo.OperationResult
 
setStatus(String) - Method in class oracle.iam.request.vo.RequestStatusSummary
 
setStatus(String) - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
setStatus(String) - Method in class oracle.iam.scheduler.vo.JobHistory
Sets job's status.
setStatusChange(StatusChange) - Method in class oracle.iam.request.history.jaxb.RequestHistoryType
Sets the value of the statusChange property.
setStatusChange(TaskStatusChange) - Method in class oracle.iam.request.history.jaxb.Task
Sets the value of the statusChange property.
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCAccount
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCEndPointUser
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCRole
 
setStatusEndDate(Date) - Method in class oracle.iam.certification.vo.IDCRoleUser
 
setStatusFlag(boolean) - Method in class oracle.iam.catalog.vo.Result
 
setStatusId(Long) - Method in class oracle.iam.oimcommon.vo.Policy
 
setStatusId(Long) - Method in class oracle.iam.oimcommon.vo.Role
 
setStatusKey(String) - Method in class com.thortech.xl.vo.workflow.EmailNotification
Sets the Key of the Status based on which the email is sent
setStatusKey(String) - Method in class com.thortech.xl.vo.workflow.ResponseDefinition
Sets the Key of the Status that the Response will set on the Task
setStatusMapping(StatusMapping) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Adds a Task Status to Object Status Mapping to the list defined for this task.
setStatusMappings(HashMap) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the list of Task Status to Object Status Mappings defined for this task.
setStatusStr(String) - Method in class oracle.iam.oimcommon.vo.User
Sets the string representation of the status for the user Also updates the status value based on the specified string.
setStopEvaluationOnFirstConditionMatch(boolean) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the stopEvaluationOnFirstConditionMatch property.
setStopEvaluationOnFirstRuleMatch(boolean) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the stopEvaluationOnFirstRuleMatch property.
setStrDefaultValue(String) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setStreet(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setStreet(String) - Method in class oracle.iam.oimcommon.vo.User
 
setStringVal(String) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the String value for the attribute.
setStrName(String) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setStrOrder(String) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setStrSize(int) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setStrTransformationName(String) - Method in class com.thortech.xl.gc.vo.designtime.Transformation
sets the transformation name
setStrType(String) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setStrValue(String) - Method in class com.thortech.xl.gc.vo.designtime.SourceValue
Sets the literal value of a parameter
setSubject(String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Sets the Subject of the Email
setSubject(String) - Method in class oracle.iam.notification.vo.LocalTemplate
Set template's message subject in given locale
setSubject(String) - Method in class oracle.iam.notification.vo.MessageContent
Set Notification message's subject
setSubject(String) - Method in class oracle.iam.notification.vo.SearchResult
Set search result template's message subject in given locale
setSubmission(Submission) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the submission property.
setSubtree(List) - Method in class oracle.iam.notification.vo.NotificationAttribute
Adds notification attributes to the attribute
setSucceededResults(List) - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerBulkResult
Set the List of success result containing GUID of the organization for which operation succeeded.
setSucceededResults(Set) - Method in class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
 
setSucceededResults(List) - Method in class oracle.iam.identity.usermgmt.vo.UserManagerResult
Set the List of success result containing GUID of the user for which operation succeeded.
setSucceededResults(Set) - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
 
setSucceededResults(List) - Method in class oracle.iam.provisioning.vo.OperationResult
 
setSuccess(boolean) - Method in class oracle.iam.idc.vo.Result
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeDetails
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAttributeValueDetails
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCPolicy
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCRole
 
setSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCUser
 
setSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.Account
Sets the summary risk for account
setSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
 
setSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.User
Sets the calculated risk level for the user
setSummaryRisk(Integer) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
Sets the summary risk for account
setSummaryRisk(Integer) - Method in class oracle.iam.provisioning.vo.RiskSummary
 
setSuspended(boolean) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setSuspended(boolean) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setSuspendedDate(Date) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setSync(boolean) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Method to indicate if orchestration should be carried out as sync or async
setSystemType(SystemType) - Method in class oracle.iam.grc.sod.vo.SystemContext
 
setSystemType(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the systemType property.
setTable(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets the name of the Process Form (table) attached to this workflow (if any).
setTableKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets the Definition Key of the Process Form (Table) attached to this workflow
setTadDatatype(String) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the data type of the attribute.
setTadKey(Double) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the Key of the attribute.
setTadName(String) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Set the Name of the attribute
setTadParentKey(ReconTargetAttribute) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Deprecated.  
setTadParentKeyCollection(List) - Method in class oracle.iam.reconciliation.vo.ReconTargetAttribute
Deprecated.  
setTags(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setTags(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setTargetAttributes(TargetAttribute[]) - Method in class oracle.iam.reconciliation.config.vo.Form
 
setTargetEntities(List) - Method in class oracle.iam.request.vo.Beneficiary
Sets a list of entities i.e.
setTargetEntities(List) - Method in interface oracle.iam.request.vo.Request
 
setTargetEntities(List) - Method in class oracle.iam.request.vo.RequestData
Sets a list of RequestEntity object to this request.
setTargetRoleId(String) - Method in class oracle.iam.ida.vo.PolicyViolation
 
setTargetType(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the Assignee Type for this assignment rule
setTargetType(String) - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Set the attribute's data type in the target system
setTargetUserId(String) - Method in class oracle.iam.ida.vo.PolicyViolation
 
setTargetUserIds(String[]) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
Only orch processes with orch_beneficiaries table populated can be tracked via EM.
setTask(TaskDefinition) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Add the definition of a task in the process to this workflow definition
setTask(TaskDefinition) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
Set the definition of a task in the process
setTaskActions(List) - Method in class oracle.iam.certification.vo.base.AbstractDomainObject
 
setTaskAdapter(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the name of the task adapter attached to this task
setTaskAdapter(String) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setTaskAdapterKey(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the Definition Key (EVT_KEY) of the Adapter or Event Handler attached
setTaskAdapterKey(String) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setTaskAdapterMapping(AdapterMapping) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Add a Task Adapter Mapping (@see AdapterMapping) to the list of Adapter Mappings defined for this task
setTaskAdapterMappings(HashSet) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the list of Task Adapter Mappings defined for this task.
setTaskAdapterStatus(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the attachment status of the attached adapter
setTaskAssignment(int, TaskAssignment) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Add a Task Assignment Rule to this task.
setTaskAssignment(int, TaskAssignment) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setTaskAssignments(HashMap) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the list of Task Assignment Rules defined for this task.
setTaskAssignments(HashMap) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setTaskClass(Class) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets schedule task implementation class object.
setTaskClass(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets schedule task implementation class name.
setTaskClassName(String) - Method in class com.thortech.xl.vo.Taskdetails
 
setTaskClassName(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets schedule task implementation class name.
setTaskDetail(JobDetails) - Method in class oracle.iam.scheduler.vo.SearchResult
Sets JobDetails value object.
setTaskDisable(String) - Method in class com.thortech.xl.vo.Taskdetails
 
setTaskEffect(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the Task Effect of this task
setTaskEffectField(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the name of the form field for which this task is a listener
setTaskId(String) - Method in class oracle.iam.ida.vo.TaskPolicyViolation
 
setTaskInstancePresent(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setTaskKey(String) - Method in class com.thortech.xl.vo.Taskdetails
 
setTaskKey(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets schedule task key in OIM repository.
setTaskList(ArrayList) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
setTaskListener(String) - Method in class oracle.iam.scheduler.vo.ScheduledTask
Sets task listener name.
setTaskName(String) - Method in class com.thortech.xl.vo.Taskdetails
 
setTaskName(String) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
setTaskName(String) - Method in class oracle.iam.request.history.jaxb.Task
Sets the value of the taskName property.
setTaskName(String) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets schedule task name.
setTaskName(String) - Method in class oracle.iam.scheduler.vo.TaskSupport
 
setTaskNames(List) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
setTaskNameUpdatable(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setTaskNotRemovable(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setTasks(HashMap) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets the list of tasks defined in this workflow in the form of a HashMap.
setTasks(HashMap) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setTasksCompletedManually(long[]) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
This method provides the ability to set the task instance as manually completed given a list of specified tasks.
setTaskStartTime(Date) - Method in class com.thortech.xl.vo.Taskdetails
 
setTaskStatus(String) - Method in class com.thortech.xl.vo.Taskdetails
 
setTaskStatus(String) - Method in class com.thortech.xl.vo.workflow.StatusMapping
Sets the Task Status (STA_STATUS)
setTaskStatus(int) - Method in class oracle.iam.ida.vo.TaskPolicyViolation
 
setTaskStatus(boolean) - Method in class oracle.iam.scheduler.vo.JobDetails
Sets Schedule job status.
setTaskStatus(int) - Method in class oracle.iam.scheduler.vo.SearchResult
Sets schedule job status.
setTaskStatusCategory(String) - Method in class com.thortech.xl.vo.workflow.StatusMapping
Sets the Category of the Task Status (STA_BUCKET)
setTaskStatusKey(String) - Method in class com.thortech.xl.vo.workflow.StatusMapping
Sets the Key of the Task Status (STA_KEY)
setTaskTriggers(Trigger[]) - Method in class oracle.iam.scheduler.vo.SearchResult
Sets a collection of associated triggers with schedule job.
setTaskUid(String) - Method in class oracle.iam.certification.vo.CertificationTaskAction
 
setTaskUID(String) - Method in class oracle.iam.certification.vo.IDCUser
 
setTechnicalApprover(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setTechnicalApprover(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setTechnicalDescription(String) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setTemplateAttributes(List) - Method in interface oracle.iam.request.vo.Request
 
setTemplateAttributes(List) - Method in class oracle.iam.request.vo.RequestData
Sets addition attributes to this request.
setTemplateData(String) - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
setTemplateName(String) - Method in class oracle.iam.notification.vo.NotificationEvent
Adds name of the template to be associated with the event
setTemplatename(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
Sets name for the template
setTemplatename(String) - Method in class oracle.iam.notification.vo.SearchResult
Sets name for the search result template
setTemplateName(String) - Method in class oracle.iam.request.vo.RequestTemplate
Deprecated.  
setTenantName(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets the Tenant Name
setTestExecution(boolean) - Method in class oracle.iam.grc.sod.vo.SystemContext
 
setThirdReminderEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setThirdReminderEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setThirdReminderInterval(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setTimeout(int) - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
setTimezone(TimeZone) - Method in class oracle.iam.identity.usermgmt.vo.User
Deprecated. 
setTitle(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setTitle(String) - Method in class oracle.iam.oimcommon.vo.User
 
setToEntityId(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setToEntityName(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setToEntityType(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
 
setTokenizerMap(Map) - Method in class oracle.iam.policyengine.vo.ValueObject
 
setTokenizerPathMap(Map) - Method in class oracle.iam.policyengine.vo.ValueObject
 
setTopologyName(String) - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
setTopologySection(String) - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
setTosKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
 
setTotalAccounts(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setTotalAttributeValues(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setTotalCount(Integer) - Method in class oracle.iam.catalog.vo.CategoryTally
 
setTotalCount(Long) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setTotalMembers(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setTotalPhases(TotalPhases) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setTotalPhases(TotalPhases) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setTotalPolicies(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setTotalResources(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setTotalResulCount(Integer) - Method in class oracle.iam.catalog.vo.CatalogSearchResult
 
setTotalRoles(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setTotalUsers(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setTransformer(String) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
Sets the fully qualified name of class implementing the Transformer interface.
setTriggerExpression(String) - Method in class oracle.iam.scheduler.vo.CronTrigger
Sets a cron trigger expression which specifies the trigger pattern
setTriggerType(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setTsaKey(String) - Method in class com.thortech.xl.vo.TaskAttributeDetails
 
setTsaName(String) - Method in class com.thortech.xl.vo.TaskAttributeDetails
 
setTsaValue(String) - Method in class com.thortech.xl.vo.TaskAttributeDetails
 
setTskKey(String) - Method in class com.thortech.xl.vo.TaskAttributeDetails
 
setTskStop(String) - Method in class com.thortech.xl.vo.Taskdetails
 
setType(RootObject) - Method in class com.thortech.xl.vo.ddm.ITResourceTypeMap
 
setType(String) - Method in class com.thortech.xl.vo.workflow.Adapter
 
setType(String) - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
 
setType(String) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setType(String) - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
setType(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
Sets the Workflow Type
setType(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setType(Integer) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setType(int) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setType(PolicyViolationCauseDetails.CauseType) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
 
setType(String) - Method in class oracle.iam.notification.vo.NotificationAttribute
Sets type of the attribute
setType(String) - Method in class oracle.iam.platform.authopss.vo.Capability
 
setType(String) - Method in class oracle.iam.platform.entitymgr.vo.SchemaAttribute
Set the attribute's matching data type in entity manager
setType(String) - Method in class oracle.iam.platformservice.vo.JarElement
 
setType(String) - Method in class oracle.iam.platformservice.vo.ResourceElement
 
setType(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
Sets the value of the type property.
setType(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
Sets the value of the type property.
setType(PolicyConstants.PathElemType) - Method in class oracle.iam.policyengine.vo.PathElement
 
setType(ApplicationInstance.TYPE) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to set type of ApplicationInstance.
setType(BasicAttribute.TYPE) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setType(String) - Method in class oracle.iam.provisioning.vo.CapabilityOperationOption
 
setType(String) - Method in class oracle.iam.provisioning.vo.FormField
This method sets the type of the form field (SDC_FIELD_TYPE).
setType(String) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the type property.
setType(String) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the type property.
setType(RequestBeneficiaryEntityAttribute.TYPE) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setType(RequestEntityAttribute.TYPE) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setType(RequestTemplateAttribute.TYPE) - Method in class oracle.iam.request.vo.RequestTemplateAttribute
 
setType(String) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
Deprecated. as of 11.1.2.2.0, replaced by RequestProfileEntityAttribute.setTYPE(TYPE type).
setTYPE(RequestProfileEntityAttribute.TYPE) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
setTypeId(String) - Method in class oracle.iam.policyengine.vo.Policy
 
setTypeId(String) - Method in class oracle.iam.policyengine.vo.Rule
 
setTypeParameters(Collection) - Method in class com.thortech.xl.vo.ddm.ITResourceTypeMap
 
setUdChildKey(Long) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setUdChildName(String) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setUdChildValueColumnName(String) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setUdf(boolean) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
setUdfAttributeMap(Map) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setUdfAttributeMap(Map) - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
setUdfAttributeMap(Map) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
 
setUdfAttributeMap(Map) - Method in class oracle.iam.oimcommon.vo.Role
 
setUDFData(Map) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setUDFData(Map) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
 
setUDFData(Map) - Method in class oracle.iam.certification.vo.IDCUser
 
setUdfInMds() - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
 
setUdfMap(Map) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
 
setUdfMap(Map) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setUdfMap(Map) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setUdfMap(Map) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setUdfMap(Map) - Method in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
setUdfMap(Map) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setUdfMap(Map) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
 
setUdfMap(Map) - Method in class oracle.iam.certification.vo.IDCRole
 
setUdfMap(Map) - Method in class oracle.iam.oimcommon.vo.User
 
setUgpKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the Role Key property, which specifies the Role the Recon Event pertains to.
setUgpKey(Long) - Method in class oracle.iam.reconciliation.vo.Role
Set the Role key
setUgpKey(Long) - Method in class oracle.iam.reconciliation.vo.RoleHierarchy
 
setUgpKey(Long) - Method in class oracle.iam.reconciliation.vo.RoleMember
 
setUid(String) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
 
setUiSupported(Boolean) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the uiSupported property.
setUiSupported(boolean) - Method in class oracle.iam.request.model.vo.RequestModel
Sets the value of the uiSupported property.
setUndoTask(String) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Add a task to the list of Undo Tasks
setUndoTask(String) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setUndoTasks(String[]) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
Sets the list of Undo Tasks defined for this task.
setUndoTasks(String[]) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setUndoTasks(ArrayList) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setUniqAttributeName(String) - Method in class oracle.iam.policyengine.vo.PathElement
 
setUnique(boolean) - Method in class oracle.iam.grc.sod.vo.Attribute
 
setUpdatable(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
setUpdate(Date) - Method in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
setUpdate(Date) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
setUpdate(XMLGregorianCalendar) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the update property.
setUpdateAction(int) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setUpdateBy(Long) - Method in class oracle.iam.catalog.vo.Catalog
 
setUpdateBy(Long) - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
setUpdateBy(Long) - Method in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
 
setUpdateBy(Integer) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
 
setUpdateById(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
Sets the value of the updateById property.
setUpdateCertifierEmailNotificationEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setUpdateCertifierNotificationEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setUpdateComment(String) - Method in class oracle.iam.request.vo.RequestHistory
 
setUpdateDate(Date) - Method in class oracle.iam.catalog.vo.Catalog
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.base.BasePolicy
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setUpdateDate(Date) - Method in class oracle.iam.certification.vo.RiskConfiguration
 
setUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Sets the update date for account
setUpdateDate(Date) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setUpdatedBy(String) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
setUpdatedBy(String) - Method in class oracle.iam.oimcommon.vo.base.AbstractEntity
Sets the user(username) who last updated the account
setUpdatedBy(Long) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setUpdatedOn(Calendar) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
setUpdateUser(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
 
setUpdateUser(String) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
setUpdateUser(String) - Method in class oracle.iam.certification.vo.base.BasePolicy
 
setUpdateUser(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setUpdateUser(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setUpdateUser(String) - Method in class oracle.iam.certification.vo.CertificationInstance
 
setUpdateUser(String) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setUpdateUser(String) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setUsedSearchableVCAttributes(Queue) - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
setUser(boolean) - Method in class com.thortech.xl.vo.workflow.EmailNotification
Sets whether the email should be sent to the beneficiary User
setUser(IDCUser) - Method in class oracle.iam.certification.vo.IDCAccount
 
setUser(IDCUser) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setUser(User) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
 
setUser(User) - Method in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship
 
setUserAcctTotalMap(Map) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setUserAssignedStatic(List) - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
 
setUserAssociationBusinessApprover(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setUserAssociationTechnicalApprover(String) - Method in class oracle.iam.certification.vo.base.BaseRole
 
setUserBatchSizeForScan(int) - Method in class oracle.iam.ida.vo.IDAConfiguration
 
setUserCertHelper(Object) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
 
setUserChallengeValues(String, boolean, HashMap) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
API for system administrators to set/nuke challenge question and answer of a given user
setUserComplete(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setUserData(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setUserDefinedTags(String) - Method in class oracle.iam.catalog.vo.Catalog
 
setUserDefinedTags(String) - Method in class oracle.iam.oimcommon.vo.Catalog
 
setUserDisabled(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets whether the user is disabled.
setUserDoesNotWorkForBUEmailTemplateId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setUserEmailID(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Sets the email ID of the user
setUserEntitlementTotalMap(Map) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setUserFullName(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the Full Name of the User defined as the assignee
setUserGUID(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setUserID(String) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setUserID(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setUserId(Long) - Method in class oracle.iam.certification.vo.IDCAccount
 
setUserId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
 
setUserId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
 
setUserId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setUserId(Long) - Method in class oracle.iam.certification.vo.IDCRole
 
setUserId(Long) - Method in class oracle.iam.certification.vo.RemediationRequestData
 
setUserId(Long) - Method in class oracle.iam.oimcommon.vo.Account
Setter for UserId
setUserId(Long) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
 
setUserId(Long) - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
setUserId(Long) - Method in class oracle.iam.oimcommon.vo.UserRoleAssignment
 
setUserId(String) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
Setter for the user-id.
setUserIdDisallowed(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
Sets true if the user ID is not allowed in the password, false otherwise
setUserIds(String[]) - Method in class oracle.iam.notification.vo.NotificationEvent
Adds recepient's username of the notification for the event
setUserKey(String) - Method in class com.thortech.xl.vo.workflow.RequestInstance
 
setUserKey(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the Key of the User defined as an assignee
setUserKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setUserKey(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setUserKey(String) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
Get the user ID/key of the user
setUserKey(String) - Method in class oracle.iam.provisioning.vo.Account
This method is used to set the key of the user to whom account is provisioned.
setUserKey(Long) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
 
setUserKeys(String[]) - Method in class oracle.iam.notification.vo.NotificationEvent
Adds recepient's user keys of the notification for the event.
setUserLogin(String) - Method in class com.thortech.xl.vo.User
 
setUserLogin(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
 
setUserManager(boolean) - Method in class com.thortech.xl.vo.workflow.EmailNotification
Sets whether the email should be sent to the Beneficiary Users Manager
setUserMembershipRule(String, SearchRule) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Sets the value of "User Membership Rule" attribute of the specified organization.
setUserMembershipRule(String, SearchRule, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
Sets the value of "User Membership Rule" attribute of the specified organization.
setUserMembershipRule(String, SearchRule) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Sets the user membership rule on the specified Role
setUserMembershipRule(String, SearchRule, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Sets the user membership rule on the specified Role and membership is evaluated later if evaluateMembershipLater is passed as TRUE
setUsername(String) - Method in class com.thortech.xl.vo.ddm.LockOwner
 
setUserName(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
Sets the Login ID of the User set up as an assignee
setUserName(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
setUserName(String) - Method in class oracle.iam.ida.vo.ActionHistory
 
setUserName(String) - Method in class oracle.iam.oimcommon.vo.User
 
setUserPercentCompleteMap(Map) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setUserRoleAssignments(List) - Method in class oracle.iam.oimcommon.vo.Role
 
setUserRoleItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCUserRole
 
setUserRoleTotalMap(Map) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setUsers(List) - Method in class oracle.iam.certification.vo.AttributeValueUserMapping
 
setUsers(List) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
 
setUsers(List) - Method in class oracle.iam.certification.vo.IDCRole
 
setUsers(List) - Method in class oracle.iam.certification.vo.IdentityCertification
 
setUsers(List) - Method in class oracle.iam.oimcommon.vo.Role
 
setUserScanScope(RiskContext.UserScanScope) - Method in class oracle.iam.oimcommon.vo.RiskContext
 
setUserScope(ArrayList) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
Sets List of users in scope of given attestation process definition
setUserTotal(long) - Method in class oracle.iam.certification.vo.UserCertificationStats
 
setUserType(boolean) - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
setUserType(String) - Method in class oracle.iam.identity.usermgmt.vo.User
Sets the 'Xellerate Type' of the user.
setUseSSL(boolean) - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
setUsrKey(String) - Method in class com.thortech.xl.vo.AttestationEntitlementVO
Sets user's key information for given entitlement
setUsrKey(long) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
setUsrKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
Set the User Key this Event pertains to.
setUsrKey(Long) - Method in class oracle.iam.reconciliation.vo.RoleMember
 
setValid(boolean) - Method in class oracle.iam.platform.kernel.vo.BulkOrchestration
 
setValid(boolean) - Method in class oracle.iam.provisioning.vo.Entitlement
This method sets if Entitlement is valid.
setValidationErrorMessage(String) - Method in class oracle.iam.passwordmgmt.vo.ValidationResult
Sets the error message of password validation result
setValidationList(ArrayList) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
 
setValidationName(String) - Method in class com.thortech.xl.gc.vo.designtime.Validation
 
setValidationSCompName(String) - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
 
setValidFromDate(Date) - Method in class oracle.iam.provisioning.vo.Account
 
setValidFromDate(Date) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
setValidTill(Date) - Method in class oracle.iam.notification.vo.NotificationEvent
Sets date till which the event is valid
setValidToDate(Date) - Method in class oracle.iam.provisioning.vo.Account
 
setValidToDate(Date) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
setValue(String, String) - Method in class com.thortech.xl.vo.AccessPolicyResourceData
Sets the value for specified field in the form data
setValue(String, String) - Method in class com.thortech.xl.vo.PolicyChildTableRecord
Sets the value of a column in the data of the child table record
setValue(String, String) - Method in class com.thortech.xl.vo.UDChildTableRecord
Sets the value of a column in the data of the child table record
setValue(String, String) - Method in class com.thortech.xl.vo.UDFormData
Sets the value for specified field in the form data
setValue(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
 
setValue(String) - Method in class oracle.iam.catalog.vo.HierarchicalAttributeDetails
 
setValue(String) - Method in class oracle.iam.catalog.vo.MetaData
 
setValue(IDCEndPointAttributeValue) - Method in class oracle.iam.certification.vo.AttributeValueUserMapping
 
setValue(String) - Method in class oracle.iam.certification.vo.IDCAttributeValue
 
setValue(String) - Method in class oracle.iam.grc.sod.vo.Attribute
 
setValue(String) - Method in class oracle.iam.provisioning.vo.CapabilityOperationOption
 
setValue(String) - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
 
setValue(Serializable) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
 
setValue(Serializable) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setValue(Object) - Method in class oracle.iam.request.vo.RequestTemplateAttribute
 
setValue(Serializable) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
setValue(Serializable) - Method in class oracle.iam.scheduler.vo.JobParameter
Sets Job parameter value.
setValueList(String) - Method in class com.thortech.xl.vo.AttestationResourceScopeVO
Sets matching value of resource's attribute
setValueList(String) - Method in class com.thortech.xl.vo.AttestationUserScopeVO
Sets matching value of user's attribute
setValues(List) - Method in interface oracle.iam.platform.authopss.vo.Obligation
Sets the List of obligation values
setValues(List) - Method in class oracle.iam.platform.utils.vo.Query
 
setValues(List) - Method in class oracle.iam.request.vo.RequestEntityAttribute
 
setVariableDataType(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setVariableKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setVariableName(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
 
setVariant(String) - Method in class Thor.API.Base.tcBaseUtility
Sets the variant.
setVariant(String) - Method in class Thor.API.Base.tcBaseUtilityClient
Sets the variant.
setVariant(String) - Method in interface Thor.API.Base.tcUtilityOperationsIntf
Sets the variant.
setVariantType(String) - Method in class oracle.iam.provisioning.vo.FormField
This method sets the variant type for the form field.
setVeto(boolean) - Method in class oracle.iam.platform.kernel.vo.EventResult
If veto is set to true, orchestartion process is moved to Veto status.
setViewSiemUserActivity(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
 
setViolationCount(long) - Method in class oracle.iam.ida.vo.ScanRun
 
setViolationList(Violation[]) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
setVisible(boolean) - Method in class oracle.iam.platform.authopss.vo.Capability
 
setWaitedFor(ArrayList) - Method in class com.thortech.xl.vo.workflow.TaskInstance
 
setWidget(String) - Method in class oracle.iam.request.dataset.vo.Attribute
Sets the value of the widget property.
setWidget(String) - Method in class oracle.iam.request.dataset.vo.AttributeReference
Sets the value of the widget property.
setWidth(String) - Method in class com.thortech.xl.vo.workflow.ResponseProperties
 
setWorkflowDefinitionKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setWorkflowDescriptiveData(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setWorkflowID(String) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
setWorkflowInstance(WorkflowInstance) - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
setWorkflowInstanceKey(String) - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
setWorkflowInstanceName(String) - Method in class com.thortech.xl.vo.workflow.RequestWorkflow
 
setWorkflowName(String) - Method in class oracle.iam.policyengine.vo.Policy
 
setWorkflowsPresent(HashSet) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
 
setWorkflowStatus(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
 
setWorksForMe(Integer) - Method in class oracle.iam.certification.vo.IDCUser
 
setXelleratePassword(long, String) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
Sets the password for the user in the OIM.
setXelleratePassword(long, String, boolean) - Method in interface Thor.API.Operations.tcPasswordOperationsIntf
Sets the password for the user in the OIM.
setXlOrcKey(long) - Method in class oracle.iam.reconciliation.vo.Account
 
setXpath(String) - Method in class oracle.iam.catalog.vo.HierarchicalAttributes.ChildDetails
 
setXpathNameMap(Map) - Method in class oracle.iam.catalog.vo.HierarchicalAttributes
 
setZipOrPostalCode(String) - Method in class oracle.iam.certification.vo.base.BaseUser
 
SEVERITY - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
SEVERITY - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
Short - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
Short - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
Short - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
Short - Static variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
shouldConfigure() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
shouldProcessImmediateInSequence() - Method in class oracle.iam.platform.kernel.vo.EventResult
 
shouldProcessingWait() - Method in class oracle.iam.platform.kernel.vo.EventResult
 
shouldProcessingWait() - Method in interface oracle.iam.platform.kernel.vo.HandlerResult
 
shouldProcessInSync() - Method in class oracle.iam.reconciliation.config.vo.Profile
 
SIEM_REPORT_RENDERER_JASPER - Static variable in interface oracle.iam.certification.vo.Constants
 
signatureLogin(String, String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
Deprecated.  
SILAPIException - Exception in oracle.iam.grc.sod.exception
This exception is raised when there is an issue in calling the API provided by SIL
SILAPIException() - Constructor for exception oracle.iam.grc.sod.exception.SILAPIException
Creates a new tcAPIException object.
SILAPIException(String) - Constructor for exception oracle.iam.grc.sod.exception.SILAPIException
Constructs a new tcAPIException with the specified detail message.
SILAPIException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILAPIException
Constructs a new tcAPIException with the specified error code and detail message.
SILAPIException(String, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILAPIException
 
SILContext - Class in oracle.iam.grc.sod.vo
This value object captures the basic elements of a SIL deployment instance.
SILContext() - Constructor for class oracle.iam.grc.sod.vo.SILContext
 
SILDBException - Exception in oracle.iam.grc.sod.exception
This exception is raised when there is an issue in querying the SIL DB Tables
SILDBException() - Constructor for exception oracle.iam.grc.sod.exception.SILDBException
Creates a new tcAPIException object.
SILDBException(String) - Constructor for exception oracle.iam.grc.sod.exception.SILDBException
Constructs a new tcAPIException with the specified detail message.
SILDBException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILDBException
Constructs a new tcAPIException with the specified error code and detail message.
SILDBException(String, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILDBException
 
SILException - Exception in oracle.iam.grc.sod.exception
This exception is raised when there is an issue existing with the way SIL framework works.
SILException() - Constructor for exception oracle.iam.grc.sod.exception.SILException
Creates a new tcAPIException object.
SILException(String) - Constructor for exception oracle.iam.grc.sod.exception.SILException
Constructs a new tcAPIException with the specified detail message.
SILException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILException
Constructs a new tcAPIException with the specified error code and detail message.
SILException(String, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILException
 
SILInfrastructureException - Exception in oracle.iam.grc.sod.exception
This exception is raised when there is an issue existing with the way infrastructural components of the IdM system are leveraged by SIL.
SILInfrastructureException() - Constructor for exception oracle.iam.grc.sod.exception.SILInfrastructureException
Creates a new tcAPIException object.
SILInfrastructureException(String) - Constructor for exception oracle.iam.grc.sod.exception.SILInfrastructureException
Constructs a new tcAPIException with the specified detail message.
SILInfrastructureException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILInfrastructureException
Constructs a new tcAPIException with the specified error code and detail message.
SILInfrastructureException(String, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILInfrastructureException
 
SILRegistrationException - Exception in oracle.iam.grc.sod.exception
This exception is raised when there is an issue existing with the way registration module of SIL works.
SILRegistrationException() - Constructor for exception oracle.iam.grc.sod.exception.SILRegistrationException
Creates a new tcAPIException object.
SILRegistrationException(String) - Constructor for exception oracle.iam.grc.sod.exception.SILRegistrationException
Constructs a new tcAPIException with the specified detail message.
SILRegistrationException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILRegistrationException
Constructs a new tcAPIException with the specified error code and detail message.
SILRegistrationException(String, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILRegistrationException
 
SILSecurityException - Exception in oracle.iam.grc.sod.exception
This exception is raised when there is an issue existing with the way security infrastructure of SIL works.
SILSecurityException() - Constructor for exception oracle.iam.grc.sod.exception.SILSecurityException
Creates a new tcAPIException object.
SILSecurityException(String) - Constructor for exception oracle.iam.grc.sod.exception.SILSecurityException
Constructs a new tcAPIException with the specified detail message.
SILSecurityException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILSecurityException
Constructs a new tcAPIException with the specified error code and detail message.
SILSecurityException(String, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILSecurityException
 
SILService - Interface in oracle.iam.grc.sod.api
This class represents SIL APIs to be used in SOD verification.
SILServiceComponentException - Exception in oracle.iam.grc.sod.exception
This exception is raised when there is an issue existing with the way SIL registered service componments work.
SILServiceComponentException() - Constructor for exception oracle.iam.grc.sod.exception.SILServiceComponentException
Creates a new tcAPIException object.
SILServiceComponentException(String) - Constructor for exception oracle.iam.grc.sod.exception.SILServiceComponentException
Constructs a new tcAPIException with the specified detail message.
SILServiceComponentException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILServiceComponentException
Constructs a new tcAPIException with the specified error code and detail message.
SILServiceComponentException(String, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILServiceComponentException
 
SILTopology - Class in oracle.iam.grc.sod.vo
This Value object represents a tolpology containing Ids of IDM System, Source Datastore(Target) System and Sod Engine.
SILTopology() - Constructor for class oracle.iam.grc.sod.vo.SILTopology
 
SILTopologyException - Exception in oracle.iam.grc.sod.exception
This exception is raised when there is some issue with the topology provided.
SILTopologyException() - Constructor for exception oracle.iam.grc.sod.exception.SILTopologyException
Creates a new SILTopologyException object.
SILTopologyException(String) - Constructor for exception oracle.iam.grc.sod.exception.SILTopologyException
Constructs a new SILTopologyException with the specified detail message.
SILTopologyException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILTopologyException
Constructs a new SILTopologyException with the specified error code and detail message.
SILTopologyException(String, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILTopologyException
 
singleMatch - Static variable in class oracle.iam.reconciliation.config.vo.Condition
 
SITUATION_CONFIRMED - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
 
SITUATION_DISPUTED - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
 
SITUATION_FOUND - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
 
SITUATION_LOST - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
 
SITUATION_MATCHED - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
 
SITUATION_UNMATCHED - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
 
size() - Method in class oracle.iam.certification.vo.IDCAttributes
 
size() - Method in class oracle.iam.policyengine.vo.ValueObject
 
SLEEP_MAX - Static variable in interface oracle.iam.certification.vo.Constants
 
SLEEP_MIN - Static variable in interface oracle.iam.certification.vo.Constants
 
Snapshot - Interface in oracle.iam.certification.vo
 
SNAPSHOT_IGNORE_PROPERTIES - Static variable in class oracle.iam.certification.vo.IDCAccount
 
SNAPSHOT_IGNORE_PROPERTIES - Static variable in class oracle.iam.certification.vo.IDCAccountAttribute
 
SNAPSHOT_IGNORE_PROPERTIES - Static variable in class oracle.iam.certification.vo.IDCApplicationInstance
 
SNAPSHOT_IGNORE_PROPERTIES - Static variable in class oracle.iam.certification.vo.IDCEndPoint
Deprecated.  
SNAPSHOT_IGNORE_PROPERTIES - Static variable in class oracle.iam.certification.vo.IDCUser
 
SoDAnalysisInput - Class in oracle.iam.grc.sod.vo
This class represents the SoD Analysis input.
SoDAnalysisInput() - Constructor for class oracle.iam.grc.sod.vo.SoDAnalysisInput
 
SoDAnalysisResult - Class in oracle.iam.grc.sod.vo
This value object represent the format in which the Sod analysis result coming from Sod Engine will be transformed into.
SoDAnalysisResult() - Constructor for class oracle.iam.grc.sod.vo.SoDAnalysisResult
 
SODCHECK_RESULT - Static variable in class oracle.iam.request.vo.RequestConstants
 
SODCHECK_RESULT_PASSED - Static variable in class oracle.iam.request.vo.RequestConstants
 
SODCHECK_STATUS - Static variable in class oracle.iam.request.vo.RequestConstants
 
SODCHECK_TIMESTAMP - Static variable in class oracle.iam.request.vo.RequestConstants
 
SODCHECK_TRACKING_ID - Static variable in class oracle.iam.request.vo.RequestConstants
 
SODCHECK_VIOLATION - Static variable in class oracle.iam.request.vo.RequestConstants
 
SODCheckService - Interface in oracle.iam.sod.api
SODCheckService is used for operations related to Segregation of Duties (SoD).
SoDEngineConnectionException - Exception in oracle.iam.grc.sod.exception
 
SoDEngineConnectionException() - Constructor for exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
Creates a new tcAPIException object.
SoDEngineConnectionException(String) - Constructor for exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
Constructs a new SoDEngineConnectionException with the specified detail message.
SoDEngineConnectionException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
Constructs a new SoDEngineConnectionException with the specified error code and detail message.
SoDEngineConnectionException(String, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
 
SODRequestException - Exception in oracle.iam.sod.exception
 
SODRequestException() - Constructor for exception oracle.iam.sod.exception.SODRequestException
Creates a new SODRequestException object.
SODRequestException(String) - Constructor for exception oracle.iam.sod.exception.SODRequestException
Constructs a new SODRequestException with the specified detail message.
SODRequestException(String, Exception) - Constructor for exception oracle.iam.sod.exception.SODRequestException
 
SORT_ATTR_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
SORT_ORDER - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
SORT_ORDER_ASCENDING - Static variable in class oracle.iam.certification.vo.PaginationContext
 
SORT_ORDER_DESCENDING - Static variable in class oracle.iam.certification.vo.PaginationContext
 
SORT_ORDER_NONE - Static variable in class oracle.iam.certification.vo.PaginationContext
 
SORTEDBY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
SORTEDBY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
SORTEDBY - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search configuration parameter - if the search result returns bulk of entitlements, this parameter is used to specify the sortby column
SORTORDER - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
SORTORDER - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
SORTORDER - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search configuration parameter - if the search result returns bulk of entitlements, this parameter is used to specify the sortorder
SourceValue - Class in com.thortech.xl.gc.vo.designtime
This class is a value object that represents the source of a Transformation instance on an AttributeWithSource.
SourceValue() - Constructor for class com.thortech.xl.gc.vo.designtime.SourceValue
 
SPECIAL_ATTRIBUTES - Static variable in class oracle.iam.provisioning.vo.BasicAttribute
 
splitPathAroundLastDot(String, StringBuilder, StringBuilder) - Static method in class oracle.iam.policyengine.vo.Util
Divide up a path based on the last '.' in the path.
SPML - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
 
SPML_ADMIN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
SPML_ADMIN_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
SPMLBased - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
 
SQL_WILD_CARD - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
SRMStopWatch - Class in oracle.iam.oimcommon.vo
 
SRMStopWatch() - Constructor for class oracle.iam.oimcommon.vo.SRMStopWatch
Removes Exceptions
SRMStopWatch(String) - Constructor for class oracle.iam.oimcommon.vo.SRMStopWatch
 
STAGE_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_AUTO_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_AUTO_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_AWAITING_APPROVAL - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_AWAITING_APPROVAL - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_AWAITING_CHILD_REQUEST_COMPLETION - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_AWAITING_DEPENDENT_REQUEST_COMPLETION - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_AWAITING_DEPENDENT_REQUEST_COMPLETION - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_AWAITING_EXECUTION - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_AWAITING_EXECUTION - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_CLOSED - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STAGE_CLOSED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_COMPLETED - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STAGE_COMPLETED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_COMPLETED_WITH_ERRORS - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STAGE_COMPLETED_WITH_ERRORS - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_DRAFT - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_FAILED - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STAGE_FAILED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_INITIALIZED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_INITIALIZED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_OBTAIN_OP_APPROVAL - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_OBTAIN_OP_APPROVAL - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_OBTAIN_REQ_APPROVAL - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_OBTAIN_REQ_APPROVAL - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_OBTAIN_TEMPL_APPROVAL - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_OP_APPROVAL_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_OP_APPROVAL_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_OP_APPROVAL_AUTO_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_OP_APPROVAL_AUTO_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_OP_APPROVAL_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STAGE_OP_APPROVAL_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_OPERATION_COMPLETED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_OPERATION_COMPLETED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_OPERATION_INITIATED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_OPERATION_INITIATED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_PARTIALLY_FAILED - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STAGE_PARTIALLY_FAILED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_POST_PROCESS_INITIATED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_POST_PROCESS_INITIATED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_PROVIDE_INFORMATION - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_PROVIDE_INFORMATION - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STAGE_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_REQ_APPROVAL_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_REQ_APPROVAL_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_REQ_APPROVAL_AUTO_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_REQ_APPROVAL_AUTO_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_REQ_APPROVAL_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STAGE_REQ_APPROVAL_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_SOD_CHECK_COMPLETE - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_SOD_CHECK_COMPLETE - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_SOD_CHECK_COMPLETE_WITH_ERROR - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_SOD_CHECK_NOT_INITIATED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_SOD_CHECK_NOT_INITIATED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_SOD_CHECK_RESULT_PENDING - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_SOD_CHECK_RESULT_PENDING - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_SUBMITTED - Static variable in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
STAGE_SUBMITTED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_TEMPL_APPROVAL_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_TEMPL_APPROVAL_AUTO_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_TEMPL_APPROVAL_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage
 
STAGE_WITHDRAWN - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STAGE_WITHDRAWN - Static variable in class oracle.iam.request.vo.RequestStage
 
StagingField - Class in oracle.iam.reconciliation.config.vo
 
StagingField(String, Type, Integer) - Constructor for class oracle.iam.reconciliation.config.vo.StagingField
 
StagingField(String, Type, Integer, Integer) - Constructor for class oracle.iam.reconciliation.config.vo.StagingField
 
StagingField(String, Type, Integer, Integer, Boolean) - Constructor for class oracle.iam.reconciliation.config.vo.StagingField
 
STAGINGTABLE_KEYFIELD - Static variable in class oracle.iam.reconciliation.config.vo.ProfileConstants
 
StaleDataException - Exception in oracle.iam.conf.exception
 
StaleDataException(String) - Constructor for exception oracle.iam.conf.exception.StaleDataException
 
StaleDataException() - Constructor for exception oracle.iam.conf.exception.StaleDataException
 
StaleDataException(String, Exception) - Constructor for exception oracle.iam.conf.exception.StaleDataException
 
START - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
start() - Method in interface oracle.iam.scheduler.api.SchedulerService
Starts the Scheduler Service
START_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
START_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
START_SCHEDULER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
START_TIME - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
startDataCollection(String, Map) - Method in interface Thor.API.Operations.DataCollectionOperationsIntf
Starts a new data collection session with the passed session ID.
startListening() - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
The work method of the Listener.
STARTROW - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
 
STARTROW - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
 
STARTROW - Static variable in class oracle.iam.provisioning.vo.Entitlement
Search configuration parameter - if the search result returns bulk of entitlements, this parameter is used to specify the starting row in case of pagination
STATE - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
STATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
STATE_COMPLETE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_EXPIRED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_FINAL_REVIEW - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_IN_PROGRESS - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_NEW - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_OR_PROVINCE_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
STATE_PHASE_1 - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_PHASE_1_D - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_PHASE_1_V - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_PHASE_2 - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_PHASE_2_D - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATE_PHASE_2_V - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATEORPROVINCE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
STATIC - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
 
STATIC - Static variable in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
 
STATIC_MEMBERS_ONLY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
STATUS - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
STATUS - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
STATUS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
STATUS - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
STATUS - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
STATUS - Static variable in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
STATUS - Static variable in class Thor.API.Base.tcBaseUtility
 
STATUS_ABSTAIN - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATUS_ACT_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_ACTS_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_CERTIFIED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATUS_COMPLETED_FULFILLMENT_PENDING - Static variable in class oracle.iam.request.vo.RequestStage
 
STATUS_COMPLETED_FULFILLMENT_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STATUS_COMPLETED_FULFILLMENT_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage
 
STATUS_CREATE_FAILURE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_CREATE_SUCCESS - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_DATA - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_DATA_MISSING - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_DATA_NOTVALID - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_DATA_VALID - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_DELETE_FAILURE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_DELETE_SUCCESS - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_DISABLED - Static variable in class oracle.iam.certification.vo.EventListener
 
STATUS_DISCARD_MANUAL - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_ENABLED - Static variable in class oracle.iam.certification.vo.EventListener
 
STATUS_EVENT_REEVAL - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_EVENT_RETRY - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_EXCEPTION_ALLOWED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATUS_FULFILLMENT_FAILED - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STATUS_FULFILLMENT_FAILED - Static variable in class oracle.iam.request.vo.RequestStage
 
STATUS_FULFILLMENT_FAILED_AFTER_MAX_RETRY - Static variable in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
STATUS_FULFILLMENT_FAILED_AFTER_MAX_RETRY - Static variable in class oracle.iam.request.vo.RequestStage
 
STATUS_ID_ATTRIBUTE - Static variable in class oracle.iam.certification.vo.EventListener
 
STATUS_IN_PROGRESS - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATUS_INITIAL - Static variable in class oracle.iam.reconciliation.vo.EventConstants
Event status strings
STATUS_INVALID_REQUEST - Static variable in class oracle.iam.request.vo.RequestStage
 
STATUS_INVALIDDATA - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_MATCH_PROVIDED - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_MODIFICATION_TYPE - Static variable in class oracle.iam.request.vo.RequestHistory
Constant that indicates modification to request is of Status change type
STATUS_MULTIPLEROLEGRANTS_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_MULTIPLEROLERELATIONS_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_MULTIPLEROLES_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_NEVER_ACTED_ON - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATUS_NO_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
Invalid statuses
STATUS_NOACT_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_NOORG_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_NOROLE_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_NOROLEGRANT_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_NOROLEMEMBERS_FOUND - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_NOROLEPARENT_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_NOROLERELATION_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_NOUSR_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_OP_APPROVAL_NOT_REQUIRED - Static variable in class oracle.iam.request.vo.RequestStage
 
STATUS_ORG_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_ORGS_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_PRC_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_REVOKED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
STATUS_SINGLEROLE_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_SINGLEROLEGRANT_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_SINGLEROLERELATION_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_UPDATE_FAILURE - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_UPDATE_SUCCESS - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_USR_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
STATUS_USRS_MATCH - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
StatusChange - Class in oracle.iam.request.history.jaxb
Java class for status-change complex type.
StatusChange() - Constructor for class oracle.iam.request.history.jaxb.StatusChange
 
StatusMapping - Class in com.thortech.xl.vo.workflow
 
StatusMapping() - Constructor for class com.thortech.xl.vo.workflow.StatusMapping
 
STGTABLE_MLS_LOCALE_CODE_ATTRIBUTE - Static variable in class oracle.iam.reconciliation.config.vo.ProfileConstants
 
STGTABLE_MLS_LOCALE_CODE_FIELD - Static variable in class oracle.iam.reconciliation.config.vo.ProfileConstants
 
stop() - Method in interface oracle.iam.scheduler.api.SchedulerService
Stops the Scheduler Service
stop() - Method in interface oracle.iam.scheduler.vo.StoppableTask
This method is used to stop a schedule task.
stop() - Method in class oracle.iam.scheduler.vo.TaskSupport
 
STOP_EVALUATION_ON_FIRST_CONDITION_MATCH - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
STOP_EVALUATION_ON_FIRST_CONDITION_MATCH_FLAG - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
STOP_EVALUATION_ON_FIRST_RULE_MATCH - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
STOP_JOB - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
STOP_SCHEDULER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
stopDetectivePreviewScan(String) - Method in interface oracle.iam.ida.api.ScanRunManager
Stop the asynchronous policy preview scan.
stopEvalationOnFirstConditionMatch() - Method in class oracle.iam.policyengine.vo.PolicyType
 
stopEvalationOnFirstRuleMatch() - Method in class oracle.iam.policyengine.vo.PolicyType
 
stopJob(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Stops the instance of the Job that is running
StoppableTask - Interface in oracle.iam.scheduler.vo
This object represents a Schedule task which can be stopped.
STORE_ACCOUNT_PASSWORD_AS_HASH - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
storeSODConflicts(RoleSODConflict[]) - Method in interface oracle.iam.rolesod.api.RoleSODService
API to store role sod conflicts
STREET - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
STREET - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
String - Static variable in class oracle.iam.catalog.vo.MetaDataDefinition.Type
 
STRING - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
STRING - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
STRING - Static variable in class oracle.iam.provisioning.vo.BasicAttribute.TYPE
 
String - Static variable in class oracle.iam.reconciliation.config.vo.Type
 
String - Static variable in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
String - Static variable in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
String - Static variable in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
String - Static variable in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
STRING_DATA_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
stringToDate(String) - Static method in class oracle.iam.policyengine.vo.Util
Convert the string representation for a date into a Date object.
StringTokenizerTS - Class in oracle.iam.policyengine.vo.conditions
StringTokenizerTS A thread-safe string tokenizer class that uses StringTokenizer to tokenize the input string and build a list of tokens.
StringTokenizerTS(String, String, boolean) - Constructor for class oracle.iam.policyengine.vo.conditions.StringTokenizerTS
Tokenize a path string.
stringToPolicySeverity(String) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.Severity
 
StringType - Class in oracle.iam.catalog.vo
 
StringType() - Constructor for class oracle.iam.catalog.vo.StringType
 
StringType - Class in oracle.iam.reconciliation.config.vo
 
SUB_TYPE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
SUB_TYPE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
SUB_TYPE_DYNAMIC - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
SUB_TYPE_STATIC - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
Submission - Class in oracle.iam.request.model.vo
Java class for submission complex type.
Submission() - Constructor for class oracle.iam.request.model.vo.Submission
 
submitDraftRequest(String, RequestData) - Method in interface oracle.iam.request.api.RequestService
Submits the draft request given a draft request id , request data is validated
submitRegistrationRequest(Map, Map, String, Map) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Accepts the user registration data,the questions and answers set by user, request template name and the dataset.
submitRemediatorActions(List, PolicyViolationCause.Action, String, Date) - Method in interface oracle.iam.ida.api.PolicyViolationCauseManager
Submit a remediator action for specified policy violation causes.
submitReponses(long, AttestationItemResponse[], String, String) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Submits the specified responses on the records of a attestation task
submitRequest(RequestData) - Method in interface oracle.iam.request.api.RequestService
Submit a request for an authenticated user.
submitRequest(RequestData) - Method in interface oracle.iam.request.api.UnauthenticatedRequestService
Submit a request for an unauthenticated user Once the target entities and beneficiaries are added, this API should be called.
SUBMITTED_ORCH_REQUEST - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
subtract(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs subtraction of two integers.
subtract(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs subtraction of two floats.
subtract(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs subtraction of a float and integer.
subtract(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
method that performs subtraction of a float and integer.
SUBTREE_SCOPE - Static variable in class oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth
 
SUCCESS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
SUCCESSFUL - Static variable in class oracle.iam.vo.OperationResult.OperationStatus
 
SUMMARY_RISK - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
SUMMARY_RISK - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
SUMMARY_RISK - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
SuperRuntimeException - Exception in oracle.iam.platform.utils
A placeholder class for adding runtime exception handling functionality.
SuperRuntimeException() - Constructor for exception oracle.iam.platform.utils.SuperRuntimeException
Constructs a new super runtime exception with null as its detail message.
SuperRuntimeException(String) - Constructor for exception oracle.iam.platform.utils.SuperRuntimeException
Constructs a new super runtime exception with the specified detail message.
SuperRuntimeException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.SuperRuntimeException
Constructs a new super runtime exception with the specified detail message and cause.
SuperRuntimeException(Throwable) - Constructor for exception oracle.iam.platform.utils.SuperRuntimeException
Constructs a new super runtime exception with the specified cause.
SuperRuntimeException(String, Object[]) - Constructor for exception oracle.iam.platform.utils.SuperRuntimeException
 
SuperRuntimeException(String, Object[], Throwable) - Constructor for exception oracle.iam.platform.utils.SuperRuntimeException
 
SuperRuntimeException(String, String, Object[]) - Constructor for exception oracle.iam.platform.utils.SuperRuntimeException
 
SuperRuntimeException(String, String, Object[], Throwable) - Constructor for exception oracle.iam.platform.utils.SuperRuntimeException
 
SUPPORTED - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
 
SupportedType - Class in oracle.iam.reconciliation.config.vo
 
suspend() - Method in class oracle.iam.oimcommon.vo.SRMStopWatch
 
suspend(int) - Method in class oracle.iam.oimcommon.vo.SRMStopWatch
 
SYNC - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
SYNC - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
SyncReconTask - Class in oracle.iam.connectors.icfcommon.recon
Common Target Reconciliation based on SyncApiOp - handles also the deleted objects, doesn't support filter and is incremental by nature
SyncReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SyncReconTask
 
SYS_ADMIN_ROLE_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
SYSTEM_ADMINISTRATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
SYSTEM_BU_KEY - Static variable in interface oracle.iam.certification.vo.Constants
 
SYSTEM_BU_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
SYSTEM_CONFIGURATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
SYSTEM_NAME - Static variable in interface oracle.iam.certification.vo.Constants
 
SYSTEM_PROPERTIES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
SYSTEM_PROPERTY_FOR_EMAIL - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
SYSTEMCONFIG_ADMIN_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
SystemConfigurationHandlerException - Exception in oracle.iam.platform.canonic.exception
 
SystemConfigurationHandlerException(String, Throwable) - Constructor for exception oracle.iam.platform.canonic.exception.SystemConfigurationHandlerException
 
SystemConfigurationHandlerException(String) - Constructor for exception oracle.iam.platform.canonic.exception.SystemConfigurationHandlerException
 
SystemConfigurationManagementException - Exception in oracle.iam.conf.exception
 
SystemConfigurationManagementException(String) - Constructor for exception oracle.iam.conf.exception.SystemConfigurationManagementException
 
SystemConfigurationManagementException(String, Throwable) - Constructor for exception oracle.iam.conf.exception.SystemConfigurationManagementException
 
SystemConfigurationService - Interface in oracle.iam.conf.api
 
SystemConfigurationServiceException - Exception in oracle.iam.conf.exception
This is generic exception that will be thrown mostly if an error occurs
SystemConfigurationServiceException(Exception) - Constructor for exception oracle.iam.conf.exception.SystemConfigurationServiceException
 
SystemConfigurationServiceException(String) - Constructor for exception oracle.iam.conf.exception.SystemConfigurationServiceException
 
SystemConfigurationServiceException(String, Exception) - Constructor for exception oracle.iam.conf.exception.SystemConfigurationServiceException
 
SystemConfigurationServiceException(String, Throwable) - Constructor for exception oracle.iam.conf.exception.SystemConfigurationServiceException
 
SystemContext - Class in oracle.iam.grc.sod.vo
This class is a representation of an instance of a system type, either SoD Engine or IdM system.
SystemContext() - Constructor for class oracle.iam.grc.sod.vo.SystemContext
 
SystemProperty - Class in oracle.iam.conf.vo
This value object contains the details of a System Property object
SystemProperty() - Constructor for class oracle.iam.conf.vo.SystemProperty
 
SystemPropertyAllowedValue - Class in oracle.iam.conf.vo
This value object contains the allowed values a System Property.
SystemPropertyAllowedValue() - Constructor for class oracle.iam.conf.vo.SystemPropertyAllowedValue
 
SystemPropertyAlreadyExistException - Exception in oracle.iam.conf.exception
This exception will be thrown while trying to create a system property which is already existing in the database
SystemPropertyAlreadyExistException(Exception) - Constructor for exception oracle.iam.conf.exception.SystemPropertyAlreadyExistException
 
SystemPropertyAlreadyExistException(String) - Constructor for exception oracle.iam.conf.exception.SystemPropertyAlreadyExistException
 
SystemPropertyAlreadyExistException(String, Exception) - Constructor for exception oracle.iam.conf.exception.SystemPropertyAlreadyExistException
 
SystemType - Class in oracle.iam.grc.sod.vo
This class is a representation of a system type, either SoD Engine or IdM system.
SystemType() - Constructor for class oracle.iam.grc.sod.vo.SystemType
 

T

TABLE_OF_NUMBER - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
It will create a TABLE object with the given list of numbers.
TAG - Static variable in class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
 
TARGET_OBJECT_CLASS - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
TARGET_ROLE_DISPLAY_NAME - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
TARGET_ROLE_ID - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
TARGET_USER_DISPLAY_NAME - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
TARGET_USER_EMAIL - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
TARGET_USER_EMPLOYEE_NUMBER - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
TARGET_USER_ID - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
TARGET_USER_LOGIN - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
TARGET_USER_MANAGER_NAME - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
TARGET_USER_ORGANIZATION_NAME - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
TARGET_USER_TITLE - Static variable in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
TargetAttribute - Class in com.thortech.xl.gc.vo.designtime
This class is a value object.
TargetAttribute() - Constructor for class com.thortech.xl.gc.vo.designtime.TargetAttribute
 
TargetAttribute - Class in oracle.iam.reconciliation.config.vo
Specifies an Attribute in OIM reconciliation profile passed from the target system.
TargetAttribute(String, Type, boolean, boolean, boolean, StagingField) - Constructor for class oracle.iam.reconciliation.config.vo.TargetAttribute
 
TargetAttribute(String, Type, boolean, boolean, boolean, StagingField, String) - Constructor for class oracle.iam.reconciliation.config.vo.TargetAttribute
 
TargetAttribute(String, Type, boolean, boolean, boolean, StagingField, boolean, String) - Constructor for class oracle.iam.reconciliation.config.vo.TargetAttribute
Constructs a TargetAttribute.
TargetOperation - Interface in com.thortech.xl.gc.vo.runtime
This interface should be implemented by Transport and Format Providers for provisioning.
TargetRecord - Interface in com.thortech.xl.gc.vo.runtime
This interface should be implemented by ReconTransportProvider.
TargetSchema - Interface in com.thortech.xl.gc.vo.designtime
This interface should be implemented by Transport Providers for provisioning or reconciliation.
Task - Class in oracle.iam.request.history.jaxb
Java class for task complex type.
Task() - Constructor for class oracle.iam.request.history.jaxb.Task
 
TASK_ASSIGNED_STATUS - Static variable in class oracle.iam.ida.vo.TaskPolicyViolation
 
TASK_COMPLETED_STATUS - Static variable in class oracle.iam.ida.vo.TaskPolicyViolation
 
TASK_ID - Static variable in class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
 
TASK_NAME - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TASK_REVIEWER_TYPE_GROUP - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TASK_REVIEWER_TYPE_USER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TASK_STATUS - Static variable in class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
 
TASK_STATUS_ASSIGNED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TASK_STATUS_CANCEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
TASK_STATUS_COMPLETE - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
TASK_STATUS_EXPIRED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TASK_STATUS_MC - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
TASK_STATUS_REJECT - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
TASK_STATUS_SIGNED_OFF - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TASK_STATUS_SUSPEND - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
TASK_STATUS_UC - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
TASK_UID - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
TASK_UID - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
TASK_UID - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
TASK_UID - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
taskAcquire(Long, String, String) - Method in interface oracle.iam.certification.api.CertificationService
Update primary reviewer for the certification once the group task is acquired by a reviewer User who is invoking this API must be assigned Certification Administrator or System Administrator admin role
TaskAlreadyAttestedException - Exception in Thor.API.Exceptions
 
TaskAlreadyAttestedException() - Constructor for exception Thor.API.Exceptions.TaskAlreadyAttestedException
Creates a new TaskAlreadyAttestedException object.
TaskAlreadyAttestedException(String) - Constructor for exception Thor.API.Exceptions.TaskAlreadyAttestedException
Constructs a new TaskAlreadyAttestedException with the specified detail message.
TaskAssignment - Class in com.thortech.xl.vo.workflow
 
TaskAssignment() - Constructor for class com.thortech.xl.vo.workflow.TaskAssignment
Constructor
TaskAttributeDetails - Class in com.thortech.xl.vo
This value object holds information of all the attribute details for a Scheduled Task
TaskAttributeDetails() - Constructor for class com.thortech.xl.vo.TaskAttributeDetails
 
taskComplete(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Complete SOA related certification task
TaskDefinition - Class in com.thortech.xl.vo.workflow
 
TaskDefinition() - Constructor for class com.thortech.xl.vo.workflow.TaskDefinition
Constructor
TaskDefinitionOperationsIntf - Interface in Thor.API.Operations
 
Taskdetails - Class in com.thortech.xl.vo
This value object holds information of Task Details for a Scheduled Task
Taskdetails() - Constructor for class com.thortech.xl.vo.Taskdetails
 
taskExpire(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
Expire Certification Task on SOA expiry events User who is invoking this API musth be assigned Certification Administrator or System Administrator admin role
TaskInstance - Class in com.thortech.xl.vo.workflow
 
TaskInstance() - Constructor for class com.thortech.xl.vo.workflow.TaskInstance
 
TaskObject - Class in com.thortech.xl.vo.ddm
Make the object serializable
TaskObject(String, String, String, int) - Constructor for class com.thortech.xl.vo.ddm.TaskObject
 
TaskObject() - Constructor for class com.thortech.xl.vo.ddm.TaskObject
 
TaskPolicyViolation - Class in oracle.iam.ida.vo
 
TaskPolicyViolation() - Constructor for class oracle.iam.ida.vo.TaskPolicyViolation
 
TaskPolicyViolation(String, boolean) - Constructor for class oracle.iam.ida.vo.TaskPolicyViolation
 
TaskPolicyViolation.ATTRIBUTE - Class in oracle.iam.ida.vo
 
TaskPolicyViolationManagerResult - Class in oracle.iam.ida.vo
 
TaskPolicyViolationManagerResult(String, String) - Constructor for class oracle.iam.ida.vo.TaskPolicyViolationManagerResult
 
TaskPolicyViolationManagerResult(String) - Constructor for class oracle.iam.ida.vo.TaskPolicyViolationManagerResult
 
taskProxy(Long, String, String, String, String) - Method in interface oracle.iam.certification.api.CertificationService
Update the Certification Task Reviewer during SOA proxy events User who is invoking this API musth be assigned Certification Administrator or System Administrator admin role
taskReassign(Long, String, String) - Method in interface oracle.iam.certification.api.CertificationService
ReAssign Certification Task during SOA escalation events User who is invoking this API musth be assigned Certification Administrator or System Administrator admin role
taskRelease(Long, String, String) - Method in interface oracle.iam.certification.api.CertificationService
Update primary reviewer for the certification once the group task is released by a reviewer User who is invoking this API must be assigned Certification Administrator or System Administrator admin role
taskReset(Long, String, String) - Method in interface oracle.iam.certification.api.CertificationService
 
TaskStatusChange - Class in oracle.iam.request.history.jaxb
Java class for task-status-change complex type.
TaskStatusChange() - Constructor for class oracle.iam.request.history.jaxb.TaskStatusChange
 
TaskSupport - Class in oracle.iam.scheduler.vo
This is a base class for each schedule task implementation class.
TaskSupport() - Constructor for class oracle.iam.scheduler.vo.TaskSupport
 
tcAccessPolicyOperationsIntf - Interface in Thor.API.Operations
 
tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType - Class in Thor.API.Operations
 
tcAccessPolicyOperationsIntf.PolicyOwnerType - Class in Thor.API.Operations
 
tcAdapterOperationsIntf - Interface in Thor.API.Operations
 
tcAddFieldFailedException - Exception in Thor.API.Exceptions
This exception is raised whenever there is an error while adding a field to user defined form(object/process)
tcAddFieldFailedException() - Constructor for exception Thor.API.Exceptions.tcAddFieldFailedException
Creates a new tcAddFieldFailedException object.
tcAddFieldFailedException(String) - Constructor for exception Thor.API.Exceptions.tcAddFieldFailedException
Constructs a new tcAddFieldFailedException with the specified detail message.
tcAddFormFieldPropertyFailedException - Exception in Thor.API.Exceptions
This exception is raised whenever there is an error while adding a property to user defined form(object/process)
tcAddFormFieldPropertyFailedException() - Constructor for exception Thor.API.Exceptions.tcAddFormFieldPropertyFailedException
Creates a new tcAddFormFieldPropertyFailedException object.
tcAddFormFieldPropertyFailedException(String) - Constructor for exception Thor.API.Exceptions.tcAddFormFieldPropertyFailedException
Constructs a new tcAddFormFieldPropertyFailedException with the specified detail message.
tcAdminGroupInvalidException - Exception in Thor.API.Exceptions
This exception is raised if administrator group is not allowed to be updated
tcAdminGroupInvalidException() - Constructor for exception Thor.API.Exceptions.tcAdminGroupInvalidException
Creates a new tcAdminGroupInvalidException object.
tcAdminGroupInvalidException(String) - Constructor for exception Thor.API.Exceptions.tcAdminGroupInvalidException
Constructs a new tcAdminGroupInvalidException with the specified detail message.
tcAdministratorAlreadyAssignedException - Exception in Thor.API.Exceptions
The user has already been assigned to a request, if the administrator try to assign the request again to the same user, this exception raised
tcAdministratorAlreadyAssignedException() - Constructor for exception Thor.API.Exceptions.tcAdministratorAlreadyAssignedException
Creates a new tcAdministratorAlreadyAssignedException object.
tcAdministratorAlreadyAssignedException(String) - Constructor for exception Thor.API.Exceptions.tcAdministratorAlreadyAssignedException
Constructs a new tcAdministratorAlreadyAssignedException with the specified detail message.
tcAdminNotFoundException - Exception in Thor.API.Exceptions
This exception is raised whenever the specified administrator group has not been assigned to the specified request, object or form
tcAdminNotFoundException() - Constructor for exception Thor.API.Exceptions.tcAdminNotFoundException
Creates a new tcAdminNotFoundException object.
tcAdminNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcAdminNotFoundException
Constructs a new tcAdminNotFoundException with the specified detail message.
tcAlreadyMemberException - Exception in Thor.API.Exceptions
This exception is raised while assining a specified user to a group, if that user is already a member of the specified group
tcAlreadyMemberException() - Constructor for exception Thor.API.Exceptions.tcAlreadyMemberException
Creates a new tcAlreadyMemberException object.
tcAlreadyMemberException(String) - Constructor for exception Thor.API.Exceptions.tcAlreadyMemberException
Constructs a new tcAlreadyMemberException with the specified detail message.
tcAPIException - Exception in Thor.API.Exceptions
This is generic exception raised while using API operations.
tcAPIException() - Constructor for exception Thor.API.Exceptions.tcAPIException
Creates a new tcAPIException object.
tcAPIException(String) - Constructor for exception Thor.API.Exceptions.tcAPIException
Constructs a new tcAPIException with the specified detail message.
tcAPIException(String, String) - Constructor for exception Thor.API.Exceptions.tcAPIException
Constructs a new tcAPIException with the specified error code and detail message.
tcAPIException(String, Throwable) - Constructor for exception Thor.API.Exceptions.tcAPIException
 
tcAttributeMissingException - Exception in Thor.API.Exceptions
This exception is raised, if any of the required attributes are missing in the attributes list passed to a perticular operation.
tcAttributeMissingException() - Constructor for exception Thor.API.Exceptions.tcAttributeMissingException
Creates a new tcAttributeMissingException object.
tcAttributeMissingException(String) - Constructor for exception Thor.API.Exceptions.tcAttributeMissingException
Constructs a new tcAttributeMissingException with the specified detail message.
tcAttributeNotFoundException - Exception in Thor.API.Exceptions
This exception is raised, if an attribute passed in an attributes list is not a valid attribute.
tcAttributeNotFoundException() - Constructor for exception Thor.API.Exceptions.tcAttributeNotFoundException
Creates a new tcAttributeNotFoundException object.
tcAttributeNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcAttributeNotFoundException
Constructs a new tcAttributeNotFoundException with the specified detail message.
tcAuditOperationsIntf - Interface in Thor.API.Operations
 
tcAwaitingApprovalDataCompletionException - Exception in Thor.API.Exceptions
This exception is raised whenever the user tries to complete the tasks manually without providing the data required for approval process task completion
tcAwaitingApprovalDataCompletionException() - Constructor for exception Thor.API.Exceptions.tcAwaitingApprovalDataCompletionException
Creates a new tcAwaitingApprovalDataCompletionException object.
tcAwaitingApprovalDataCompletionException(String) - Constructor for exception Thor.API.Exceptions.tcAwaitingApprovalDataCompletionException
Constructs a new tcAwaitingApprovalDataCompletionException with the specified detail message.
tcAwaitingObjectDataCompletionException - Exception in Thor.API.Exceptions
This exception is raised whenever the user tries to complete the tasks manually without providing the data required for task completion
tcAwaitingObjectDataCompletionException() - Constructor for exception Thor.API.Exceptions.tcAwaitingObjectDataCompletionException
Creates a new tcAwaitingObjectDataCompletionException object.
tcAwaitingObjectDataCompletionException(String) - Constructor for exception Thor.API.Exceptions.tcAwaitingObjectDataCompletionException
Constructs a new tcAwaitingObjectDataCompletionException with the specified detail message.
tcBaseUtility - Class in Thor.API.Base
Base utility server-side class.
tcBaseUtility() - Constructor for class Thor.API.Base.tcBaseUtility
Constructor.
tcBaseUtility(String) - Constructor for class Thor.API.Base.tcBaseUtility
Base Utility class.
tcBaseUtility.Entities - Class in Thor.API.Base
The following enum serves two purposes: 1.
tcBaseUtilityClient - Class in Thor.API.Base
Base utility client-side class.
tcBulkException - Exception in Thor.API.Exceptions
This exception is raised whenever a bulk operation is called and the operation is only successfull on some of the bulk transactions.
tcBulkException() - Constructor for exception Thor.API.Exceptions.tcBulkException
Creates a new tcBulkException object.
tcBulkException(String, String[], String[]) - Constructor for exception Thor.API.Exceptions.tcBulkException
Creates a new tcBulkException object.
tcBulkException(String, String[], String[], String[]) - Constructor for exception Thor.API.Exceptions.tcBulkException
 
tcBulkException(String, String[], String[], String[], String[]) - Constructor for exception Thor.API.Exceptions.tcBulkException
Creates a new tcBulkException object.
tcChallengeInfoException - Exception in Thor.API.Exceptions
This exception is raised if any information is missing regarding the system challenge question's answers.
tcChallengeInfoException() - Constructor for exception Thor.API.Exceptions.tcChallengeInfoException
Creates a new tcChallengeInfoException object.
tcChallengeInfoException(String) - Constructor for exception Thor.API.Exceptions.tcChallengeInfoException
Constructs a new tcChallengeInfoException with the specified detail message.
tcChallengeNotSetException - Exception in Thor.API.Exceptions
This exception is raised whenever the user tries to login without providing the answers to the system challenge questions.
tcChallengeNotSetException() - Constructor for exception Thor.API.Exceptions.tcChallengeNotSetException
Creates a new tcChallengeNotSetException object.
tcChallengeNotSetException(String) - Constructor for exception Thor.API.Exceptions.tcChallengeNotSetException
Constructs a new tcChallengeNotSetException with the specified detail message.
tcColumnNotFoundException - Exception in Thor.API.Exceptions
This exception is raised whenever the specified column does not exist in the result set
tcColumnNotFoundException() - Constructor for exception Thor.API.Exceptions.tcColumnNotFoundException
Creates a new tcColumnNotFoundException object.
tcColumnNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcColumnNotFoundException
Constructs a new tcColumnNotFoundException with the specified detail message.
tcContactTypeNotFoundException - Exception in Thor.API.Exceptions
tcContactTypeNotFoundException is subclass of class Exception and is a form of Throwable that indicates conditions that a reasonable application might want to catch.
tcContactTypeNotFoundException() - Constructor for exception Thor.API.Exceptions.tcContactTypeNotFoundException
Creates a new tcContactTypeNotFoundException object.
tcContactTypeNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcContactTypeNotFoundException
Constructs a new tcContactTypeNotFoundException with the specified detail message.
tcContactTypeNotUniqueException - Exception in Thor.API.Exceptions
tcContactTypeNotUniqueException is subclass of class Exception and is a form of Throwable that indicates conditions that a reasonable application might want to catch.
tcContactTypeNotUniqueException() - Constructor for exception Thor.API.Exceptions.tcContactTypeNotUniqueException
Creates a new tcContactTypeNotUniqueException object.
tcContactTypeNotUniqueException(String) - Constructor for exception Thor.API.Exceptions.tcContactTypeNotUniqueException
Constructs a new tcContactTypeNotUniqueException with the specified detail message.
tcCycleDetectedException - Exception in Thor.API.Exceptions
This exception is raised whenever there is a cyclic dependency of object occurs
tcCycleDetectedException() - Constructor for exception Thor.API.Exceptions.tcCycleDetectedException
Creates a new tcCycleDetectedException object.
tcCycleDetectedException(String) - Constructor for exception Thor.API.Exceptions.tcCycleDetectedException
Creates a new tcCycleDetectedException object.
tcDataNotProvidedException - Exception in Thor.API.Exceptions
This exception is raised whenever data is not provided to the object
tcDataNotProvidedException() - Constructor for exception Thor.API.Exceptions.tcDataNotProvidedException
Creates a new tcDataNotProvidedException object.
tcDataNotProvidedException(String) - Constructor for exception Thor.API.Exceptions.tcDataNotProvidedException
Creates a new tcDataNotProvidedException object.
tcDataObjectNotFoundException - Exception in Thor.API.Exceptions
This exception is raised whenever one or more data objects specified are not found
tcDataObjectNotFoundException() - Constructor for exception Thor.API.Exceptions.tcDataObjectNotFoundException
Creates a new tcDataObjectNotFoundException object.
tcDataObjectNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcDataObjectNotFoundException
Constructs a new tcDataObjectNotFoundException with the specified detail message.
tcDeleteNotAllowedException - Exception in Thor.API.Exceptions
Whenever user tries to delete a field/property from the form, if he/she does not have the permission to do the same this exception is raised
tcDeleteNotAllowedException() - Constructor for exception Thor.API.Exceptions.tcDeleteNotAllowedException
Creates a new tcDeleteNotAllowedException object.
tcDeleteNotAllowedException(String) - Constructor for exception Thor.API.Exceptions.tcDeleteNotAllowedException
Constructs a new tcDeleteNotAllowedException with the specified detail message.
tcDependentLookupValueIncorrectException - Exception in Thor.API.Exceptions
 
tcDependentLookupValueIncorrectException() - Constructor for exception Thor.API.Exceptions.tcDependentLookupValueIncorrectException
Creates a new tcDependentLookupValueIncorrectException object.
tcDependentLookupValueIncorrectException(String) - Constructor for exception Thor.API.Exceptions.tcDependentLookupValueIncorrectException
Constructs a new tcDependentLookupValueIncorrectException with the specified detail message.
tcDuplicateGroupException - Exception in Thor.API.Exceptions
Whenever the user tries to create a group with a name which is already there in the database this exception is raised.
tcDuplicateGroupException() - Constructor for exception Thor.API.Exceptions.tcDuplicateGroupException
Creates a new tcDuplicateGroupException object.
tcDuplicateGroupException(String) - Constructor for exception Thor.API.Exceptions.tcDuplicateGroupException
Constructs a new tcDuplicateGroupException with the specified detail message.
tcDuplicateLookupCodeException - Exception in Thor.API.Exceptions
This exception is raised whenever the user tries to add a lookup code which is there alresdy there in the database.
tcDuplicateLookupCodeException() - Constructor for exception Thor.API.Exceptions.tcDuplicateLookupCodeException
Creates a new tcDuplicateLookupCodeException object.
tcDuplicateLookupCodeException(String) - Constructor for exception Thor.API.Exceptions.tcDuplicateLookupCodeException
Constructs a new tcDuplicateLookupCodeException with the specified detail message.
tcDuplicateOrganizationException - Exception in Thor.API.Exceptions
tcDuplicateOrganizationException is thrown if Organization with the specified Name already exists.
tcDuplicateOrganizationException() - Constructor for exception Thor.API.Exceptions.tcDuplicateOrganizationException
Creates a new tcDuplicateOrganizationException object.
tcDuplicateOrganizationException(String) - Constructor for exception Thor.API.Exceptions.tcDuplicateOrganizationException
Constructs a new tcDuplicateOrganizationException with the specified detail message.
tcDuplicatePropertyException - Exception in Thor.API.Exceptions
tcDuplicatePropertyException is thrown if specified property has more than one value.
tcDuplicatePropertyException() - Constructor for exception Thor.API.Exceptions.tcDuplicatePropertyException
Creates a new tcDuplicatePropertyException object.
tcDuplicatePropertyException(String) - Constructor for exception Thor.API.Exceptions.tcDuplicatePropertyException
Constructs a new tcDuplicatePropertyException with the specified detail message.
tcDuplicateQueueException - Exception in Thor.API.Exceptions
tcDuplicateQueueException is thrown if specified queue name is already in use.
tcDuplicateQueueException() - Constructor for exception Thor.API.Exceptions.tcDuplicateQueueException
Creates a new tcDuplicateQueueException object.
tcDuplicateQueueException(String) - Constructor for exception Thor.API.Exceptions.tcDuplicateQueueException
Constructs a new tcDuplicateQueueException with the specified detail message.
tcDuplicateSelfRegistrationException - Exception in Thor.API.Exceptions
tcDuplicateSelfRegistrationException is thrown if the user is already registered and an attempt is made to register the user again.
tcDuplicateSelfRegistrationException() - Constructor for exception Thor.API.Exceptions.tcDuplicateSelfRegistrationException
Creates a new tcDuplicateSelfRegistrationException object.
tcDuplicateSelfRegistrationException(String) - Constructor for exception Thor.API.Exceptions.tcDuplicateSelfRegistrationException
Constructs a new tcDuplicateSelfRegistrationException with the specified detail message.
tcDuplicateUserException - Exception in Thor.API.Exceptions
tcDuplicateUserException is thrown if a user with the specified login already exists.
tcDuplicateUserException() - Constructor for exception Thor.API.Exceptions.tcDuplicateUserException
Creates a new tcDuplicateUserException object.
tcDuplicateUserException(String) - Constructor for exception Thor.API.Exceptions.tcDuplicateUserException
Constructs a new tcDuplicateUserException with the specified detail message.
tcEmailNotificationUtil - Class in com.thortech.xl.dataobj.util
This class is used to construct the emails to be send.
tcEmailNotificationUtil() - Constructor for class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Creates new tcEmailNotificationUtil
tcEmailNotificationUtil(tcDataProvider) - Constructor for class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
Creates a new tcEmailNotificationUtil object.
tcEmailOperationsIntf - Interface in Thor.API.Operations
 
tcEntitlementNotFoundException - Exception in Thor.API.Exceptions
tcEntitlementNotFoundException is raised if the specified does not exist or if the entitlement is not a valid entitlement key.
tcEntitlementNotFoundException() - Constructor for exception Thor.API.Exceptions.tcEntitlementNotFoundException
Creates a new tcEntitlementNotFoundException object.
tcEntitlementNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcEntitlementNotFoundException
Constructs a new tcEntitlementNotFoundException with the specified detail message.
tcEntitlementsOperationsIntf - Interface in Thor.API.Operations
 
tcEventDataReceivedException - Exception in Thor.API.Exceptions
tcEventDataReceivedException is thrown if the Event with the specified key has already been closed for data.
tcEventDataReceivedException() - Constructor for exception Thor.API.Exceptions.tcEventDataReceivedException
Creates a new tcEventDataReceivedException object.
tcEventDataReceivedException(String) - Constructor for exception Thor.API.Exceptions.tcEventDataReceivedException
Constructs a new tcEventDataReceivedException with the specified detail message.
tcEventNotFoundException - Exception in Thor.API.Exceptions
tcEventNotFoundException is thrown if the reconciliation event with the specified key does not exist.
tcEventNotFoundException() - Constructor for exception Thor.API.Exceptions.tcEventNotFoundException
Creates a new tcEventNotFoundException object.
tcEventNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcEventNotFoundException
Constructs a new tcEventNotFoundException with the specified detail message.
tcExistingAdministratorException - Exception in Thor.API.Exceptions
tcExistingAdministratorException is thrown if the administrator group is already added.
tcExistingAdministratorException() - Constructor for exception Thor.API.Exceptions.tcExistingAdministratorException
Creates a new tcExistingAdministratorException object.
tcExistingAdministratorException(String) - Constructor for exception Thor.API.Exceptions.tcExistingAdministratorException
Constructs a new tcExistingAdministratorException with the specified detail message.
tcExistingMemberException - Exception in Thor.API.Exceptions
tcExistingMemberException is thrown if Member group already exists as part of the Queue.
tcExistingMemberException() - Constructor for exception Thor.API.Exceptions.tcExistingMemberException
Creates a new tcExistingMemberException object.
tcExistingMemberException(String) - Constructor for exception Thor.API.Exceptions.tcExistingMemberException
Constructs a new tcExistingMemberException with the specified detail message.
tcExportOperationsBean - Class in com.thortech.xl.ejb.beansimpl
Server-side API class for Exports using Deployment Manager The APIs will be called in following order: findObjects : Find objects to be exported getExportXML(objectCollection, description) : Get the xml by passing the object collection
tcExportOperationsBean() - Constructor for class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
 
tcExportOperationsIntf - Interface in Thor.API.Operations
 
tcFormDefinitionOperationsIntf - Interface in Thor.API.Operations
 
tcFormEntryNotFoundException - Exception in Thor.API.Exceptions
tcFormEntryNotFoundException is thrown if the form that is associated with an instance of an object in the system does not exist.
tcFormEntryNotFoundException() - Constructor for exception Thor.API.Exceptions.tcFormEntryNotFoundException
Creates a new tcFormEntryNotFoundException object.
tcFormEntryNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcFormEntryNotFoundException
Constructs a new tcFormEntryNotFoundException with the specified detail message.
tcFormFieldNotFoundException - Exception in Thor.API.Exceptions
tcFormFieldNotFoundException is thrown if the form field with the specified key does not exist.
tcFormFieldNotFoundException() - Constructor for exception Thor.API.Exceptions.tcFormFieldNotFoundException
Creates a new tcFormFieldNotFoundException object.
tcFormFieldNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcFormFieldNotFoundException
Constructs a new tcFormFieldNotFoundException with the specified detail message.
tcFormInstanceOperationsIntf - Interface in Thor.API.Operations
 
tcFormNotFoundException - Exception in Thor.API.Exceptions
tcFormNotFoundException is thrown if the User-defined form does not exist for object instance with the specified key.
tcFormNotFoundException() - Constructor for exception Thor.API.Exceptions.tcFormNotFoundException
Creates a new tcFormNotFoundException object.
tcFormNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcFormNotFoundException
Constructs a new tcFormNotFoundException with the specified detail message.
tcGroupNotFoundException - Exception in Thor.API.Exceptions
tcGroupNotFoundException is thrown if the specified group key is not valid or does not exist.
tcGroupNotFoundException() - Constructor for exception Thor.API.Exceptions.tcGroupNotFoundException
Creates a new tcGroupNotFoundException object.
tcGroupNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcGroupNotFoundException
Constructs a new tcGroupNotFoundException with the specified detail message.
tcGroupOperationsIntf - Interface in Thor.API.Operations
 
tcHelpOperationsIntf - Interface in Thor.API.Operations
 
tcIDNotFoundException - Exception in Thor.API.Exceptions
tcIDNotFoundException.java is thrown if during reconciliation process the ID generated by the initialization method is not found or is not valid.
tcIDNotFoundException() - Constructor for exception Thor.API.Exceptions.tcIDNotFoundException
Creates a new tcIDNotFoundException object.
tcIDNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcIDNotFoundException
Constructs a new tcIDNotFoundException.java with the specified detail message.
tcImportOperationsBean - Class in com.thortech.xl.ejb.beansimpl
Server-side API class for Imports using Deployment Manager The APIs will be called in following order: acquireLock(true) : Acquires Lock addXMLFile(xmlFileName, fileContents) : Get collection to pass to performImport API performImport(collection) : Performs import with collection returned by addXMLFile API
tcImportOperationsBean() - Constructor for class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
 
tcImportOperationsIntf - Interface in Thor.API.Operations
 
tcInsufficientPrivilegeException - Exception in Thor.API.Exceptions
tcInsufficientPrivilegeException is thrown if sufficient privileges do not exist for carrying out the specified task.
tcInsufficientPrivilegeException() - Constructor for exception Thor.API.Exceptions.tcInsufficientPrivilegeException
Creates a new tcInsufficientPrivilegeException object.
tcInsufficientPrivilegeException(String) - Constructor for exception Thor.API.Exceptions.tcInsufficientPrivilegeException
Constructs a new tcInsufficientPrivilegeException with the specified detail message.
tcInvalidAttributeException - Exception in Thor.API.Exceptions
tcInvalidAttributeException is raised if one of the attributes is not a valid attribute or if a group key is provided as an attribute or if one or more of the attributes in the map are invalid attributes of the specified IT Resource instance or if one or many of the provided attributes do not exist or if Queue Key is provided as an attribute.
tcInvalidAttributeException() - Constructor for exception Thor.API.Exceptions.tcInvalidAttributeException
Creates a new tcInvalidAttributeException object.
tcInvalidAttributeException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidAttributeException
Constructs a new tcInvalidAttributeException with the specified detail message.
tcInvalidColumnException - Exception in Thor.API.Exceptions
tcInvalidColumnException is thrown if the specified Column Code does not exist.
tcInvalidColumnException() - Constructor for exception Thor.API.Exceptions.tcInvalidColumnException
Creates a new tcInvalidColumnException object.
tcInvalidColumnException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidColumnException
Constructs a new tcInvalidColumnException with the specified detail message.
tcInvalidEmailTypeException - Exception in Thor.API.Exceptions
tcInvalidEmailTypeException is thrown if the email definition is not of type request or provisioning.
tcInvalidEmailTypeException() - Constructor for exception Thor.API.Exceptions.tcInvalidEmailTypeException
Creates a new tcInvalidEmailTypeException object.
tcInvalidEmailTypeException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidEmailTypeException
Constructs a new tcInvalidEmailTypeException with the specified detail message.
tcInvalidLookupException - Exception in Thor.API.Exceptions
tcInvalidLookupException is thrown if the Lookup Code does not exist.
tcInvalidLookupException() - Constructor for exception Thor.API.Exceptions.tcInvalidLookupException
Creates a new tcInvalidLookupException object.
tcInvalidLookupException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidLookupException
Constructs a new tcInvalidLookupException with the specified detail message.
tcInvalidManagerException - Exception in Thor.API.Exceptions
tcInvalidManagerException is thrown if the specified request manager key is not a valid manager / no manager found for the request manager key.
tcInvalidManagerException() - Constructor for exception Thor.API.Exceptions.tcInvalidManagerException
Creates a new tcInvalidManagerException object.
tcInvalidManagerException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidManagerException
Constructs a new tcInvalidManagerException with the specified detail message.
tcInvalidMemberGroupException - Exception in Thor.API.Exceptions
tcInvalidMemberGroupException is thrown if member is not allowed to be added or removed to the specified group.
tcInvalidMemberGroupException() - Constructor for exception Thor.API.Exceptions.tcInvalidMemberGroupException
Creates a new tcInvalidMemberGroupException object.
tcInvalidMemberGroupException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidMemberGroupException
Constructs a new tcInvalidMemberGroupException with the specified detail message.
tcInvalidNameException - Exception in Thor.API.Exceptions
tcInvalidNameException is thrown if the name is invalid for example the length of form name exceeds the maximum characters allowed or form with the specified name already exists or form type is invalid or the specified name has invalid characters.
tcInvalidNameException() - Constructor for exception Thor.API.Exceptions.tcInvalidNameException
Creates a new tcInvalidNameException object.
tcInvalidNameException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidNameException
Constructs a new tcInvalidNameException with the specified detail message.
tcInvalidOperationException - Exception in Thor.API.Exceptions
tcInvalidOperationException is thrown if the operation being performed is invalid for example while enabling, disabling or deleting an organization if the specified operation is not valid.
tcInvalidOperationException() - Constructor for exception Thor.API.Exceptions.tcInvalidOperationException
Creates a new tcInvalidOperationException object.
tcInvalidOperationException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidOperationException
Constructs a new tcInvalidOperationException with the specified detail message.
tcInvalidParentException - Exception in Thor.API.Exceptions
tcInvalidParentException is thrown if the Parent Queue Key does not exist.
tcInvalidParentException() - Constructor for exception Thor.API.Exceptions.tcInvalidParentException
Creates a new tcInvalidParentException object.
tcInvalidParentException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidParentException
Constructs a new tcInvalidParentException with the specified detail message.
tcInvalidPermissionsException - Exception in Thor.API.Exceptions
tcInvalidPermissionsException is thrown if the specified member group does not have valid write or delete permissions.
tcInvalidPermissionsException() - Constructor for exception Thor.API.Exceptions.tcInvalidPermissionsException
Creates a new tcInvalidPermissionsException object.
tcInvalidPermissionsException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidPermissionsException
Constructs a new tcInvalidPermissionsException with the specified detail message.
tcInvalidQuestionException - Exception in Thor.API.Exceptions
tcInvalidQuestionException is thrown if an invalid question is entered / specified question is not defined as a valid question.
tcInvalidQuestionException() - Constructor for exception Thor.API.Exceptions.tcInvalidQuestionException
Creates a new tcInvalidQuestionException object.
tcInvalidQuestionException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidQuestionException
Constructs a new tcInvalidQuestionException with the specified detail message.
tcInvalidResponseException - Exception in Thor.API.Exceptions
tcInvalidResponseException is thrown for the invalid response from the user with specified key request.
tcInvalidResponseException() - Constructor for exception Thor.API.Exceptions.tcInvalidResponseException
Creates a new tcInvalidResponseException object.
tcInvalidResponseException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidResponseException
Constructs a new tcInvalidResponseException with the specified detail message.
tcInvalidRoleException - Exception in Thor.API.Exceptions
tcInvalidRoleException is thrown if the specified role is invalid.
tcInvalidRoleException() - Constructor for exception Thor.API.Exceptions.tcInvalidRoleException
Creates a new tcInvalidRoleException object.
tcInvalidRoleException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidRoleException
Constructs a new tcInvalidRoleException with the specified detail message.
tcInvalidStatusException - Exception in Thor.API.Exceptions
tcInvalidStatusException is thrown if the request approval(Standard Approval) process has an invalid status.
tcInvalidStatusException() - Constructor for exception Thor.API.Exceptions.tcInvalidStatusException
Creates a new tcInvalidStatusException object.
tcInvalidStatusException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidStatusException
Constructs a new tcInvalidStatusException with the specified detail message.
tcInvalidUpdateException - Exception in Thor.API.Exceptions
tcInvalidUpdateException is thrown if the updation made is invalid or upadtion is made with an invalid attribute name.
tcInvalidUpdateException() - Constructor for exception Thor.API.Exceptions.tcInvalidUpdateException
Creates a new tcInvalidUpdateException object.
tcInvalidUpdateException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidUpdateException
Constructs a new tcInvalidUpdateException with the specified detail message.
tcInvalidUserException - Exception in Thor.API.Exceptions
tcInvalidUserException is thrown if the user is invalid for example if an attempt is made to assign the specified user who is not a member of one of the groups assigned with administrative privileges as an administrator .
tcInvalidUserException() - Constructor for exception Thor.API.Exceptions.tcInvalidUserException
Creates a new tcInvalidUserException object.
tcInvalidUserException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidUserException
Constructs a new tcInvalidUserException with the specified detail message.
tcInvalidValueException - Exception in Thor.API.Exceptions
tcInvalidValueException is thrown if the specified value does not exist or the value is invalid or if the value cannot be added to the lookup (because it is a duplicate, etc).
tcInvalidValueException() - Constructor for exception Thor.API.Exceptions.tcInvalidValueException
Creates a new tcInvalidValueException object.
tcInvalidValueException(String) - Constructor for exception Thor.API.Exceptions.tcInvalidValueException
Constructs a new tcInvalidValueException with the specified detail message.
tcITResourceDefinitionNotFoundException - Exception in Thor.API.Exceptions
tcITResourceDefinitionNotFoundException is thrown if the IT resource definition with the specified key does not exist.
tcITResourceDefinitionNotFoundException() - Constructor for exception Thor.API.Exceptions.tcITResourceDefinitionNotFoundException
Creates a new tcITResourceDefinitionNotFoundException object.
tcITResourceDefinitionNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcITResourceDefinitionNotFoundException
Constructs a new tcITResourceDefinitionNotFoundException with the specified detail message.
tcITResourceDefinitionOperationsIntf - Interface in Thor.API.Operations
 
tcITResourceInstanceOperationsIntf - Interface in Thor.API.Operations
 
tcITResourceNotFoundException - Exception in Thor.API.Exceptions
tcITResourceNotFoundException is thrown if the specified IT Resource instance does not exist.
tcITResourceNotFoundException() - Constructor for exception Thor.API.Exceptions.tcITResourceNotFoundException
Creates a new tcITResourceNotFoundException object.
tcITResourceNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcITResourceNotFoundException
Constructs a new tcITResourceNotFoundException with the specified detail message.
tcLocationNotFoundException - Exception in Thor.API.Exceptions
tcLocationNotFoundException is thrown if the location with the specified key does not exist.
tcLocationNotFoundException() - Constructor for exception Thor.API.Exceptions.tcLocationNotFoundException
Creates a new tcLocationNotFoundException object.
tcLocationNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcLocationNotFoundException
Constructs a new tcLocationNotFoundException with the specified detail message.
tcLoginAttemptsExceededException - Exception in Thor.API.Exceptions
tcLoginAttemptsExceededException is thrown if the specified user has exceeded the maximum number of login attempts permitted.
tcLoginAttemptsExceededException() - Constructor for exception Thor.API.Exceptions.tcLoginAttemptsExceededException
Creates a new tcLoginAttemptsExceededException object.
tcLoginAttemptsExceededException(String) - Constructor for exception Thor.API.Exceptions.tcLoginAttemptsExceededException
Constructs a new tcLoginAttemptsExceededException with the specified detail message.
tcLookupOperationsIntf - Interface in Thor.API.Operations
 
tcMemberGroupNotFoundException - Exception in Thor.API.Exceptions
tcMemberGroupNotFoundException is thrown if One or many of the member group keys do not exist.
tcMemberGroupNotFoundException() - Constructor for exception Thor.API.Exceptions.tcMemberGroupNotFoundException
Creates a new tcMemberGroupNotFoundException object.
tcMemberGroupNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcMemberGroupNotFoundException
Constructs a new tcMemberGroupNotFoundException with the specified detail message.
tcMultipleMatchesFoundException - Exception in Thor.API.Exceptions
tcMultipleMatchesFoundException is thrown if multiple matches are found for a specified key.
tcMultipleMatchesFoundException() - Constructor for exception Thor.API.Exceptions.tcMultipleMatchesFoundException
Creates a new tcMultipleMatchesFoundException object.
tcMultipleMatchesFoundException(String) - Constructor for exception Thor.API.Exceptions.tcMultipleMatchesFoundException
Constructs a new tcMultipleMatchesFoundException with the specified detail message.
tcNoAdapterException - Exception in Thor.API.Exceptions
tcNoAdapterException is thrown if an adapter with the specified name doesn't exist.
tcNoAdapterException() - Constructor for exception Thor.API.Exceptions.tcNoAdapterException
Creates a new tcNoAdapterException object.
tcNoAdapterException(String) - Constructor for exception Thor.API.Exceptions.tcNoAdapterException
Constructs a new tcNoAdapterException with the specified detail message.
tcNoApprovalException - Exception in Thor.API.Exceptions
tcNoApprovalException is thrown if the Object instance with the specified key does not have an associated approval process.
tcNoApprovalException() - Constructor for exception Thor.API.Exceptions.tcNoApprovalException
Creates a new tcNoApprovalException object.
tcNoApprovalException(String) - Constructor for exception Thor.API.Exceptions.tcNoApprovalException
Constructs a new tcNoApprovalException with the specified detail message.
tcNoEmailAddressException - Exception in Thor.API.Exceptions
tcNoEmailAddressException is thrown if the specified group does not have an email address
tcNoEmailAddressException() - Constructor for exception Thor.API.Exceptions.tcNoEmailAddressException
Creates a new tcNoEmailAddressException object.
tcNoEmailAddressException(String) - Constructor for exception Thor.API.Exceptions.tcNoEmailAddressException
Constructs a new tcNoEmailAddressException with the specified detail message.
tcNoLookupException - Exception in Thor.API.Exceptions
tcNoLookupException is thrown if the specified column does not have a lookup attached to it.
tcNoLookupException() - Constructor for exception Thor.API.Exceptions.tcNoLookupException
Creates a new tcNoLookupException object.
tcNoLookupException(String) - Constructor for exception Thor.API.Exceptions.tcNoLookupException
Constructs a new tcNoLookupException with the specified detail message.
tcNoSuchTaskAttributeException - Exception in Thor.API.Exceptions
tcNoSuchTaskAttributeException is thrown if a schedule task attribute with the specified name doesn't exist.
tcNoSuchTaskAttributeException() - Constructor for exception Thor.API.Exceptions.tcNoSuchTaskAttributeException
Creates a new tcNoSuchTaskAttributeException object.
tcNoSuchTaskAttributeException(String) - Constructor for exception Thor.API.Exceptions.tcNoSuchTaskAttributeException
Constructs a new tcNoSuchTaskAttributeException with the specified detail message.
tcNotAtomicProcessException - Exception in Thor.API.Exceptions
tcNotAtomicProcessException is thrown if Process instance with the specified key is not an instance of an atomic process.
tcNotAtomicProcessException() - Constructor for exception Thor.API.Exceptions.tcNotAtomicProcessException
Creates a new tcNotAtomicProcessException object.
tcNotAtomicProcessException(String) - Constructor for exception Thor.API.Exceptions.tcNotAtomicProcessException
Constructs a new tcNotAtomicProcessException with the specified detail message.
tcNotExistingAdministratorException - Exception in Thor.API.Exceptions
tcNotExistingAdministratorException is thrown if Administrator does not associate with the queue or Administrator does not exist.
tcNotExistingAdministratorException() - Constructor for exception Thor.API.Exceptions.tcNotExistingAdministratorException
Creates a new tcNotExistingAdministratorException object.
tcNotExistingAdministratorException(String) - Constructor for exception Thor.API.Exceptions.tcNotExistingAdministratorException
Constructs a new tcNotExistingAdministratorException with the specified detail message.
tcNotExistingMemberException - Exception in Thor.API.Exceptions
tcNotExistingMemberException is thrown if member group specified is not part of the queue or the member does not exist.
tcNotExistingMemberException() - Constructor for exception Thor.API.Exceptions.tcNotExistingMemberException
Creates a new tcNotExistingMemberException object.
tcNotExistingMemberException(String) - Constructor for exception Thor.API.Exceptions.tcNotExistingMemberException
Constructs a new tcNotExistingMemberException with the specified detail message.
tcNotLookupFieldException - Exception in Thor.API.Exceptions
tcNotLookupFieldException is thrown if the Form Field with the specified key is not a lookup field.
tcNotLookupFieldException() - Constructor for exception Thor.API.Exceptions.tcNotLookupFieldException
Creates a new tcNotLookupFieldException object.
tcNotLookupFieldException(String) - Constructor for exception Thor.API.Exceptions.tcNotLookupFieldException
Constructs a new tcNotLookupFieldException with the specified detail message.
tcNotProvisionedException - Exception in Thor.API.Exceptions
tcNotProvisionedException is thrown if the Object instance for the specified user with does not have an associated provisioning process.
tcNotProvisionedException() - Constructor for exception Thor.API.Exceptions.tcNotProvisionedException
Creates a new tcNotProvisionedException object.
tcNotProvisionedException(String) - Constructor for exception Thor.API.Exceptions.tcNotProvisionedException
Constructs a new tcNotProvisionedException with the specified detail message.
tcNumberOfChallengesMismatchException - Exception in Thor.API.Exceptions
tcNumberOfChallengesMismatchException is thrown if the number of questions answered correctly does not match the number of correct answers required or the number of questions answered do not match the questions defined.
tcNumberOfChallengesMismatchException() - Constructor for exception Thor.API.Exceptions.tcNumberOfChallengesMismatchException
Creates a new tcNumberOfChallengesMismatchException object.
tcNumberOfChallengesMismatchException(String) - Constructor for exception Thor.API.Exceptions.tcNumberOfChallengesMismatchException
Constructs a new tcNumberOfChallengesMismatchException with the specified detail message.
tcObjectFormAssignedException - Exception in Thor.API.Exceptions
tcObjectFormAssignedException is thrown if the specified object is already assigned to the form.
tcObjectFormAssignedException() - Constructor for exception Thor.API.Exceptions.tcObjectFormAssignedException
Creates a new tcObjectFormAssignedException object.
tcObjectFormAssignedException(String) - Constructor for exception Thor.API.Exceptions.tcObjectFormAssignedException
Constructs a new tcObjectFormAssignedException with the specified detail message.
tcObjectFormNotAssignedException - Exception in Thor.API.Exceptions
tcObjectFormNotAssignedException is thrown if the specified object is not assigned to the given form.
tcObjectFormNotAssignedException() - Constructor for exception Thor.API.Exceptions.tcObjectFormNotAssignedException
Creates a new tcObjectFormNotAssignedException object.
tcObjectFormNotAssignedException(String) - Constructor for exception Thor.API.Exceptions.tcObjectFormNotAssignedException
Constructs a new tcObjectFormNotAssignedException with the specified detail message.
tcObjectNotApprovedException - Exception in Thor.API.Exceptions
tcObjectNotApprovedException is thrown if the Object instance with the specified key does not have the correct status or is not approved.
tcObjectNotApprovedException() - Constructor for exception Thor.API.Exceptions.tcObjectNotApprovedException
Creates a new tcObjectNotApprovedException object.
tcObjectNotApprovedException(String) - Constructor for exception Thor.API.Exceptions.tcObjectNotApprovedException
Constructs a new tcObjectNotApprovedException with the specified detail message.
tcObjectNotAssignedException - Exception in Thor.API.Exceptions
tcObjectNotAssignedException is thrown If one or many of the objects are not assigned to the given access policy.
tcObjectNotAssignedException() - Constructor for exception Thor.API.Exceptions.tcObjectNotAssignedException
Creates a new tcObjectNotAssignedException object.
tcObjectNotAssignedException(String) - Constructor for exception Thor.API.Exceptions.tcObjectNotAssignedException
Constructs a new tcObjectNotAssignedException with the specified detail message.
tcObjectNotFoundException - Exception in Thor.API.Exceptions
tcObjectNotFoundException is thrown if the specified object or object instance is not found.
tcObjectNotFoundException() - Constructor for exception Thor.API.Exceptions.tcObjectNotFoundException
Creates a new tcObjectNotFoundException object.
tcObjectNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcObjectNotFoundException
Constructs a new tcObjectNotFoundException with the specified detail message.
tcObjectOperationsIntf - Interface in Thor.API.Operations
 
tcOrganizationNotFoundException - Exception in Thor.API.Exceptions
tcOrganizationNotFoundException is thrown if the specified organization does not exist.
tcOrganizationNotFoundException() - Constructor for exception Thor.API.Exceptions.tcOrganizationNotFoundException
Creates a new tcOrganizationNotFoundException object.
tcOrganizationNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcOrganizationNotFoundException
Constructs a new tcOrganizationNotFoundException with the specified detail message.
tcOrganizationOperationsIntf - Interface in Thor.API.Operations
 
tcPasswordExpiredException - Exception in Thor.API.Exceptions
tcPasswordExpiredException is thrown if the specified user's Xellerate password has expired.
tcPasswordExpiredException() - Constructor for exception Thor.API.Exceptions.tcPasswordExpiredException
Creates a new tcPasswordExpiredException object.
tcPasswordExpiredException(String) - Constructor for exception Thor.API.Exceptions.tcPasswordExpiredException
Constructs a new tcPasswordExpiredException with the specified detail message.
tcPasswordIncorrectException - Exception in Thor.API.Exceptions
tcPasswordIncorrectException is thrown if the password given for the specified user is not correct.
tcPasswordIncorrectException() - Constructor for exception Thor.API.Exceptions.tcPasswordIncorrectException
Creates a new tcPasswordIncorrectException object.
tcPasswordIncorrectException(String) - Constructor for exception Thor.API.Exceptions.tcPasswordIncorrectException
Constructs a new tcPasswordIncorrectException with the specified detail message.
tcPasswordMismatchException - Exception in Thor.API.Exceptions
tcPasswordMismatchException is thrown if while changing the password for the specified user the confirmed password is not the same as new password.
tcPasswordMismatchException() - Constructor for exception Thor.API.Exceptions.tcPasswordMismatchException
Creates a new tcPasswordMismatchException object.
tcPasswordMismatchException(String) - Constructor for exception Thor.API.Exceptions.tcPasswordMismatchException
Constructs a new tcPasswordMismatchException with the specified detail message.
tcPasswordOperationsIntf - Interface in Thor.API.Operations
 
tcPasswordPolicyException - Exception in Thor.API.Exceptions
tcPasswordPolicyException is thrown if the Password Policy Fails for specified password.
tcPasswordPolicyException() - Constructor for exception Thor.API.Exceptions.tcPasswordPolicyException
Creates a new tcPasswordPolicyException object.
tcPasswordPolicyException(String) - Constructor for exception Thor.API.Exceptions.tcPasswordPolicyException
Constructs a new tcPolicyFailedException with the specified detail message.
tcPasswordResetAttemptsExceededException - Exception in Thor.API.Exceptions
tcPasswordResetAttemptsExceededException is thrown if the specified user has exceeded the maximum number of password reset attempts allowed.
tcPasswordResetAttemptsExceededException() - Constructor for exception Thor.API.Exceptions.tcPasswordResetAttemptsExceededException
Creates a new tcPasswordResetAttemptsExceededException object.
tcPasswordResetAttemptsExceededException(String) - Constructor for exception Thor.API.Exceptions.tcPasswordResetAttemptsExceededException
Constructs a new tcPasswordResetAttemptsExceededException with the specified detail message.
tcPermissionOperationsIntf - Interface in Thor.API.Operations
Deprecated. 
tcPolicyFailedException - Exception in Thor.API.Exceptions
tcPolicyFailedException is thrown if throw the policy fails while setting the new password.
tcPolicyFailedException() - Constructor for exception Thor.API.Exceptions.tcPolicyFailedException
Creates a new tcPolicyFailedException object.
tcPolicyFailedException(String) - Constructor for exception Thor.API.Exceptions.tcPolicyFailedException
Constructs a new tcPolicyFailedException with the specified detail message.
tcPolicyNotFoundException - Exception in Thor.API.Exceptions
tcPolicyNotFoundException is raised if the specified policy does not exist or if the policy is not a valid policy key.
tcPolicyNotFoundException() - Constructor for exception Thor.API.Exceptions.tcPolicyNotFoundException
Creates a new tcPolicyNotFoundException object.
tcPolicyNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcPolicyNotFoundException
Constructs a new tcPolicyNotFoundException with the specified detail message.
tcProcessFormException - Exception in Thor.API.Exceptions
tcProcessFormException is thrown if the specified form with the specified key does not exist or the specified form is not of Object type.
tcProcessFormException() - Constructor for exception Thor.API.Exceptions.tcProcessFormException
Creates a new tcProcessFormException object.
tcProcessFormException(String) - Constructor for exception Thor.API.Exceptions.tcProcessFormException
Constructs a new tcProcessFormException with the specified detail message.
tcProcessNotFoundException - Exception in Thor.API.Exceptions
tcProcessNotFoundException is thrown if the process instance with the specified key does not exist for the specified form.
tcProcessNotFoundException() - Constructor for exception Thor.API.Exceptions.tcProcessNotFoundException
Creates a new tcProcessNotFoundException object.
tcProcessNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcProcessNotFoundException
Constructs a new tcProcessNotFoundException with the specified detail message.
tcPropertyAlreadyAssignedException - Exception in Thor.API.Exceptions
tcPropertyAlreadyAssignedException is thrown if the specified property has already been assigned to the given form field.
tcPropertyAlreadyAssignedException() - Constructor for exception Thor.API.Exceptions.tcPropertyAlreadyAssignedException
Creates a new tcPropertyAlreadyAssignedException object.
tcPropertyAlreadyAssignedException(String) - Constructor for exception Thor.API.Exceptions.tcPropertyAlreadyAssignedException
Constructs a new tcPropertyAlreadyAssignedException with the specified detail message.
tcPropertyNotAssignedException - Exception in Thor.API.Exceptions
tcPropertyNotAssignedException is thrown if the specified property has not been assigned to the given form field.
tcPropertyNotAssignedException() - Constructor for exception Thor.API.Exceptions.tcPropertyNotAssignedException
Creates a new tcPropertyNotAssignedException object.
tcPropertyNotAssignedException(String) - Constructor for exception Thor.API.Exceptions.tcPropertyNotAssignedException
Constructs a new tcPropertyNotAssignedException with the specified detail message.
tcPropertyNotFoundException - Exception in Thor.API.Exceptions
tcPropertyNotFoundException is thrown if the specified property of the specified form's field does not exist.
tcPropertyNotFoundException() - Constructor for exception Thor.API.Exceptions.tcPropertyNotFoundException
Creates a new tcPropertyNotFoundException object.
tcPropertyNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcPropertyNotFoundException
Constructs a new tcPropertyNotFoundException with the specified detail message.
tcPropertyOperationsIntf - Interface in Thor.API.Operations
 
tcProvisioningNotAllowedException - Exception in Thor.API.Exceptions
tcProvisioningNotAllowedException is thrown if the resource does not have a provisioning process associated with it or logged in user does not have permission to create the specified resource instance or there is some error while provisioning a resource.
tcProvisioningNotAllowedException() - Constructor for exception Thor.API.Exceptions.tcProvisioningNotAllowedException
Creates a new tcProvisioningNotAllowedException object.
tcProvisioningNotAllowedException(String) - Constructor for exception Thor.API.Exceptions.tcProvisioningNotAllowedException
Constructs a new tcProvisioningNotAllowedException with the specified detail message.
tcProvisioningOperationsIntf - Interface in Thor.API.Operations
 
tcQuestionsNotDefinedException - Exception in Thor.API.Exceptions
tcQuestionsNotDefinedException is thrown if the questions for the specified user does not exist.
tcQuestionsNotDefinedException() - Constructor for exception Thor.API.Exceptions.tcQuestionsNotDefinedException
Creates a new tcQuestionsNotDefinedException object.
tcQuestionsNotDefinedException(String) - Constructor for exception Thor.API.Exceptions.tcQuestionsNotDefinedException
Constructs a new tcQuestionsNotDefinedException with the specified detail message.
tcQueueNotFoundException - Exception in Thor.API.Exceptions
tcQueueNotFoundException is thrown if the requested specified queue does not exist.
tcQueueNotFoundException() - Constructor for exception Thor.API.Exceptions.tcQueueNotFoundException
Creates a new tcQueueNotFoundException object.
tcQueueNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcQueueNotFoundException
Constructs a new tcQueueNotFoundException with the specified detail message.
tcReconciliationOperationsIntf - Interface in Thor.API.Operations
Deprecated. As of 11g use ReconOperationsService
tcRecursiveProxyException - Exception in Thor.API.Exceptions
tcRecursiveProxyException is thrown if there is a recursive proxy for the specified user being set as a proxy for a particular user.
tcRecursiveProxyException() - Constructor for exception Thor.API.Exceptions.tcRecursiveProxyException
Creates a new tcRecursiveProxyException object.
tcRecursiveProxyException(String) - Constructor for exception Thor.API.Exceptions.tcRecursiveProxyException
Constructs a new tcRecursiveProxyException with the specified detail message.
tcRemoteManagerNotFoundException - Exception in Thor.API.Exceptions
tcRemoteManagerNotFoundException is thrown if the Remote Manager with the specified key does not exist.
tcRemoteManagerNotFoundException() - Constructor for exception Thor.API.Exceptions.tcRemoteManagerNotFoundException
Creates a new tcRemoteManagerNotFoundException object.
tcRemoteManagerNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcRemoteManagerNotFoundException
Constructs a new tcRemoteManagerNotFoundException with the specified detail message.
tcRequiredDataMissingException - Exception in Thor.API.Exceptions
tcRequiredDataMissingException is thrown if the required data is not present for the specified field.
tcRequiredDataMissingException() - Constructor for exception Thor.API.Exceptions.tcRequiredDataMissingException
Creates a new tcRequiredDataMissingException object.
tcRequiredDataMissingException(String) - Constructor for exception Thor.API.Exceptions.tcRequiredDataMissingException
Constructs a new tcRequiredDataMissingException with the specified detail message.
tcRevocationNotAllowedException - Exception in Thor.API.Exceptions
tcRevocationNotAllowedException is thrown if the specified user does not have permission to revoke the object instance.
tcRevocationNotAllowedException() - Constructor for exception Thor.API.Exceptions.tcRevocationNotAllowedException
Creates a new tcRevocationNotAllowedException object.
tcRevocationNotAllowedException(String) - Constructor for exception Thor.API.Exceptions.tcRevocationNotAllowedException
Constructs a new tcRevocationNotAllowedException with the specified detail message.
tcRuleNotFoundException - Exception in Thor.API.Exceptions
tcRuleNotFoundException is thrown when one or many of the rule keys do not exist.
tcRuleNotFoundException() - Constructor for exception Thor.API.Exceptions.tcRuleNotFoundException
Creates a new tcRuleNotFoundException object.
tcRuleNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcRuleNotFoundException
Constructs a new tcRuleNotFoundException with the specified detail message.
tcRulesOperationsIntf - Interface in Thor.API.Operations
 
tcScheduledTaskNotFoundException - Exception in Thor.API.Exceptions
tcScheduledTaskNotFoundException is thrown if a schedule task with the specified name doesn't exist.
tcScheduledTaskNotFoundException() - Constructor for exception Thor.API.Exceptions.tcScheduledTaskNotFoundException
Creates a new tcScheduledTaskNotFoundException object.
tcScheduledTaskNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcScheduledTaskNotFoundException
Constructs a new tcScheduledTaskNotFoundException with the specified detail message.
tcSchedulerOperationsIntf - Interface in Thor.API.Operations
 
tcSODTopologyNotFoundException - Exception in Thor.API.Exceptions
This exception is raised whenever the specified it resource property field "TopologyName" does not exist in the result set
tcSODTopologyNotFoundException() - Constructor for exception Thor.API.Exceptions.tcSODTopologyNotFoundException
Creates a new tcSODTopologyNotFoundException object.
tcSODTopologyNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcSODTopologyNotFoundException
Constructs a new tcSODTopologyNotFoundException with the specified detail message.
tcStaleDataUpdateException - Exception in Thor.API.Exceptions
tcStaleDataUpdateException is thrown if the data you are updating is stale
tcStaleDataUpdateException() - Constructor for exception Thor.API.Exceptions.tcStaleDataUpdateException
Creates a new tcStaleDataUpdateException object.
tcStaleDataUpdateException(String) - Constructor for exception Thor.API.Exceptions.tcStaleDataUpdateException
Constructs a new tcStaleDataUpdateException with the specified detail message.
tcTaskNotFoundException - Exception in Thor.API.Exceptions
tcTaskNotFoundException is thrown when one or more task key passed are invalid.
tcTaskNotFoundException() - Constructor for exception Thor.API.Exceptions.tcTaskNotFoundException
Creates a new tcTaskNotFoundException object.
tcTaskNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcTaskNotFoundException
Constructs a new tcTaskNotFoundException with the specified detail message.
tcUnauthenticatedOperationsIntf - Interface in Thor.API.Operations
 
tcUpdateNotAllowedException - Exception in Thor.API.Exceptions
tcUpdateNotAllowedException is thrown if the updates to the specified field with specified value are not allowed.
tcUpdateNotAllowedException() - Constructor for exception Thor.API.Exceptions.tcUpdateNotAllowedException
Creates a new tcUpdateNotAllowedException object.
tcUpdateNotAllowedException(String) - Constructor for exception Thor.API.Exceptions.tcUpdateNotAllowedException
Constructs a new tcUpdateNotAllowedException with the specified detail message.
tcUserAccountDisabledException - Exception in Thor.API.Exceptions
tcUserAccountDisabledException is thrown if the specified user account is disabled.
tcUserAccountDisabledException() - Constructor for exception Thor.API.Exceptions.tcUserAccountDisabledException
Creates a new tcUserAccountDisabledException object.
tcUserAccountDisabledException(String) - Constructor for exception Thor.API.Exceptions.tcUserAccountDisabledException
Constructs a new tcUserAccountDisabledException with the specified detail message.
tcUserAccountInvalidException - Exception in Thor.API.Exceptions
tcUserAccountInvalidException is thrown if the specified user account is invalid.
tcUserAccountInvalidException() - Constructor for exception Thor.API.Exceptions.tcUserAccountInvalidException
Creates a new tcUserAccountInvalidException object.
tcUserAccountInvalidException(String) - Constructor for exception Thor.API.Exceptions.tcUserAccountInvalidException
Constructs a new tcUserAccountInvalidException with the specified detail message.
tcUserAccountLockedByAdminException - Exception in Thor.API.Exceptions
tcUserAccountLockedByAdminException is thrown if the specified user account has been locked by the administrator.
tcUserAccountLockedByAdminException() - Constructor for exception Thor.API.Exceptions.tcUserAccountLockedByAdminException
Creates a new tcUserAccountLockedByAdminException object.
tcUserAccountLockedByAdminException(String) - Constructor for exception Thor.API.Exceptions.tcUserAccountLockedByAdminException
Constructs a new tcUserAccountLockedByAdminException with the specified detail message.
tcUserAlreadyLoggedInException - Exception in Thor.API.Exceptions
tcUserAlreadyLoggedInException is thrown if the specified user is already logged In.
tcUserAlreadyLoggedInException() - Constructor for exception Thor.API.Exceptions.tcUserAlreadyLoggedInException
Creates a new tcUserAlreadyLoggedInException object.
tcUserAlreadyLoggedInException(String) - Constructor for exception Thor.API.Exceptions.tcUserAlreadyLoggedInException
Constructs a new tcUserAlreadyLoggedInException with the specified detail message.
tcUserContactInformationNotFoundException - Exception in Thor.API.Exceptions
tcUserContactInformationNotFoundException is thrown if the specified user contact infomation does not exist.
tcUserContactInformationNotFoundException() - Constructor for exception Thor.API.Exceptions.tcUserContactInformationNotFoundException
Creates a new tcUserContactInformationNotFoundException object.
tcUserContactInformationNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcUserContactInformationNotFoundException
Constructs a new tcUserContactInformationNotFoundException with the specified detail message.
tcUserNotFoundException - Exception in Thor.API.Exceptions
tcUserNotFoundException is thrown if the specified user does not exist.
tcUserNotFoundException() - Constructor for exception Thor.API.Exceptions.tcUserNotFoundException
Creates a new tcUserNotFoundException object.
tcUserNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcUserNotFoundException
Constructs a new tcUserNotFoundException with the specified detail message.
tcUserOperationsIntf - Interface in Thor.API.Operations
 
tcUtilBooleanOperations - Class in com.thortech.xl.util.adapters
This class that has basic boolean operations utility methods.
tcUtilDateOperations - Class in com.thortech.xl.util.adapters
This class that has basic date operations utility methods.
tcUtilDateOperations() - Constructor for class com.thortech.xl.util.adapters.tcUtilDateOperations
Creates a new tcUtilDateOperations object.
tcUtilDateOperations(Date) - Constructor for class com.thortech.xl.util.adapters.tcUtilDateOperations
Constructor uses existing Date
tcUtilHashTableOperations - Class in com.thortech.xl.util.adapters
This class that has basic Hashtable operations utility methods.
tcUtilHashTableOperations() - Constructor for class com.thortech.xl.util.adapters.tcUtilHashTableOperations
Creates a new tcUtilHashTableOperations object.
tcUtilHashTableOperations(Hashtable) - Constructor for class com.thortech.xl.util.adapters.tcUtilHashTableOperations
Constructor uses existing hashtable
tcUtilityOperationsIntf - Interface in Thor.API.Base
Base Utility Operations Interface.
tcUtilJDBCClass - Class in com.thortech.xl.util.adapters
JDBC Utility class
tcUtilJDBCClass() - Constructor for class com.thortech.xl.util.adapters.tcUtilJDBCClass
Creates a new tcUtilJDBCClass object.
tcUtilJDBCOperations - Class in com.thortech.xl.util.adapters
This class that has JDBC Operations and compliments the tcUtilJDBCClass class Authors: Louis Cheng and Jatan Rajvanshi August 1, 2002.
tcUtilJDBCOperations() - Constructor for class com.thortech.xl.util.adapters.tcUtilJDBCOperations
Default Constructor
tcUtilJDBCOperations(String, String, String, String) - Constructor for class com.thortech.xl.util.adapters.tcUtilJDBCOperations
Contructor that sets the parameters for connecting to a database
tcUtilLDAPController - Class in com.thortech.xl.util.adapters
Class that provides the JNDI Interface to LDAP Director.
Requires that jndi.jar be in the classpath.
tcUtilLDAPController(String, String, String, String) - Constructor for class com.thortech.xl.util.adapters.tcUtilLDAPController
Contructor that sets the primary connection parameters
tcUtilLDAPController(String, String, String, String, boolean) - Constructor for class com.thortech.xl.util.adapters.tcUtilLDAPController
Contructor that sets the primary connection parameters, and also provides a method to set the security constraint
tcUtilLDAPController(String, String, String, String, Boolean) - Constructor for class com.thortech.xl.util.adapters.tcUtilLDAPController
Creates a new tcUtilLDAPController object.
tcUtilLDAPListener - Class in com.thortech.xl.util.adapters
LDAP Listener Utility class
tcUtilLDAPListener(String, String, String, String) - Constructor for class com.thortech.xl.util.adapters.tcUtilLDAPListener
Creates a new tcUtilLDAPListener object.
tcUtilLDAPOrganizationHierarchy - Class in com.thortech.xl.util.adapters
Utility class that creates the organization hierarchy from an LDAP perspective in a vector.
tcUtilLDAPOrganizationHierarchy(tcDataProvider) - Constructor for class com.thortech.xl.util.adapters.tcUtilLDAPOrganizationHierarchy
Creates a new tcUtilLDAPOrganizationHierarchy object.
tcUtilMathOperations - Class in com.thortech.xl.util.adapters
This class has the basic math operations utility methods.
tcUtilMathOperations() - Constructor for class com.thortech.xl.util.adapters.tcUtilMathOperations
 
tcUtilNumberOperations - Class in com.thortech.xl.util.adapters
This class that has basic number operations utility methods.
tcUtilPSTools - Class in com.thortech.xl.util.adapters
This is a wrapper class utilizing PSTools utility released by sysinternals.com.
tcUtilPSTools() - Constructor for class com.thortech.xl.util.adapters.tcUtilPSTools
Creates a new tcUtilPSTools object.
tcUtilPSTools(String, String, String, String) - Constructor for class com.thortech.xl.util.adapters.tcUtilPSTools
Constructs tcUtilPSTools object with the following parameters
tcUtilStringOperations - Class in com.thortech.xl.util.adapters
This class that has basic string operations utility methods.
tcUtilXellerateOperations - Class in com.thortech.xl.util.adapters
This class that will perform Xellerate specific utility functions particularly for Rule generations.
tcVersionNotDefinedException - Exception in Thor.API.Exceptions
tcVersionNotDefinedException is thrown if invalid version type exists or the form version is not defined.
tcVersionNotDefinedException() - Constructor for exception Thor.API.Exceptions.tcVersionNotDefinedException
Creates a new tcVersionNotDefinedException object.
tcVersionNotDefinedException(String) - Constructor for exception Thor.API.Exceptions.tcVersionNotDefinedException
Constructs a new tcVersionNotDefinedException with the specified detail message.
tcVersionNotFoundException - Exception in Thor.API.Exceptions
tcVersionNotFoundException is thrown if the version of the form with which the process instance is saved is not found.
tcVersionNotFoundException() - Constructor for exception Thor.API.Exceptions.tcVersionNotFoundException
Creates a new tcVersionNotFoundException object.
tcVersionNotFoundException(String) - Constructor for exception Thor.API.Exceptions.tcVersionNotFoundException
Constructs a new tcVersionNotFoundException with the specified detail message.
tcWorkflowDefinitionOperationsIntf - Interface in Thor.API.Operations
Deprecated. 
TECHNICAL_APPROVER_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
TECHNICAL_REVIEWER_STRATEGY_PRIVILAGE_OWNER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TechnicalGlossary - Static variable in class oracle.iam.catalog.vo.Mode
 
TemplateAlreadyExistsException - Exception in oracle.iam.notification.exception
This exception occurs if notification template with given details already exists in OIM repository.
TemplateAlreadyExistsException(String, Throwable) - Constructor for exception oracle.iam.notification.exception.TemplateAlreadyExistsException
Constructs a TemplateAlreadyExistsException with the specified detail message and throwable object
TemplateAlreadyExistsException(String) - Constructor for exception oracle.iam.notification.exception.TemplateAlreadyExistsException
Constructs a TemplateAlreadyExistsException with the specified detail message
TemplateNotFoundException - Exception in oracle.iam.notification.exception
This exception occurs if notification template is not found in OIM repository.
TemplateNotFoundException(String, Throwable) - Constructor for exception oracle.iam.notification.exception.TemplateNotFoundException
Constructs a TemplateNotFoundException with the specified detail message and throwable object
TEMPORAL_END_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
TEMPORAL_START_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
TENANT_ID - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
TENANT_NAME - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
TENANT_NAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
TERRITORY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
testConnection(String) - Method in interface oracle.iam.provisioning.api.ApplicationService
This API service method will check whether the connection to the actual target can be successfully performed or not.
testConnection(ConnectorServer) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
Validate connection to the connector server
TEXT_GRAMMAR - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
 
Thor.API.Base - package Thor.API.Base
 
Thor.API.Exceptions - package Thor.API.Exceptions
 
Thor.API.Operations - package Thor.API.Operations
 
TID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
TIME_FORMAT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
TIME_ZONE_CANONICAL - Static variable in class oracle.iam.policyengine.vo.Util
 
TIMESTAMP - Static variable in class oracle.iam.platform.entitymgr.vo.Entity
 
TIMESTAMP - Static variable in class oracle.iam.platform.entitymgr.vo.Relation
 
TIMEZONE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
TITLE - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
TITLE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
TITLE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
TITLE_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
TNAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
TO_ENTITY_ID - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
TO_ENTITY_NAME - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
TO_ENTITY_TYPE - Static variable in class oracle.iam.auditevent.vo.AuditConstants
 
toDocument() - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
Convert the entity metadata object into a XML document
toDocument() - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
Convert the relation metadata object into a XML document
toLogString(boolean) - Method in class oracle.iam.ida.vo.PolicyViolationCauseManagerResult
 
toLogString(boolean) - Method in class oracle.iam.ida.vo.PolicyViolationManagerResult
 
toMap() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
TOP_ORGANIZATION_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
ToplinkOrchestration - Class in oracle.iam.platform.kernel.vo
 
ToplinkOrchestration() - Constructor for class oracle.iam.platform.kernel.vo.ToplinkOrchestration
 
ToplinkOrchestration(Class) - Constructor for class oracle.iam.platform.kernel.vo.ToplinkOrchestration
 
ToplinkOrchestration(Class, String) - Constructor for class oracle.iam.platform.kernel.vo.ToplinkOrchestration
 
ToplinkOrchestration(Class, String[]) - Constructor for class oracle.iam.platform.kernel.vo.ToplinkOrchestration
 
toString() - Method in class com.thortech.xl.gc.vo.designtime.Transformation
This method returns a String representation of an entire transformation.
toString() - Method in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
toString(String) - Method in class com.thortech.xl.vo.ddm.RootObject
 
toString() - Method in class com.thortech.xl.vo.ddm.RootObject
 
toString() - Method in class oracle.iam.catalog.vo.Catalog
 
toString() - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
 
toString() - Method in class oracle.iam.catalog.vo.CatalogLightVO
 
toString() - Method in class oracle.iam.catalog.vo.CatalogSearchCriteria
 
toString() - Method in class oracle.iam.catalog.vo.HierarchicalAttributes.ChildDetails
 
toString() - Method in class oracle.iam.catalog.vo.HierarchicalAttributes
 
toString() - Method in class oracle.iam.catalog.vo.MetaData
 
toString() - Method in class oracle.iam.catalog.vo.MetaDataDefinition
 
toString() - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
 
toString() - Method in class oracle.iam.certification.vo.base.BaseUser
 
toString() - Method in exception oracle.iam.exception.OIMServiceException
 
toString() - Method in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
toString() - Method in class oracle.iam.ida.vo.Remediator.Attribute
 
toString() - Method in class oracle.iam.ida.vo.Remediator.RemediatorType
 
toString() - Method in class oracle.iam.ida.vo.ScanRun
 
toString() - Method in class oracle.iam.ida.vo.TaskPolicyViolation
 
toString() - Method in class oracle.iam.identity.orgmgmt.vo.Organization
Returns the string representation of this Organization.
toString() - Method in class oracle.iam.identity.rolemgmt.vo.Role
Returns the string representation of this Role.
toString() - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
Returns the string representation of this RoleCategory.
toString() - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
 
toString() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
toString() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
toString() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
toString() - Method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
toString() - Method in class oracle.iam.identity.usermgmt.vo.Proxy
Provides the string representation of Proxy value object.
toString() - Method in class oracle.iam.identity.usermgmt.vo.User
Provides the string representation of User value object.
toString() - Method in interface oracle.iam.identity.vo.Identity
Returns the string representation of this Identity.
toString() - Method in interface oracle.iam.identity.vo.Relationship
Returns the string representation of this Relationship.
toString() - Method in class oracle.iam.identity.vo.RelationshipImpl
 
toString() - Method in class oracle.iam.oimcommon.vo.Account
 
toString() - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
 
toString() - Method in class oracle.iam.oimcommon.vo.Catalog
 
toString() - Method in class oracle.iam.oimcommon.vo.RoleGrant
 
toString() - Method in class oracle.iam.oimcommon.vo.User
 
toString() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
 
toString() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
 
toString() - Method in class oracle.iam.passwordmgmt.vo.rules.PasswordRuleDescription
 
toString() - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
 
toString() - Method in class oracle.iam.platform.authopss.vo.AdminRole
It sets the owner for the role.
toString() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
 
toString() - Method in class oracle.iam.platform.authopss.vo.AdminRolePublication
 
toString() - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
 
toString() - Method in class oracle.iam.platform.authopss.vo.AppInstancePublication
 
toString() - Method in class oracle.iam.platform.authopss.vo.Capability
 
toString() - Method in class oracle.iam.platform.authopss.vo.EntitlementPublication
 
toString() - Method in class oracle.iam.platform.authopss.vo.EntityPublication
 
toString() - Method in class oracle.iam.platform.authopss.vo.RolePublication
 
toString() - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntity
 
toString() - Method in class oracle.iam.platform.entitymgr.vo.AttributeDefinition
 
toString() - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
toString() - Method in class oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
 
toString() - Method in class oracle.iam.platform.entitymgr.vo.Relation
 
toString() - Method in class oracle.iam.platform.entitymgr.vo.SearchCriteria
 
toString() - Method in class oracle.iam.platform.entitymgr.vo.SearchRule
 
toString() - Method in exception oracle.iam.platform.utils.SuperRuntimeException
 
toString() - Method in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
toString() - Method in class oracle.iam.policyengine.vo.ValueObject
 
toString() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
This method is used to convert ApplicationInstance value object to String It prints ApplicationInstance name:ITResourceKey:ResourceObjectKey
toString() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
 
toString() - Method in class oracle.iam.provisioning.vo.BasicAttribute
 
toString() - Method in class oracle.iam.provisioning.vo.ConnectorServer
 
toString() - Method in class oracle.iam.provisioning.vo.Entitlement
This method returns the String representation of the Entitlement in the format, EntitlementCode: ITResourceKey: ResourceObjectKey
toString() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
 
toString() - Method in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
toString() - Method in class oracle.iam.reconciliation.api.BatchAttributes
 
toString() - Method in class oracle.iam.reconciliation.api.EventAttributes
 
toString() - Method in class oracle.iam.reconciliation.api.InputData
 
toString() - Method in class oracle.iam.reconciliation.config.vo.Action
 
toString() - Method in class oracle.iam.reconciliation.config.vo.Condition
 
toString() - Method in class oracle.iam.reconciliation.config.vo.Type
 
toString() - Method in class oracle.iam.reconciliation.vo.Account
 
toString() - Method in class oracle.iam.reconciliation.vo.MlsAttribute
 
toString() - Method in class oracle.iam.requestprofile.vo.RequestProfile
 
toString() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
 
toString() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
 
toString() - Method in class Thor.API.Base.tcBaseUtility.Entities
 
TotalPhases - Class in oracle.iam.certification.vo
 
transform(Profile, Form, TargetAttribute, Map) - Method in interface oracle.iam.reconciliation.config.api.Transformer
 
Transformation - Class in com.thortech.xl.gc.vo.designtime
This class is a value object that represents a transformation.
Transformation() - Constructor for class com.thortech.xl.gc.vo.designtime.Transformation
 
TransformationException - Exception in com.thortech.xl.ddm.exception
This exception signals the transformation failure during a DM import or Export.
TransformationException() - Constructor for exception com.thortech.xl.ddm.exception.TransformationException
 
TransformationException(String) - Constructor for exception com.thortech.xl.ddm.exception.TransformationException
 
TransformationException(String, Exception) - Constructor for exception com.thortech.xl.ddm.exception.TransformationException
 
TransformationException(Exception) - Constructor for exception com.thortech.xl.ddm.exception.TransformationException
 
TransformationProvider - Interface in com.thortech.xl.gc.spi
This interface should be implemented by a layer that incorporates data transformation functionalities to be used by a connector created through the generic technology connector framework.
TransformationSource - Interface in com.thortech.xl.gc.util
This interface is a value object that represents a source of a transformation operation (considering mapping source being available as IT resource parameters).
transformData(Hashtable, Hashtable) - Method in interface com.thortech.xl.gc.spi.TransformationProvider
This method transforms the input data to a form that is different from the source.
Transformer - Interface in oracle.iam.reconciliation.config.api
 
translate(PasswordRuleDescription, Locale) - Method in class oracle.iam.passwordmgmt.vo.Translator
Translates a PasswordRule Description in the specified locale
translateValidationErrorMessage(String, Locale) - Method in class oracle.iam.passwordmgmt.vo.Translator
Translates the Password Validation error message to the given locale
Translator - Class in oracle.iam.passwordmgmt.vo
Translates Messaged to the appropriate locale
Translator() - Constructor for class oracle.iam.passwordmgmt.vo.Translator
 
treeOfAvailableObjects - Variable in class com.thortech.xl.vo.ddm.ImportView
 
treeOfSelectedObjects - Variable in class com.thortech.xl.vo.ddm.ImportView
 
Trigger - Class in oracle.iam.scheduler.vo
This value object contains the information about the 'mechanism' by which Jobs are scheduled.
Trigger() - Constructor for class oracle.iam.scheduler.vo.Trigger
Constructs a Trigger object.
Trigger(String, Date, long, int, Date) - Constructor for class oracle.iam.scheduler.vo.Trigger
Constructs a Trigger object.
Trigger(String, Date, long, int, Date, String) - Constructor for class oracle.iam.scheduler.vo.Trigger
Constructs a Trigger object.
TRIGGER_FILENAME_SUFFIX - Static variable in interface oracle.iam.certification.vo.Constants
 
TRIGGER_TYPE_DELETE - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
TRIGGER_TYPE_INSERT - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
TRIGGER_TYPE_UPDATE - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
 
triggerNow(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
Runs the specified job
triggerNow(String, NowTrigger) - Method in interface oracle.iam.scheduler.api.SchedulerService
Deprecated.  
TRUE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
TRUE_INT - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
TRUE_VAL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
TWO_PHASE - Static variable in class oracle.iam.certification.vo.TotalPhases
 
TYPE - Static variable in class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
 
TYPE - Static variable in class oracle.iam.certification.vo.CertificationDefinitionFilters
 
type - Variable in class oracle.iam.platformservice.vo.JarElement
 
type - Variable in class oracle.iam.platformservice.vo.ResourceElement
 
TYPE - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
Type - Class in oracle.iam.reconciliation.config.vo
Specifies the Data Type for various target attributes, mapped attributes and fields in the Reconciliation Profile.
TYPE_DATA_OWNER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TYPE_DEFAULT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TYPE_ENDPOINT_ENTITLEMENT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TYPE_ID - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
TYPE_ID - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
TYPE_ROLE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TYPE_ROLE_ENTITLEMENT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TYPE_ROLE_MEMBERSHIP - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TYPE_USER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TYPE_USER_ENTITLEMENT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
TYPE_USER_ROLES - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
typeOf(String) - Static method in class oracle.iam.reconciliation.config.vo.Type
 

U

UAC_HOMEDIR_REQD - Static variable in class com.thortech.xl.util.adapters.tcUtilLDAPController
The home directory is required.
UAC_LOCKEDOUT - Static variable in class com.thortech.xl.util.adapters.tcUtilLDAPController
The account is currently locked out.
UAC_ORGANIZATIONDISABLE - Static variable in class com.thortech.xl.util.adapters.tcUtilLDAPController
Organization is disabled
UAC_PWD_CANTCHANGE - Static variable in class com.thortech.xl.util.adapters.tcUtilLDAPController
The user cannot change the password.
UAC_PWD_ENCRYPTED - Static variable in class com.thortech.xl.util.adapters.tcUtilLDAPController
The user can send an encrypted password.
UAC_PWD_NOEXPIRE - Static variable in class com.thortech.xl.util.adapters.tcUtilLDAPController
The password for this account will never expire.
UAC_PWD_NOTREQD - Static variable in class com.thortech.xl.util.adapters.tcUtilLDAPController
No password is required.
UAC_SCRIPT - Static variable in class com.thortech.xl.util.adapters.tcUtilLDAPController
The logon script is executed.
UAC_SMARTCARD - Static variable in class com.thortech.xl.util.adapters.tcUtilLDAPController
The user must log on using a smart card.
UDC - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
UDCAO - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
UDCHA - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
UDChildTableRecord - Class in com.thortech.xl.vo
Value Object to store the child table records of the policy Data
UDChildTableRecord() - Constructor for class com.thortech.xl.vo.UDChildTableRecord
Creates a new UDChildTableRecord object.
UDF_BUNDLE_KEY_PREFIX - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
UDFormData - Class in com.thortech.xl.vo
Value object that store both the parent and child table data for a form.
UDFormData(long, String, long, String, String) - Constructor for class com.thortech.xl.vo.UDFormData
Constructor
UI_DEFAULT_ACCOUNTS_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
UI_DEFAULT_ATTRIBUTEVALUE_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
UI_DEFAULT_POLICIES_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
UI_DEFAULT_RESOURCE_ENTITLEMENT_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
UI_DEFAULT_RESOURCES_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
UI_DEFAULT_ROLEMEMBER_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
UI_DEFAULT_ROLES_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
UI_DEFAULT_USERS_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
UI_WILD_CARD - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
UnableToAcquireLock - Exception in com.thortech.xl.ddm.exception
This exception signals the failure in acquiring lock for a Deployment Manager operation.
UnableToAcquireLock() - Constructor for exception com.thortech.xl.ddm.exception.UnableToAcquireLock
 
UnableToAcquireLock(String) - Constructor for exception com.thortech.xl.ddm.exception.UnableToAcquireLock
 
UnableToAcquireLock(String, Exception) - Constructor for exception com.thortech.xl.ddm.exception.UnableToAcquireLock
 
UNASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
 
UNASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
UNASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
UNASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
 
UNASSIGN_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
 
unAssignGroups(long, long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
This method unassign the given groups from the access policy.
unAssignObjects(long, long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
This method unassign the given objects that can be provisioned or denied by the access policy.
unAssignRuleFromPolicy(String, String) - Method in interface oracle.iam.policyengine.api.PolicyManager
Unassign the rule specified by the rule entity id from the policy specified by the policy entity id.
UnauthenticatedRequestService - Interface in oracle.iam.request.api
This service is used for submission and tracking of requests that doesn't require authentication.
unauthenticatedReverse(String) - Method in interface oracle.iam.idc.api.IDCService
 
UnauthenticatedSelfService - Interface in oracle.iam.selfservice.uself.uselfmgmt.api
The UnauthenticatedSelfService API exposes the methods to a user who is not logged-in to the system to submit a request to register himself in the system and reset his forgotten/expired password.
UnauthenticatedSelfServiceException - Exception in oracle.iam.selfservice.exception
Thrown if there is any error while submitting a request for an unauthenticated user operation.
UnauthenticatedSelfServiceException() - Constructor for exception oracle.iam.selfservice.exception.UnauthenticatedSelfServiceException
Constructs a UnauthenticatedSelfServiceException with null as its detail message.
UnauthenticatedSelfServiceException(String) - Constructor for exception oracle.iam.selfservice.exception.UnauthenticatedSelfServiceException
Constructs a UnauthenticatedSelfServiceException with the specified detail message.
UnauthenticatedSelfServiceException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UnauthenticatedSelfServiceException
Constructs a UnauthenticatedSelfServiceException with the specified detail message and cause.
UnauthenticatedSelfServiceException(Throwable) - Constructor for exception oracle.iam.selfservice.exception.UnauthenticatedSelfServiceException
Constructs a UnauthenticatedSelfServiceException with the specified cause.
UnauthenticatedSelfServiceException(String, String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UnauthenticatedSelfServiceException
Constructs a UnauthenticatedSelfServiceException with the specified detail message, errorCode and cause.
UnauthenticatedSelfServiceException(String, String) - Constructor for exception oracle.iam.selfservice.exception.UnauthenticatedSelfServiceException
Constructs a UnauthenticatedSelfServiceException with the specified detail message and errorCode.
unDelegateItems(Long, String, List, List, List, List, String) - Method in interface oracle.iam.certification.api.CertificationService
Undelegates the specified set of line items (restores them to the primary reviewer's task) during review phase one or two.
unDelegateItems(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Undelegates the specified item (restores them to the primary reviewer's task) during review phase one or two.
UNION_ALL - Static variable in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
It will UNION ALL two given result/query.
UNIQUE_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
Unknown - Static variable in class oracle.iam.oimcommon.vo.User.UserStatus
 
Unknown - Static variable in class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
 
UnknownAttestationRecordResponse - Exception in Thor.API.Exceptions
 
UnknownAttestationRecordResponse() - Constructor for exception Thor.API.Exceptions.UnknownAttestationRecordResponse
Creates a new UnknownAttestationRecordResponse object.
UnknownAttestationRecordResponse(String) - Constructor for exception Thor.API.Exceptions.UnknownAttestationRecordResponse
Constructs a new UnknownAttestationRecordResponse with the specified detail message.
UnknownAttributeException - Exception in oracle.iam.identity.exception
Thrown if an attribute provided as an attribute in a user manager operation is an unknown attribute
UnknownAttributeException(String, String) - Constructor for exception oracle.iam.identity.exception.UnknownAttributeException
Constructs a UnknownAttributeException with the specified detail message and error code.
UnknownAttributeException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UnknownAttributeException
Constructs a UnknownAttributeException with the specified detail message, cause and error code.
UnknownAttributeException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UnknownAttributeException
Constructs a UnknownAttributeException with the specified cause and error code.
unloadChildEntity(String) - Method in class oracle.iam.platform.entitymgr.vo.Entity
 
UNLOCK - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
unlock(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Unlocks the OIM user.
unlock(String, Object) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Unlocks the OIM user matching the search criteria
unlock(ArrayList, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Bulk unlock operation.
UNLOCK - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
UNLOCK - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
unlock(String) - Method in interface oracle.iam.policyengine.api.PolicyManager
Unlock the policy associated with the specified policy entity id.
unlock(String) - Method in interface oracle.iam.policyengine.api.RuleManager
Unlock the rule associated with the specified rule entity id.
UNLOCK_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
unlockUsers(long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Enable users in OIM by unlocking their accounts if they are locked.
unmarshal(MapType) - Method in class oracle.iam.certification.vo.util.jaxb.MapAdapter
 
UnmatchKeyException - Exception in oracle.iam.reconciliation.exception
 
UnmatchKeyException() - Constructor for exception oracle.iam.reconciliation.exception.UnmatchKeyException
 
UNREGISTER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PluginActions
 
unRegisterPlugin(String) - Method in interface oracle.iam.platformservice.api.PlatformService
Unregister all versions of a plug-in
unRegisterPlugin(String, String) - Method in interface oracle.iam.platformservice.api.PlatformService
Unregister a specific version of a plug-in
unRegisterPluginAndReturnStatus(String) - Method in interface oracle.iam.platformservice.api.PlatformService
Unregister all versions of a plug-in
unreserve(String) - Method in interface oracle.iam.identity.usermgmt.api.ReservationInLDAP
Method for unreservation of user attribute in LDAP that is in synchronization with OIMDB.
UnresolvedNotificationDataException - Exception in oracle.iam.notification.exception
This exception occurs if notification resolver is not able to resolve data in notification template
UnresolvedNotificationDataException(String, Exception) - Constructor for exception oracle.iam.notification.exception.UnresolvedNotificationDataException
Constructs a UnresolvedNotificationDataException with the specified detail message and generic exception object
UnsearchableAttributeException - Exception in oracle.iam.identity.exception
Thrown when an attribute being searched for in a user manager operation is not searchable
UnsearchableAttributeException(String, String) - Constructor for exception oracle.iam.identity.exception.UnsearchableAttributeException
Constructs a UnsearchableAttributeException with the specified detail message and error code.
UnsearchableAttributeException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UnsearchableAttributeException
Constructs a UnsearchableAttributeException with the specified detail message, cause and error code.
UnsearchableAttributeException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UnsearchableAttributeException
Constructs a UnsearchableAttributeException with the specified cause and error code.
UnSupportedOperationException - Exception in oracle.iam.exception
 
UnSupportedOperationException(String, String, Serializable[]) - Constructor for exception oracle.iam.exception.UnSupportedOperationException
 
UnSupportedOperationException() - Constructor for exception oracle.iam.exception.UnSupportedOperationException
 
UnSupportedOperationException(String) - Constructor for exception oracle.iam.exception.UnSupportedOperationException
 
UnSupportedOperationException(String, Exception) - Constructor for exception oracle.iam.exception.UnSupportedOperationException
 
UnSupportedOperationException(String, Throwable) - Constructor for exception oracle.iam.exception.UnSupportedOperationException
 
unwrap(Class) - Method in class oracle.iam.platform.utils.vo.OIMDataSource
 
UPDATE - Static variable in interface com.thortech.xl.vo.Constants
Update Action
UPDATE - Static variable in class com.thortech.xl.vo.workflow.TaskDefinition
 
UPDATE - Static variable in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
UPDATE - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
UPDATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
update(PasswordPolicyInfo) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Update the attributes of the Password Policy specified.
UPDATE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
UPDATE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
Update - Static variable in class oracle.iam.platform.utils.vo.Operation
 
update(ConnectorServer) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
 
UPDATE_ATTRIBUTE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
UPDATE_BY_DISPLAY_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
UPDATE_BY_EMAIL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
UPDATE_BY_FIRST_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
UPDATE_BY_ID - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
UPDATE_BY_ID - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
UPDATE_BY_ID - Static variable in class oracle.iam.ida.vo.Remediator.Attribute
 
UPDATE_BY_ID - Static variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
UPDATE_BY_ID - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
UPDATE_BY_ID - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
UPDATE_BY_ID - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
UPDATE_BY_LAST_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
UPDATE_BY_LOGIN - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
UPDATE_CATEGORY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
UPDATE_CERTIFICATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
 
UPDATE_CERTIFICATION_CONFIGURATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
 
UPDATE_DATE - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
UPDATE_DATE - Static variable in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
UPDATE_DATE - Static variable in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
UPDATE_DATE - Static variable in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
 
UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
UPDATE_DATE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
 
UPDATE_DATE - Static variable in class oracle.iam.policyengine.vo.Rule.Attribute
 
UPDATE_REQUEST_STATUS_FOR_PENDING - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
updateAccessPolicy(tcResultSet, Map) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
This method updates the attributes of an access policy
updateAccountOpenSod(long, long, boolean) - Method in interface oracle.iam.oimcommon.api.AccountService
Update OPEN_SOD attribute for specified Account (Table OIU) NOTE: risk update date set to null to indicate risk needs re-calculating
updateAccountsAttributeValueRiskAttributes(List) - Method in interface oracle.iam.oimcommon.api.AccountService
 
updateAccountsRiskAttributes(List) - Method in interface oracle.iam.oimcommon.api.AccountService
 
updateAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Updates the access an administrative group has over a form definition.
updateAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
updateAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
updateAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Updates a group that has administrative access over a specified organization.
updateAdministrator(long, long, boolean, boolean) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Updates the access permissions an administrative group has over the specified workflow.
updateAdministrators(long, AdminPermissions[]) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Updates the administrative controls over a specified attestation process
updateAdministrators(long, long[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
updateAdministrators(long, long[], boolean[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Updates the administrative access for a list of groups over the specified IT Resource
updateAdministrators(long, long[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Deprecated.  
updateAdministrators(long, long[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Updates the access permissions administrative groups have over the specified workflow.
updateAllDataSpecifiedForObject(long, long, long, AccessPolicyResourceData) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
Updates all the data defined for a form (including adding/deleting child table records) in an Access Policy.
updateAndActivateFormHierarchy(long, int) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Update and activate child form version.
updateApplicationInstance(ApplicationInstance) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method modifies a the name of the ApplicationInstance using ApplicationInstance value-object.
updateApplicationInstanceCertificationComments(Long, String, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Update the comments for all specified entities
updateApplicationInstanceCertificationComments(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Update the comments for all specified entities
updateApplicationInstanceEntitlementComments(Long, String, Long, Set, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Update comments associated with a decision action on specified accounts and entitlement assignments in an Application Instance certification.
updateApplicationInstanceEntitlementComments(Long, String, Long, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Update comments associated with a decision action on specified accounts and entitlement assignments in an Application Instance certification.
updateApplicationInstances(List) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
This API method modifies records for ApplicationInstances using multiple value-objects for ApplicationInstance .
updateApproverComment(String, String) - Method in interface oracle.iam.rolesod.api.RoleSODService
Update approver comments for a given request
updateApproverOnlyData(String, List, List) - Method in interface oracle.iam.request.api.RequestService
Deprecated. This method is replaced with updateRequestData
updateAttestationDefinition(long, AttestationProcessDefinitionVO) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
Updates a given attestation process definition.
updateAttributeValue(String, String) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Updates object on target resource, only the attribute with the provided label is updated
updateAttributeValues(String, String[]) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Use this method if there is a group update of fields.
updateAttributeValues(String, Map) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
 
updateAttributeValues(String, Map, Map) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
 
updateCatalogItems(Catalog) - Method in interface oracle.iam.catalog.api.CatalogService
Update the catalog item, this can also be used to update the tags and metadata value.
updateCatalogMetadataValues(List) - Method in interface oracle.iam.catalog.api.CatalogService
Adds/Updates metadata values for catalog items against metadata definitions defined for all the catalog items.
updateChildTableValue(String, String, Integer, long) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Updates the target by removing the deleted row and adding the newly created row
updateChildTableValues(String, String) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Updates values provided in child table on target resource
UPDATED_BY - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
UPDATED_BY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
UPDATED_BY - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
UPDATED_ON - Static variable in class oracle.iam.requestprofile.vo.RequestProfileConstants
 
updateDraftRequest(String, RequestData) - Method in interface oracle.iam.request.api.RequestService
Updates the draft request given a draft request id
updateEntAsgnOpenSod(long, long, long, boolean) - Method in interface oracle.iam.oimcommon.api.AccountService
Update OPEN_SOD attribute for specified EntitlementAssignment (Table ENT_ASSIGN) NOTE: risk update date set to null to indicate risk needs re-calculating
updateEntitlement(Entitlement) - Method in interface oracle.iam.provisioning.api.EntitlementService
This API method updates entitlement list table with the given entitlement
updateEntitlement(EntitlementInstance) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method updates the attributes (child table data) of the specified EntitlementInstance.
updateEntitlementCertificationComments(Long, String, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
update entitlement comments for a given set of entitlements.
updateEntitlementCertificationComments(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
update entitlement comments for entitlements matching search criteria.
updateEntitlements(List) - Method in interface oracle.iam.provisioning.api.EntitlementService
This API method modifies records for Entitlements using multiple value-objects for Entitlement
updateEntitlements(List) - Method in interface oracle.iam.provisioning.api.ProvisioningService
This API method updates the attributes of the specified entitlement instances
updateEntitlementUserCommentsWithFilter(Long, String, Long, Map, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the user account comments for a given entitlement definition
updateEntityDefinition() - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
This method updates UDF entry in Role.xml in MDS repository.
updateEntityPublications(List) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
Update entity publications.
updateEntityPublications(List) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
Update entity publications.
updateEventListener(EventListener) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
Updates an event listener
updateFormField(long, Map) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Updates information about the specified field of a form.
updateFormFieldProperty(long, String, String) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
Updates the specified property with specified value to the form's field
updateGroup(tcResultSet, Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Updates a group in OIM.
updateITAssetProperty(tcOrbServerObject, tcDataProvider, String, String, String) - Static method in class com.thortech.xl.util.adapters.tcUtilXellerateOperations
Given an Asset Name, associated property name, and its value, the method will update this property with the value passed
updateITResourceDefinitionName(long, Map) - Method in interface Thor.API.Operations.tcITResourceDefinitionOperationsIntf
Updates the specified IT Resource type definition instance.
updateITResourceInstance(long, Map) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Updates the specified IT Resource instance.
updateITResourceInstanceParameters(long, Map) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsIntf
Updates the parameter values of the specified IT Resource instance.
updateJars(Set) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
Updates the set of jars stored in the OIM DB.
updateJob(JobDetails) - Method in interface oracle.iam.scheduler.api.SchedulerService
Updates the schedule Job that has been created.The update can either be for the job details or the job parameters.
updateJobWithFailCount(JobDetails, int) - Method in interface oracle.iam.scheduler.api.SchedulerServiceInternal
Update job with fail count.
updateLookupCode(String, Map) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Updates an existing lookup code
updateLookupValue(String, String, String, String, String, String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Updates an existing entry for the specified lookup
updateLookupValue(String, String, Map) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
Updates an existing lookup value for the specified lookup
updateMetadata(MetaDataDefinition) - Method in interface oracle.iam.catalog.api.MetaDataDefinitionManager
Update metadta fileds that will be applied to all the catalog items, irrespective of the Entity type.
updateObjectAllowed(long, long, Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Deprecated.  
updateObjectPermission(long, long, Map) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
updateObjectPermissions(long, DataObjectPermissions[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
Deprecated.  
updateOrganization(tcResultSet, Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Updates an Organiztion in OIM.
updateOrganization(long, Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
Updates organization information based on the attribute that are passed to this method
updatePassword(String, String, String) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
Use this method in Adapter ONLY if you need to provide old password value, currently there is no way to get the old value using the formAPI.
updateProcessDefinitionName(long, Map) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Updates the specified Process Definition name instance.
updateProcessFormChildData(long, long, Map) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
Updates process data on the child form that is associated with an instance of a process in the system.
updateProxyForUser(long, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Deprecated. The preferred way to do this is via UserManager.updateProxyForUser(String, Map )
updateProxyForUser(String, Map) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
Updates the proxy with ID proxyID Only proxy user, start date and/or end date can be modified for the given proxy.
updateProxyForUser(long, Map) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Deprecated. The preferred way to do is via AuthenticatedSelfService.updateProxyForUser(String, Map)
updateProxyForUser(String, Map) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
Modifies proxy for the user after checking the user privilege.
updateProxyForUser(long, Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
This new method will update the specified user as a proxy for the specified user.
updateRequestData(String, List, List) - Method in interface oracle.iam.request.api.RequestService
Updates the request with provided data.
updateRequestData(String, List, List, List) - Method in interface oracle.iam.request.api.RequestService
Updates the request with provided data.
updateRequestStatus(String, String) - Method in interface oracle.iam.request.api.RequestService
Updates status of the Request given a request id.
updateResourceObject(long, Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
Updates the specified Resource object instance
updateResponses(String[], String, String) - Method in interface Thor.API.Operations.AttestationOperationsIntf
Submits the attestation task when the grace period expires and response for each task is to be set to delegated and the process is thus to be delegated to some other user
updateRoleCertificationComments(Long, String, List, String) - Method in interface oracle.iam.certification.api.CertificationService
updates comments on selected roles.
updateRoleCertificationComments(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
updates comments on selected roles.
updateRoleGrant(String, String, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Update a role grant.
updateRoleGrant(String, Object, String, Object, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Update a role grant, where the role is identified uniquely by the search criteria roleAttributeName=roleAttributeValue and the user is uniquely identified by the search criteria userAttributeName=userAttributeValue.
updateRoleGrantOpenSod(long, long, boolean) - Method in interface oracle.iam.oimcommon.api.RoleService
Update OPEN_SOD attribute for specified RoleGrant (Table USG) NOTE: risk update date set to null to indicate risk needs re-calculating
updateRoleGrantRiskAttributes(List) - Method in interface oracle.iam.oimcommon.api.RoleService
 
updateRoleMemberCommentsWithFilter(Long, String, Long, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the review comments for a given role member
updateRoleMemberships(AdminRoleMembership) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
Method to update the role memberships.
updateRoleMemberships(AdminRoleMembership) - Method in interface oracle.iam.platformservice.api.AdminRoleService
Method to update the role memberships.
updateRoleMemberStatusWithFilter(Long, String, Long, SearchCriteria, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the status of a role member
updateRolePolicyCommentsWithFilter(Long, String, Long, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the certification comments of a role policy
updateRolePolicyStatusWithFilter(Long, String, Long, SearchCriteria, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the status of a role policy
updateRoleRelationship(String, String, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Update a relationship between two roles.
updateRoleRelationship(String, Object, String, Object, Map) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
Update a relationship between two roles, where the parent role is uniquely identified by the search criteria parentAttrName=parentAttrValue and the child role is uniquely identified by the search criteria childAttrName=childAttrValue.
updateScheduledTask(Document) - Method in interface oracle.iam.scheduler.api.SchedulerService
Update a Schedule task definition in the metadata repository.
updateScheduledTask(ScheduledTask) - Method in interface oracle.iam.scheduler.api.SchedulerService
Update a Schedule task definition in the metadata repository.
updateScheduleTask(long, Map) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Updates schedule task information based on the attribute that are passed to this method
updateScheduleTaskAttribute(long, long, Map) - Method in interface Thor.API.Operations.tcSchedulerOperationsIntf
Updates schedule task attribute information based on the attribute that are passed to this method
UpdateScheduleTaskDefinitionException - Exception in oracle.iam.scheduler.exception
This exception is thrown if MetaData repository throw any exception while updating a Schedule task in MDS.
UpdateScheduleTaskDefinitionException(String) - Constructor for exception oracle.iam.scheduler.exception.UpdateScheduleTaskDefinitionException
Constructs a UpdateScheduleTaskDefinitionException with the specified detail message.
updateSelectedEntitlementUserComments(Long, String, Long, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the user account comments for a given entitlement definition
updateSelectedEntitlementUserComments(Long, String, Long, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the user account comments for a given entitlement definition
updateSelectedRoleMemberComments(Long, String, Long, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the review comments for given list of member Ids
updateSelectedRoleMemberStatus(Long, String, Long, Set, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the status for given list of members Ids
updateSelectedRolePolicyComments(Long, String, Long, Set, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the certification comments of a selected role policies
updateSelectedRolePolicyStatus(Long, String, Long, Set, Set, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
Updates the status of a selected role policies
updateSystemProperty(SystemProperty, Date) - Method in interface oracle.iam.conf.api.SystemConfigurationService
Updates an already existing system property in the DB
updateTask(long, Map) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Deprecated.  
updateTask(long, byte[], Map) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
Updates the details of a specified task instance.
updateTasks(TaskObject) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
The TaskObject contain the details of a process Task which needs to be updated to check if it needs to be deleted/Imported
updateUser(tcResultSet, Map, boolean) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Update a user in Xellerate.
updateUser(tcResultSet, Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
Update a user in OIM.
updateUserCertificationComments(Long, String, List, String) - Method in interface oracle.iam.certification.api.CertificationService
updates user comments for a given list of user entity ids.
updateUserCertificationComments(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
updates user comments which meet a specific filter criteria.
updateUserEntitlementComments(Long, String, Long, Set, Set, Set, String) - Method in interface oracle.iam.certification.api.CertificationService
Update the user entitlement comments for a user in User Certification
updateUserEntitlementComments(Long, String, Long, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
Update all user entitlement comments for a user in User Certification based on search criteria
updateUserRiskAttributes(List) - Method in interface oracle.iam.oimcommon.api.UserService
 
updateWorkflow(WorkflowDefinition) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
Deprecated. Updates and saves a workflow
uploadJars(Set) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
Uploads the set of jars to the OIM DB.Used to upload connectors, java tasks, scheduled tasks etc
Consumers - uploadJars Utility, Connector Installer
uploadResourceBundles(Set) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
Uploads resource bundles to the OIM DB.Used to upload connector and custom resource bundles
Consumers - uploadResourceBundles Utility, Connector Installer
USE_WORKFLOW - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
 
User - Class in com.thortech.xl.vo
This value object stores information about a user in Xellerate.
User() - Constructor for class com.thortech.xl.vo.User
 
USER - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
USER - Static variable in class oracle.iam.certification.vo.CertificationConstants.ReviewerIdType
 
User - Class in oracle.iam.grc.sod.vo
This interface is a representation of a user account in SoD Engine Implementation.
User() - Constructor for class oracle.iam.grc.sod.vo.User
 
User - Static variable in class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
 
USER - Static variable in class oracle.iam.ida.vo.Remediator.RemediatorType
 
User - Class in oracle.iam.identity.usermgmt.vo
The User class is a value object class to hold the Identifier, attribute name-value pair and direct reports of user.
User(String) - Constructor for class oracle.iam.identity.usermgmt.vo.User
Constructs a user identity object with specified unique Identifier entityId.
User(String, HashMap) - Constructor for class oracle.iam.identity.usermgmt.vo.User
Constructs a user identity object with specified unique Identifier entityId and a map of attribute name-value pair.
User - Class in oracle.iam.oimcommon.vo
Class User General purpose User class for all OIM modules.
User() - Constructor for class oracle.iam.oimcommon.vo.User
 
USER - Static variable in class oracle.iam.passwordmgmt.vo.Constants.Entity
 
USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
User - Static variable in class oracle.iam.platform.utils.vo.OIMType
 
User - Static variable in class oracle.iam.reconciliation.config.vo.ResourceType
 
User - Class in oracle.iam.reconciliation.vo
### Generated by Oracle JDeveloper 11g Technology Preview 2 11.1.1.0.20.46.84 - Fri Oct 19 11:40:52 PDT 2007.
User() - Constructor for class oracle.iam.reconciliation.vo.User
Map orcCollection <-> oracle.iam.reconciliation.dao.xl.Orc
User(String) - Constructor for class oracle.iam.reconciliation.vo.User
 
USER - Static variable in class oracle.iam.request.vo.RequestConstants
 
USER - Static variable in class Thor.API.Base.tcBaseUtility.Entities
 
USER - Static variable in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
 
User.UserStatus - Class in oracle.iam.oimcommon.vo
 
USER_ADMIN_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
USER_ADMINISTRATOR - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
USER_BENEFICIARY - Static variable in class oracle.iam.request.vo.Beneficiary
A constant for User beneficiary-type.
USER_COUNTRY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_CREATE_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
USER_CREATEBY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_CREATED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_DISABLED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_DOES_NOT_WORK_FOR_ME - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
USER_DONT_USE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
USER_EMAIL - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_ENABLED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_ENTITY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
USER_ENTITY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_ENTITY - Static variable in class Thor.API.Base.tcBaseUtility
 
USER_ENTITY_TYPE - Static variable in class oracle.iam.request.vo.RequestEntity
A constant for User entity-type.
USER_HELP_DESK - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
USER_HELPDESK_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
USER_ID - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
USER_ID - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
USER_ID - Static variable in class oracle.iam.certification.vo.RoleCertificationFilters
 
USER_ID - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
USER_ID - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_ID - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
USER_INFO - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
USER_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
USER_KEY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_KEY - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
Deprecated. 
USER_KEY_PARAM - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
USER_KEYS_PARAM - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
USER_LOGIN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_LOGIN_AUTO_GENERATED_CONTROL - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
USER_LOOKUP_MASK - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_MANAGEMENT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
USER_MANAGEMENT - Static variable in class Thor.API.Base.tcBaseUtility
 
USER_MANAGEMENT_CHAIN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
USER_MANAGER_EMAIL - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_MANAGER_ID - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_MANAGER_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_MBR_ATTRNAME_RULEBASED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
 
USER_MEMBERSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
 
USER_MEMBERSHIP_RULE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
USER_MODIFY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
 
USER_MODIFY_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
USER_NAME - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
USER_NAME - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
USER_NAME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
USER_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
USER_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
 
USER_NOT_DISABLED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_NOT_ENABLED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_ORGANIZATION - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_PASSWORD - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
USER_PWD_CANT_CHANGE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_PWD_MUST_CHANGE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_ROLE - Static variable in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
USER_SELF_REGISTRATION_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
USER_STATUS - Static variable in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
USER_STATUS - Static variable in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
USER_STATUS - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
USER_STATUS_ACTIVE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_STATUS_DELETED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_STATUS_DISABLED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_STATUS_DISABLED_UNTIL_START_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_SUMMARY_RISK - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
USER_TERMINATED - Static variable in interface oracle.iam.certification.vo.CertificationConstants
 
USER_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
 
USER_TYPE_END_USER - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_TYPE_END_USER_ADMIN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
USER_UPDATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_UPDATEBY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USER_VIEWER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
USER_VIEWER_ORGS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
USER_WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
UserAccountDisabledException - Exception in oracle.iam.selfservice.exception
Thrown if the specified user account is disabled.
UserAccountDisabledException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UserAccountDisabledException
Constructs a UserAccountDisabledException with the specified detail message and cause.
UserAccountDisabledException(String) - Constructor for exception oracle.iam.selfservice.exception.UserAccountDisabledException
Constructs a UserAccountDisabledException with the specified detail message.
UserAccountInvalidException - Exception in oracle.iam.selfservice.exception
Thrown if the specified user account is invalid.
UserAccountInvalidException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UserAccountInvalidException
Constructs a UserAccountInvalidException with the specified detail message and cause.
UserAccountInvalidException(String) - Constructor for exception oracle.iam.selfservice.exception.UserAccountInvalidException
Constructs a UserAccountInvalidException with the specified detail message.
UserAccountLockedByAdminException - Exception in oracle.iam.selfservice.exception
Thrown if the specified user account is locked by the administrator
UserAccountLockedByAdminException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UserAccountLockedByAdminException
Constructs a UserAccountLockedByAdminException with the specified detail message and cause.
UserAccountLockedByAdminException(String) - Constructor for exception oracle.iam.selfservice.exception.UserAccountLockedByAdminException
Constructs a UserAccountLockedByAdminException with the specified detail message.
UserAlreadyExistsException - Exception in oracle.iam.identity.exception
Thrown if the user Id specified for a user in a create user operation already exists
UserAlreadyExistsException(String, String) - Constructor for exception oracle.iam.identity.exception.UserAlreadyExistsException
Constructs a UserAlreadyExistsException with the specified detail message and error code.
UserAlreadyExistsException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserAlreadyExistsException
Constructs a UserAlreadyExistsException with the specified detail message, cause and error code.
UserAlreadyExistsException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserAlreadyExistsException
Constructs a UserAlreadyExistsException with the specified cause and error code.
UserAlreadyLoggedInException - Exception in oracle.iam.selfservice.exception
Thrown if the user is already logged-in while trying to perform an unauthenticated self-service operation.
UserAlreadyLoggedInException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UserAlreadyLoggedInException
Constructs a UserAlreadyLoggedInException with the specified detail message and cause.
UserAlreadyLoggedInException(String) - Constructor for exception oracle.iam.selfservice.exception.UserAlreadyLoggedInException
Constructs a UserAlreadyLoggedInException with the specified detail message.
UserAttributeReservationException - Exception in oracle.iam.identity.exception
Thrown if there is an error while reserving a user attribute
UserAttributeReservationException(String, String) - Constructor for exception oracle.iam.identity.exception.UserAttributeReservationException
Constructs a UserAttributeReservationException with the specified detail message and error code.
UserAttributeReservationException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserAttributeReservationException
Constructs a UserAttributeReservationException with the specified detail message, cause and error code.
UserAttributeReservationException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserAttributeReservationException
Constructs a UserAttributeReservationException with the specified cause and error code.
UserAttributeReservationRecord - Class in oracle.iam.identity.usermgmt.vo
defines the record that is reserved when request is raised for user creation.
UserAttributeReservationRecord() - Constructor for class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
 
UserAttributeValues - Class in oracle.iam.certification.vo
 
UserAttributeValues(Map) - Constructor for class oracle.iam.certification.vo.UserAttributeValues
 
UserBrowseException - Exception in oracle.iam.identity.exception
Thrown if there is an exception while browsing for user with a specified criteria.
UserBrowseException(String, String) - Constructor for exception oracle.iam.identity.exception.UserBrowseException
Constructs a UserBrowseException with the specified detail message and error code.
UserBrowseException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserBrowseException
Constructs a UserBrowseException with the specified detail message, cause and error code.
UserBrowseException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserBrowseException
Constructs a UserBrowseException with the specified cause and error code.
USERBUSINESSUNIT_RULE_CHANGE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
USERBUSINESSUNIT_RULE_CHANGE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
USERBUSINESSUNIT_RULE_CREATE_REQUEST - Static variable in interface oracle.iam.certification.vo.Constants
 
USERBUSINESSUNIT_RULE_CREATE_REQUEST_LABEL - Static variable in interface oracle.iam.certification.vo.Constants
 
UserCertificationFilters - Class in oracle.iam.certification.vo
 
UserCertificationStats - Class in oracle.iam.certification.vo
 
UserCertificationStats() - Constructor for class oracle.iam.certification.vo.UserCertificationStats
 
UserCertificationStats(long, String, int, int) - Constructor for class oracle.iam.certification.vo.UserCertificationStats
Constructor
UserCreateException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing a create user operation
UserCreateException(String, String) - Constructor for exception oracle.iam.identity.exception.UserCreateException
Constructs a UserCreateException with the specified detail message and error code.
UserCreateException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserCreateException
Constructs a UserCreateException with the specified detail message, cause and error code.
UserCreateException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserCreateException
Constructs a UserCreateException with the specified cause and error code.
UserDeleteException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing a delete user operation
UserDeleteException(String, String) - Constructor for exception oracle.iam.identity.exception.UserDeleteException
Constructs a UserDeleteException with the specified detail message and error code.
UserDeleteException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserDeleteException
Constructs a UserDeleteException with the specified detail message, cause and error code.
UserDeleteException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserDeleteException
Constructs a UserDeleteException with the specified cause and error code.
UserDetailsNotFoundException - Exception in oracle.iam.notification.exception
This exception occurs if user details are not found for notification receiver or sender
UserDetailsNotFoundException(String) - Constructor for exception oracle.iam.notification.exception.UserDetailsNotFoundException
Constructs a UserDetailsNotFoundException with the specified detail message
UserDisableException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing a disable user operation
UserDisableException(String, String) - Constructor for exception oracle.iam.identity.exception.UserDisableException
Constructs a UserDisableException with the specified detail message and error code.
UserDisableException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserDisableException
Constructs a UserDisableException with the specified detail message, cause and error code.
UserDisableException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserDisableException
Constructs a UserDisableException with the specified cause.
UserEnableException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing an enable user operation
UserEnableException(String, String) - Constructor for exception oracle.iam.identity.exception.UserEnableException
Constructs a UserEnableException with the specified detail message and error code.
UserEnableException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserEnableException
Constructs a UserEnableException with the specified detail message, cause and error code.
UserEnableException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserEnableException
Constructs a UserEnableException with the specified cause and error code.
UserEntityAttributeMapping - Interface in oracle.iam.identity.usermgmt.api
The UserEntityAttributeMapping API provides method to get mappings of user attributes and column names.
USERID - Static variable in class Thor.API.Base.tcBaseUtility
 
UserInfo - Class in oracle.iam.passwordmgmt.vo
Contains User attribute information .
UserInfo(String) - Constructor for class oracle.iam.passwordmgmt.vo.UserInfo
Constructs a UserInfo with the user key
UserInfo() - Constructor for class oracle.iam.passwordmgmt.vo.UserInfo
 
USERKEY - Static variable in class Thor.API.Base.tcBaseUtility
 
UserLastCertificationSummary - Class in oracle.iam.certification.vo
 
UserLastCertificationSummary() - Constructor for class oracle.iam.certification.vo.UserLastCertificationSummary
 
UserLockException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing a lock user operation
UserLockException(String, String) - Constructor for exception oracle.iam.identity.exception.UserLockException
Constructs a UserLockException with the specified detail message and error code.
UserLockException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserLockException
Constructs a UserLockException with the specified detail message, cause and error code.
UserLockException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserLockException
Constructs a UserLockException with the specified cause and error code.
UserLookupException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing a lookup user operation
UserLookupException(String, String) - Constructor for exception oracle.iam.identity.exception.UserLookupException
Constructs a UserLookupException with the specified detail message and error code.
UserLookupException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserLookupException
Constructs a UserLookupException with the specified detail message, cause and error code.
UserLookupException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserLookupException
Constructs a UserLookupException with the specified cause and error code.
UserLookupException - Exception in oracle.iam.selfservice.exception
Thrown when there is an exception while fetching the user attributes.
UserLookupException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UserLookupException
Constructs a UserLookupException with the specified detail message and cause.
UserLookupException(String) - Constructor for exception oracle.iam.selfservice.exception.UserLookupException
Constructs a UserLookupException with the specified detail message.
UserManager - Interface in oracle.iam.identity.usermgmt.api
The UserManager API exposes the methods to manage a user.
UserManagerAccessDeniedException - Exception in oracle.iam.identity.exception
Thrown when logged in user doesnt' have the permisssion to perform the operation
UserManagerAccessDeniedException(String, String) - Constructor for exception oracle.iam.identity.exception.UserManagerAccessDeniedException
Constructs a UserManagerAccessDeniedException with the specified detail message and error code.
UserManagerAccessDeniedException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserManagerAccessDeniedException
Constructs a UserManagerAccessDeniedException with the specified detail message, cause and error code.
UserManagerAccessDeniedException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserManagerAccessDeniedException
Constructs a UserManagerAccessDeniedException with the specified cause and error code.
UserManagerConstants - Class in oracle.iam.identity.usermgmt.api
 
UserManagerConstants() - Constructor for class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
UserManagerConstants.AttributeName - Class in oracle.iam.identity.usermgmt.api
User Attributes Please note that PWD_MIN_AGE_DATE is deprecated To get PWD_MIN_AGE_DATE, get min age in days from applicable policy of the user.
UserManagerConstants.AttributeValues - Class in oracle.iam.identity.usermgmt.api
Possible values for various OOTB attrbutes of the user
UserManagerConstants.ObligationName - Class in oracle.iam.identity.usermgmt.api
Obligations supported for authorization
UserManagerConstants.Operations - Class in oracle.iam.identity.usermgmt.api
Constants for set of operations possible on User Entity
UserManagerConstants.Privilege - Class in oracle.iam.identity.usermgmt.api
Set of Constants representing the various privileges that can be assigned to a User.
UserManagerException - Exception in oracle.iam.identity.exception
This is a generic exception thrown if there is any exception while performing a user manager operation
UserManagerException() - Constructor for exception oracle.iam.identity.exception.UserManagerException
Constructs a UserManagerException with null as its detail message.
UserManagerException(String) - Constructor for exception oracle.iam.identity.exception.UserManagerException
Constructs a UserManagerException with the specified detail message.
UserManagerException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.UserManagerException
Constructs a UserManagerException with the specified detail message and cause.
UserManagerException(Throwable) - Constructor for exception oracle.iam.identity.exception.UserManagerException
Constructs a UserManagerException with the specified cause.
UserManagerResult - Class in oracle.iam.identity.usermgmt.vo
The UserManagerResult class is a value object and contains the result of operation on user entity.
UserManagerResult() - Constructor for class oracle.iam.identity.usermgmt.vo.UserManagerResult
Construct a blank UserManagerResult
UserManagerResult(String, String) - Constructor for class oracle.iam.identity.usermgmt.vo.UserManagerResult
Construct UserManagerResult with given GUID entityId and status status
UserMembershipException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while finding role/group memberships for a user
UserMembershipException() - Constructor for exception oracle.iam.identity.exception.UserMembershipException
Constructs a UserMembershipException with null as its detail message.
UserMembershipException(String) - Constructor for exception oracle.iam.identity.exception.UserMembershipException
Constructs a UserMembershipException with the specified detail message.
UserMembershipException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.UserMembershipException
Constructs a UserMembershipException with the specified detail message and cause.
UserMembershipException(Throwable) - Constructor for exception oracle.iam.identity.exception.UserMembershipException
Constructs a UserMembershipException with the specified cause.
UserModifyException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing a modify user operation
UserModifyException(String, String) - Constructor for exception oracle.iam.identity.exception.UserModifyException
Constructs a UserModifyException with the specified detail message and error code.
UserModifyException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserModifyException
Constructs a UserModifyException with the specified detail message, cause and error code.
UserModifyException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserModifyException
Constructs a UserModifyException with the specified cause and error code.
USERNAME_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 
UserNameGenerationException - Exception in oracle.iam.identity.exception
Thrown if there is any exception during user name generation
UserNameGenerationException(String, String) - Constructor for exception oracle.iam.identity.exception.UserNameGenerationException
Constructs a UserNameGenerationException with the specified detail message and error code.
UserNameGenerationException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserNameGenerationException
Constructs a UserNameGenerationException with the specified detail message, cause and error code.
UserNameGenerationException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserNameGenerationException
Constructs a UserNameGenerationException with the specified cause and error code.
UserNameGenerationPolicy - Interface in oracle.iam.identity.usermgmt.api
 
UserNamePolicy - Interface in oracle.iam.identity.usermgmt.api
 
UserNotActiveException - Exception in oracle.iam.accesspolicy.exception
 
UserNotActiveException() - Constructor for exception oracle.iam.accesspolicy.exception.UserNotActiveException
Constructs a new super exception with null as its detail message.
UserNotActiveException(String) - Constructor for exception oracle.iam.accesspolicy.exception.UserNotActiveException
Constructs a new super exception with the specified detail message.
UserNotActiveException(String, Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.UserNotActiveException
Constructs a new super exception with the specified detail message and cause.
UserNotActiveException(Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.UserNotActiveException
Constructs a new super exception with the specified cause.
UserNotFoundException - Exception in oracle.iam.passwordmgmt.exception
Thrown if the user cannot be found while performing a user password management operation
UserNotFoundException() - Constructor for exception oracle.iam.passwordmgmt.exception.UserNotFoundException
Constructs a UserNotFoundException with null as its detail message.
UserNotFoundException(String) - Constructor for exception oracle.iam.passwordmgmt.exception.UserNotFoundException
Constructs a UserNotFoundException with the specified detail message.
UserNotFoundException(String, Throwable) - Constructor for exception oracle.iam.passwordmgmt.exception.UserNotFoundException
Constructs a UserNotFoundException with the specified detail message and cause.
UserNotFoundException(Throwable) - Constructor for exception oracle.iam.passwordmgmt.exception.UserNotFoundException
Constructs a UserNotFoundException with the specified cause.
UserNotFoundException - Exception in oracle.iam.provisioning.exception
 
UserNotFoundException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.UserNotFoundException
Constructs a new UserNotFoundException with the errorCode, errorMessage and errorData
UserNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.UserNotFoundException
Constructs a new UserNotFoundException with the errorCode, errorMessage, errorData and Throwable.
userOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
UserPolicyEvalLifecycleMgmtException - Exception in oracle.iam.accesspolicy.exception
 
UserPolicyEvalLifecycleMgmtException(String, String, Serializable[]) - Constructor for exception oracle.iam.accesspolicy.exception.UserPolicyEvalLifecycleMgmtException
Constructs a new UserPolicyEvalLifecycleMgmtException with the errorCode, errorMessage and errorData
UserPolicyEvalLifecycleMgmtException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.accesspolicy.exception.UserPolicyEvalLifecycleMgmtException
Constructs a new UserPolicyEvalLifecycleMgmtException with the errorCode, errorMessage, errorData and Throwable.
UserRoleAssignment - Class in oracle.iam.oimcommon.vo
 
UserRoleAssignment() - Constructor for class oracle.iam.oimcommon.vo.UserRoleAssignment
 
UserSearchException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing a search user operation
UserSearchException(String, String) - Constructor for exception oracle.iam.identity.exception.UserSearchException
Constructs a UserSearchException with the specified detail message and error code.
UserSearchException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserSearchException
Constructs a UserSearchException with the specified detail message, cause and error code.
UserSearchException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserSearchException
Constructs a UserSearchException with the specified cause and error code.
UserSelectionCriteria - Class in oracle.iam.certification.vo
 
UserSelectionCriteria() - Constructor for class oracle.iam.certification.vo.UserSelectionCriteria
 
UserService - Interface in oracle.iam.oimcommon.api
 
USERTYPE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
UserUnlockException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing an unlock user operation
UserUnlockException(String, String) - Constructor for exception oracle.iam.identity.exception.UserUnlockException
Constructs a UserUnlockException with the specified detail message and error code.
UserUnlockException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserUnlockException
Constructs a UserUnlockException with the specified detail message, cause and error code.
UserUnlockException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.UserUnlockException
Constructs a UserUnlockException with the specified cause and error code.
USESSL - Static variable in class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
 
USG_PROV_BY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
USG_UPDATEBY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
USR_ACCT_SUMM_RSK_FLD - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_CHALLENGE_ANSWERS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
USR_CHALLENGE_QUESTIONS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
USR_DATA_LEVEL - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USR_DEFINED_COLUMN_CONSTANT - Static variable in class Thor.API.Base.tcBaseUtility
Added constants for the backward compatibility
USR_ENT_SUMM_RSK_FLD - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_HAS_HIGH_RSK_ENTITLEMENT - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_HAS_HIGH_RSK_LAST_CERT - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_HAS_HIGH_RSK_OPEN_SOD - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_HAS_HIGH_RSK_PROV_METH - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_HAS_HIGH_RSK_RESOURCE - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_HAS_HIGH_RSK_ROLE - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_KEY_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_DISPLAY_NAME_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_DISPLAY_NAME_LABEL - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_FIRST_NAME_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_FIRST_NAME_COLUMN - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_FIRST_NAME_LABEL - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_KEY_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_LAST_NAME_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_LAST_NAME_COLUMN - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_LAST_NAME_LABEL - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_LOGIN_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_LOGIN_COLUMN - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_MANAGER_LOGIN_LABEL - Static variable in class Thor.API.Base.tcBaseUtility
 
USR_NAME_PREFERRED_LANG - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USR_PASSWORD_HISTORY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
USR_POLICY_UPDATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USR_PWD_CREATION_DATE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USR_PWD_NEVER_EXPIRES - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USR_PWD_WARNED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
USR_RISK_UPDATE_DATE - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_ROLE_SUMM_RSK_FLD - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_SEARCH_OBLIGATIONS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
 
USR_SUMM_RSK_FLD - Static variable in class oracle.iam.oimcommon.vo.RiskConstants
 
USR_TBLNAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
 
USRCREATED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
USRUPDATED - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
Util - Class in oracle.iam.policyengine.vo
 
Util() - Constructor for class oracle.iam.policyengine.vo.Util
 

V

validate(String, Hashtable, Hashtable) - Method in interface com.thortech.xl.gc.spi.ValidationProvider
This method validates input data based on the logic defined by the relevant validation provider.
validate(long, long, Orchestration) - Method in interface oracle.iam.platform.kernel.spi.ValidationHandler
Method containing the actual implementation for validating current orchestration and its data
validate(long, long, BulkOrchestration) - Method in interface oracle.iam.platform.kernel.spi.ValidationHandler
Method containing the actual implementation for validating current orchestration and its data for bulk orchestration
validateAttributes(String, Map, Map, Map) - Method in class Thor.API.Base.tcBaseUtility.Entities
 
validatePasswordAgainstDefaultPolicy(char[], User, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Validates the password of a new user against the default policy
Used in following scenarios Self Registration Creation of user by Delegated Admin
validatePasswordAgainstPolicy(char[], String, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Validates the given password against the applicable Password Policy
Used in following scenarios Validating the password entered by the user while changing his/her password Validating the password entered by a delegated admin while changing the password of the user
validatePasswordAgainstPolicy(char[], String, Locale, boolean) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Validates the given password against the applicable Password Policy
Used in the following scenarios Validating the password entered by the user while changing his/her password Validating the password entered by a delegated admin while changing the password of the user
validatePasswordAgainstPolicy(char[], User, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Validates the password of a new user against the default policy, if user.getEntityId() is null Validates the password of a existing user against the applicable policy, if user.getEntityId() is not null
validatePasswordAgainstPolicy(char[], User, String, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Validates the password of a new account against the applicable policy
validatePasswordAgainstPolicyForOrg(String, User, char[], Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
Validate Passowrd against applicable Password policy of the org
validatePolicy(Locale) - Method in class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
Validates the policy for create and modify operations
validatePolicy(Locale) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
Validates the policy for create and modify operations
validateRequestData(RequestData) - Method in interface oracle.iam.request.api.RequestService
Validates the request data against the data set and data set validator plug-in, if any.
validateSelfRegistrationEmail(String, Map) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
Validates whether the self registering user can register with the email address provided.
Validation - Class in com.thortech.xl.gc.vo.designtime
This class is a value object that represents a validation.
Validation() - Constructor for class com.thortech.xl.gc.vo.designtime.Validation
 
ValidationException - Exception in oracle.iam.platform.kernel
Exception that should be used by validation event handlers to notify kernel of validation failures
ValidationException() - Constructor for exception oracle.iam.platform.kernel.ValidationException
Constructs a new validation exception with null as its detail message.
ValidationException(String) - Constructor for exception oracle.iam.platform.kernel.ValidationException
Constructs a new validation exception with the specified detail message.
ValidationException(String, Throwable) - Constructor for exception oracle.iam.platform.kernel.ValidationException
Constructs a new validation exception with the specified detail message and cause.
ValidationException(Throwable) - Constructor for exception oracle.iam.platform.kernel.ValidationException
Constructs a new validation exception with the specified cause.
ValidationFailedException - Exception in oracle.iam.identity.exception
Thrown if there is any exception while performing validation on input data in a user manager operation
ValidationFailedException(String, String) - Constructor for exception oracle.iam.identity.exception.ValidationFailedException
Constructs a ValidationFailedException with the specified detail message and error code.
ValidationFailedException(String, Throwable, String) - Constructor for exception oracle.iam.identity.exception.ValidationFailedException
Constructs a ValidationFailedException with the specified detail message, cause and error code.
ValidationFailedException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.ValidationFailedException
Constructs a ValidationFailedException with the specified cause and error code.
ValidationFailedException - Exception in oracle.iam.platform.entitymgr.exception
 
ValidationFailedException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
 
ValidationFailedException() - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
 
ValidationFailedException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
 
ValidationFailedException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
 
ValidationFailedException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
 
ValidationFailedException - Exception in oracle.iam.platform.utils.ldapconfig.exception
 
ValidationFailedException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ValidationFailedException
 
ValidationFailedException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ValidationFailedException
 
ValidationFailedException(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ValidationFailedException
 
ValidationFailedException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ValidationFailedException
 
ValidationFailedException - Exception in oracle.iam.selfservice.exception
Thrown if the data validation fails while performing the operation.
ValidationFailedException() - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
Constructs a ValidationFailedException with null as its detail message.
ValidationFailedException(String) - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
Constructs a ValidationFailedException with the specified detail message.
ValidationFailedException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
Constructs a ValidationFailedException with the specified detail message and cause.
ValidationFailedException(Throwable) - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
Constructs a ValidationFailedException with the specified cause.
ValidationFailedException(String, String, String[]) - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
Constructs a ValidationFailedException with the specified message, errorCode and params.
ValidationFailedException(String, String, String[], Throwable) - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
Constructs a ValidationFailedException with the specified message, errorCode and params.
ValidationHandler - Interface in oracle.iam.platform.kernel.spi
Validation Handler Validation event handlers can look at the operation, new entity, old entity and can decide if the operation can proceed or not. If the validation cannot be performed, e.g., the event handler cannot be executed by the orchestration, ValidationFailedException is thrown. By default a system validation will be called to make sure the action can be performed, and that action is available to be performed.
ValidationProvider - Interface in com.thortech.xl.gc.spi
This interface should be implemented by a layer that incorporates data validation functionalities to be used by a connector created through the generic technology connector.
ValidationResult - Class in oracle.iam.passwordmgmt.vo
Result of the validation of a password against the applicable PasswordPolicy
ValidationResult() - Constructor for class oracle.iam.passwordmgmt.vo.ValidationResult
Constructs a ValidationResult
ValidationResult(Boolean) - Constructor for class oracle.iam.passwordmgmt.vo.ValidationResult
Constructs a ValidationResult with password validation result
value - Variable in class oracle.iam.certification.vo.util.jaxb.MapEntry
 
VALUE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
 
VALUE - Static variable in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
VALUE - Static variable in class oracle.iam.request.vo.RequestConstants
 
valueIsNull() - Method in class oracle.iam.policyengine.vo.conditions.EvalList
 
ValueObject - Class in oracle.iam.policyengine.vo
 
ValueObject() - Constructor for class oracle.iam.policyengine.vo.ValueObject
 
ValueObjectException - Exception in oracle.iam.policyengine.exception
 
ValueObjectException() - Constructor for exception oracle.iam.policyengine.exception.ValueObjectException
 
ValueObjectException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.ValueObjectException
 
ValueObjectException(String) - Constructor for exception oracle.iam.policyengine.exception.ValueObjectException
 
ValueObjectException(Throwable) - Constructor for exception oracle.iam.policyengine.exception.ValueObjectException
 
ValueObjectException(String, String) - Constructor for exception oracle.iam.policyengine.exception.ValueObjectException
 
valueOf(String) - Static method in class oracle.iam.api.OIMService.Intent
 
valueOf(String) - Static method in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
valueOf(String) - Static method in class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
 
valueOf(String) - Static method in class oracle.iam.catalog.vo.CatalogSearchCriteria.Operator
 
valueOf(String) - Static method in class oracle.iam.catalog.vo.CatalogSearchCriteria.SortCriteria
 
valueOf(String) - Static method in class oracle.iam.catalog.vo.MetaDataDefinition.Type
 
valueOf(String) - Static method in class oracle.iam.catalog.vo.Mode
 
valueOf(String) - Static method in class oracle.iam.catalog.vo.OIMType
 
valueOf(String) - Static method in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
valueOf(String) - Static method in class oracle.iam.certification.vo.Certifiable.Status
 
valueOf(String) - Static method in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
valueOf(String) - Static method in class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
 
valueOf(String) - Static method in class oracle.iam.certification.vo.CertificationConstants.ReviewerIdType
 
valueOf(String) - Static method in class oracle.iam.certification.vo.CertificationDefinitionFilters
 
valueOf(String) - Static method in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
valueOf(String) - Static method in class oracle.iam.certification.vo.RoleCertificationFilters
 
valueOf(String) - Static method in class oracle.iam.certification.vo.SearchFilter.Argument
 
valueOf(String) - Static method in class oracle.iam.certification.vo.TotalPhases
 
valueOf(String) - Static method in class oracle.iam.certification.vo.UserCertificationFilters
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolation.Action
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolation.Status
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
valueOf(String) - Static method in class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
 
valueOf(String) - Static method in class oracle.iam.ida.vo.Remediator.Attribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.Remediator.ForeignAttribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.Remediator.RemediatorType
 
valueOf(String) - Static method in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
 
valueOf(String) - Static method in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
valueOf(String) - Static method in class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
 
valueOf(String) - Static method in class oracle.iam.ida.vo.ScanRun.RUN_STATUS
 
valueOf(String) - Static method in class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
 
valueOf(String) - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
valueOf(String) - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
valueOf(String) - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
valueOf(String) - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
valueOf(String) - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
valueOf(String) - Static method in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship.RelationType
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
 
valueOf(String) - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
 
valueOf(String) - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
valueOf(String) - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
valueOf(String) - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
valueOf(String) - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
valueOf(String) - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
valueOf(String) - Static method in class oracle.iam.oimcommon.vo.Account.AccountStatus
 
valueOf(String) - Static method in class oracle.iam.oimcommon.vo.RiskContext.AccountScanScope
 
valueOf(String) - Static method in class oracle.iam.oimcommon.vo.RiskContext.UserScanScope
 
valueOf(String) - Static method in class oracle.iam.oimcommon.vo.User.UserStatus
 
valueOf(String) - Static method in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
valueOf(String) - Static method in class oracle.iam.passwordmgmt.vo.Constants.Entity
 
valueOf(String) - Static method in class oracle.iam.passwordmgmt.vo.Constants.Operations
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.CommonActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.DiagnosticDashboardActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.OIMUIActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PlatformServiceActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PluginActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ProvisionedByRequestActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.vo.Capability.Type
 
valueOf(String) - Static method in class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
 
valueOf(String) - Static method in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
valueOf(String) - Static method in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
valueOf(String) - Static method in class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
 
valueOf(String) - Static method in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Argument
 
valueOf(String) - Static method in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
valueOf(String) - Static method in class oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth
 
valueOf(String) - Static method in class oracle.iam.platform.kernel.vo.FailedEventResult.Response
 
valueOf(String) - Static method in class oracle.iam.platform.utils.vo.OIMType
 
valueOf(String) - Static method in class oracle.iam.platform.utils.vo.Operation
 
valueOf(String) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
valueOf(String) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
 
valueOf(String) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
 
valueOf(String) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.Severity
 
valueOf(String) - Static method in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
valueOf(String) - Static method in class oracle.iam.policyengine.vo.Rule.Attribute
 
valueOf(String) - Static method in class oracle.iam.policyengine.vo.Rule.ForeignAttribute
 
valueOf(String) - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
valueOf(String) - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
 
valueOf(String) - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
valueOf(String) - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
valueOf(String) - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.Mode
 
valueOf(String) - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.Application.STATUS_TYPE
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ApplicationInstanceConstants.SortOrder
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.BasicAttribute.TYPE
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
valueOf(String) - Static method in class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
 
valueOf(String) - Static method in class oracle.iam.reconciliation.api.ChangeType
 
valueOf(String) - Static method in class oracle.iam.reconciliation.config.vo.Action
 
valueOf(String) - Static method in class oracle.iam.reconciliation.config.vo.ChangeType
 
valueOf(String) - Static method in class oracle.iam.reconciliation.config.vo.Condition
 
valueOf(String) - Method in class oracle.iam.reconciliation.config.vo.DateType
 
valueOf(String) - Method in class oracle.iam.reconciliation.config.vo.DoubleType
 
valueOf(String) - Method in class oracle.iam.reconciliation.config.vo.ITResourceType
 
valueOf(String) - Method in class oracle.iam.reconciliation.config.vo.NumberType
 
valueOf(String) - Static method in class oracle.iam.reconciliation.config.vo.ResourceType
 
valueOf(String) - Method in class oracle.iam.reconciliation.config.vo.StringType
 
valueOf(String) - Method in class oracle.iam.reconciliation.config.vo.SupportedType
 
valueOf(String) - Static method in class oracle.iam.reconciliation.config.vo.Type
 
valueOf(String) - Static method in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
valueOf(String) - Static method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
 
valueOf(String) - Static method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
valueOf(String) - Static method in class oracle.iam.request.vo.RequestConstants.SortOrder
 
valueOf(String) - Static method in class oracle.iam.request.vo.RequestEntityAttribute.ACTION
 
valueOf(String) - Static method in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
valueOf(String) - Static method in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
valueOf(String) - Static method in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
valueOf(String) - Static method in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
valueOf(String) - Static method in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
valueOf(String) - Static method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
valueOf(String) - Static method in class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
 
valueOf(String) - Static method in class oracle.iam.vo.OperationResult.OperationStatus
 
valueOf(String) - Static method in class Thor.API.Base.tcBaseUtility.Entities
 
valueOf(String) - Static method in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
 
valueOf(String) - Static method in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
 
valueOfData(String) - Method in class oracle.iam.reconciliation.config.vo.Type
 
valueOfEMType(String) - Static method in class oracle.iam.reconciliation.config.vo.Type
 
values() - Static method in class oracle.iam.api.OIMService.Intent
 
values() - Static method in class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
 
values() - Static method in class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
 
values() - Static method in class oracle.iam.catalog.vo.CatalogSearchCriteria.Operator
 
values() - Static method in class oracle.iam.catalog.vo.CatalogSearchCriteria.SortCriteria
 
values() - Static method in class oracle.iam.catalog.vo.MetaDataDefinition.Type
 
values() - Static method in class oracle.iam.catalog.vo.Mode
 
values() - Static method in class oracle.iam.catalog.vo.OIMType
 
values() - Static method in class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
 
values() - Static method in class oracle.iam.certification.vo.Certifiable.Status
 
values() - Static method in class oracle.iam.certification.vo.CertificationConstants.EntityType
 
values() - Static method in class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
 
values() - Static method in class oracle.iam.certification.vo.CertificationConstants.ReviewerIdType
 
values() - Static method in class oracle.iam.certification.vo.CertificationDefinitionFilters
 
values() - Static method in class oracle.iam.certification.vo.EntitlementCertificationFilters
 
values() - Static method in class oracle.iam.certification.vo.RoleCertificationFilters
 
values() - Static method in class oracle.iam.certification.vo.SearchFilter.Argument
 
values() - Static method in class oracle.iam.certification.vo.TotalPhases
 
values() - Static method in class oracle.iam.certification.vo.UserCertificationFilters
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolation.Action
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolation.Attribute
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolation.Status
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolationCause.Action
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolationCause.Attribute
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolationCause.Status
 
values() - Static method in class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
 
values() - Static method in class oracle.iam.ida.vo.Remediator.Attribute
 
values() - Static method in class oracle.iam.ida.vo.Remediator.ForeignAttribute
 
values() - Static method in class oracle.iam.ida.vo.Remediator.RemediatorType
 
values() - Static method in class oracle.iam.ida.vo.ScanDefinition.Attribute
 
values() - Static method in class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
 
values() - Static method in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 
values() - Static method in class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
 
values() - Static method in class oracle.iam.ida.vo.ScanRun.RUN_STATUS
 
values() - Static method in class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
 
values() - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
 
values() - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
 
values() - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
 
values() - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
 
values() - Static method in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
values() - Static method in class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship.RelationType
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
 
values() - Static method in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
 
values() - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
 
values() - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
 
values() - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
values() - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
 
values() - Static method in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
values() - Static method in class oracle.iam.oimcommon.vo.Account.AccountStatus
 
values() - Static method in class oracle.iam.oimcommon.vo.RiskContext.AccountScanScope
 
values() - Static method in class oracle.iam.oimcommon.vo.RiskContext.UserScanScope
 
values() - Static method in class oracle.iam.oimcommon.vo.User.UserStatus
 
values() - Static method in class oracle.iam.passwordmgmt.vo.Constants.Attributes
 
values() - Static method in class oracle.iam.passwordmgmt.vo.Constants.Entity
 
values() - Static method in class oracle.iam.passwordmgmt.vo.Constants.Operations
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.CommonActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.DiagnosticDashboardActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.OIMUIActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PlatformServiceActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PluginActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ProvisionedByRequestActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
values() - Static method in class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
 
values() - Static method in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
 
values() - Static method in class oracle.iam.platform.authopss.vo.Capability.Type
 
values() - Static method in class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
 
values() - Static method in class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
 
values() - Static method in class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
 
values() - Static method in class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
 
values() - Static method in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Argument
 
values() - Static method in class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
 
values() - Static method in class oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth
 
values() - Static method in class oracle.iam.platform.kernel.vo.FailedEventResult.Response
 
values() - Static method in class oracle.iam.platform.utils.vo.OIMType
 
values() - Static method in class oracle.iam.platform.utils.vo.Operation
 
values() - Static method in class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
 
values() - Static method in class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
 
values() - Static method in class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
 
values() - Static method in class oracle.iam.policyengine.vo.PolicyConstants.Severity
 
values() - Static method in class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
 
values() - Static method in class oracle.iam.policyengine.vo.Rule.Attribute
 
values() - Static method in class oracle.iam.policyengine.vo.Rule.ForeignAttribute
 
values() - Method in class oracle.iam.policyengine.vo.ValueObject
 
values() - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
 
values() - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
 
values() - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
 
values() - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
 
values() - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.Mode
 
values() - Static method in class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
 
values() - Static method in class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
 
values() - Static method in class oracle.iam.provisioning.vo.Application.ATTRIBUTE
 
values() - Static method in class oracle.iam.provisioning.vo.Application.STATUS_TYPE
 
values() - Static method in class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
 
values() - Static method in class oracle.iam.provisioning.vo.ApplicationInstanceConstants.SortOrder
 
values() - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
 
values() - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
values() - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
 
values() - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
 
values() - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
 
values() - Static method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
 
values() - Static method in class oracle.iam.provisioning.vo.BasicAttribute.TYPE
 
values() - Static method in class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
 
values() - Static method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
 
values() - Static method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
 
values() - Static method in class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
 
values() - Static method in class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
 
values() - Static method in class oracle.iam.provisioning.vo.Grant.GrantMechanism
 
values() - Static method in class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
 
values() - Static method in class oracle.iam.reconciliation.api.ChangeType
 
values() - Static method in class oracle.iam.reconciliation.config.vo.Action
 
values() - Static method in class oracle.iam.reconciliation.config.vo.ChangeType
 
values() - Static method in class oracle.iam.reconciliation.config.vo.Condition
 
values() - Static method in class oracle.iam.reconciliation.config.vo.ResourceType
 
values() - Static method in class oracle.iam.reconciliation.config.vo.Type
 
values() - Static method in class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
 
values() - Static method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
 
values() - Static method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
 
values() - Static method in class oracle.iam.request.vo.RequestConstants.SortOrder
 
values() - Static method in class oracle.iam.request.vo.RequestEntityAttribute.ACTION
 
values() - Static method in class oracle.iam.request.vo.RequestEntityAttribute.TYPE
 
values() - Static method in class oracle.iam.request.vo.RequestSearchCriteria.Operator
 
values() - Static method in class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
 
values() - Static method in class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
 
values() - Static method in class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
 
values() - Static method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
 
values() - Static method in class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
 
values() - Static method in class oracle.iam.vo.OperationResult.OperationStatus
 
values() - Static method in class Thor.API.Base.tcBaseUtility.Entities
 
values() - Static method in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
 
values() - Static method in class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
 
VIEW_ACCOUNT_MEMBERS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
VIEW_ACCOUNTS_PUBLISHED - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
VIEW_ADMIN - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
VIEW_ADMIN_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_ATTRIBUTES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
VIEW_CERTIFICATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
 
VIEW_CERTIFICATION_CONFIGURATION - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
 
VIEW_ENTITLEMENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_ENTITLEMENTS_PUBLISHED - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
VIEW_EVENT_DETAILS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
 
VIEW_GRANTEE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
VIEW_MEMBERS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
VIEW_MEMBERS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
VIEW_MEMBERSHIP - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
VIEW_METADATA - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
 
VIEW_ORGANIZATION_DETAILS - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
 
VIEW_ORGANIZATIONS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_POLICY_TYPE_SCHEMA - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
 
VIEW_PROVISIONED_ACCOUNTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
VIEW_PROXY_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_REQUEST - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
VIEW_REQUESTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_ROLE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
VIEW_ROLE_CATEGORY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
VIEW_ROLE_ROLE_RELATIONSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
VIEW_ROLE_USER_MEMBERSHIP - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
 
VIEW_ROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ProvisionedByRequestActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_SEARCH - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
 
VIEW_SEARCH_DATASET - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
 
VIEW_SEARCH_DATASET - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
 
VIEW_SEARCH_ENTITY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.CommonActions
 
VIEW_SEARCH_ENTITY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants
 
VIEW_SEARCH_USER - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
 
VIEW_SELF_ACCOUNTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_SELF_ADMINROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_SELF_ENTITLEMENTS - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_SELF_ROLES - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_USER_ACCOUNT - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
 
VIEW_USER_DETAILS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
 
VIEW_USER_DETAILS - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
 
VIEWABLE_ATTRS - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
 
Violation - Class in oracle.iam.grc.sod.vo
This Value Object stores the Sod Violation details in case violation happens.
Violation() - Constructor for class oracle.iam.grc.sod.vo.Violation
 
VIOLATION_COUNT - Static variable in class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
 

W

WAITING - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
 
WARN_AFTER_DAYS_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
 
WARNING - Static variable in class com.thortech.xl.vo.ddm.ImportPlanInfo
 
WAS_CONTEXT_FACTORY - Static variable in class oracle.iam.platform.OIMClient
 
withdrawRequest(String) - Method in interface oracle.iam.request.api.RequestService
Withdraws the specified request.
WLS_CONTEXT_FACTORY - Static variable in class oracle.iam.platform.OIMClient
 
WORK_FLOW_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
WORKFLOW - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
 
WORKFLOW_ID - Static variable in class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
 
WORKFLOW_POLICY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
WORKFLOW_RULE - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants.Resources
 
WorkflowDefinition - Class in com.thortech.xl.vo.workflow
 
WorkflowDefinition() - Constructor for class com.thortech.xl.vo.workflow.WorkflowDefinition
 
WorkflowInstance - Class in com.thortech.xl.vo.workflow
 
WorkflowInstance() - Constructor for class com.thortech.xl.vo.workflow.WorkflowInstance
 
WORKS_FOR_ME - Static variable in class oracle.iam.certification.vo.UserCertificationFilters
 
WOULD_BE_ADDED_MEMBERS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
WOULD_BE_REMOVED_MEMBERS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
WOULD_BE_RETAINED_MEMBERS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
 
WRITE - Static variable in interface com.thortech.xl.vo.Constants
Write Action
WSTransportTargetOperation - Class in com.thortech.xl.gc.impl.prov
 
WSTransportTargetOperation() - Constructor for class com.thortech.xl.gc.impl.prov.WSTransportTargetOperation
 

X

XelCollator - Class in com.thortech.xl.vo
This singleton class is used to keep a static instance of the OraCollator object
xlOrcKey - Variable in class oracle.iam.reconciliation.vo.Account
 
XMLInput - Static variable in class oracle.iam.platform.kernel.vo.MDSOrchestration
 
xprint(XmlPrintWriter) - Method in exception oracle.iam.platform.utils.SuperRuntimeException
Prints super runtime exception's properties to the XmlPrintWriter.
xprint(XmlPrintWriter, String) - Method in exception oracle.iam.platform.utils.SuperRuntimeException
Prints super runtime exception's properties to the XmlPrintWriter.

Z

ZIP_OR_POSTAL_CODE_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.