Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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 - Class in oracle.iam.platform.entitymgr.vo
- AbstractEntity() - Constructor for class oracle.iam.oimcommon.vo.base.AbstractEntity
- 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
- AbstractFlatFileReconTask - Class in oracle.iam.connectors.icfcommon.recon
- AbstractFlatFileReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.AbstractFlatFileReconTask
- 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
- ACCEPT_RISK - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
- ACCESS_ADVANCED_UI - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OIMUIActions
- ACCESS_GATE_ID - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ACCESS_ORGANIZATION_FEATURE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- ACCESS_POLICIES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- ACCESS_POLICY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
- ACCESS_POLICY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- ACCESS_POLICY - Enum constant in enum 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
- ACCESS_SERVER_HOST - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ACCESS_SERVER_PORT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ACCESS_TYPE_ACCOUNT - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- ACCESS_TYPE_ALTERNATE_REVIEWER - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- ACCESS_TYPE_DEFAULT_REVIEWER - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- ACCESS_TYPE_ENTITLEMENT - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- ACCESS_TYPE_ROLE - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- ACCESS_TYPE_USER - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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 - Exception in oracle.iam.ida.exception
- 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 - 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 - 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 - Exception in oracle.iam.platform.entitymgr.exception
- AccessDeniedException - Exception in oracle.iam.reconciliation.exception
- AccessDeniedException - Exception in oracle.iam.request.exception
- AccessDeniedException - Exception in oracle.iam.rolesod.exception
- AccessDeniedException() - Constructor for exception oracle.iam.identity.exception.AccessDeniedException
-
Constructs a new super exception with null as its detail message.
- AccessDeniedException() - Constructor for exception oracle.iam.platform.authopss.exception.AccessDeniedException
-
Constructs a new super exception with null as its detail message.
- AccessDeniedException() - Constructor for exception oracle.iam.platform.authz.exception.AccessDeniedException
-
Constructs a new super exception with null as its detail message.
- AccessDeniedException() - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
- AccessDeniedException(Exception) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
- AccessDeniedException(Exception) - Constructor for exception oracle.iam.rolesod.exception.AccessDeniedException
- AccessDeniedException(String) - Constructor for exception oracle.iam.identity.exception.AccessDeniedException
-
Constructs a new super exception with the specified 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) - Constructor for exception oracle.iam.platform.authz.exception.AccessDeniedException
-
Constructs a new super exception with the specified detail message.
- AccessDeniedException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
- AccessDeniedException(String) - Constructor for exception oracle.iam.reconciliation.exception.AccessDeniedException
- AccessDeniedException(String) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
- AccessDeniedException(String) - Constructor for exception oracle.iam.rolesod.exception.AccessDeniedException
- AccessDeniedException(String, Exception) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
- AccessDeniedException(String, Exception) - Constructor for exception oracle.iam.rolesod.exception.AccessDeniedException
- AccessDeniedException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
- AccessDeniedException(String, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
- 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(String, Throwable) - Constructor for exception oracle.iam.identity.exception.AccessDeniedException
-
Constructs a new super exception with the specified detail message and cause.
- 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, Throwable) - Constructor for exception oracle.iam.platform.authz.exception.AccessDeniedException
-
Constructs a new super exception with the specified detail message and cause.
- AccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
- AccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.request.exception.AccessDeniedException
- AccessDeniedException(String, Throwable) - Constructor for exception oracle.iam.rolesod.exception.AccessDeniedException
- AccessDeniedException(String, PolicyConstants.Actions, String, String) - Constructor for exception oracle.iam.certification.exception.AccessDeniedException
- AccessDeniedException(String, PolicyConstants.Actions, PolicyConstants.Resources) - Constructor for exception oracle.iam.certification.exception.AccessDeniedException
- 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.certification.exception.AccessDeniedException
- AccessDeniedException(String, PolicyConstants.Actions, PolicyConstants.Resources, String) - Constructor for exception oracle.iam.ida.exception.AccessDeniedException
- AccessDeniedException(Throwable) - Constructor for exception oracle.iam.identity.exception.AccessDeniedException
-
Constructs a new super exception with the specified cause.
- AccessDeniedException(Throwable) - Constructor for exception oracle.iam.platform.authopss.exception.AccessDeniedException
-
Constructs a new super exception with the specified cause.
- AccessDeniedException(Throwable) - Constructor for exception oracle.iam.platform.authz.exception.AccessDeniedException
-
Constructs a new super exception with the specified cause.
- AccessDeniedException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.AccessDeniedException
- AccessDeniedException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.AccessDeniedException
- ACCESSIBILITY_MODE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- ACCESSPOLICY_CONTEXT_VIEWER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
- 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 - Class in oracle.iam.oimcommon.vo
-
Represents the user's identity within the context of a particular Resource (i.e., system or application).
- Account - Class in oracle.iam.provisioning.vo
-
This class represents the account provisioned to user.
- Account - Class in oracle.iam.reconciliation.vo
- Account - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
- Account - Enum constant in enum class oracle.iam.reconciliation.config.vo.ResourceType
- Account() - Constructor for class oracle.iam.oimcommon.vo.Account
- Account() - Constructor for class oracle.iam.reconciliation.vo.Account
- Account(long) - Constructor for class oracle.iam.reconciliation.vo.Account
- 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(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 - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- ACCOUNT - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- ACCOUNT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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 - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- ACCOUNT_CREATE_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- ACCOUNT_DEP_STATUS_HANDLER_NAME - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- ACCOUNT_DESCRIPTIVE_FIELD - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- ACCOUNT_END_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- ACCOUNT_END_DATE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- ACCOUNT_ID - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ACCOUNT_ID - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ACCOUNT_ID - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ACCOUNT_IS_LOCKED_OUT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ACCOUNT_LOCK_DURATION_INSEC - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- ACCOUNT_LOCKED_ON - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- ACCOUNT_LOOKUP_FAILED - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- ACCOUNT_MANAGER_ID - Static variable in interface oracle.iam.certification.vo.Constants
- ACCOUNT_MODIFY_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- ACCOUNT_NAME - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ACCOUNT_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ACCOUNT_NAME - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ACCOUNT_NAME - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- ACCOUNT_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
- ACCOUNT_PROVISIONED_STATUS - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
- ACCOUNT_SEQUENCE_NAME - Static variable in interface oracle.iam.certification.vo.Constants
- ACCOUNT_START_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- ACCOUNT_START_DATE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- ACCOUNT_STATE - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ACCOUNT_STATE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ACCOUNT_STATUS - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ACCOUNT_STATUS - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ACCOUNT_STATUS - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- ACCOUNT_STATUS - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- ACCOUNT_STATUS_LOCKED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- ACCOUNT_STATUS_UNLOCKED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- ACCOUNT_STATUS_UNLOCKED_GUARDED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- ACCOUNT_SUMMARY_RISK - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ACCOUNT_SUMMARY_RISK - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ACCOUNT_TYPE - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ACCOUNT_TYPE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ACCOUNT_TYPE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- ACCOUNT_WAITING_FOR_ENTITLEMENT_STATUS - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
- ACCOUNT_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- Account.ACCOUNT_TYPE - Enum Class in oracle.iam.provisioning.vo
-
An enumeration which represents the Account Type.
- Account.AccountStatus - Enum Class in oracle.iam.oimcommon.vo
- 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<String, Object>) - 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[]) - Constructor for exception oracle.iam.provisioning.exception.AccountNotFoundException
-
Constructs a new AccountNotFoundException with the errorCode, errorMessage and errorData
- AccountNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.AccountNotFoundException
-
Constructs a new AccountNotFoundException with the errorCode, errorMessage, errorData and Throwable.
- 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. - 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 - Enum Class in oracle.iam.application.vo
- Action - Enum Class in oracle.iam.reconciliation.config.vo
- ACTION - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- ACTION - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- 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_RELEASED - 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_REVOKE_ACCESS - 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_SOAREASSIGNED - 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_SYS_SKIP_PHASE_2 - 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
- ACTION_PARTICIPANT_KEY - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- 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
- ActionScript - Class in oracle.iam.application.vo
- ActionScript() - Constructor for class oracle.iam.application.vo.ActionScript
- ActionScript(String, ActionStage, ActionTarget, String) - Constructor for class oracle.iam.application.vo.ActionScript
- ActionStage - Enum Class in oracle.iam.application.vo
- ActionTarget - Enum Class in oracle.iam.application.vo
- activate(String) - Method in interface oracle.iam.provisioning.api.ApplicationService
-
This API service method activates an application in the system
- ACTIVATE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
- ACTIVATED - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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 - Enum constant in enum class oracle.iam.oimcommon.vo.User.UserStatus
- Active - Enum constant in enum class oracle.iam.provisioning.vo.Application.STATUS_TYPE
- ACTIVE - Enum constant in enum class oracle.iam.application.vo.Constants.Status
- ACTIVE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Status
- ACTIVE_ACCOUNTS - Enum constant in enum class oracle.iam.oimcommon.vo.RiskContext.AccountScanScope
- ACTIVE_ACCOUNTS - Static variable in interface oracle.iam.oimcommon.api.AccountService
- ACTIVE_AND_DISABLED_ACCOUNTS - Enum constant in enum class oracle.iam.oimcommon.vo.RiskContext.AccountScanScope
- ACTIVE_AND_DISABLED_ACCOUNTS - Static variable in interface oracle.iam.oimcommon.api.AccountService
- ACTIVE_USERS - Enum constant in enum class oracle.iam.oimcommon.vo.RiskContext.UserScanScope
- ACTIVE_USERS_AND_ACTIVE_ACCOUNTS - Static variable in class oracle.iam.certification.vo.IDCConfiguration
- ACTUAL_USER_COUNT - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- AD - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.DirectoryType
- AD_BASE_CONTEXT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_CONTAINER - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.UnMappedAttributes
- AD_CONTAINER - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_DIRECTORY - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_HOSTNAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_MANAGER_DISPLAY_NAME_SUFFIX - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_PASSWORD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_PORT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_SSL_DEFAULT_PORT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_USE_SSL - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_USERNAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- AD_USERPASSWORD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs addition of two floats.
- add(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs addition of a float and integer.
- add(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs addition of a float and integer.
- add(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs addition of two integers.
- add(Attribute) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
- add(String, Object) - Method in class oracle.iam.policyengine.vo.ValueObject
- add(IDCAttribute) - Method in class oracle.iam.certification.vo.IDCAttributes
- Add - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
- Add - Enum constant in enum class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
- Add - Enum constant in enum class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
- Add - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
- Add - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.ACTION
- ADD - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- ADD - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- ADD - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- ADD_ADMIN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- ADD_ADMIN_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- ADD_CATEGORY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
- ADD_DERIVED_ATTRIBUTES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
- ADD_ENTITLEMENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- ADD_GRANTEE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
- ADD_LOCALE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
- ADD_MEMBERS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- ADD_PROXY - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- ADD_PROXY_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- ADD_ROLE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- ADD_ROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- ADD_SELF_ACCOUNTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- ADD_SELF_ENTITLEMENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- ADD_SELF_ROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- ADD_TASK_LISTENER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- ADD_USER_ACCOUNTS - Enum constant in enum 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, long[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
-
Deprecated.
- 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.
- 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, AdminPermissions[]) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
-
Add a list of groups to have administrative controls over a specified attestation process
- 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<ApplicationInstance>) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
-
This API method adds records for ApplicationInstances using multiple value-objects for ApplicationInstance .
- addAppOCProperties(Map<String, String>) - Method in class oracle.iam.provisioning.vo.ProvConfig
- 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<Long>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- addBulkLookupValues(String, Map<String, String>, String, String) - Method in interface Thor.API.Operations.tcLookupOperationsIntf
-
Adds a new entries for the specified lookup
- addCapabilities(List<ApplicationObjectclassCapability>) - 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<String, ArrayList<ChildTableRecord>>) - 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<String>, List<ReconTargetAttribute>, List<Entity>) - 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.
- addCount(String, long) - Method in class oracle.iam.scheduler.vo.HistorySummary
- addCustomParams(String, Serializable) - Method in class oracle.iam.scheduler.vo.TaskSupport
-
Add a new custom param to the existing custom parameters map.
- 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, 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) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- 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, long, String, List, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- 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, String, List) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- 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, String, List, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- 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, long, String, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- 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, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- 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, String, Map) - 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, String) - 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<Entitlement>) - 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<EntityPublication>) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
-
Publish entity into given scopes.
- addEntityPublications(List<EntityPublication>) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
-
Publish entity into given scopes.
- addEntityPublications(List<EntityPublication>, boolean) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
-
Publish entity into given scopes along with the dependent data.
- addEntityPublications(List<EntityPublication>, boolean) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
-
Publish entity into given scopes along with the dependent data.
- addEntityTypeAction(String, String, HashMap<String, Object>) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Create an AuditEventGroupEntityTypeAction relationship.
- addError(tcError) - Method in class Thor.API.Base.tcBaseUtility
-
Adds the error to this object's error list, and sets the state to ERROR.
- addError(String) - Method in class oracle.iam.application.vo.TemplateGenerationError
- addError(OIMError) - Method in exception oracle.iam.exception.OIMServiceException
- addError(OIMError) - Method in exception oracle.iam.platform.utils.SuperRuntimeException
- 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, String, Exception) - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
- 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<String, Object>, Throwable) - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
- addFailed(String, HashMap<String, Object>, Throwable) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
- addFailed(HashMap<String, Object>, 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(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.
- addFormField(long, int, String, String, String, String, int, int, String, String, boolean) - Method in interface Thor.API.Operations.tcFormDefinitionOperationsIntf
-
Internal API to control back-end name.
- 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.
- 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<String, Object>) - Method in class oracle.iam.provisioning.vo.Grant
- addIDCUserId(Long) - Method in interface oracle.iam.certification.vo.CertificationCreationContext.ReviewerWrapper
- addJob(String, ApplicationJobDetails) - Method in interface oracle.iam.application.api.ApplicationManager
- addJob(JobDetails) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
Adds the job that would be scheduled using the Scheduler Service
- addJobHistory(JobHistory) - Method in interface oracle.iam.scheduler.api.SchedulerServiceInternal
-
Save the details for a particular run of a job in the job history table.
- addJobResults(Double, List<JobResult>) - Method in interface oracle.iam.scheduler.api.SchedulerServiceInternal
-
This method is invoked after scheduled job run to record the results for the run.
- addJobResults(List<JobResult>) - Method in class oracle.iam.scheduler.vo.TaskSupport
-
Add the results of the job in bulk.
- 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(long, Locale, HashMap<String, Object>) - Method in interface oracle.iam.notification.api.NotificationService
-
Add a new localized template to the existing notification template
- addLocaleToTemplate(String, Locale, HashMap<String, Object>) - 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, 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) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- 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, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- 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, String, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- 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, String) - 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, Serializable) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
-
Adds a parameter to the orchestration
- addParameter(String, String) - Method in class com.thortech.xl.gc.vo.designtime.Validation
- addParticipant(String, ContextAwareString) - Method in class oracle.iam.platform.kernel.vo.RelationOrchestration
- addPending(String) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
- addPending(String, String, HashMap<String, Object>) - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
- addPending(String, Map<String, Object>) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
- 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.
- 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.
- 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<ApplicationObjectclass.SCRIPT_TRIGGER, ScriptConfig>) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
- 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, 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(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<String, ApplicationObjectclass.RECON_SITUATIONS>) - 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.
- addResult(JobResult) - Method in class oracle.iam.scheduler.vo.TaskSupport
-
Appends a particular JobResult to the jobResults list.
- 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<ReturnValue>) - 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, 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 criteriachildAttrName=childAttrValue
. - addRoleRelationship(String, String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Add a direct relationship between two roles.
- addRoleRelationship(String, Role, Role) - Method in interface oracle.iam.provisioning.api.ProvisioningService
- 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) - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
- addSuccess(String, String, HashMap<String, Object>) - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
- addSuccess(String, Map<String, Object>) - 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(String, String, String, boolean) - Method in interface oracle.iam.notification.api.NotificationService
-
Add a new template in OIM Repository
- addTemplate(NotificationTemplate) - 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
- addXMLFile(String, String) - Method in interface Thor.API.Operations.tcImportOperationsIntf
-
Add a new XML File to import some more objects in the current session.
- addXMLFile(String, String, boolean) - 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, boolean) - Method in interface Thor.API.Operations.tcImportOperationsIntf
- addXMLFile(String, String, String) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
- addXMLFile(String, String, String) - Method in interface Thor.API.Operations.tcImportOperationsIntf
- addXMLFile(String, String, String, boolean) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
- Admin - Enum constant in enum class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
- ADMIN - Enum constant in enum class oracle.iam.platform.authopss.vo.Capability.Type
- ADMIN - Enum constant in enum class oracle.iam.provisioning.vo.Grant.GrantMechanism
- ADMIN_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- ADMIN_ROLE_ADMINISTRATOR - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- ADMIN_ROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- ADMIN_ROLES - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- ADMIN_SEARCH_CATALOG_ITEM - Enum constant in enum 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() - Constructor for class oracle.iam.platform.authopss.vo.AdminRoleMembership
-
Default constructor for eclipselink.
- AdminRoleMembership(String, AdminRole, Long, boolean) - Constructor for class oracle.iam.platform.authopss.vo.AdminRoleMembership
-
Constructor for the class.
- 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 - Enum 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
- ADSSOIntgGroupDeleteReconTask - Class in oracle.iam.connectors.icfcommon.recon
- ADSSOIntgGroupDeleteReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.ADSSOIntgGroupDeleteReconTask
- ADSSOIntgGroupHierarchyReconTask - Class in oracle.iam.connectors.icfcommon.recon
-
LDAP Target Group Hierarchy Search Reconciliation for OAM-OIM integrated scenario (SSO).
- ADSSOIntgGroupHierarchyReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.ADSSOIntgGroupHierarchyReconTask
- ADSSOIntgGroupHierarchySyncReconTask - Class in oracle.iam.connectors.icfcommon.recon
- ADSSOIntgGroupHierarchySyncReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.ADSSOIntgGroupHierarchySyncReconTask
- ADSSOIntgGroupMembershipIncrementalReconTask - Class in oracle.iam.connectors.icfcommon.recon
- ADSSOIntgGroupMembershipIncrementalReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.ADSSOIntgGroupMembershipIncrementalReconTask
- ADSSOIntgGroupMembershipReconTask - Class in oracle.iam.connectors.icfcommon.recon
- ADSSOIntgGroupMembershipReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.ADSSOIntgGroupMembershipReconTask
- ADSSOIntgGroupReconTask - Class in oracle.iam.connectors.icfcommon.recon
- ADSSOIntgGroupReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.ADSSOIntgGroupReconTask
- ADSSOIntgUserDeleteReconTask - Class in oracle.iam.connectors.icfcommon.recon
- ADSSOIntgUserDeleteReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.ADSSOIntgUserDeleteReconTask
- ADSSOIntgUserReconTask - Class in oracle.iam.connectors.icfcommon.recon
- ADSSOIntgUserReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.ADSSOIntgUserReconTask
- After - Enum constant in enum class oracle.iam.application.vo.ActionStage
- AFTER - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- AFTER - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- AFTER_OPERATION_ON_CONNECTOR - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
- AFTER_OPERATION_ON_RESOURCE - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
- aggregateRiskForUsers(List<Long>, List<Exception>, RiskContext) - Method in interface oracle.iam.oimcommon.api.OimCommonService
- aggregateRiskForUsers(List<Long>, List<Exception>, RiskContext) - Method in interface oracle.iam.oimcommon.api.RiskAggregationService
- ALL - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- ALL - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
- ALL - Enum constant in enum class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
- ALL - Enum constant in enum class oracle.iam.platform.authopss.vo.Capability.Type
- ALL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- ALL_ACCOUNTS - Enum constant in enum class oracle.iam.oimcommon.vo.RiskContext.AccountScanScope
- ALL_ACCOUNTS - Static variable in interface oracle.iam.oimcommon.api.AccountService
- 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
- ALL_ROWS - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- ALL_USERS - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
- ALLOW_MULTIPLE - Enum constant in enum 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) - Method in interface oracle.iam.platformservice.api.AuthorizationOPSSService
-
Search for the allowed actions for the user on a resource.
- allowedActions(String, PolicyConstants.Resources) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
-
Search for the allowed actions for the user on a resource.
- AllowedFunctions() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedFunctions
- AllowedReturnAttributes() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes
- AllowedTopPathElements() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements
- 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 - Exception in oracle.iam.ida.exception
- AlreadyExistsException(String, String[]) - Constructor for exception oracle.iam.certification.exception.AlreadyExistsException
- 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 - Enum constant in enum class oracle.iam.application.vo.RuleOperator
- AND - Enum constant in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Operator
- AND - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- AND - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- AND - Enum constant in enum 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 - Enum constant in enum class oracle.iam.api.OIMService.Intent
- ANY_ATTRIBUTE - Enum constant in enum 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
- AP_HARVESTED - Enum constant in enum class oracle.iam.provisioning.vo.Grant.GrantMechanism
- AP_VIA_REQUEST - Enum constant in enum class oracle.iam.provisioning.vo.Grant.GrantMechanism
- APP_INSTANCE_ADMINISTRATOR - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- APP_INSTANCE_AUTHORIZER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- APP_INSTANCE_KEY - Static variable in class oracle.iam.application.vo.Constants
- APP_INSTANCE_PARENT_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
- APP_INSTANCE_VIEWER - Enum constant in enum 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[]) - Constructor for exception oracle.iam.provisioning.exception.AppicationObjectclassNotFoundException
-
Constructs a new AppicationObjectclassNotFoundException with the errorCode, errorMessage and errorData
- AppicationObjectclassNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.AppicationObjectclassNotFoundException
-
Constructs a new AppicationObjectclassNotFoundException with the errorCode, errorMessage, errorData and Throwable..
- APPINST_ID - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- APPINST_KEY - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
-
Deprecated.
- APPINST_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
- APPINST_NAME - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- APPINST_NAME - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- APPINST_NAME - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
- APPINST_TYPE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- Application - Class in oracle.iam.application.vo
- Application - Class in oracle.iam.provisioning.vo
- Application() - Constructor for class oracle.iam.application.vo.Application
- 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<ConnectorConfigurationProperty>, ConnectorBundlePoolConfig) - Constructor for class oracle.iam.provisioning.vo.Application
- APPLICATION_INSTANCE - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- APPLICATION_INSTANCE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- APPLICATION_INSTANCE - Static variable in class oracle.iam.request.vo.RequestConstants
- APPLICATION_INSTANCE_ADMIN_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- APPLICATION_INSTANCE_AUTHORIZER_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- APPLICATION_INSTANCE_KEY - Static variable in class oracle.iam.request.vo.RequestConstants
- APPLICATION_INSTANCE_VIEWER_ORGS - Enum constant in enum 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_KEY - Static variable in class oracle.iam.application.vo.Constants
- 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_STATUS - Static variable in class oracle.iam.application.vo.Constants
- APPLICATION_TEMPLATE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- APPLICATION_TYPE - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
- Application.ATTRIBUTE - Enum Class in oracle.iam.provisioning.vo
- Application.STATUS_TYPE - Enum Class in oracle.iam.provisioning.vo
- ApplicationConfigService - Interface in oracle.iam.provisioning.api
- ApplicationDiff - Class in oracle.iam.application.vo
- ApplicationDiff() - Constructor for class oracle.iam.application.vo.ApplicationDiff
- ApplicationInstance - Class in oracle.iam.oimcommon.vo
- 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 - Enum constant in enum class oracle.iam.catalog.vo.OIMType
- ApplicationInstance - Enum constant in enum class oracle.iam.platform.utils.vo.OIMType
- ApplicationInstance() - Constructor for class oracle.iam.oimcommon.vo.ApplicationInstance
- ApplicationInstance() - Constructor for class oracle.iam.provisioning.vo.ApplicationInstance
- ApplicationInstance(long) - Constructor for class oracle.iam.provisioning.vo.ApplicationInstance
-
This constructor creates an instance of ApplicationInstance that is already been created.
- 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 - Enum Class in oracle.iam.provisioning.vo
-
An enumeration which determines the type of this Application Instance.
- ApplicationInstanceCertificationFilters - Enum Class in oracle.iam.certification.vo
- ApplicationInstanceConstants - Class in oracle.iam.provisioning.vo
- ApplicationInstanceConstants() - Constructor for class oracle.iam.provisioning.vo.ApplicationInstanceConstants
- ApplicationInstanceConstants.SortOrder - Enum 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[]) - Constructor for exception oracle.iam.provisioning.exception.ApplicationInstanceNotFoundException
-
Constructs a new ApplicationInstanceNotFoundException with the errorCode, errorMessage and errorData
- ApplicationInstanceNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.ApplicationInstanceNotFoundException
-
Constructs a new ApplicationInstanceNotFoundException with the errorCode, errorMessage, errorData and Throwable..
- ApplicationInstanceService - Interface in oracle.iam.oimcommon.api
- ApplicationInstanceService - Interface in oracle.iam.provisioning.api
-
ApplicationInstanceService
application programming interface provides methods needed to create and manageApplicationInstance
for both connected and disconnectedApplicationInstance
. - ApplicationJobDetails - Class in oracle.iam.application.vo
- ApplicationJobDetails() - Constructor for class oracle.iam.application.vo.ApplicationJobDetails
- ApplicationJobHistory - Class in oracle.iam.application.vo
- ApplicationJobHistory() - Constructor for class oracle.iam.application.vo.ApplicationJobHistory
- ApplicationJobReport - Class in oracle.iam.application.vo
- ApplicationJobReport() - Constructor for class oracle.iam.application.vo.ApplicationJobReport
- ApplicationJobResult - Class in oracle.iam.application.vo
- ApplicationJobResult() - Constructor for class oracle.iam.application.vo.ApplicationJobResult
- ApplicationManager - Interface in oracle.iam.application.api
- ApplicationObjectclass - Class in oracle.iam.provisioning.vo
- ApplicationObjectclass(String, boolean) - Constructor for class oracle.iam.provisioning.vo.ApplicationObjectclass
- ApplicationObjectclass.APP_OC_PROPERTIES - Enum Class in oracle.iam.provisioning.vo
- ApplicationObjectclass.ATTRIBUTE - Enum Class in oracle.iam.provisioning.vo
- ApplicationObjectclass.RECON_SITUATIONS - Enum Class in oracle.iam.provisioning.vo
- ApplicationObjectclass.SCRIPT_TRIGGER - Enum 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<CapabilityOperationOption>) - Constructor for class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
- ApplicationObjectclassCapability.OPERATION_POLICY - Enum Class in oracle.iam.provisioning.vo
- ApplicationObjectclassCapability.PROV_OPERATION - Enum Class in oracle.iam.provisioning.vo
- ApplicationObjectclassService - Interface in oracle.iam.provisioning.api
- ApplicationRestException - Exception in oracle.iam.identityrest.applicationrest.exception
- ApplicationRestException(String) - Constructor for exception oracle.iam.identityrest.applicationrest.exception.ApplicationRestException
- ApplicationService - Interface in oracle.iam.provisioning.api
- ApplicationUIMetadata - Class in oracle.iam.application.vo
- ApplicationUIMetadata() - Constructor for class oracle.iam.application.vo.ApplicationUIMetadata
- Approval - Class in oracle.iam.request.model.vo
-
<p>Java class for approval complex type.
- Approval() - Constructor for class oracle.iam.request.model.vo.Approval
- APPROVAL_POLICY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- APPROVAL_REQUIRED - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
- ApprovalChange - Class in oracle.iam.request.history.jaxb
-
<p>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 - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- APPROVE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- APPROVED - Static variable in class oracle.iam.request.vo.RequestConstants
- approveUserEntitlements(Long, String, Long, Set<Long>, Set<Long>, Set<Long>, 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
- AppUpgrade - Class in oracle.iam.application.vo
- AppUpgrade() - Constructor for class oracle.iam.application.vo.AppUpgrade
- ARCHIVE_DIRECTORY - Static variable in class oracle.iam.application.vo.Constants
- areSnapshotsEquivalent(Snapshot<T>, Snapshot<T>, 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 - Enum constant in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.SortCriteria
- ASCENDING - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationInstanceConstants.SortOrder
- ASCENDING - Enum constant in enum class oracle.iam.request.vo.RequestConstants.SortOrder
- ASCENDING - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- ASSIGN - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Action
- ASSIGN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AccessPolicyActions
- ASSIGN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
- ASSIGN_EVENT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- ASSIGN_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
- ASSIGN_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
- ASSIGN_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
- ASSIGN_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
- ASSIGN_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
- ASSIGNED - Enum constant in enum 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
-
<p>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
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
- assignPolicyViolationCallback(String, String, String, String) - Method in interface oracle.iam.ida.api.IDAWorkflowCallbackService
-
This method is private.
- assignPolicyViolations(List<String>, 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 - Enum constant in enum class oracle.iam.application.vo.Action
- assignToAdminWithLeastLoad - Enum constant in enum class oracle.iam.reconciliation.config.vo.Action
- assignToAuthWithHighestPriority - Enum constant in enum class oracle.iam.application.vo.Action
- assignToAuthWithHighestPriority - Enum constant in enum class oracle.iam.reconciliation.config.vo.Action
- assignToAuthWithLeastLoad - Enum constant in enum class oracle.iam.application.vo.Action
- assignToAuthWithLeastLoad - Enum constant in enum class oracle.iam.reconciliation.config.vo.Action
- assignToGroup - Enum constant in enum class oracle.iam.application.vo.Action
- assignToGroup - Enum constant in enum 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 - Enum constant in enum class oracle.iam.application.vo.Action
- assignToUser - Enum constant in enum 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<String, Map<String, String>>) - 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 - Class in oracle.iam.application.vo
- 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 - Class in oracle.iam.request.dataset.vo
-
<p>Java class for attribute complex type.
- Attribute - Class in oracle.iam.request.history.jaxb
-
<p>Java class for attribute complex type.
- Attribute - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
- Attribute() - Constructor for class com.thortech.xl.gc.vo.designtime.Attribute
- Attribute() - Constructor for class oracle.iam.application.vo.Attribute
- Attribute() - Constructor for class oracle.iam.grc.sod.vo.Attribute
- Attribute() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedFunctions.Attribute
- Attribute() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute
- Attribute() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute
- Attribute() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.OperationsThatTrigger.Attribute
- Attribute() - Constructor for class oracle.iam.request.dataset.vo.Attribute
- Attribute() - Constructor for class oracle.iam.request.history.jaxb.Attribute
- Attribute(String, String) - Constructor for class oracle.iam.application.vo.Attribute
- Attribute(String, String, Boolean) - Constructor for class oracle.iam.application.vo.Attribute
- ATTRIBUTE - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
- 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 - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ATTRIBUTE_LABEL - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ATTRIBUTE_LABEL - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ATTRIBUTE_LABEL - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ATTRIBUTE_LABEL - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ATTRIBUTE_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ATTRIBUTE_VALUE - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ATTRIBUTE_VALUE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ATTRIBUTE_VALUE_ID - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ATTRIBUTE_VALUE_ID - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ATTRIBUTE_VALUE_ID - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ATTRIBUTE_VALUE_ID - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ATTRIBUTE_VALUE_POLICY_ID - Enum constant in enum 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 - Class in oracle.iam.platform.entitymgr.vo
- AttributeDefinition() - Constructor for class oracle.iam.oimcommon.vo.AttributeDefinition
- AttributeDefinition(String, String, String, boolean, boolean, boolean, boolean, Object, String, Map<String, Map<String, String>>, boolean) - Constructor for class oracle.iam.platform.entitymgr.vo.AttributeDefinition
- AttributeDefinition(String, String, String, boolean, boolean, boolean, Object, String, Map<String, Map<String, String>>) - Constructor for class oracle.iam.platform.entitymgr.vo.AttributeDefinition
- AttributeDefinition(String, String, String, boolean, boolean, boolean, Object, String, Map<String, Map<String, String>>, boolean) - 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
- AttributeMapReaderException - Exception in oracle.iam.platform.utils.ldapconfig.exception
- AttributeMapReaderException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.AttributeMapReaderException
- attributeName - Variable in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- attributeName - Variable in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- attributeName - Variable in enum class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
- attributeName - Variable in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- attributeName - Variable in enum class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
- attributeName - Variable in enum class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
- attributeName - Variable in enum class oracle.iam.ida.vo.Remediator.Attribute
- attributeName - Variable in enum class oracle.iam.ida.vo.Remediator.ForeignAttribute
- attributeName - Variable in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- attributeName - Variable in enum class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
- attributeName - Variable in enum class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
- attributeName - Variable in enum class oracle.iam.policyengine.vo.Rule.Attribute
- attributeName - Variable in enum class oracle.iam.policyengine.vo.Rule.ForeignAttribute
- AttributeObligation - Interface in oracle.iam.platform.authopss.api
- AttributeReference - Class in oracle.iam.request.dataset.vo
-
<p>Java class for attribute-reference complex type.
- AttributeReference() - Constructor for class oracle.iam.request.dataset.vo.AttributeReference
- ATTRIBUTES - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
- ATTRIBUTES_OBLIGATION - Enum constant in enum 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_CONFIG_FALSE - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- AUDIT_CONFIG_TRUE - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- AUDIT_DISABLED - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- 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_ENTITY_TYPE_ACTION - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- AUDIT_EVENT_GROUP - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- AUDIT_EVENT_GROUP_ENTITY_TYPE_ACTION - 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_FAILURES - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- AUDIT_OBJECTIVE - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- AUDIT_OBJECTIVE - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- AUDIT_OBJECTIVE - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- AUDIT_OBJECTIVE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- AUDIT_SUCCESS - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- 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 - Enum 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(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.AuditEventCreateException
- AuditEventCreateException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.AuditEventCreateException
- AuditEventCreateException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.AuditEventCreateException
- AuditEventEntityTypeAction - Class in oracle.iam.auditevent.vo
- AuditEventEntityTypeAction() - Constructor for class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- AuditEventEntityTypeAction(String, boolean) - Constructor for class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- AuditEventEntityTypeActionManager - Interface in oracle.iam.auditevent.api
- AuditEventEntityTypeActionManagerResult - Class in oracle.iam.auditevent.vo
- AuditEventEntityTypeActionManagerResult(String) - Constructor for class oracle.iam.auditevent.vo.AuditEventEntityTypeActionManagerResult
- AuditEventEntityTypeActionManagerResult(String, String) - Constructor for class oracle.iam.auditevent.vo.AuditEventEntityTypeActionManagerResult
- AuditEventGroup - Class in oracle.iam.auditevent.vo
- AuditEventGroup() - Constructor for class oracle.iam.auditevent.vo.AuditEventGroup
- AuditEventGroup(String, boolean) - Constructor for class oracle.iam.auditevent.vo.AuditEventGroup
- AuditEventGroupEntityTypeAction - Class in oracle.iam.auditevent.vo
- AuditEventGroupEntityTypeAction() - Constructor for class oracle.iam.auditevent.vo.AuditEventGroupEntityTypeAction
- AuditEventGroupEntityTypeAction(String, String) - Constructor for class oracle.iam.auditevent.vo.AuditEventGroupEntityTypeAction
- AuditEventGroupManager - Interface in oracle.iam.auditevent.api
- AuditEventGroupManagerBulkRelationResult - Class in oracle.iam.auditevent.vo
- AuditEventGroupManagerBulkRelationResult() - Constructor for class oracle.iam.auditevent.vo.AuditEventGroupManagerBulkRelationResult
- AuditEventGroupManagerBulkRelationResult(BulkRelationResult) - Constructor for class oracle.iam.auditevent.vo.AuditEventGroupManagerBulkRelationResult
- AuditEventGroupManagerResult - Class in oracle.iam.auditevent.vo
- AuditEventGroupManagerResult(String) - Constructor for class oracle.iam.auditevent.vo.AuditEventGroupManagerResult
- AuditEventGroupManagerResult(String, String) - Constructor for class oracle.iam.auditevent.vo.AuditEventGroupManagerResult
- 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. - AUTHORITATIVE - Static variable in class oracle.iam.application.vo.Constants
- AuthorizationFailedException - Exception in oracle.iam.provisioning.exception
- AuthorizationFailedException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.AuthorizationFailedException
-
Constructs a new AuthorizationFailedException with the errorCode, errorMessage and errorData
- AuthorizationFailedException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.AuthorizationFailedException
-
* Constructs a new AuthorizationFailedException with the errorCode, errorMessage, errorData and Throwable.
- 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
- 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, String, String[], Throwable) - Constructor for exception oracle.iam.selfservice.exception.AuthSelfServiceException
-
Constructs a
AuthSelfServiceException
with the specified message, errorCode and params. - 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. - authTypeAppActionSet - Static variable in enum class oracle.iam.application.vo.Action
- authTypeAppConditionSet - Static variable in enum class oracle.iam.application.vo.Condition
- AUTO_GENERATED_FALSE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- AUTO_GENERATED_TRUE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- autoPublish(String, List<String>, 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 - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
B
- BASE_APPLICATION_KEY - Static variable in class oracle.iam.application.vo.Constants
- BASE_APPLICATION_NAME - Static variable in class oracle.iam.application.vo.Constants
- 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
- BaseVO - Class in oracle.iam.oimrest.rest.vo
- BaseVO() - Constructor for class oracle.iam.oimrest.rest.vo.BaseVO
- BasicAttribute - Class in oracle.iam.application.vo
- BasicAttribute - Class in oracle.iam.provisioning.vo
- BasicAttribute() - Constructor for class oracle.iam.application.vo.BasicAttribute
- BasicAttribute() - Constructor for class oracle.iam.provisioning.vo.BasicAttribute
- BasicAttribute(String, String) - Constructor for class oracle.iam.application.vo.BasicAttribute
- BasicAttribute(String, String, Boolean) - Constructor for class oracle.iam.application.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 - Enum 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 - Enum constant in enum class oracle.iam.certification.vo.CertificationCreationContext.SemaphoreType
- 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 - Enum constant in enum class oracle.iam.application.vo.ActionStage
- BEFORE - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- BEFORE - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- BEFORE_OPERATION_ON_CONNECTOR - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
- BEFORE_OPERATION_ON_RESOURCE - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
- BEGIN_WITH - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- BEGIN_WITH - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- BEGINS_WITH - Enum constant in enum 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 - Enum constant in enum 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
-
<p>Java class for beneficiary-change complex type.
- BeneficiaryChange() - Constructor for class oracle.iam.request.history.jaxb.BeneficiaryChange
- BINARY - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
- BINARY - Enum constant in enum class oracle.iam.provisioning.vo.BasicAttribute.TYPE
- bindChildTableAttrs(Map<String, Object>, HashMap<String, List<Map<String, Object>>>, Map<String, String>) - Static method in class oracle.iam.application.vo.GroovyScriptExecutor
- bindSingleValuedAttrs(Map<String, Object>, Map<String, Object>, Map<String, String>) - Static method in class oracle.iam.application.vo.GroovyScriptExecutor
- Boolean - Enum constant in enum class oracle.iam.application.vo.DataType
- Boolean - Enum constant in enum class oracle.iam.application.vo.JobParamDataType
- Boolean - Enum constant in enum class oracle.iam.catalog.vo.MetaDataDefinition.Type
- Boolean - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
- Boolean - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- Boolean - Enum constant in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
- Boolean - Enum constant in enum class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
- BOOLEAN - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
- BOOLEAN - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
- BOOLEAN - Enum constant in enum class oracle.iam.provisioning.vo.BasicAttribute.TYPE
- BOOLEAN_DATA_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- browse(Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
-
Returns list of all the role categories available in the system.
- BROWSE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- BROWSE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- BROWSE_ORGANIZATION_RESULT - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- BROWSE_USERS_BY_MANAGER - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- BROWSE_USERS_BY_ORGANIZATION_RESULT - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- BULK_ACTION_ON_EVENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- BULK_ADD - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- BULK_ADD - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- BULK_CREATE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- BULK_CREATE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- BULK_DELETE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- BULK_DELETE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- BULK_DELETE_TIMEOUT - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- BULK_MODIFY - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- BULK_MODIFY - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- BULK_OPERATION_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- BULK_REMOVE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- BULK_REMOVE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- BULK_REQUEST - Enum constant in enum 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
- 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
- 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<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.
- bulkHasAccess(String, PolicyConstants.Resources, List<String>, PolicyConstants.Actions, Map<String, Object>) - 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<String>, PolicyConstants.Resources, List<String>, 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 - Enum constant in enum class oracle.iam.provisioning.vo.Grant.GrantMechanism
- BulkNotificationEvent - Class in oracle.iam.notification.vo
- BulkNotificationEvent(BulkNotificationEvent.Type, String[], String) - Constructor for class oracle.iam.notification.vo.BulkNotificationEvent
- BulkNotificationEvent(BulkNotificationEvent.Type, String[], String[], String[], String, HashMap<String, Object>, String) - Constructor for class oracle.iam.notification.vo.BulkNotificationEvent
- BulkNotificationEvent.Type - Enum Class in oracle.iam.notification.vo
- 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 - Class in oracle.iam.platform.kernel.vo
- BulkResult() - Constructor for class oracle.iam.platform.entitymgr.vo.BulkResult
- BulkResult() - Constructor for class oracle.iam.platform.kernel.vo.BulkResult
- BUNDLE_ALLOWS_SCRIPT_ON_CONNECTOR - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
- BUNDLE_ALLOWS_SCRIPT_ON_RESOURCE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
- BUNDLEVERSION - Enum constant in enum 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 - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
- Byte - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- Byte - Enum constant in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
- Byte - Enum constant in enum class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
- ByteArray - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
- ByteArray - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- ByteArray - Enum constant in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
- ByteArray - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- CANNOT_FIND_ROLES - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- CANNOT_MODIFY_ROLE_GRANT_CREATEDATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- CANNOT_MODIFY_ROLE_GRANT_ENDDATE_TO_PAST_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- CANNOT_MODIFY_ROLE_GRANT_STARTDATE - Enum constant in enum 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) - Constructor for exception oracle.iam.platform.entitymgr.vo.CannotAcceptNullValueException
- CannotAcceptNullValueException(String, Throwable) - 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.application.vo
- Capability - Class in oracle.iam.platform.authopss.vo
-
This class represents a admin role object and its properties.
- Capability() - Constructor for class oracle.iam.application.vo.Capability
- Capability() - Constructor for class oracle.iam.platform.authopss.vo.Capability
-
Default constructor for eclipse-link.
- Capability(String) - Constructor for class oracle.iam.application.vo.Capability
- Capability(String, Boolean) - Constructor for class oracle.iam.application.vo.Capability
- Capability(String, String, boolean) - Constructor for class oracle.iam.platform.authopss.vo.Capability
-
Constructor for the Capability
- Capability.Type - Enum 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 - Enum constant in enum 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 - Class in oracle.iam.oimcommon.vo
- Catalog - Enum constant in enum class oracle.iam.platform.utils.vo.OIMType
- Catalog() - Constructor for class oracle.iam.catalog.vo.Catalog
- Catalog() - Constructor for class oracle.iam.oimcommon.vo.Catalog
- CATALOG - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- CATALOG_ADMINISTRATOR - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- CATALOG_ADMINISTRATOR_ORGS - Enum constant in enum 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 - Enum constant in enum 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(String, String) - Constructor for exception oracle.iam.catalog.exception.CatalogException
-
Constructs a
UserCreateException
with the specified detail message and error code. - CatalogException(String, String, Serializable[]) - Constructor for exception oracle.iam.catalog.exception.CatalogException
- CatalogException(String, Throwable) - Constructor for exception oracle.iam.catalog.exception.CatalogException
- 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(Throwable) - 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(String, String) - Constructor for exception oracle.iam.catalog.exception.CatalogHarvestException
-
Constructs a
UserCreateException
with the specified detail message and error code. - CatalogHarvestException(String, String, Serializable[]) - Constructor for exception oracle.iam.catalog.exception.CatalogHarvestException
- CatalogHarvestException(String, Throwable) - Constructor for exception oracle.iam.catalog.exception.CatalogHarvestException
- 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(Throwable) - 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(String, String) - Constructor for exception oracle.iam.catalog.exception.CatalogRunTimeException
-
Constructs a
UserCreateException
with the specified detail message and error code. - CatalogRunTimeException(String, String, Serializable[]) - Constructor for exception oracle.iam.catalog.exception.CatalogRunTimeException
- CatalogRunTimeException(String, Throwable) - Constructor for exception oracle.iam.catalog.exception.CatalogRunTimeException
- 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(Throwable) - 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 - Enum Class in oracle.iam.catalog.vo
- CatalogSearchCriteria.Operator - Enum Class in oracle.iam.catalog.vo
- CatalogSearchCriteria.SortCriteria - Enum 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 - Class in oracle.iam.catalog.vo
- Category() - Constructor for class oracle.iam.catalog.vo.Category
- CATEGORY - Enum constant in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
- CATEGORY - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- CATEGORY - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- CATEGORY - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- CATEGORY - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- CATEGORY_KEY - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- CAUSE_ACTION - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Action
- CAUSE_REQUEST_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- CERT_ID - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- CERT_ID - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- CERT_ID - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- CERT_ID - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- Certifiable - Interface 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
- Certifiable.Status - Enum Class in oracle.iam.certification.vo
- CERTIFICATION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- CERTIFICATION_ADMINISTRATOR - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- CERTIFICATION_ADMINISTRATOR_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- CERTIFICATION_COMMENTS - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- CERTIFICATION_COMPOSITE_NAME - Static variable in class oracle.iam.certification.vo.IDCConfiguration
- CERTIFICATION_DATE - Enum constant in enum 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_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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- CERTIFICATION_VIEWER_ORGS - Enum constant in enum 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 - Enum Class in oracle.iam.certification.vo
- CertificationConstants.PhaseDecisionConflict - Enum Class in oracle.iam.certification.vo
- CertificationConstants.ReviewerIdType - Enum Class in oracle.iam.certification.vo
- CertificationConstants.ReviewerType - Enum Class in oracle.iam.certification.vo
- CertificationCreationContext - Interface in oracle.iam.certification.vo
- CertificationCreationContext.ReviewerWrapper - Interface in oracle.iam.certification.vo
- CertificationCreationContext.SemaphoreType - Enum Class in oracle.iam.certification.vo
- CertificationDefinition - Class in oracle.iam.certification.vo
- CertificationDefinition() - Constructor for class oracle.iam.certification.vo.CertificationDefinition
- CertificationDefinitionFilters - Enum 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- CERTIFIED - Enum constant in enum class oracle.iam.certification.vo.Certifiable.Status
- CERTIFIED - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- CERTIFIED - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- CERTIFIED - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- CERTIFIED_BY - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- CERTIFIER_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- CERTIFIER_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- CERTIFIER_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- CERTIFIER_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- CERTIFIER_LOGIN - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- CERTIFIER_LOGIN - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- CERTIFIER_LOGIN - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- CERTIFIER_LOGIN - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- CERTIFIER_TYPE_APP_INSTANCE_OWNER - Static variable in interface oracle.iam.certification.vo.CertificationConstants
- CERTIFIER_TYPE_APP_INSTANCE_OWNER_ROLE - 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_ACCESS_REVIEWER - 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_DATA_OWNER_ROLE - 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
- CERTIFIER_TYPE_ROLE_OWNER_ROLE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
- CERTIFY_ENTITLEMENT_ALL - Static variable in class oracle.iam.certification.vo.IDCConfiguration
- CERTIFY_ENTITLEMENT_CRITERIA - 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_HIGH_RISK_ROLE_OUTSIDE_RULES - Static variable in class oracle.iam.certification.vo.IDCConfiguration
- CERTIFY_ONLY_HIGH_RISK_ENTITLEMENT - Static variable in class oracle.iam.certification.vo.IDCConfiguration
- CERTIFY_ONLY_HIGH_RISK_ENTITLEMENT_OUTSIDE_ROLE - Static variable in class oracle.iam.certification.vo.IDCConfiguration
- CERTIFY_RESOURCE_ALL - Static variable in class oracle.iam.certification.vo.IDCConfiguration
- CERTIFY_RESOURCE_CRITERIA - 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_CRITERIA - 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_OUTSIDE_RULES - 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
- certifyApplicationInstanceEntitlements(Long, String, Long, Set<Long>, Set<Long>, 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.
- certifyApplicationInstanceEntitlementsWithExistingComments(Long, String, Long, Set<Long>, Set<Long>, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Take a decision action on specified accounts and entitlement assignments in an Application Instance certification using existing comments.
- certifyApplicationInstanceEntitlementsWithExistingComments(Long, String, Long, SearchCriteria, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Take a decision action on specified accounts and entitlement assignments in an Application Instance certification using existing comments.
- certifyApplicationInstanceEntitlementsWithUpdateComments(Long, String, Long, Set<Long>, Set<Long>, Integer, Date, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Take a decision action on specified accounts and entitlement assignments in an Application Instance certification using provided comment if existing comment is empty.
- certifyApplicationInstanceEntitlementsWithUpdateComments(Long, String, Long, SearchCriteria, Integer, Date, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Take a decision action on specified accounts and entitlement assignments in an Application Instance certification using provided comment if existing comment is empty.
- certifyApplicationInstances(Long, String, Integer, Set<Long>, 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<Long>, 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<String, Object>, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Certifies the user accounts for a given entitlement definition
- certifyRemainingApplicationInstanceContent(Long, String, Set<Long>, 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
- certifyRemainingApplicationInstanceContentWithOptions(Long, String, Set<Long>, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Claims application instances and certifies associated content
- certifyRemainingApplicationInstanceContentWithOptions(Long, String, SearchCriteria, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Claims application instances and certifies associated content
- certifyRemainingEntitlementContent(Long, String, Set<Long>, 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.
- certifyRemainingEntitlementContentWithOptions(Long, String, Set<Long>, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
completes an entitlement.
- certifyRemainingEntitlementContentWithOptions(Long, String, SearchCriteria, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
completes a set of entitlements that match a search criteria.
- certifyRemainingRoleContent(Long, String, List<Long>, 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.
- certifyRemainingRoleContentWithOptions(Long, String, List<Long>, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
certifies remaining role content in a given task.
- certifyRemainingRoleContentWithOptions(Long, String, SearchCriteria, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
certifies remaining role content in a given task.
- certifyRemainingUserCertPh2Pg1ItemContent(Long, String, Set<Long>, Set<Long>, Set<Long>, 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
- certifyRemainingUserCertPh2Pg1ItemContentWithOptions(Long, String, Set<Long>, Set<Long>, Set<Long>, Integer, Date, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Certify remaining content(non-certified) for items on Page 1 in Phase 2 of User Certification
- certifyRemainingUserCertPh2Pg1ItemContentWithOptions(Long, String, SearchCriteria, Integer, Date, String, Boolean) - 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<Long>, 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.
- certifyRemainingUserContentWithOptions(Long, String, List<Long>, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
certifies user roles,accounts and account-attributes which are not acted on.
- certifyRemainingUserContentWithOptions(Long, String, SearchCriteria, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
certifies remaining user content with filters.
- certifyRoles(Long, String, List<Long>, Integer, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Allows claim, revoke and abstain actions on roles within a given task.
- certifyRoles(Long, String, SearchCriteria, Integer, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Allows claim, revoke and abstain actions on roles within a given task with a set of filters.
- certifySelectedEntitlementUsers(Long, String, Long, Set<Long>, 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
- certifySelectedEntitlementUsersWithExistingComments(Long, String, Long, Set<Long>, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Certifies the user accounts for a given entitlement definition with existing comments
- certifySelectedEntitlementUsersWithExistingComments(Long, String, Long, SearchCriteria, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Certifies the user accounts for a given entitlement definition
- certifySelectedEntitlementUsersWithUpdateComments(Long, String, Long, Set<Long>, Integer, Date, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Certifies the user accounts for a given entitlement definition
- certifySelectedEntitlementUsersWithUpdateComments(Long, String, Long, SearchCriteria, Integer, Date, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Certifies the user accounts for a given entitlement definition
- certifyUserCertPh2Pg1Items(Long, String, Set<Long>, Set<Long>, Set<Long>, 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
- certifyUserCertPh2Pg2ItemsWithExistingComments(Long, String, Long, CertificationConstants.EntityType, SearchCriteria, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Certify the items on Page 2 in Phase 2 of User Certification by search criteria with the existing comments.
- certifyUserEntitlements(Long, String, Long, Set<Long>, Set<Long>, Set<Long>, 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
- certifyUserEntitlementsWithExistingComments(Long, String, Long, Set<Long>, Set<Long>, Set<Long>, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Certify the user entitlements for a user in User Certification with existing comments
- certifyUserEntitlementsWithExistingComments(Long, String, Long, SearchCriteria, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Certify the user entitlements for a user in User Certification using existing comments
- certifyUserEntitlementsWithUpdateComments(Long, String, Long, Set<Long>, Set<Long>, Set<Long>, String, Boolean, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Certify the user entitlements for a user in User Certification with new comments if existing comment is empty
- certifyUserEntitlementsWithUpdateComments(Long, String, Long, SearchCriteria, String, Boolean, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Certify the user entitlements for a user in User Certification using new comments if existing comment is empty
- certifyUsers(Long, String, List<Long>, Integer, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Allows claim, revoke and abstain actions on selected users within a given task.
- certifyUsers(Long, String, SearchCriteria, Integer, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Allows claim, revoke and abstain actions on selected users within a given task 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_ANS_MASK - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- CHALLENGE_QUESTION_AND_ANSWER_MAX_LENGTH - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- 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) - Constructor for exception oracle.iam.selfservice.exception.ChallengePolicyDisableException
-
Constructs a
ChallengePolicyDisableException
with the specified detail message. - ChallengePolicyDisableException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.ChallengePolicyDisableException
-
Constructs a
ChallengePolicyDisableException
with the specified detail message and cause. - 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(String, Throwable) - Constructor for exception oracle.iam.passwordmgmt.exception.ChallengeResponseException
- ChallengeResponseException(AuthSelfServiceException) - Constructor for exception oracle.iam.passwordmgmt.exception.ChallengeResponseException
-
Constructs a
ChallengeResponseException
with anAuthSelfServiceException
as a cause - 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- CHANGE_PARENT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- CHANGE_PASSWORD - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- CHANGE_PASSWORD - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- CHANGE_PASSWORD - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- CHANGE_PASSWORD - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- CHANGE_PASSWORD - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- CHANGE_PASSWORD_AT_NEXT_LOGIN_FALSE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- CHANGE_PASSWORD_AT_NEXT_LOGIN_TRUE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- CHANGE_PASSWORD_WITH_RESET_FLAG - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- CHANGE_PWD_AT_NEXT_LOGON - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- CHANGE_SELF_ACCOUNT_PASSWORD - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- CHANGE_USER_ACCOUNT_PASSWORD - Enum constant in enum 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.
- changeAccountStatus(long, String) - Method in interface oracle.iam.provisioning.api.ProvisioningService
- 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
-
Deprecated.use
AuthenticatedSelfService#changePassword(char[] oldPwd, char[] newPwd, char[] confirmPwd)
instead - changeFromServiceAccount(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Changes a service account to a regular account.
- CHANGELOG - Enum constant in enum 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 - Enum constant in enum 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(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 - 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(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, char[], boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Changes the user's password.
- 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, Locale, boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
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, Object, char[], boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Changes the user's password.
- 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, 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. - 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. - changePasswordforSelf(String, String, String) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
AuthenticatedSelfService#changePassword(char[] oldPwd, char[] newPwd, char[] confirmPwd)
instead - 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 - Enum Class in oracle.iam.reconciliation.api
-
An event has to have one of the defined change type.
- ChangeType - Enum 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
- CheckBox - Enum constant in enum class oracle.iam.application.vo.FieldType
- 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)
- ChildDetails() - Constructor for class oracle.iam.catalog.vo.HierarchicalAttributes.ChildDetails
- ChildEntity - Class in oracle.iam.request.history.jaxb
-
<p>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(String, Date) - Constructor for class oracle.iam.platform.entitymgr.vo.ChildEntityModification
- ChildEntityModification(String, Map<String, Object>, Date) - Constructor for class oracle.iam.platform.entitymgr.vo.ChildEntityModification
- ChildEntityModification(Map<String, Object>) - 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
-
<p>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 - Enum Class in oracle.iam.provisioning.vo
-
This enumeration list the actions that can be taken on each child table record.
- CIBean - Class in oracle.iam.application.vo
- CIBean() - Constructor for class oracle.iam.application.vo.CIBean
- CITY - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- cleanHierarchy(String, String) - Method in class oracle.iam.connectors.icfcommon.recon.HierarchySearchReconTask
- CLEANING_OLD_UDF_FROMXML - Enum constant in enum 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
- clearBatchWorkerWorkItems() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- clearErrors() - Method in class Thor.API.Base.tcBaseUtility
-
Clears all errors and exceptions that are stored in the utility class.
- 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 - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- Clob - Enum constant in enum 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.application.vo.Application
- 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.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.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.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.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.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.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.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.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.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.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.
- clone(String) - Method in interface oracle.iam.application.api.ApplicationManager
-
Clone application
- 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() - 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() - Method in interface Thor.API.Base.tcUtilityOperationsIntf
-
This method will clean up all resources associated with this object.
- 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Action
- CLOSED - Enum constant in enum 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 - Enum constant in enum 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
- ComboBox - Enum constant in enum class oracle.iam.application.vo.FieldType
- COMMENT - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- COMMENT - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- COMMENTS - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- COMMENTS - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- COMMENTS_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
- COMMON_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- COMMON_NAME - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- COMMONNAME - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- COMMONNAME_GENERATED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- CommonNameGenerationException - Exception in oracle.iam.ldapsync.exception
- CommonNameGenerationException - Exception in oracle.iam.ssointg.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, String) - Constructor for exception oracle.iam.ssointg.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(String, Throwable, String) - Constructor for exception oracle.iam.ssointg.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.
- CommonNameGenerationException(Throwable, String) - Constructor for exception oracle.iam.ssointg.exception.CommonNameGenerationException
-
Constructs a new super exception with the specified cause and error code.
- CommonNamePolicy - Interface in oracle.iam.ldapsync.api
- CommonNamePolicy - Interface in oracle.iam.ssointg.impl.handlers.account.commonname.plugins.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
- compareTo(EntityTypes) - Method in class oracle.iam.oimrest.rest.vo.EntityTypes
- compareTo(AdminRoleMembershipWithoutHierarchy) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy
- COMPENSATE - Enum constant in enum 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.
- compileScript(String) - Method in interface oracle.iam.application.api.ApplicationManager
-
This API method will validate compilation of given groovy script.
- COMPLETE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Action
- COMPLETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
- COMPLETE_ASYNC_EVENT_HANDLER - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.ScanRun.RUN_STATUS
- COMPLETED - Enum constant in enum class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
- COMPLETED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- COMPLETED_WITH_ERRORS - Enum constant in enum class oracle.iam.ida.vo.ScanRun.RUN_STATUS
- COMPLETED_WITH_WARNINGS - Enum constant in enum 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 - Enum constant in enum 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, String, BasicAttribute.TYPE, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String, Set<BasicAttribute>) - Constructor for class oracle.iam.provisioning.vo.ComplexAttribute
- ComplexAttribute(String, Set<BasicAttribute>) - 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
- COMPUTE_FORMULA - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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
- ConcurrentSearchReconTask - Class in oracle.iam.connectors.icfcommon.recon
-
Concurrent Reconciliation which uses SearchApiOp operation in its implementation
- ConcurrentSearchReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.ConcurrentSearchReconTask
- Condition - Class in oracle.iam.policyengine.vo
- Condition - Enum Class in oracle.iam.application.vo
- Condition - Enum Class in oracle.iam.reconciliation.config.vo
- Condition() - Constructor for class oracle.iam.policyengine.vo.Condition
-
Default constructor for Jackson serialization/ de-serialization.
- Condition(Object, Object, SearchCriteria.Operator) - Constructor for class oracle.iam.policyengine.vo.Condition
-
Normal condition using the specified arguments and condition operator.
- CONDITION - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- CONDITION - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- ConditionalEventHandler - Interface in oracle.iam.platform.kernel.spi
-
If any event handler to be executed conditionally, that event handler should implement this interface
- CONFIDENTIAL - Enum constant in enum 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) - Constructor for exception oracle.iam.reconciliation.exception.ConfigException
- ConfigException(String, Throwable, Profile) - Constructor for exception oracle.iam.reconciliation.exception.ConfigException
- ConfigException(Throwable) - Constructor for exception oracle.iam.reconciliation.exception.ConfigException
- ConfigException(Profile, String) - 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
- ConfigurationException - Exception in oracle.iam.application.exception
- ConfigurationException(String) - Constructor for exception oracle.iam.application.exception.ConfigurationException
- ConfigurationException(String, Throwable) - Constructor for exception oracle.iam.application.exception.ConfigurationException
- ConfigurationException(Throwable) - Constructor for exception oracle.iam.application.exception.ConfigurationException
- 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) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
-
Connects to a directory object.
- connect(String, String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilJDBCClass
-
Creates a coonection to the Database
- CONNECTIONKEY - Enum constant in enum 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 - Enum constant in enum class oracle.iam.application.vo.ActionTarget
- CONNECTOR_NAME - Static variable in class oracle.iam.application.vo.Constants
- CONNECTOR_NAME - Static variable in class oracle.iam.provisioning.vo.ConnectorInfo
- CONNECTOR_SERVER - Static variable in class oracle.iam.provisioning.vo.ConnectorServer
- CONNECTOR_TYPE - Static variable in class oracle.iam.application.vo.Constants
- CONNECTOR_VERSION - Static variable in class oracle.iam.application.vo.Constants
- 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 - Enum Class in oracle.iam.provisioning.vo
- CONNECTORBUNDLEURI - Enum constant in enum 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, boolean, boolean, int, String, String, Set<String>) - Constructor for class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
- ConnectorConfigurationProperty(String, String, String, String, String, String, boolean, boolean, int, String, String, String, String, Set<String>) - Constructor for class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
- ConnectorConfigurationProperty.ATTRIBUTE - Enum Class in oracle.iam.provisioning.vo
- CONNECTORDISPLAYNAME - Enum constant in enum 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.application.vo
- ConnectorInfo - Class in oracle.iam.provisioning.vo
- ConnectorInfo(ConnectorKey) - Constructor for class oracle.iam.application.vo.ConnectorInfo
- ConnectorInfo(ConnectorKey) - Constructor for class oracle.iam.provisioning.vo.ConnectorInfo
- ConnectorInfoManager - Interface in oracle.iam.application.api
- 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(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.
- 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.
- 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.application.vo
- ConnectorKey - Class in oracle.iam.provisioning.vo
- ConnectorKey(String, String, String) - Constructor for class oracle.iam.application.vo.ConnectorKey
- 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 - Enum constant in enum 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) - Constructor for class oracle.iam.provisioning.vo.ConnectorServer
- ConnectorServer(String, String, String, String, boolean, int) - Constructor for class oracle.iam.provisioning.vo.ConnectorServer
- ConnectorServer(String, String, String, String, String) - Constructor for class oracle.iam.provisioning.vo.ConnectorServer
- CONNECTORSERVER_NAME - Static variable in class oracle.iam.provisioning.vo.ConnectorInfo
- ConnectorServer.ATTRIBUTE - Enum Class in oracle.iam.provisioning.vo
-
enumeration to define the ConnectorServer entity attributes
- connectorserverKey - Variable in class oracle.iam.provisioning.vo.Application
- CONNECTORSERVERKEY - Enum constant in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
- 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
- ConnectorUpgrade - Class in oracle.iam.application.vo
- ConnectorUpgrade() - Constructor for class oracle.iam.application.vo.ConnectorUpgrade
- Constants - Class in oracle.iam.application.vo
- Constants - Class in oracle.iam.passwordmgmt.vo
-
Constants related to user/account password management
- Constants - Class in oracle.iam.selfservice.self.selfmgmt.api
-
The definitions of constants related to authenticated self-service operations.
- Constants - Interface in com.thortech.xl.vo
- Constants - Interface in oracle.iam.certification.vo
- Constants() - Constructor for class oracle.iam.application.vo.Constants
- Constants() - Constructor for class oracle.iam.passwordmgmt.vo.Constants
- Constants() - Constructor for class oracle.iam.selfservice.self.selfmgmt.api.Constants
- Constants.Attributes - Enum Class in oracle.iam.passwordmgmt.vo
-
Attribute names for PasswordPolicy.
- Constants.Entity - Enum Class in oracle.iam.passwordmgmt.vo
- Constants.Operations - Enum Class in oracle.iam.passwordmgmt.vo
- Constants.Privilege - Enum Class in oracle.iam.selfservice.self.selfmgmt.api
-
Authorization privileges for user profile management operations.
- Constants.Status - Enum Class in oracle.iam.application.vo
- 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) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
-
Deprecated.Not recomended to use from 11gR1 onwards.
- constructEmail(String, String, String, String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
-
Constructs the Email.
- 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 - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- CONTAIN - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
- CONTAINER_DN - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- Contains - Enum constant in enum class oracle.iam.application.vo.RuleElementOperator
- CONTAINS - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- CONTENT_TYPE - Enum constant in enum 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 enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- convertDCtoObligation() - Method in enum 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() - Method in class oracle.iam.policyengine.vo.conditions.AbstractCondition
- convertToString() - Method in interface oracle.iam.policyengine.vo.conditions.EvaluationCondition
- convertToString(Object) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
-
method that returns String representation of Object.
- COOKIE_EXPIRY_INTERVAL - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- copy() - Method in class oracle.iam.application.vo.BasicAttribute
- 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.
- CorrelationRule - Class in oracle.iam.application.vo
- CorrelationRule() - Constructor for class oracle.iam.application.vo.CorrelationRule
- CorrelationRuleElement - Class in oracle.iam.application.vo
- CorrelationRuleElement() - Constructor for class oracle.iam.application.vo.CorrelationRuleElement
- CorrelationRuleElement(String, String, RuleElementOperator, Boolean) - Constructor for class oracle.iam.application.vo.CorrelationRuleElement
- countCertifications(SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
-
This method counts the number of certifications matching the supplied search criteria.
- COUNTRY - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- COUNTRYORREGION - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- covertLegacyDataTypeToDataTypeEnum(String) - Static method in enum class oracle.iam.application.vo.DataType
- CQ_LOOKUP_CODE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- CQR - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.IntegrationMode
- create(Application) - Method in interface oracle.iam.application.api.ApplicationManager
-
Create application
- create(AuditEvent) - Method in interface oracle.iam.auditevent.api.AuditEventManager
-
Creates the audit event in the backend.
- create(AuditEventEntityTypeAction) - Method in interface oracle.iam.auditevent.api.AuditEventEntityTypeActionManager
-
Create an AuditEventEntityTypeAction.
- create(AuditEventGroup) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Create an AuditEventGroup.
- create(ScanDefinition) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
-
Persists a scan definition
- create(Organization) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Creates a new Organization entity in the backend data store.
- create(Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
This method creates a role.
- create(RoleCategory) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
-
This method creates a role category in the backend datastore.
- create(User) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
This method creates a user
- create(User, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
This method creates a user
- create(User, Map<String, Object>) - 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(PasswordPolicyInfo) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
-
Create a new Password Policy
- 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(Application) - Method in interface oracle.iam.provisioning.api.ApplicationService
-
This API service method creates a new Application in the system
- create(ApplicationObjectclass) - Method in interface oracle.iam.provisioning.api.ApplicationObjectclassService
-
Creates instance of ApplicationObjectclass.
- create(Application, List<ApplicationObjectclass>) - 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 - Enum constant in enum class oracle.iam.platform.utils.vo.Operation
- CREATE - Enum constant in enum class oracle.iam.application.vo.GroovyHelper.OperationType
- CREATE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- CREATE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Action
- CREATE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- CREATE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- CREATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
- CREATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- CREATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AccessPolicyActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
- CREATE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- CREATE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- CREATE - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.AttributesForOperation
- CREATE - Static variable in interface com.thortech.xl.vo.Constants
-
Create Action
- CREATE - Static variable in class com.thortech.xl.vo.workflow.TaskDefinition
- CREATE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- CREATE_ACCOUNT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- CREATE_ADMIN_ROLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
- CREATE_ATTRIBUTE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- CREATE_BY_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- CREATE_BY_ID - Enum constant in enum class oracle.iam.ida.vo.Remediator.Attribute
- CREATE_BY_ID - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- CREATE_BY_ID - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- CREATE_BY_ID - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- CREATE_BY_ID - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
- CREATE_DATASET - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- CREATE_DATASET - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
- CREATE_DATE - Enum constant in enum class oracle.iam.certification.vo.CertificationDefinitionFilters
- CREATE_DATE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- CREATE_DATE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- CREATE_DATE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- CREATE_DATE - Enum constant in enum class oracle.iam.ida.vo.Remediator.Attribute
- CREATE_DATE - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- CREATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- CREATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- CREATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
- CREATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- CREATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
- CREATE_DATE - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- CREATE_EVENT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- CREATE_JOB - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- CREATE_METADATA - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
- CREATE_PARAMS - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- CREATE_ROLE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- CREATE_ROLE_CATEGORY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- CREATE_ROLE_ROLE_RELATIONSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- CREATE_ROLE_USER_MEMBERSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- CREATE_RULE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- CREATE_TASK - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- CREATE_TRIGGER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- CREATE_USER - Enum constant in enum 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[], boolean[], long[], long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
- createAccessPolicy(Map, long[], boolean[], long[], long[], AccessPolicyResourceData[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
- createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
- createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[], long[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
- createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[], long[], AccessPolicyResourceData[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
- createAccessPolicy(Map, long[], tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType[], long[], AccessPolicyResourceData[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#createAccessPolicy(final AccessPolicy policy)}
- createAccessPolicy(AccessPolicy) - Method in interface oracle.iam.accesspolicy.api.AccessPolicyService
-
Creates an Access Policy.
- 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<java.lang.String>)
- 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
- createBackup(Application) - Method in interface oracle.iam.application.api.ApplicationManager
- createBeneficiaryChange() - Method in class oracle.iam.request.history.jaxb.ObjectFactory
-
Create an instance of
BeneficiaryChange
- createBulkAuditEvents(List<AuditEvent>) - 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 - Enum constant in enum class oracle.iam.certification.vo.CertificationDefinitionFilters
- CREATED_BY - Enum constant in enum 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.
- createDeleteReconciliationEvent(String, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- createDeleteReconciliationEvent(String, Map, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
-
Deprecated.
- createDeleteReconciliationEvent(String, Map, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- 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.
- createInstanceFromApplication(Application) - Method in interface oracle.iam.application.api.ApplicationManager
-
Create instance from Application Newly created application will share the Schema,Provisioning and Reconciliation configurations.
- 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).
- createNotificationEvent(Double, String, String, String) - Method in class oracle.iam.scheduler.vo.TaskSupport
-
This Method is used to create a Notification event using following arguments
- 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
- createObject(String, Attributes) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
-
Method used internally to create any type of object.
- createOrchestration() - Method in class oracle.iam.request.model.vo.ObjectFactory
-
Create an instance of
Orchestration
- createOrganization - Enum constant in enum class oracle.iam.application.vo.Action
- createOrganization - Enum constant in enum 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<String, Object>, 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.
- createReconciliationEvent(String, Map, boolean) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- createReconciliationEvent(String, Map, boolean, String) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
-
Deprecated.
- createReconciliationEvent(String, Map, boolean, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- createReconciliationEvent(String, Map, boolean, String, Date) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- createReconciliationEvent(String, Map, boolean, Date) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- 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 Please note Role Name and Role Display Name will be trimmed for leading and trailing spaces
- 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
- 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
- createRequestProfile(RequestProfile) - Method in interface oracle.iam.requestprofile.api.RequestProfileService
-
Creates Request profile.
- createRole - Enum constant in enum 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<java.lang.String>)
- createRolePreventivePreviewScan(Role, boolean, Set<String>) - 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 - Enum constant in enum class oracle.iam.reconciliation.config.vo.Action
- createRoleUser - Enum constant in enum class oracle.iam.reconciliation.config.vo.Action
- createScheduledTask(ScheduledTask) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
Create a Schedule task definition in the metadata repository.
- createScheduledTask(Document) - 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
- createTemplate(Application) - Method in interface oracle.iam.application.api.ApplicationManager
-
Create a Template.
- createUser - Enum constant in enum class oracle.iam.application.vo.Action
- createUser - Enum constant in enum class oracle.iam.reconciliation.config.vo.Action
- createUser(long, String, String, String) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
-
Deprecated.Please try to use
ReconOperationsService.processReconciliationEvent(long)
- createUser(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#create(User user)
instead - 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<String>) - 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 - Enum constant in enum class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
- CREATOR_USER_LOGIN - Enum constant in enum class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
- CronTO - Class in oracle.iam.scheduler.vo
- CronTO() - Constructor for class oracle.iam.scheduler.vo.CronTO
- 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- CURRENT_PASSWORD_REQD_FOR_RESET - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
- CUSTOM_ACCESS_REVIEWER_DEFAULT_MAP_NAME - Static variable in interface oracle.iam.certification.vo.CertificationConstants
- 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
- CustomAccessReviewerInfo - Class in oracle.iam.certification.vo
- CustomAccessReviewerInfo() - Constructor for class oracle.iam.certification.vo.CustomAccessReviewerInfo
- CUSTOMIZE_SELFSERVICE_UI - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- DATA_LEVEL - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- DATA_LEVEL - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- DATA_LEVEL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- DATA_LEVEL_ALLOW_ROW_DELETE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- DATA_LEVEL_ALLOW_ROW_MODIFICATION - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- DATA_LEVEL_ALLOW_ROW_UPDATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- DATA_LEVEL_DISALLOW_ROW_MODIFICATION - Enum constant in enum 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
-
<p>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 - Exception 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 exception oracle.iam.certification.exception.DataEncodingException
- DATALEVEL - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- DataObjectPermissions - Class in com.thortech.xl.vo
- DataObjectPermissions(long) - Constructor for class com.thortech.xl.vo.DataObjectPermissions
-
Constructor for the type.
- DATASET - Enum constant in enum 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
-
<p>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 - Enum Class in oracle.iam.application.vo
- DataType - Interface in oracle.iam.catalog.vo
- dataTypeToFieldTypeMap - Static variable in enum class oracle.iam.application.vo.FieldType
- dataTypeToSupportedFieldTypeListMap - Static variable in enum class oracle.iam.application.vo.FieldType
- Date - Enum constant in enum class oracle.iam.application.vo.DataType
- Date - Enum constant in enum class oracle.iam.catalog.vo.MetaDataDefinition.Type
- Date - Enum constant in enum class oracle.iam.reconciliation.config.vo.Type
- Date - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
- Date - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- Date - Enum constant in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
- Date - Enum constant in enum class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
- DATE - Enum constant in enum class oracle.iam.application.vo.ICFAdvanceFlags
- DATE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
- DATE - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
- DATE - Enum constant in enum class oracle.iam.provisioning.vo.BasicAttribute.TYPE
- DATE_DATA_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- DATE_DEFAULT - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
- DATE_FORMAT - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- DATE_FORMAT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- DATE_FORMAT_COMPACT - Static variable in class oracle.iam.policyengine.vo.ValueObject
- DATE_FORMAT_DEFAULT - Static variable in class oracle.iam.policyengine.vo.ValueObject
- DATE_FORMAT_MILLIS - Static variable in class oracle.iam.policyengine.vo.ValueObject
-
Timestamp in milliseconds (a stringified Java
long
value). - DATE_FORMAT_SYS_PROP - Static variable in class Thor.API.Base.tcBaseUtility
- DATE_FULL - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
- DATE_FULL_AM_PM - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
- DATE_NO_SPACE - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
- DATE_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
- DATE_SIMPLE - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
- DATE_SIMPLE_TIME - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
- DATE_SIMPLE_TIMEZONE - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
- 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
- DateFieldDlg - Enum constant in enum class oracle.iam.application.vo.FieldType
- dateToString(Date) - Static method in class oracle.iam.policyengine.vo.ValueObject
-
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.ValueObject
- DateType - Class in oracle.iam.reconciliation.config.vo
- DBAccessException - Exception in oracle.iam.application.exception
- DBAccessException - Exception in oracle.iam.reconciliation.exception
- DBAccessException(String, Throwable) - Constructor for exception oracle.iam.application.exception.DBAccessException
- 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
- DEACTIVATED - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- DECISION_CONFLICT - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
- decisionTableName() - Method in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- decodeCommaString(String) - Static method in class oracle.iam.policyengine.vo.ValueObject
-
Parse a comma delimited string into a List of strings.
- decodeCommaString(String, boolean) - Static method in class oracle.iam.policyengine.vo.ValueObject
- DECOMMISSION - Enum constant in enum 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_FORMAT_PROPERTY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- 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_LOGIN_PATTERN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- 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_RDN - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- DEFAULT_RESOURCES_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
- DEFAULT_REVIEWER_ORG_MANAGER - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- DEFAULT_REVIEWER_USER_MANAGER - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- DEFAULT_ROLE_ASSIGNMENT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- 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
- DEFAULTVALUE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
- DELEGATED_REVIEWER_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- DELEGATED_REVIEWER_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- DELEGATED_REVIEWER_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- DELEGATED_REVIEWER_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- DELEGATED_REVIEWER_LOGIN - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- DELEGATED_REVIEWER_LOGIN - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- DELEGATED_REVIEWER_LOGIN - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- DELEGATED_REVIEWER_LOGIN - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- delegateItems(Long, String, Long, List<Long>, List<Long>, List<Long>, List<Long>, 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.
- delegateItems(Long, String, Long, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Returns delegate items
- delete(String) - Method in interface oracle.iam.auditevent.api.AuditEventEntityTypeActionManager
-
Delete the AuditEventEntityTypeAction and all associated relationships.
- delete(String) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Delete an AuditEventGroup and all associated AuditEventGroupEntityTypeActions.
- delete(String) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
-
Deletes a scan definition
- delete(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
-
Delete the role category.
- delete(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Delete the role.
- delete(String) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
-
Delete the Password Policy
- 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(String, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Deletes an already existing Organization entity.
- 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.orgmgmt.api.OrganizationManager
-
Deletes an already existing Organization entity.
- 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, Object) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Marks the user matching the specified search criteria as deleted.
- delete(String, Map<String, Object>) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Deletes an already existing Organization entity.
- delete(ArrayList<String>, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Bulk delete operation.
- delete(Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Bulk delete operation.
- delete(Set<String>, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Deletes existing Organizations in bulk.
- delete(Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Deletes existing Organizations in bulk.
- 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 - Enum constant in enum class oracle.iam.application.vo.JobMode
- Delete - Enum constant in enum class oracle.iam.platform.utils.vo.Operation
- Delete - Enum constant in enum class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
- Delete - Enum constant in enum class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
- Delete - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
- Delete - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.ACTION
- DELETE - Enum constant in enum class oracle.iam.application.vo.GroovyHelper.OperationType
- DELETE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- DELETE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- DELETE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
- DELETE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AccessPolicyActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
- DELETE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DELETE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- DELETE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.Mode
- DELETE - Enum constant in enum class oracle.iam.reconciliation.api.ChangeType
-
ChangeType is DELETE when event has to be created for deletion of data.
- DELETE - Enum constant in enum class oracle.iam.reconciliation.config.vo.ChangeType
-
ChangeType is DELETE when event has to be created for deletion of data.
- 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.identity.rolemgmt.api.RoleManagerConstants
- DELETE_ADMIN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- DELETE_ADMIN_ROLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
- DELETE_ADMIN_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DELETE_ATTRIBUTE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
- DELETE_CATALOG_ITEM - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
- DELETE_CATEGORY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
- DELETE_DATASET - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- DELETE_DATASET - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
- DELETE_ENTITLEMENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DELETE_EVENT - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
- DELETE_JOB - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- DELETE_MEMBERS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- DELETE_METADATA - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
- DELETE_ORGANIZATION - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- DELETE_PROXY_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DELETE_ROLE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- DELETE_ROLE_CATEGORY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- DELETE_ROLE_ROLE_RELATIONSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- DELETE_ROLE_USER_MEMBERSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- DELETE_ROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DELETE_RULE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- DELETE_SELF_ACCOUNTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DELETE_SELF_ENTITLEMENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DELETE_SELF_ROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DELETE_TASK - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- DELETE_TRIGGER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- DELETE_USER - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- DELETE_USER_ACCOUNTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- deleteAccessPolicy(String, boolean) - Method in interface oracle.iam.accesspolicy.api.AccessPolicyService
-
Deletes an Access Policy.
- DeleteAccountException - Exception in oracle.iam.reconciliation.exception
- DeleteAccountException() - Constructor for exception oracle.iam.reconciliation.exception.DeleteAccountException
- DeleteAccountException(String) - Constructor for exception oracle.iam.reconciliation.exception.DeleteAccountException
- DeleteAccountException(Throwable) - 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 .
- deleteApplicationJob(String, String) - Method in interface oracle.iam.application.api.ApplicationManager
-
Delete given schedule job and remove its entry from given template as well
- deleteAttestationDefinition(long) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
-
Deletes an attestation process definition
- deleteBulkAuditEvents(SearchCriteria, Map<String, Object>) - Method in interface oracle.iam.auditevent.api.AuditEventManager
- deleteBulkMultiAttributeData(String, Map<String, Object>, String, List<? extends Map<String, Object>>) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
-
Delete data for multi-valued attributes (child table) for a reconciliation event.
- deleteBulkMultiAttributeData(String, Map<String, Object>, String, List<? extends Map<String, Object>>) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- deleteBulkMultiAttributeData(String, Map<String, Object>, String, List<? extends Map<String, Object>>, 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, Object>, String, List<? extends Map<String, Object>>, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- deleteByScanToken(String) - Method in interface oracle.iam.ida.api.ScanRunManager
-
Delete the ScanRun entity identified by the supplied scanToken.
- deleteCatalogItems(List<Catalog>, 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 - Enum constant in enum class oracle.iam.reconciliation.api.ChangeType
-
ChangeType is DELETECHILD when event is for deleting a child.
- Deleted - Enum constant in enum class oracle.iam.provisioning.vo.Application.STATUS_TYPE
- DELETED - Enum constant in enum class oracle.iam.application.vo.Constants.Status
- 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.
- 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
-
<p>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(String) - Constructor for exception oracle.iam.reconciliation.exception.DeleteException
- DeleteException(Throwable) - 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<JarElement>) - 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
-
Deprecated.use
UserManager#removeAllProxiesForUser(String userID,boolean isUserLogin)
instead - deleteProxy(long, long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#removeProxy(String userID,String proxyID,boolean isUserLogin)
instead - deleteRequest(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Raises a request to delete the role.
- 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(Set<String>) - 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<ResourceElement>) - 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 - deleteRole(String, Role) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API is used to delete role in target LDAP in OAM-OIM Integrated setup
- 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
-
Deprecated.use
UserManager#delete(String userID, boolean isUserLogin)
instead - 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
-
Deprecated.use
UserManager#delete(ArrayList<String> userIDs, boolean isUserLogin)
instead - DELIM - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- DELIMITER - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- DENIED_ATTRIBUTES_DIRECT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
- DENIED_ATTRIBUTES_WITH_APPROVAL - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
- DENIED_ATTRIBUTES_WITHOUT_APPROVAL - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
- DenyResult(String, PolicyConstants.Actions, PolicyConstants.Resources, String) - Constructor for class oracle.iam.platform.authopss.api.AuthorizationResult.DenyResult
- DEPARTMENT_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- DEPARTMENT_NUMBER - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- DEPARTMENT_NUMBER - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- DEPARTMENTNUBMER - Enum constant in enum 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
- DeploymentMode - Enum Class in oracle.iam.application.vo
- DEPROVISION - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- DEPROVISION - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- DEPROVISION_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- DEPROVISIONEDDATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- DEPROVISIONINGDATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- DESCENDING - Enum constant in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.SortCriteria
- DESCENDING - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationInstanceConstants.SortOrder
- DESCENDING - Enum constant in enum class oracle.iam.request.vo.RequestConstants.SortOrder
- DESCENDING - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- DESCIPTION - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- description - Variable in class com.thortech.xl.vo.ddm.FilePreview
- DESCRIPTION - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- DESCRIPTION - Enum constant in enum class oracle.iam.certification.vo.CertificationDefinitionFilters
- DESCRIPTION - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- DESCRIPTION - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- DESCRIPTION - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- DESCRIPTION - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- DESCRIPTION - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- DESCRIPTION - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
- DESCRIPTION - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- DESCRIPTION - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- DESCRIPTION - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- DESCRIPTION - Enum constant in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
- DESCRIPTION - Static variable in class oracle.iam.application.vo.Constants
- DESCRIPTION - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- 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
- DESTROY - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Action
- DETECTION_COUNT - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- DIAGNOSTIC_DASHBOARD - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- diff(Application) - Method in class oracle.iam.application.vo.Application
- DIRECT - Enum constant in enum class oracle.iam.api.OIMService.Intent
- DIRECT_MEMBERSHIP_TYPE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
- disable(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API method disables an account provisioned to a user.
- 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(String, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Disables an already existing Organization entity.
- disable(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Disables the user.
- disable(String, boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Disables the user.
- disable(String, Object) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Disables an already existing Organization entity.
- disable(String, Object) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Disables the user account matching the search criteria.
- disable(ArrayList<String>, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Bulk disable operation.
- disable(Set<String>, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Disables existing Organizations in bulk.
- DISABLE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- DISABLE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- DISABLE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- DISABLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
- DISABLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
- DISABLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
- DISABLE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- DISABLE - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- DISABLE - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.AttributesForOperation
- DISABLE - Enum constant in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
- DISABLE_ACCOUNT - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- DISABLE_NEOR - Enum constant in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
- DISABLE_RESOURCE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- DISABLE_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- DISABLE_RISK_ACCEPTED_ACTION - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- DISABLE_SELF_ACCOUNTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DISABLE_USER_ACCOUNT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- DISABLE_USER_STATUS - Enum constant in enum 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 - Enum constant in enum class oracle.iam.oimcommon.vo.User.UserStatus
- Disabled - Enum constant in enum class oracle.iam.provisioning.vo.Application.STATUS_TYPE
- DISABLED - Enum constant in enum class oracle.iam.application.vo.Constants.Status
- DISABLED - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
- DISABLED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- DISABLED - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- disableJob(String) - Method in interface oracle.iam.application.api.ApplicationManager
- 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
-
Deprecated.use
UserManager#disable(String userID, boolean isUserLogin)
instead - disableUsers(long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#disable(ArrayList<String> userIDs, boolean isUserLogin)
instead - disconnect() - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
-
Closes connection to directory server
- Disconnected - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
- DISCONNECTED - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
- DISCONNECTED - Static variable in class oracle.iam.application.vo.Constants
- DISPLAY_NAME - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- DISPLAY_NAME - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- DISPLAY_NAME - Static variable in class oracle.iam.application.vo.Constants
- 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.vo.ApplicationInstance
- DISPLAY_NAME_AUTO_GENERATED_CONTROL - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- DISPLAYMESSAGEKEY - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
- DISPLAYNAME - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- DISPLAYNAME - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
- DISPLAYNAME - Static variable in class Thor.API.Base.tcBaseUtility
- divide(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs division of two floats.
- divide(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs division of a float and integer.
- divide(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs division of a float and integer.
- divide(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs division of two integers.
- DN - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.LDAPAttributeName
- DN_AD - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.LDAPAttributeName
- DOBBased - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
- DOES_NOT_BEGIN_WITH - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- DOES_NOT_CONTAIN - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- DOES_NOT_END_WITH - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- DOField - Enum constant in enum class oracle.iam.application.vo.FieldType
- doOperation(RequestData, OIMService.Intent) - Method in interface oracle.iam.api.OIMService
- DOT - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- Double - Enum constant in enum class oracle.iam.application.vo.DataType
- Double - Enum constant in enum class oracle.iam.reconciliation.config.vo.Type
- Double - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
- Double - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- Double - Enum constant in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
- Double - Enum constant in enum class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
- DoubleType - Class in oracle.iam.reconciliation.config.vo
- downloadJars(Set<JarElement>) - 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<ResourceElement>) - 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 - DS_PWP_ACCOUNT_DISABLE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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) - Constructor for exception oracle.iam.selfservice.exception.DuplicateResponseException
-
Constructs a
DuplicateResponseException
with the specified detail message. - DuplicateResponseException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.DuplicateResponseException
-
Constructs a
DuplicateResponseException
with the specified detail message and cause. - 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 - Enum constant in enum class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship.RelationType
- DYNAMIC - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
- DYNAMIC - Enum constant in enum class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
E
- EDIT_PROXY - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- EMAIL - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- EMAIL - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- EMAIL - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- EMAIL - Enum constant in enum class oracle.iam.notification.vo.BulkNotificationEvent.Type
- EMAIL - Enum constant in enum class oracle.iam.scheduler.vo.EmailConfig.EntityType
- 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
- EmailConfig - Class in oracle.iam.scheduler.vo
- EmailConfig() - Constructor for class oracle.iam.scheduler.vo.EmailConfig
- EmailConfig(String, EmailConfig.EntityType) - Constructor for class oracle.iam.scheduler.vo.EmailConfig
- EmailConfig.EntityType - Enum Class in oracle.iam.scheduler.vo
-
This enum is used to declare role / user type / specified email
- EmailNotification - Class in com.thortech.xl.vo.workflow
- EmailNotification() - Constructor for class com.thortech.xl.vo.workflow.EmailNotification
- EMBEDDED_HELP - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- EMPLOYE_TYPE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- EMPLOYEE_NUMBER - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- EMPLOYEE_TYPE - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- EMPTYPE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- enable(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API method enables an existing disabled account provisioned to a user.
- 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(String, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Enables an already existing Organization entity.
- enable(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Enables the user account.
- enable(String, boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Enables the user account.
- enable(String, Object) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Enables an already existing Organization entity.
- enable(String, Object) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Enables the user matching the search criteria.
- enable(ArrayList<String>, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Bulk enable operation.
- enable(Set<String>, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Enables existing Organizations in bulk.
- ENABLE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- ENABLE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- ENABLE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- ENABLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
- ENABLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
- ENABLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
- ENABLE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- ENABLE - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- ENABLE - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.AttributesForOperation
- ENABLE_ACCOUNT - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- ENABLE_OPERATION - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ENABLE_RESOURCE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- ENABLE_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- ENABLE_SELF_ACCOUNTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- ENABLE_USER_ACCOUNT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- ENABLE_USER_STATUS - Enum constant in enum 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 - Enum constant in enum class oracle.iam.oimcommon.vo.Account.AccountStatus
- ENABLED - Enum constant in enum class oracle.iam.application.vo.Constants.Status
- ENABLED - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
- ENABLED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- ENABLED - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- enableJob(String) - Method in interface oracle.iam.application.api.ApplicationManager
- 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
-
Deprecated.use
UserManager#enable(String userID, boolean isUserLogin)
instead - enableUsers(long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#enable(ArrayList<String> userIDs, boolean isUserLogin)
instead - ENCRYPT - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
- ENCRYPT - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- END_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- END_DATE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- END_TIME - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- END_WITH - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- END_WITH - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- EndDateValidationException - Exception in oracle.iam.provisioning.exception
- EndDateValidationException(String) - Constructor for exception oracle.iam.provisioning.exception.EndDateValidationException
-
Constructs a new EndDateValidationException with the specified detail message.
- EndDateValidationException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.EndDateValidationException
-
Constructs a new EndDateValidationException with the errorCode, errorMessage and errorData.
- EndDateValidationException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.EndDateValidationException
-
Constructs a new EndDateValidationException with the errorCode, errorMessage, errorData and Throwable.
- EndDateValidationException(Throwable) - Constructor for exception oracle.iam.provisioning.exception.EndDateValidationException
-
Constructs a new super exception with the specified cause.
- ENDPOINT_ID - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ENDPOINT_ID - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ENDPOINT_ID - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ENDPOINT_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.application.vo.RuleElementOperator
- ENDS_WITH - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- ENITY_TYPE - Enum constant in enum class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
- ENT_ASSIGN_ITEM_RISK - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ENT_ASSIGN_OPEN_SOD_VIOLATION - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ENT_ASSIGN_STATUS - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ENT_ASSIGN_SUMMERY_RISK - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ENT_DEFN_ID - Enum constant in enum 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_DATE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- ENT_PROVISIONED_STATUS - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
- Entities - Class in oracle.iam.oimrest.rest.vo
- Entities() - Constructor for class oracle.iam.oimrest.rest.vo.Entities
- ENTITIES_CAN_BE_ASSIGNED_TO - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- EntitiesCanBeAssignedTo() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.EntitiesCanBeAssignedTo
- Entitlement - Class in oracle.iam.provisioning.vo
-
This value object represents an Entitlement definition.
- Entitlement - Enum constant in enum class oracle.iam.application.vo.JobMode
- Entitlement - Enum constant in enum class oracle.iam.catalog.vo.OIMType
- Entitlement - Enum constant in enum class oracle.iam.platform.utils.vo.OIMType
- Entitlement() - Constructor for class oracle.iam.provisioning.vo.Entitlement
- ENTITLEMENT - Static variable in class oracle.iam.request.vo.RequestConstants
- ENTITLEMENT_ADMIN_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- ENTITLEMENT_ADMINISTRATOR - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- ENTITLEMENT_ASSIGN_STATUS - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- ENTITLEMENT_ASSIGNMENT_SUMMARY_RISK - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ENTITLEMENT_AUTHORIZER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- ENTITLEMENT_AUTHORIZER_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- ENTITLEMENT_CODE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ENTITLEMENT_CODE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- ENTITLEMENT_CREATE_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- ENTITLEMENT_DEFINITION - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- ENTITLEMENT_DEFINITION_USER - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- ENTITLEMENT_DELETE_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- ENTITLEMENT_DESCRIPTION - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ENTITLEMENT_DESCRIPTION - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ENTITLEMENT_DISPLAYNAME - Enum constant in enum 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_GRANT_FAILED - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- ENTITLEMENT_ID - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
-
Deprecated.
- ENTITLEMENT_KEY - Enum constant in enum 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_KEY_REMOVE_OPERATION - Static variable in class oracle.iam.request.vo.RequestConstants
- ENTITLEMENT_LOOKUP_FAILED - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- 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 - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- ENTITLEMENT_NAME - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ENTITLEMENT_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ENTITLEMENT_SUMMARY_RISK - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ENTITLEMENT_VALUE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- ENTITLEMENT_VIEWER_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- EntitlementAlreadyProvisionedException - Exception in oracle.iam.provisioning.exception
- EntitlementAlreadyProvisionedException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.EntitlementAlreadyProvisionedException
-
Constructs a new EntitlementAlreadyProvisionedException with the errorCode, errorMessage and errorData
- EntitlementAlreadyProvisionedException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.EntitlementAlreadyProvisionedException
-
Constructs a new EntitlementAlreadyProvisionedException with the errorCode, errorMessage, errorData and Throwable.
- EntitlementCertificationFilters - Enum 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(Entitlement) - Constructor for class oracle.iam.provisioning.vo.EntitlementInstance
-
This constructor to create EntitlementInstance using Entitlement value object.
- EntitlementInstance(RiskSummary) - Constructor for class oracle.iam.provisioning.vo.EntitlementInstance
- EntitlementInstance.ACTION - Enum 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 - Exception in oracle.iam.ssointg.exception
- EntitlementNotFoundException() - Constructor for exception oracle.iam.ssointg.exception.EntitlementNotFoundException
- EntitlementNotFoundException(String) - Constructor for exception oracle.iam.ssointg.exception.EntitlementNotFoundException
- EntitlementNotFoundException(String, String) - Constructor for exception oracle.iam.ssointg.exception.EntitlementNotFoundException
- 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.
- EntitlementNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.ssointg.exception.EntitlementNotFoundException
-
Constructs a new EntitlementNotFoundException with the errorCode, errorMessage, errorData and Throwable.
- EntitlementNotFoundException(String, Throwable) - Constructor for exception oracle.iam.ssointg.exception.EntitlementNotFoundException
- EntitlementNotFoundException(Throwable) - Constructor for exception oracle.iam.ssointg.exception.EntitlementNotFoundException
- 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 manageEntitlement
for both connected and disconnectedApplicationInstance
. - Entity - Class in oracle.iam.platform.entitymgr.vo
- Entity(String, String, boolean, String, String, HashMap<String, Object>) - Constructor for class oracle.iam.platform.entitymgr.vo.Entity
- Entity(String, String, boolean, String, String, HashMap<String, Object>, EntityManager) - Constructor for class oracle.iam.platform.entitymgr.vo.Entity
- Entity(String, String, boolean, HashMap<String, Object>) - Constructor for class oracle.iam.platform.entitymgr.vo.Entity
- Entity(String, String, boolean, HashMap<String, Object>, EntityManager) - Constructor for class oracle.iam.platform.entitymgr.vo.Entity
- ENTITY - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ENTITY_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ENTITY_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ENTITY_DISPLAY_NAME - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ENTITY_GUID_ID_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- ENTITY_ID - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ENTITY_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- ENTITY_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- ENTITY_ID - Enum constant in enum class oracle.iam.ida.vo.Remediator.Attribute
- ENTITY_ID - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- ENTITY_ID - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- ENTITY_ID_TYPE_PROVIDER_PARAM - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- ENTITY_NAME - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ENTITY_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ENTITY_NAME - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ENTITY_NAME - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ENTITY_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ENTITY_TYPE - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ENTITY_TYPE - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ENTITY_TYPE - Enum constant in enum 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_ACTION_ID - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- ENTITY_TYPE_ACTION_NAME - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- 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.auditevent.vo.AuditConstants
- ENTITY_TYPE_NAME - Static variable in class oracle.iam.ida.vo.Remediator
- ENTITY_TYPES - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ENTITY_TYPES - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ENTITY_TYPES - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ENTITY_TYPES - Enum constant in enum 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(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityAlreadyExistsException
- EntityAlreadyExistsException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityAlreadyExistsException
- EntityAlreadyExistsException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityAlreadyExistsException
- EntityChange - Class in oracle.iam.request.history.jaxb
-
<p>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 - Enum Class in oracle.iam.platform.entitymgr.vo
- EntityConstants.AuditEventActions - Enum 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(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityCreateException
- EntityCreateException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityCreateException
- EntityCreateException(Throwable) - 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(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDeleteException
- EntityDeleteException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDeleteException
- EntityDeleteException(Throwable) - 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) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDisabledException
- EntityDisabledException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDisabledException
- EntityDisabledException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityDisabledException
- EntityDisabledException(Throwable) - 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) - Constructor for exception oracle.iam.policyengine.exception.EntityDisableException
- EntityDisableException(String, String) - Constructor for exception oracle.iam.policyengine.exception.EntityDisableException
- EntityDisableException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.EntityDisableException
- EntityDisableException(Throwable) - 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) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockedException
- EntityLockedException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockedException
- EntityLockedException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockedException
- EntityLockedException(Throwable) - 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) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockException
- EntityLockException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockException
- EntityLockException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityLockException
- EntityLockException(Throwable) - 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
-
<p>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(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityModifyException
- EntityModifyException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityModifyException
- EntityModifyException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntityModifyException
- 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 - Enum 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(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(String, EntityPublication) - Constructor for exception oracle.iam.platform.authopss.exception.EntityPublicationException
-
Constructs a new super exception with the specified detail message.
- EntityPublicationException(Throwable, EntityPublication) - Constructor for exception oracle.iam.platform.authopss.exception.EntityPublicationException
-
Constructs a new super exception with the specified cause.
- EntityPublicationException(EntityPublication) - Constructor for exception oracle.iam.platform.authopss.exception.EntityPublicationException
-
Constructs a new super exception with null as its detail message.
- 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(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntitySearchException
- EntitySearchException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntitySearchException
- EntitySearchException(Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.EntitySearchException
- EntityType - Enum Class in oracle.iam.application.vo
- EntityTypes - Class in oracle.iam.oimrest.rest.vo
- EntityTypes() - Constructor for class oracle.iam.oimrest.rest.vo.EntityTypes
- EntityTypesVO - Class in oracle.iam.oimrest.rest.vo
- EntityTypesVO() - Constructor for class oracle.iam.oimrest.rest.vo.EntityTypesVO
- EntityVO - Class in oracle.iam.oimrest.rest.vo
- EntityVO() - Constructor for class oracle.iam.oimrest.rest.vo.EntityVO
- 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 enum class oracle.iam.application.vo.Action
- enumOf(String) - Static method in enum class oracle.iam.application.vo.ActionStage
- enumOf(String) - Static method in enum class oracle.iam.application.vo.ActionTarget
- enumOf(String) - Static method in enum class oracle.iam.application.vo.Condition
- enumOf(String) - Static method in enum class oracle.iam.application.vo.DeploymentMode
- enumOf(String) - Static method in enum class oracle.iam.application.vo.EntityType
- enumOf(String) - Static method in enum class oracle.iam.application.vo.JobMode
- enumOf(String) - Static method in enum class oracle.iam.application.vo.JobParamDataType
- enumOf(String) - Static method in enum class oracle.iam.application.vo.RuleElementOperator
- enumOf(String) - Static method in enum class oracle.iam.application.vo.RuleOperator
- enumOf(String) - Static method in enum class oracle.iam.reconciliation.config.vo.Action
- enumOf(String) - Static method in enum class oracle.iam.reconciliation.config.vo.Condition
- ENV_SUBJECT_HOME_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
- ENV_SUBJECT_HOME_ORGS_WITH_PARENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
- ENV_SUBJECT_MANAGERKEY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
- ENV_SUBJECT_USERKEY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
- EQUAL - Enum constant in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Operator
- EQUAL - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- EQUAL - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- EQUAL - Enum constant in enum 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.application.vo.Attribute
- equals(Object) - Method in class oracle.iam.application.vo.Capability
- equals(Object) - Method in class oracle.iam.application.vo.Form
- equals(Object) - Method in class oracle.iam.application.vo.ReconJobDetail
- equals(Object) - Method in class oracle.iam.application.vo.ReconJobParameter
- equals(Object) - Method in class oracle.iam.application.vo.SchemaAttribute
- 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.oimrest.rest.vo.Entities
- 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.platform.entitymgr.vo.SearchRule
- 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
- Equals - Enum constant in enum class oracle.iam.application.vo.RuleElementOperator
- ERROR - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
- ERROR - Static variable in class com.thortech.xl.vo.ddm.ImportPlanInfo
- errorCodes - Variable in exception Thor.API.Exceptions.tcBulkException
- ErrorLevel - Enum Class in oracle.iam.scheduler.vo
- ErrorOperationsIntf - Interface in Thor.API.Operations
-
Deprecated.
- errors - Variable in exception Thor.API.Exceptions.tcPasswordPolicyException
- 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<String, Object>, boolean) - Constructor for class oracle.iam.policyengine.vo.conditions.EvalList
- EvalList(Map<String, Object>, boolean, boolean) - Constructor for class oracle.iam.policyengine.vo.conditions.EvalList
- EVALUATE_ALL_ROLES_WITH_SQL_MEMBERSHIP_RULES - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- EVALUATE_POLICIES - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- EVALUATE_POLICIES - Enum constant in enum 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_BATCH_ID - Static variable in class oracle.iam.reconciliation.vo.EventConstants
- EVENT_DATE - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- EVENT_FAIL_REASON - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- EVENT_HASH - 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) - Constructor for exception oracle.iam.notification.exception.EventException
-
Constructs a
EventException
with the specified detail message - EventException(String, Throwable) - Constructor for exception oracle.iam.notification.exception.EventException
-
Constructs a
EventException
with the specified detail message and throwable object - 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(long, String, String) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
-
Deprecated.
- EventFailedException(long, String, String, String, String, Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
-
Constructs a new failed exception
- 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) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
-
Constructs a new failed exception with the specified detail message.
- EventFailedException(String, Object[], Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
- EventFailedException(String, String, String, String, Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
-
Constructs a new failed exception
- EventFailedException(String, Throwable) - Constructor for exception oracle.iam.platform.kernel.EventFailedException
-
Constructs a new failed exception with the specified detail message and cause.
- 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<String>) - 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- EXCEPTION_WHILE_UPDATING_MDS - Enum constant in enum 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, 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, 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, BulkOrchestration) - Method in interface oracle.iam.platform.kernel.spi.PreProcessHandler
-
Method containing the actual implementation of this pre process event handler for bulk orchestration
- 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, Orchestration) - Method in interface oracle.iam.platform.kernel.spi.PostProcessHandler
-
Method containing the actual implementation of this post process event handler
- execute(long, long, Orchestration) - Method in interface oracle.iam.platform.kernel.spi.PreProcessHandler
-
Method containing the actual implementation of this pre-process event handler
- 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
-
<p>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(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ExecutionFailedException
- ExecutionFailedException(String) - 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
-
<p>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 - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- EXPIRE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Action
- EXPIRE_AFTER_DAYS_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- EXPIRED - Enum constant in enum 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
- EXTERNAL_FRONTEND_URL - Static variable in class oracle.iam.passwordmgmt.vo.Constants
F
- FA_PARTY_ID - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- FA_PERSON_ID - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- FA_USER_ID - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- FAILED - Enum constant in enum class oracle.iam.ida.vo.ScanRun.RUN_STATUS
- FAILED - Enum constant in enum class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
- FAILED - Enum constant in enum class oracle.iam.vo.OperationResult.OperationStatus
- FAILED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- FAILED_DUE_TO_VALIDATION - Enum constant in enum 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 - Enum 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(String, HashMap<String, Object>, Throwable) - Constructor for class oracle.iam.platform.entitymgr.vo.FailedResult
- FailedResult(HashMap<String, Object>, Throwable) - Constructor for class oracle.iam.platform.entitymgr.vo.FailedResult
- FailedTaskAssignConfig - Class in oracle.iam.application.vo
- FailedTaskAssignConfig() - Constructor for class oracle.iam.application.vo.FailedTaskAssignConfig
- FailedTaskManager - Interface in oracle.iam.platformservice.api
-
Provides the ability to view and retry Failed Async Tasks
- FailedTaskRetryConfig - Class in oracle.iam.application.vo
- FailedTaskRetryConfig() - Constructor for class oracle.iam.application.vo.FailedTaskRetryConfig
- FAILURE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- FailureAndRetry - Class in oracle.iam.application.vo
- FailureAndRetry() - Constructor for class oracle.iam.application.vo.FailureAndRetry
- FALSE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- FALSE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- FALSE_INT - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- FALSE_VAL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- FATAL - Enum constant in enum class oracle.iam.scheduler.vo.ErrorLevel
- FAX - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- fetchAdditionalAttributes() - Method in class oracle.iam.ida.vo.ScanDefinition
- FETCHING_ROLEXML_FROMMDS - Enum constant in enum 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
- FieldType - Enum Class in oracle.iam.application.vo
- 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 - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- FILTER - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- FILTER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
- FILTER - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- filterHighItemAttributeValueIds(List<IDCEndPointAttributeValue>) - Method in interface oracle.iam.oimcommon.api.AccountService
- filterHighItemRiskEndpointIds(Set<Long>) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
- filterHighItemRiskEntitlementEndpointIds(Set<Long>) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
- filterHighRiskEntitlementUserIds(Set<Long>) - Method in interface oracle.iam.oimcommon.api.UserService
- filterHighRiskResourceUserIds(Set<Long>) - Method in interface oracle.iam.oimcommon.api.UserService
- filterHighRiskRoleUserIds(Set<Long>) - Method in interface oracle.iam.oimcommon.api.UserService
- filterHighRiskSummaryUserIds(Set<Long>) - Method in interface oracle.iam.oimcommon.api.UserService
- filterRolesByItemRisk(List<Long>, Integer) - Method in interface oracle.iam.oimcommon.api.RoleService
-
returns a set of role ids filtered by particular item_risk.
- FINAL_REVIEW - Enum constant in enum class oracle.iam.certification.vo.TotalPhases
- FinalizationHandler - Interface in oracle.iam.platform.kernel.spi
-
Finalization Finalization is the end stage.
- finalize(long, long, BulkOrchestration) - Method in interface oracle.iam.platform.kernel.spi.FinalizationHandler
-
Method containing the actual implementation for finalization of current bulk orchestration
- finalize(long, long, Orchestration) - Method in interface oracle.iam.platform.kernel.spi.FinalizationHandler
-
Method containing the actual implementation for finalization of current orchestration
- finalizeDataCollectionSession(String) - Method in interface Thor.API.Operations.DataCollectionOperationsIntf
-
Finalizes the data collection session.
- findAccessPolicies(Map) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use
oracle.iam.accesspolicy.api.AccessPolicyService#findAccessPolicies(SearchCriteria searchCriteria, Map<String, Object> configParams)
- findAccessPolicies(SearchCriteria, Map<String, Object>) - Method in interface oracle.iam.accesspolicy.api.AccessPolicyService
-
Searches Access Policy.
- 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
-
Deprecated.use
UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams)
instead - findAllUsersFiltered(Map, String[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams)
instead - findApplication(SearchCriteria, HashMap<String, Object>) - 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<String, Object>) - 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<String, Object>) - 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.
- findApplications(SearchCriteria, HashMap<String, Object>) - Method in interface oracle.iam.application.api.ApplicationManager
-
Returns the list of the Applications based on the search criteria published in user's organization scope and has VIEW_SEARCH privilege on application.
- 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 enum 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.
- findCatalog(SearchCriteria, int, int, String, CatalogSearchCriteria.SortCriteria, boolean) - 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<Long>) - Method in interface oracle.iam.oimcommon.api.AccountService
- findCatalogs(List<Long>) - Method in interface oracle.iam.oimcommon.api.RoleService
- findCatalogsByEntitlementIds(List<Long>) - Method in interface oracle.iam.oimcommon.api.AccountService
- findCertifiableCatalog(SearchCriteria, int, int, String, CatalogSearchCriteria.SortCriteria) - Method in interface oracle.iam.catalog.api.CatalogService
-
Find certifiable 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.
- findCertificationDefinitions(SearchCriteria, Set<String>, Map<String, Object>) - 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<String>, Map<String, Object>) - 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<String>, Map<String, Object>) - 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.
- findCustomAccessReviewerMapName(String) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
-
Retrieves all CustomAccessReviewer map names
- findCustomReviewerMethods(Integer) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
-
Retrieves all CustomReviewer methods for given certification type
- findDefaultComposites(String) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
- findDiff(Application) - Method in interface oracle.iam.application.api.ApplicationManager
- 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) - 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, 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.
- findEntitlements(Map) - Method in interface Thor.API.Operations.tcEntitlementsOperationsIntf
-
This method returns a resultset containing the entitlement list that matches the given attributes.
- findEntitlements(SearchCriteria, HashMap<String, Object>) - Method in interface oracle.iam.provisioning.api.EntitlementService
-
This API method searches for entitlements matching the specified
SearchCriteria
. - findEntitlementsForRole(String) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API method returns the list of entitlements for the given role key.
- findFlatFieConnectedApplications(SearchCriteria, HashMap<String, Object>) - Method in interface oracle.iam.application.api.ApplicationManager
-
Returns the list of the FlatFile Configurations for a Connected Application based on the search criteria published in user's organization scope and has VIEW_SEARCH privilege on application.
- 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
- findLimitedCatalog(SearchCriteria, int, int, String, CatalogSearchCriteria.SortCriteria) - Method in interface oracle.iam.catalog.api.CatalogService
-
The number of catalog entries with this method is determined by the system property XL.CatalogSearchResultCap.
- findLimitedCatalog(SearchCriteria, int, int, String, CatalogSearchCriteria.SortCriteria, boolean) - Method in interface oracle.iam.catalog.api.CatalogService
-
The number of catalog entries with this method is determined by the system property XL.CatalogSearchResultCap.
- findLimitedCertifiableCatalog(SearchCriteria, int, int, String, CatalogSearchCriteria.SortCriteria) - Method in interface oracle.iam.catalog.api.CatalogService
-
The number of catalog entries with this method is determined by the system property XL.CatalogSearchResultCap.
- 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(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, 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, Map) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
-
This method returns all Resource Objects based on the parameters.
- 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.
- 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, HashMap<String, Object>) - Method in interface oracle.iam.provisioning.api.ApplicationInstanceService
-
This API method finds parent Application Instances name.
- findParentApplicationInstance(String, SearchCriteria, HashMap<String, Object>) - 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<String>, Map<String, Object>) - 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<String>, Map<String, Object>) - 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.
- findTemplates(SearchCriteria) - Method in interface oracle.iam.application.api.ApplicationManager
-
Returns a list of templates based on given search criteria which are saved as a template from UI or imported through Deployment Manager.
- 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
- findUserEndDate(String) - Method in interface oracle.iam.provisioning.api.ProvisioningService
- findUsers(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams)
instead - 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[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams)
instead - findUsersFiltered(Map, String[], int, int, String[], boolean) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#search(SearchCriteria criteria,Set<String> retAttrs,HashMap<String, Object> configParams)
instead - 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- FIRST_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- FIRST_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- FIRSTNAME - Static variable in class Thor.API.Base.tcBaseUtility
- FIXED_MANUALLY - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
- FIXED_MANUALLY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
- FlatFileConfig - Class in oracle.iam.application.vo
- FlatFileConfig() - Constructor for class oracle.iam.application.vo.FlatFileConfig
- FlatFileDelete - Enum constant in enum class oracle.iam.application.vo.JobMode
- FlatFileDeleteSync - Enum constant in enum class oracle.iam.application.vo.JobMode
- FlatFileDiffSync - Enum constant in enum class oracle.iam.application.vo.JobMode
- FlatFileEntitlement - Enum constant in enum class oracle.iam.application.vo.JobMode
- FlatFileField - Class in oracle.iam.application.vo
- FlatFileField() - Constructor for class oracle.iam.application.vo.FlatFileField
- FlatFileFull - Enum constant in enum class oracle.iam.application.vo.JobMode
- flatFileTypeJobModes - Static variable in enum class oracle.iam.application.vo.JobMode
- flattenList(List<Object>, List<Object>) - Static method in class oracle.iam.policyengine.vo.ValueObject
-
Flatten out an input list that may contain list entries.
- FLEXIBLE_COMPOSITE_NAME - Static variable in class oracle.iam.certification.vo.IDCConfiguration
- FLOAT - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
- flushBackup(Application) - Method in interface oracle.iam.application.api.ApplicationManager
- FONT_SIZE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- FORCE_CLOSE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Action
- FORCE_CLOSE - Enum constant in enum 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
- FORGOT_PASSWORD_TEMPLATE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- Form - Class in oracle.iam.application.vo
- Form - Class in oracle.iam.reconciliation.config.vo
-
Specifies a form containing various target attributes from the OIM Reconciliation Profile.
- Form() - Constructor for class oracle.iam.application.vo.Form
- Form(String) - Constructor for class oracle.iam.application.vo.Form
- Form(String, String, String, String, String, String, TargetAttribute[]) - Constructor for class oracle.iam.reconciliation.config.vo.Form
-
Constructs a Form.
- Form(String, String, String, String, TargetAttribute[]) - Constructor for class oracle.iam.reconciliation.config.vo.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, long, String, String, String, boolean) - Constructor for class oracle.iam.provisioning.vo.FormField
-
This constructor represents an entry that in SDC table.
- 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_KEY - Enum constant in enum 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 enum class oracle.iam.provisioning.vo.Application.STATUS_TYPE
- fromString(String) - Static method in enum class oracle.iam.provisioning.vo.BasicAttribute.TYPE
- fromString(String) - Static method in enum class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
- Full - Enum constant in enum class oracle.iam.application.vo.JobMode
- Full - Enum constant in enum class oracle.iam.catalog.vo.Mode
- FULL_NAME_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
- FULLNAME - Enum constant in enum 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.
- GENERATED_PASSWORD_TEMPLATE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- 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
- generatePassword(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Generates the password of an user to a randomly generated password.
- 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(String, Map<String, String>) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Suggest a username based on the given username policy.
- generateUserName(Map<String, String>) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Suggest a username based on OIM's default username policy.
- generateUserNameFromDefaultPolicy(Map<String, Object>) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Suggest a username based on OIM's default username policy.
- generateUserNameFromPolicy(String, Map<String, Object>) - 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 - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- GENERATION_QUALIFIER - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- GENERATION_QUALIFIER - Enum constant in enum 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.
- genericJobModes - Static variable in enum class oracle.iam.application.vo.JobMode
- 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[]) - Constructor for exception oracle.iam.provisioning.exception.GenericProvisioningException
-
Constructs a new GenericProvisioningException with the errorCode, errorMessage and errorData.
- 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(Throwable) - Constructor for exception oracle.iam.provisioning.exception.GenericProvisioningException
-
Constructs a new super exception with the specified cause.
- get(Object) - Method in class oracle.iam.policyengine.vo.ValueObject
-
Retrieve a path from the ValueObject based on the specified key.
- get(String) - Method in class oracle.iam.certification.vo.IDCAttributes
- get(IDCAttribute) - Method in class oracle.iam.certification.vo.IDCAttributes
- GET_MISSING_ACCOUNTS - Enum constant in enum 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
- getAccessPolicy(String, boolean) - Method in interface oracle.iam.accesspolicy.api.AccessPolicyService
-
Gets an Access Policy.
- getAccessPolicyByResourceName(String) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Returns all the access policies related to the resource object provided
- getAccessPolicyDefaultChildData(String, String, long, String, SearchCriteria, Map<String, Object>) - Method in interface oracle.iam.accesspolicy.api.AccessPolicyService
-
Gets the default child data of a given form of an Access Policy element.
- getAccessPolicyDefaultData(String, String, boolean) - Method in interface oracle.iam.accesspolicy.api.AccessPolicyService
-
Gets the default data of an Access Policy element.
- 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
- getAccessType() - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- getAccount() - Method in class oracle.iam.certification.vo.IDCEndPointUser
- getAccount() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
- getAccount(Long) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
- 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
- getAccountCreated() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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.
- getAccountDeleted() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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<Account>) - Method in interface oracle.iam.oimcommon.api.OimCommonService
- getAccountGlobalUserMap(List<Account>) - 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.application.vo.ProvisioningConfig
- getAccountName() - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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.IDCEndPointUser
- getAccountName() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
- 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>, Long, int, Set<Long>, CertificationCreationContext) - Method in interface oracle.iam.oimcommon.api.AccountService
-
retrieves accounts by entitlement ids and app instance id
- getAccountsMapByEntitlementIds(List<Long>, Long, int, 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, 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<String, Object>) - 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<String, Object>, 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.certification.vo.IDCAccountAttributeAndRoleWrapper
- getAccountType() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- getAccountType() - Method in class oracle.iam.certification.vo.IDCEndPointUser
- 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.
- getAccountUpdated() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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<String, Object>) - Method in interface oracle.iam.ida.api.PolicyViolationManager
-
Returns action history for a given policy violation
- getActionName() - Method in class oracle.iam.application.vo.Capability
- 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 enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- getActionScript() - Method in class oracle.iam.application.vo.Capability
- getActiveProxies(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
- 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
- getAddedAdvanceConfig() - Method in class oracle.iam.application.vo.ApplicationDiff
- getAddedBasicConfig() - Method in class oracle.iam.application.vo.ApplicationDiff
- getAddedCapabilities() - Method in class oracle.iam.application.vo.ApplicationDiff
- getAddedChildForms() - Method in class oracle.iam.application.vo.ApplicationDiff
- getAddedReconJobs() - Method in class oracle.iam.application.vo.ApplicationDiff
- getAddedSchemaAttributes() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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(long) - 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(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.tcGroupOperationsIntf
-
Gets a list of the groups that have administrative control over the specified group
- 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(Map) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
-
Deprecated.
- 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() - Method in enum 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.platform.authopss.api.AdminRoleService
-
Returns a a admin role matching the given name (case-insensitive).
- 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 enum 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() - Method in interface oracle.iam.platformservice.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(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<String, Object>) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
-
Get the list of admin roles for passed userId
- getAdminRolesForUser(String, Map<String, Object>) - Method in interface oracle.iam.platformservice.api.AdminRoleService
-
Get the list of admin roles for passed userId
- getAdminRolesForUser(String, Map<String, Object>, SearchCriteria) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
-
Get the list of admin roles for passed userId
- getAdminRolesForUser(String, Map<String, Object>, SearchCriteria) - 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
- getAdvanceConfig() - Method in class oracle.iam.application.vo.Application
- getAdvanceConfigDiffMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- getAdvanceFlags() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getAdvanceFlags() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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.
- getAllDisabledUserIDs() - Method in interface oracle.iam.oimcommon.api.UserService
- 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
- getAllFlds() - Method in class oracle.iam.reconciliation.vo.Account
- getAllForms() - Method in interface Thor.API.Operations.tcGroupOperationsIntf
-
Deprecated.
- getAllHistory(Timestamp, Timestamp, String[], String, int, int, String, boolean) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
This method will return the global execution history within a time period
- 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.application.api.ConnectorInfoManager
-
Returns the list of all installed connector types
- 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
- getAllJobsForApplication(String) - Method in interface oracle.iam.application.api.ApplicationManager
- 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<PathElement>, Map<String, Object>) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
-
Return a list of path elements associated with the specified policy type identifier.
- getAllowedAttributes(List<String>, List<String>) - Method in interface oracle.iam.platform.authopss.api.AttributeObligation
- getAllowedAttributes(List<String>, List<String>, boolean) - Method in interface oracle.iam.platform.authopss.api.AttributeObligation
- getAllowedAttributeValuePathElements(String, List<PathElement>, SearchCriteria, Map<String, Object>) - 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<PathElement>, Map<String, Object>, 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<PathElement>, SearchCriteria, Map<String, Object>, 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<PathElement>, Map<String, Object>) - 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<PathElement>, SearchCriteria, Map<String, Object>) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
-
Return a list of path elements associated with the specified policy type identifier.
- getAllowedReturnPathElements(List<PathElement>, Map<String, Object>, PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
-
Return a list of path elements associated with the specified list of path elements.
- getAllowedReturnPathElements(PolicyType) - Method in interface oracle.iam.policyengine.vo.PolicyTypeSchema
-
Return a list of path elements associated with the specified policy type identifier.
- getAllowedReturnPathElementValues(List<PathElement>, SearchCriteria, Map<String, Object>, 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
- getAllowMultiple() - Method in class oracle.iam.application.vo.ProvisioningConfig
- getAllParameters(long) - Method in interface Thor.API.Operations.tcITResourceInstanceOperationsInternalIntf
-
This method will return all paramters for given it resource instance key.
- 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() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
Gets a list of the all the proxy for the given user
- getAllProxies(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Gets a list of the all the proxy for the given user
- getAllProxiesToProxy(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Gets a list of the all the proxy for the given user
- 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.
- getAltEmailAddresses() - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- getAlternateCertifierId() - Method in class oracle.iam.certification.vo.IDCConfiguration
- getAlternateRemediatorUserLogin() - Method in class oracle.iam.ida.vo.IDAConfiguration
- getAlternateReviewerId() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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
- getAppInstanceKey() - Method in class oracle.iam.application.impl.vo.Template
- getAppInstanceMapByEntitlementIds(List<Long>) - 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.CustomAccessReviewerInfo
- 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(String) - 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
- getApplicablePasswordPolicyDescription(String, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
-
Returns the description of the password policy 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
- 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
- getApplication(String) - Method in interface oracle.iam.application.api.ApplicationManager
-
Retrieves the application detail by name
- getApplicationDisplayName() - Method in class oracle.iam.application.vo.Application
- getApplicationInstance() - Method in class oracle.iam.certification.vo.CatalogItemWrapper
- getApplicationInstanceDisplayName() - Method in class oracle.iam.oimcommon.impl.dao.jpa.vo.JpaAppInstanceResource
- getApplicationInstanceEntitlementIdsMap(List<Long>) - 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<Long>) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
- getApplicationInstancesByIds(List<Long>, boolean) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
- getApplicationInstancesByIds(List<Long>, boolean, boolean) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
- getApplicationInstancesByIds(List<Long>, Set<Long>, boolean, boolean, int) - Method in interface oracle.iam.oimcommon.api.ApplicationInstanceService
- getApplicationName() - Method in class oracle.iam.application.vo.Application
- getApplicationName() - Method in class oracle.iam.application.vo.AppUpgrade
- getApplicationOwnerKey() - Method in class oracle.iam.application.impl.vo.Template
- 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
- getApplicationStatus() - Method in class oracle.iam.application.impl.vo.Template
- getApplicationUIMetadata() - Method in interface oracle.iam.application.api.ApplicationManager
-
Get UI related static metadata
- getAppNames() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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
-
Deprecated.
- 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<String>, HashMap<String, Object>) - 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
- getAssignedRoles(long) - Method in interface oracle.iam.accesspolicy.api.AccessPolicyService
- 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".
- getAssignFailedTaskTo() - Method in class oracle.iam.application.vo.FailureAndRetry
- 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.
- getAssignmentRiskSummary() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- getAssignmentSummaryRisk() - Method in class oracle.iam.certification.vo.IDCAccount
- getAssignmentSummaryRisk() - Method in class oracle.iam.certification.vo.IDCEndPointUser
- getAssignmentSummaryRisk() - Method in class oracle.iam.certification.vo.IDCRoleUser
- 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() - 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.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(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() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
-
Get the attribute modification of this modification
- 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.
- 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(String) - Method in class oracle.iam.platform.kernel.vo.MutableEntity
- 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.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.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() - 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
- 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.
- getAttributeMapByEntitlementIds(List<Long>) - 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.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() - Method in class oracle.iam.platform.entitymgr.vo.RelationDefinition
- getAttributeNames() - Method in class oracle.iam.platform.entitymgr.vo.Schema
-
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
- 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() - 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.
- getAttributes(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
-
Returns a hash of the objects attributes and their values.
- getAttributesByEntitlementIds(List<Long>) - 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.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() - Method in class oracle.iam.policyengine.vo.ReturnValue
- getAttributeValue(String) - Method in class oracle.iam.policyengine.vo.PathElement
- 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
- getAttributeValueEndPointUsersMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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.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() - 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
- getAttributeValues(String, String, String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
-
Lists the value(s) of a particular object attribute.
- getAttributeValueUserMapping() - Method in class oracle.iam.certification.vo.CertificationDefinition
- getAttributeValueUsersCountWithFilter(Long, String, Long, Map<String, Object>) - Method in interface oracle.iam.certification.api.CertificationService
- 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
- getAttrs() - Method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.AttributesForOperation
- getAuditDisabled() - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- getAuditDisabled() - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- getAuditDS() - Static method in class oracle.iam.platform.Platform
- getAuditEventGroupEntityTypeActions(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Search AuditEventGroupEntityTypeAction relations.
- getAuditFailures() - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- getAuditFailures() - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- 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.
- getAuditSuccess() - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- getAuditSuccess() - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- getAuthenticationHandle() - Method in class oracle.iam.grc.sod.vo.SystemContext
- getAuthoritative() - Method in class oracle.iam.application.vo.ApplicationDiff
- getAuthoritative() - Method in class oracle.iam.application.vo.AppUpgrade
- getAuthoritative() - Method in class oracle.iam.application.vo.ConnectorUpgrade
- 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
- getAuthTypeAppReconResponses() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getAuthTypeAppReconSituations() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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<String, Object>) - 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
- getAvailableUpgrades() - Method in interface oracle.iam.application.api.ApplicationManager
- getBackendName() - Method in class oracle.iam.application.vo.Form
- 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
- getBaseApplicationKey() - Method in class oracle.iam.application.impl.vo.Template
- getBaseApplicationName() - Method in class oracle.iam.application.impl.vo.Template
- getBaseApplicationName() - Method in class oracle.iam.application.vo.Application
- getBasePathElements(String, List<PathElement>, Map<String, Object>, 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
- getBasicConfig() - Method in class oracle.iam.application.vo.Application
- getBasicConfigDiffMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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
- getBatchesProcessed() - 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.
- getBatchWorkerSemaphore() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- getBatchWorkerWorkItems() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- getBccEmailIds() - Method in class oracle.iam.notification.vo.NotificationEvent
-
Provides the
Array
of the recepient's user names who are to be bcc'ed in the notification. - getBccIds() - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- getBean(Class<T>) - 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.application.vo.GroovyHelper
- 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
- getBeneficiaryManager() - Method in class oracle.iam.application.vo.GroovyHelper
- getBeneficiaryPassword() - Method in class oracle.iam.application.vo.GroovyHelper
- 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.
- getBeneficiaryUserKey() - Method in class oracle.iam.application.vo.GroovyHelper
- 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
- getBundleJarPath() - Method in class oracle.iam.application.vo.CIBean
- getBundleName() - Method in class oracle.iam.application.vo.ConnectorKey
- getBundleName() - Method in class oracle.iam.provisioning.vo.Application
- getBundleName() - Method in class oracle.iam.provisioning.vo.ConnectorKey
- getBundlePkgPath() - Method in class oracle.iam.application.vo.CIBean
- getBundleVersion() - Method in class oracle.iam.application.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
- 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() - Method in class oracle.iam.platform.authopss.vo.AdminRole
-
Getter for the Capabilities.
- getCapabilities() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
- getCapabilities() - Method in class oracle.iam.provisioning.vo.ProvConfig
- getCapabilities(PolicyConstants.Resources, List<String>) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
-
Returns the list of capabilities for a given resource-type and actions.
- 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, Capability.Type) - Method in interface oracle.iam.platformservice.api.AdminRoleService
-
Returns list of capabilities available in an installation for the given capability-type.
- getCapabilitiess(String) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
-
This method will return the associated capability with an admin role.
- getCapabilitiess(String) - Method in interface oracle.iam.platformservice.api.AdminRoleService
-
This method will return the associated capability with an admin role.
- 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(PolicyConstants.Resources) - Method in interface oracle.iam.platformservice.api.AdminRoleService
-
Returns list of capabilities available in an installation for a particular resource type
- 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, PolicyConstants.Actions) - Method in interface oracle.iam.platformservice.api.AdminRoleService
-
Returns list of capabilities available in an installation for a given resourceType and action
- getCapability() - Method in class oracle.iam.application.vo.ProvisioningConfig
- 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
- getCapabilityDiffMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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
- getCaseSensitive() - Method in class oracle.iam.application.vo.ProvisioningConfig
- 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
- getCatalogAttribute() - Method in class oracle.iam.application.vo.Application
- getCatalogAttributes() - Method in class oracle.iam.provisioning.vo.ApplicationInstance
-
This method gets the catalog values
- 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<Long>, List<String>, List<OIMType>) - Method in interface oracle.iam.catalog.api.CatalogService
-
Bulk API to get the details of the catalog items this should be used.
- getCatalogItemDetailsInBulkWithOpContext(List<Long>, List<String>, List<OIMType>, OperationContext) - Method in interface oracle.iam.catalog.api.CatalogService
-
Bulk API to get the details of the catalog items this should be used.
- getCatalogRiskLevelCodeDecodeValueSet() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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.application.vo.Attribute
- 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.
- getCategoryWithCountForComplexSearchCriteriaForCertification(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
- getCcEmailIds() - Method in class oracle.iam.notification.vo.NotificationEvent
-
Provides the
Array
of the recepient's user names who are to be cc'ed in the notification. - getCcIds() - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- 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
- getCertifiableAppInstanceIds() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- getCertifiableResourceTypeIds() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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.
- getCertificationHelper() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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
- getCertificationIds() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- getCertificationIndex() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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<String, Object>) - 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() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
- getCertificationStats() - Method in class oracle.iam.certification.vo.IDCUser
- getCertificationStats(Long, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Get an abstract CertStats object.
- 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
- getCertifierType() - Method in class oracle.iam.certification.vo.IdentityCertification
- 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
- getCertTaskUID() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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
-
Deprecated.use
AuthenticatedSelfService#getChallengeValuesForSelf()
instead - getChallengeValuesForSelf(Locale) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
Returns a HashMap for the challenge values from the pcq table using the Local information
- getChallengeValuesForUser(long) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
oracle.iam.identity.usermgmt.api.UserManager#getUserChallengeValues()
instead - getChallengeValuesForUser(String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
-
This method return String array of Defined questions.
- 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.
- getChildFormDiffMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- getChildFormModifiedMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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
- getChildFormSchemaAttributesAddedMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- getChildFormSchemaDiffMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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.
- getChildIdentityCorrelationRule() - Method in class oracle.iam.application.vo.CorrelationRule
- 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<String>, Map<String, Object>) - 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() - Method in interface oracle.iam.request.vo.Request
-
Gets a list of requests set as child of this request
- getChildRequests(String) - Method in interface oracle.iam.request.api.RequestService
-
Gets List of child requests for the specified request Id.
- 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() - Method in class com.thortech.xl.vo.AccessPolicyResourceData
-
Get all the Child Table Records
- 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
- getCiXMLPath() - Method in class oracle.iam.application.vo.CIBean
- 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 enum 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 enum 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.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<String, Object>) - Method in interface oracle.iam.ldapsync.api.CommonNamePolicy
-
This API returns an auto-generated common name as per the policy.
- getCommonNameFromPolicy(Map<String, Object>) - Method in interface oracle.iam.ssointg.impl.handlers.account.commonname.plugins.api.CommonNamePolicy
-
This API returns an auto-generated common name as per the policy.
- getCommonNameGenerated() - Method in class oracle.iam.certification.vo.UserAttributeValues
- getComparableValue() - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy
- 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
- getComplexSubFields() - Method in class oracle.iam.application.vo.FlatFileField
- 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.application.vo.ConnectorInfo
- getConnectorBundleURI() - Method in class oracle.iam.provisioning.vo.Application
- getConnectorBundleURI() - Method in class oracle.iam.provisioning.vo.ConnectorInfo
- getConnectorDeploymentPath() - Method in class oracle.iam.application.vo.Application
- getConnectorDisplayName() - Method in class oracle.iam.application.vo.Application
- getConnectorDisplayName() - Method in class oracle.iam.application.vo.ApplicationDiff
- getConnectorDisplayName() - Method in class oracle.iam.application.vo.AppUpgrade
- getConnectorDisplayName() - Method in class oracle.iam.application.vo.ConnectorInfo
- getConnectorDisplayName() - Method in class oracle.iam.application.vo.ConnectorUpgrade
- getConnectorDisplayName() - Method in class oracle.iam.provisioning.vo.Application
- getConnectorDisplayName() - Method in class oracle.iam.provisioning.vo.ConnectorInfo
- getConnectorKey() - Method in class oracle.iam.application.vo.ConnectorInfo
- getConnectorKey() - Method in class oracle.iam.provisioning.vo.ConnectorInfo
- getConnectorName() - Method in class oracle.iam.application.impl.vo.Template
- getConnectorName() - Method in class oracle.iam.application.vo.CIBean
- getConnectorName() - Method in class oracle.iam.application.vo.ConnectorKey
- 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
- getConnectorServers() - Method in interface oracle.iam.application.api.ApplicationManager
-
Get the list of names of all the Connector Servers.
- getConnectorVersion() - Method in class oracle.iam.application.impl.vo.Template
- getConnectorVersion() - Method in class oracle.iam.application.vo.Application
- getConnectorVersion() - Method in class oracle.iam.application.vo.AppUpgrade
- getConnectorVersion() - Method in class oracle.iam.application.vo.CIBean
- 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
- getContextVal() - Method in interface oracle.iam.platform.kernel.vo.PostProcessOnly
- 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 enum 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.application.vo.ApplicationJobResult
- 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
- getCreateBy() - Method in class oracle.iam.scheduler.vo.JobResult
- 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.migration.vo.UserPasswordHistoryVO
- 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
- getCreateDateString() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- 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
- getCreateTime() - Method in class oracle.iam.application.vo.ApplicationJobResult
- getCreateTime() - Method in class oracle.iam.scheduler.vo.JobResult
- 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
- getCreateuser() - Method in class oracle.iam.notification.vo.SearchResult
- 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
- 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 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 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() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
Returns the current proxy details of the specified user
- getCurrentProxies(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Returns the current proxy details of the specified user
- getCurrentStatus() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- getCurrentValue() - Method in class oracle.iam.certification.vo.ModifiedUser
- getCustomAccessReviewerMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- getCustomAccessReviewerMapName() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- getCustomAccessReviewerMapName() - Method in class oracle.iam.certification.vo.CertificationDefinition
- getCustomData() - Method in class oracle.iam.policyengine.vo.Policy
- getCustomParams() - Method in class oracle.iam.application.vo.ApplicationJobHistory
- getCustomParams() - Method in class oracle.iam.scheduler.vo.JobHistory
- getCustomParams() - Method in class oracle.iam.scheduler.vo.JobHistoryParam
- 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
- getCustomStatus() - Method in class oracle.iam.application.vo.ApplicationJobHistory
- getCustomStatus() - Method in class oracle.iam.scheduler.vo.JobHistory
- 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.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.auditevent.vo.AuditEventEntityTypeAction
- getDataLevel() - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- getDataLevel() - Method in class oracle.iam.auditevent.vo.AuditEventGroupEntityTypeAction
- 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.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
- getDataOwnerIdsByEntityType(String) - Method in interface oracle.iam.oimcommon.api.AccountService
-
retrieves distinct certifier users from catalog based on the given entity_type( Role, ApplicationInstance, Entitlement )
- 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
- getDataOwnerRole() - Method in class oracle.iam.certification.vo.IDCAccount
- getDataOwnerRole() - Method in class oracle.iam.certification.vo.IDCAccountAttribute
- getDataOwnerRole() - Method in class oracle.iam.certification.vo.IDCAttributeValue
- getDataOwnerRole() - Method in class oracle.iam.certification.vo.IDCEndPoint
-
Deprecated.
- getDataOwnerRole() - 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
-
Deprecated.
- getDataSpecifiedForObject(long, long, long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use
oracle.iam.accesspolicy.api.AccessPolicyService#getDefaultParentDataIDList(String peID)
- getDataSpecifiedForObjects(long) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.
- 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.application.vo.Attribute
- getDataType() - Method in class oracle.iam.application.vo.FlatFileField
- getDataType() - Method in class oracle.iam.application.vo.ReconJobParameter
- getDataType() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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.
- getDataTypeList() - Static method in enum class oracle.iam.application.vo.DataType
-
This function is used to get List of data Types
- getDataTypes() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getDate() - Method in class com.thortech.xl.util.adapters.tcUtilDateOperations
-
return Date
- getDate() - Method in class com.thortech.xl.vo.workflow.RequestHistoryEntry
- getDate(String) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
- 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.
- 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.
- getDecodeValue() - Method in class oracle.iam.application.vo.LookupValue
- 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
- getDefaultLength() - Method in enum class oracle.iam.application.vo.DataType
- 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
- getDefaultReviewerIdUsersMap() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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 enum class oracle.iam.reconciliation.config.vo.Type
- getDefaultTaskName() - Method in enum class oracle.iam.application.vo.JobMode
- 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.application.vo.SchemaAttribute
- 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
- 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
- getDeleteTypeJobReqParams() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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.identity.usermgmt.vo.User
-
Gets the user departmentNumber.
- getDepartmentNumber() - Method in class oracle.iam.oimcommon.vo.User
- getDependantAttrValuesExceptFormData(String, String, Map<String, String>) - 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(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).
- 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
- getDependentAttribute() - Method in class oracle.iam.application.vo.SchemaAttribute
- getDependentAttrValue() - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
- getDependentData(String) - Method in interface oracle.iam.platform.authopss.api.IDependentDataProvider
-
Method to resolve the dependent data based on passed entity-id.
- getDependentData(List<String>) - Method in interface oracle.iam.platform.authopss.api.IDependentDataProvider
-
Method to return the Map of entity-ids mapped to dependent data.
- 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.
- getDeploymentMode() - Method in class oracle.iam.application.vo.Application
- 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.application.impl.vo.Template
- getDescription() - Method in class oracle.iam.application.vo.Application
- 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() - Method in class oracle.iam.identity.usermgmt.vo.User
-
Deprecated.
- 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.
- getDescription(Locale) - Method in interface oracle.iam.identity.usermgmt.api.UserNamePolicy
-
Gets the description of the user name policy in the specified locale
- 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(Locale) - Method in interface oracle.iam.ssointg.impl.handlers.account.commonname.plugins.api.CommonNamePolicy
-
This API returns the description of the default policy configured in the system property - XL.DefaultCommonNamePolicyImpl.
- 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) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
-
Get the details of specified Password Policy by Name
- getDetails(String, Object, Set<String>) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Looks up an already existing Organization entity.
- getDetails(String, Object, Set<String>) - 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, Object, Set<String>) - 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, Object, Set<String>) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Returns the profile details of the specified user.
- getDetails(String, Set<String>) - Method in interface oracle.iam.auditevent.api.AuditEventEntityTypeActionManager
-
Returns details of an AuditEventEntityTypeAction matching the specified entity identifier.
- getDetails(String, Set<String>) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Returns details of an AuditEventGroup matching the specified entity identifier.
- getDetails(String, Set<String>) - 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<String>) - Method in interface oracle.iam.ida.api.PolicyViolationCauseManager
-
Loads the policy violation cause with for the given policy violation cause Id
- getDetails(String, Set<String>) - Method in interface oracle.iam.ida.api.PolicyViolationManager
-
Loads the policy violation with given policy violation Id
- getDetails(String, Set<String>) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
-
Retrieves a scan definition object by scanDefinitionId.
- getDetails(String, Set<String>) - Method in interface oracle.iam.ida.api.ScanRunManager
-
Return specified ScanRun entity populated with specified attributes.
- getDetails(String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
-
Returns the profile details of the specified role category.
- getDetails(String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Returns the profile details of the specified role.
- getDetails(String, Set<String>) - Method in interface oracle.iam.policyengine.api.PolicyManager
-
Retrieve the attributes of the policy specified by the entity id.
- getDetails(String, Set<String>) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
-
Returns details of a policy type matching the specified entity identifier.
- getDetails(String, Set<String>) - Method in interface oracle.iam.policyengine.api.RuleManager
-
Retrieve the attributes of the rule specified by the rule entity id.
- getDetails(String, Set<String>, boolean) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Looks up an already existing Organization entity.
- getDetails(String, Set<String>, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Returns the profile details of the specified user.
- getDetails(String, Set<String>, boolean, OperationContext) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Looks up an already existing Organization entity.
- getDetails(String, Set<String>, boolean, OperationContext) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Returns the profile details of the specified user.
- getDetails(String, Set<String>, OperationContext) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Returns the profile details of the specified role.
- 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.
- getDetailsOfJob(String, String) - Method in interface oracle.iam.application.api.ApplicationManager
- 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<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Retrieve the roles direct children of the given role.
- getDirectRoleMembers(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
- getDirectRoleMembers(String, SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
- getDirectRoleMembersCount(String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
The API returns total direct role members count.
- getDirectRoleParents(String, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Retrieve the roles who are the direct parents of the given role.
- getDirectRoleParents(String, Set<String>, Map<String, Object>, OperationContext) - 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.application.impl.vo.Template
- getDisplayName() - Method in class oracle.iam.application.vo.Attribute
- getDisplayName() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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 enum 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
- getDisplayName() - Method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.OAMAttributes
- getDisplayName() - Method in interface oracle.iam.ssointg.api.SSOIntegrationConstants.SpecialAttributes
- getDisplayName() - Method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.UnMappedAttributes
- getDisplayString() - Method in enum 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<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Retrieve all the dynamic users members of the given role.
- getDynamicRoleMembers(String, SearchCriteria, Set<String>, Map<String, Object>) - 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
- getElementOperator() - Method in class oracle.iam.application.vo.CorrelationRuleElement
- getElist() - Method in class oracle.iam.oimrest.rest.vo.EntityTypesVO
- getElist() - Method in class oracle.iam.oimrest.rest.vo.EntityVO
- 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
- getEmailConfig() - Method in class oracle.iam.scheduler.vo.JobDetails
-
This method is used to get EmailConfigVo values
- 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
- getEmailTemplate() - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- 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 enum 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.
- getEncodeValue() - Method in class oracle.iam.application.vo.LookupValue
- 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.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.IDCPolicyAttributeWrapper
- getEndTime() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- 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<String, Object>) - 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)
- getEntitlementName() - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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<String>, Map<String, Object>) - 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<String, Object>) - 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
- getEntitlementTypeJobReqParams() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getEntitlementValue() - Method in class oracle.iam.provisioning.vo.Entitlement
-
This method gets the Entitlement value associated to the Entitltment (ENT_VALUE).
- getEntity() - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- 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.
- getEntity(String, String) - Method in interface oracle.iam.oimcommon.api.MDSManager
- 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.request.vo.SodResult
- getEntityId() - Method in class oracle.iam.vo.OperationResult
- getEntityID() - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- getEntityID() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
- 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 oracle.iam.request.vo.SodResult
- 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.oimrest.rest.vo.Entities
- 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
- 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.application.impl.vo.Template
- getEntityType() - Method in class oracle.iam.auditevent.vo.AuditEvent
- getEntityType() - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- getEntityType() - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- getEntityType() - Method in class oracle.iam.auditevent.vo.AuditEventGroupEntityTypeAction
- 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.oimrest.rest.vo.BaseVO
- getEntityType() - Method in class oracle.iam.oimrest.rest.vo.Entities
- getEntityType() - Method in class oracle.iam.oimrest.rest.vo.EntityTypes
- 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
- getEntityTypeActionId() - Method in class oracle.iam.auditevent.vo.AuditEventGroupEntityTypeAction
- getEntityTypeActionName() - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- getEntityTypeDisplay() - Method in class oracle.iam.oimrest.rest.vo.Entities
- getEntityTypeDisplay() - Method in class oracle.iam.oimrest.rest.vo.EntityTypes
- getEntityTypeName() - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- getEntityTypes() - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
- 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.application.vo.ApplicationJobHistory
- 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.
- getErrorLevel() - Method in class oracle.iam.scheduler.vo.JobResult
- getErrorLevelString() - Method in class oracle.iam.application.vo.ApplicationJobResult
- getErrorLevelString() - Method in class oracle.iam.scheduler.vo.JobResult
- getErrorList() - Method in class oracle.iam.application.vo.TemplateGenerationError
- 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
- getErrorMsg() - Method in class oracle.iam.application.vo.AppUpgrade
- 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
- getEscalationTimeInMinutes() - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- getEvalListMapSize() - Method in class oracle.iam.policyengine.vo.ValueObject
- getEvaluatedDataType(String) - Static method in enum 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
- getEventCount() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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
- getEventHash() - 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.OrchestrationStep
- getEventID() - Method in class oracle.iam.platform.kernel.vo.EventWarnings
- 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
- getExceptionMessage() - Method in class oracle.iam.application.vo.ApplicationJobResult
- getExceptionMessage() - Method in class oracle.iam.scheduler.vo.JobResult
- getExceptionObject() - Method in class oracle.iam.application.vo.ApplicationJobHistory
- getExceptionObject() - Method in class oracle.iam.application.vo.ApplicationJobResult
- getExceptionObject() - Method in class oracle.iam.scheduler.vo.JobHistory
-
Provides exception object of the exception occurs while executing any schedule job from history.
- getExceptionObject() - Method in class oracle.iam.scheduler.vo.JobResult
- getExceptions() - Method in exception oracle.iam.request.exception.BulkBeneficiariesAddException
- getExceptions() - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
- 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.
- getExtAttr() - Method in class oracle.iam.oimrest.rest.vo.BaseVO
- getExtension() - Method in class oracle.iam.certification.vo.base.BaseUser
- getExtraAttributes() - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
- getFailed() - Method in class oracle.iam.platform.entitymgr.vo.BulkRelationResult
- getFailed() - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
- getFailedJobs() - Method in class oracle.iam.scheduler.vo.HistorySummary
- 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
- getFailedTaskAssignConfig() - Method in class oracle.iam.application.vo.Capability
- getFailedTaskAssignConfig() - Method in class oracle.iam.application.vo.ProvisioningConfig
- getFailedTaskDetails(long, Locale) - Method in interface oracle.iam.platformservice.api.FailedTaskManager
- getFailedTaskRetryConfig() - Method in class oracle.iam.application.vo.Capability
- getFailedTaskRetryConfig() - Method in class oracle.iam.application.vo.ProvisioningConfig
- 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.migration.vo.UserChallengeQAVO
- getFailureReason() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- getFailureReason() - Method in class oracle.iam.migration.vo.UserPasswordVO
- 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 enum 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 enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- getFieldId() - Method in enum 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.application.vo.SchemaAttribute
- 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.
- getFilteredAppInstanceIds() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- getFilteredApplicationInstanceCountByCertification(Long, String, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
-
Counts instances of IDCApplicationInstance objects for a given search, ref.
- getFilteredEntitlementIds() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- getFilteredRoleCountByCertification(Long, String, SearchCriteria) - Method in interface oracle.iam.certification.api.CertificationService
-
returns filtered role count in a role certification within a certification task.
- getFilteredRoleIds() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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.
- getFlatFileConfig() - Method in class oracle.iam.application.vo.ObjectClass
- getFlatFileDeleteSyncTypeJobReqParams() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getFlatFileDeleteTypeJobReqParams() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getFlatFileDiffSyncTypeJobReqParams() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getFlatFileEntitlementTypeJobReqParams() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getFlatFileFields() - Method in class oracle.iam.application.vo.FlatFileConfig
- getFlatFileFullTypeJobReqParams() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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.application.vo.Form
- getForm() - Method in class oracle.iam.application.vo.ObjectClass
- getForm() - Method in class oracle.iam.reconciliation.config.vo.Form
- getForm() - Method in class oracle.iam.reconciliation.config.vo.Profile
- getFormatString() - Method in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
- 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
- getFullTypeJobReqParams() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
-
Getter for Full TYpe Job Parameter
- getGapType() - Method in class oracle.iam.scheduler.vo.PeriodicTO
- getGapValue() - Method in class oracle.iam.scheduler.vo.PeriodicTO
- 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
- 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.IDCAttributeValue
- 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
- 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
- getGroupId() - Method in class oracle.iam.auditevent.vo.AuditEventGroupEntityTypeAction
- 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
- getGroupName() - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- 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
- getHashedPassword() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- 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
- getHeaders(String, Application) - Method in interface oracle.iam.application.api.ApplicationManager
-
To get list of headers of given CSV file This api will parse given csv file and return list of headers
- 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
- getHelperWorkerSemaphore() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- getHelpMessage() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
- getHelpText() - Method in class oracle.iam.application.vo.Attribute
- getHelpText() - Method in class oracle.iam.application.vo.ReconJobParameter
- 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) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPOrganizationHierarchy
-
Returns the hierarchy vector
- 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.
- 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
- getHistories() - Method in class oracle.iam.scheduler.vo.JobHistoryBulk
- getHistoryKey() - Method in class oracle.iam.request.vo.RequestHistory
- getHistoryofJob(String) - Method in interface oracle.iam.application.api.ApplicationManager
- getHistoryOfJob(long) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
Returns the details of the jobHitory for the jobHistoryID passed as a parameter
- getHistoryOfJob(String) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
Lists the detail of the runs made for the specified schedule Job
- getHistorySummary(Timestamp, Timestamp) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
This method will return a summary consisting of the count of failed, interrupted and running jobs with given date range
- 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.IDCAccountAttribute
- 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.LastCertDecision
- getIAMRoleId() - Method in class oracle.iam.certification.vo.IDCRole
- 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.application.vo.ApplicationJobHistory
- getId() - Method in class oracle.iam.application.vo.ApplicationJobResult
- getId() - Method in enum class oracle.iam.application.vo.Constants.Status
- 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 enum 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 enum class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
- getId() - Method in class oracle.iam.certification.vo.CertificationDefinition
- getId() - Method in enum 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 enum 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 enum class oracle.iam.certification.vo.RoleCertificationFilters
- getId() - Method in enum 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 enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- getId() - Method in enum class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
- getId() - Method in enum class oracle.iam.ida.vo.ScanRun.RUN_STATUS
- getId() - Method in enum class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
- getId() - Method in class oracle.iam.ida.vo.TaskPolicyViolation
- getId() - Method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- getId() - Method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
- getId() - Method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- getId() - Method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- getId() - Method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
- getId() - Method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- getId() - Method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- getId() - Method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- getId() - Method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
- getId() - Method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- getId() - Method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
- getId() - Method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
- getId() - Method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- getId() - Method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- getId() - Method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
- getId() - Method in enum 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 enum class oracle.iam.platform.authopss.api.PolicyConstants.AccessPolicyActions
- getId() - Method in interface oracle.iam.platform.authopss.api.PolicyConstants.Actions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.CommonActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.DiagnosticDashboardActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OIMUIActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PlatformServiceActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PluginActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ProvisionedByRequestActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- getId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
- getId() - Method in enum class oracle.iam.platform.authopss.vo.Capability.Type
- getId() - Method in class oracle.iam.platform.entitymgr.vo.FailedResult
- getId() - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
-
Gets the value of the id property.
- getId() - Method in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- getId() - Method in enum class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
- getId() - Method in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- getId() - Method in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- getId() - Method in enum class oracle.iam.provisioning.api.ProvisioningConstants.Mode
- getId() - Method in enum class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
- getId() - Method in enum class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
- getId() - Method in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
- getId() - Method in class oracle.iam.provisioning.vo.Application
- getId() - Method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
- getId() - Method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- getId() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
- getId() - Method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
- getId() - Method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
- getId() - Method in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
- getId() - Method in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- getId() - Method in enum class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
- getId() - Method in class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig
- getId() - Method in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
- getId() - Method in class oracle.iam.provisioning.vo.ConnectorConfigurationProperty
- getId() - Method in enum class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
- getId() - Method in class oracle.iam.provisioning.vo.ConnectorServer
- getId() - Method in enum class oracle.iam.reconciliation.config.vo.ReconType
- 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.JobResult
- getId() - Method in class oracle.iam.scheduler.vo.TaskSupport
- getId() - Method in enum class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
- getId() - Method in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
- 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.kernel.vo.MutableEntity
- 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<String, Object>) - Method in interface oracle.iam.certification.api.CertificationService
- 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
- getIdentityAttribute() - Method in class oracle.iam.application.vo.SchemaAttribute
- getIdentityAttribute() - Method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.OAMAttributes
- getIdentityAttribute() - Method in interface oracle.iam.ssointg.api.SSOIntegrationConstants.SpecialAttributes
- getIdentityAttribute() - Method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.UnMappedAttributes
- 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
- getIdentityCorrelationRule() - Method in class oracle.iam.application.vo.ReconConfig
- getIdentityStatus() - Method in class oracle.iam.certification.vo.IDCUser
- getIdentityStatus() - Method in class oracle.iam.certification.vo.UserAttributeValues
- getIdentityuserattributes() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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() - Method in class com.thortech.xl.vo.ddm.RootObject
- getImportMessages(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
-
Get the import plan of selected objects.
- 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
- getIncrementalTypeJobReqParams() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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.application.vo.ApplicationJobHistory
- getInfotype() - Method in class oracle.iam.scheduler.vo.JobHistory
-
Provides job history information type.
- getInfoType() - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- 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.ValueObject
-
Coerce an
Object
into anint
primitive. - getInt(String) - Method in class oracle.iam.policyengine.vo.ValueObject
-
Coerce an
Object
into anint
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.
- getInterEventData() - Method in interface oracle.iam.platform.kernel.vo.PostProcessOnly
- getInternalId() - Method in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- getInterruptedJobs() - Method in class oracle.iam.scheduler.vo.HistorySummary
- 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() - Method in class oracle.iam.application.vo.ReconConfig
- 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
- getJobDiffMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- getJobEndTime() - Method in class oracle.iam.application.vo.ApplicationJobHistory
- getJobEndTime() - Method in class oracle.iam.scheduler.vo.JobHistory
-
Provides Job end time.
- getJobExecutionID() - Method in class oracle.iam.application.vo.ApplicationJobReport
- getJobHistory() - Method in class oracle.iam.scheduler.vo.SearchResult
-
Provides Job history object of a schedule job.
- getJobHistory(long) - Method in interface oracle.iam.scheduler.api.SchedulerServiceInternal
-
Retrieves the history for a job for the specified jobHistoryId.
- getJobHistoryId() - Method in class oracle.iam.application.vo.ApplicationJobResult
- getJobHistoryId() - Method in class oracle.iam.scheduler.vo.JobResult
- getJobHistoryPaginated(String, int, int, String, boolean) - Method in interface oracle.iam.scheduler.api.SchedulerService
- getJobID() - Method in class oracle.iam.reconciliation.vo.ReconCachedDetails
- getJobID() - Method in class oracle.iam.scheduler.vo.TaskSupport
- 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.
- getJobMode() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- getJobMode(String) - Static method in enum class oracle.iam.application.vo.JobMode
- getJobModifiedMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- getJobName() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- getJobName() - Method in class oracle.iam.application.vo.ApplicationJobHistory
- getJobName() - Method in class oracle.iam.application.vo.ReconJobDetail
- 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.
- getJobParamDataTypes() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
-
Getter for Job Parameter Data Types
- getJobParamDiffMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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.
- getJobParams() - Method in class oracle.iam.scheduler.vo.JobHistory
- getJobParamsAddedMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- getJobResult(long) - Method in interface oracle.iam.scheduler.api.SchedulerServiceInternal
-
Retrieves a particular job results
- getJobResults(long, int, int, boolean) - Method in interface oracle.iam.scheduler.api.SchedulerServiceInternal
-
This is the paginated search API for the JobResults.
- getJobResults(Double) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
Retrieves the list of jobResults for the specified jobHistoryId
- getJobRunParams() - Method in class oracle.iam.application.vo.ApplicationJobHistory
- getJobRunParams() - Method in class oracle.iam.scheduler.vo.JobHistoryParam
- 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
- getJobScheduledType() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- 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.application.vo.ApplicationJobHistory
- 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.application.vo.KeyValuePair
- getKey() - Method in class oracle.iam.catalog.vo.Result
- getKey() - Method in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerType
- 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.
- getKeyFlds() - Method in class oracle.iam.reconciliation.vo.Account
- getKlass() - Method in enum 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).
- getLanguage() - Method in class oracle.iam.application.vo.ActionScript
- 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
- getLastRunEndTime() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- getLastRunStartTime() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- 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
- getLegacyDataType() - Method in enum class oracle.iam.application.vo.DataType
- getLength() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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
- getLid1Compl() - Method in class oracle.iam.certification.vo.CertificationInstance
- getLid1Compl() - Method in class oracle.iam.certification.vo.IdentityCertification
- getLid1Tot() - Method in class oracle.iam.certification.vo.CertificationInstance
- getLid1Tot() - Method in class oracle.iam.certification.vo.IdentityCertification
- getLid2Compl() - Method in class oracle.iam.certification.vo.CertificationInstance
- getLid2Compl() - Method in class oracle.iam.certification.vo.IdentityCertification
- getLid2Tot() - Method in class oracle.iam.certification.vo.CertificationInstance
- getLid2Tot() - Method in class oracle.iam.certification.vo.IdentityCertification
- getLid3Compl() - Method in class oracle.iam.certification.vo.CertificationInstance
- getLid3Compl() - Method in class oracle.iam.certification.vo.IdentityCertification
- getLid3Tot() - Method in class oracle.iam.certification.vo.CertificationInstance
- getLid3Tot() - Method in class oracle.iam.certification.vo.IdentityCertification
- 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
- 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
- getListOfValues() - Static method in enum class oracle.iam.application.vo.RuleElementOperator
-
This function is used to get list of Values
- getListOfValues() - Static method in enum class oracle.iam.application.vo.RuleOperator
- getListOfValues() - Method in class oracle.iam.application.vo.SchemaAttribute
- getLiteralValue() - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
- getLiTot() - Method in class oracle.iam.certification.vo.CertificationInstance
- getLiTot() - Method in class oracle.iam.certification.vo.IdentityCertification
- 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() - Method in exception oracle.iam.selfservice.exception.ValidationFailedException
- 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<String>, 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 along
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<String, String>, int, int, Locale) - 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.
- 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) - 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, 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 oracle.iam.accesspolicy.api.AccessPolicyService
-
Returns the lowest priority of all access policies defined.
- getLowestPriority() - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use
AccessPolicyService.getLowestPriority()
- 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 enum 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 oftcMapping
objects. - getMapName() - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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<String, Object>) - Static method in class Thor.API.Base.tcBaseUtility
-
Creates a
tcMapping
array from the providedMap
. - 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.
- getMembershipType() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
- 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 class oracle.iam.oimrest.rest.vo.Entities
- 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 interface oracle.iam.certification.vo.CertificationCreationContext
- 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
- getMetadata() - Method in class oracle.iam.grc.sod.vo.LookupResultSet
- getMetaDataDefinition() - Method in class oracle.iam.catalog.vo.MetaData
-
This wil give the information for the metadata definition
MetaDataDefinition
- getMetaDataDefinition(String) - Method in interface oracle.iam.catalog.api.CatalogService
-
To get the catalog meta data on the basis of name.
- 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) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService
- getMissingAccounts(String, Set<Serializable>, Map<String, Serializable>) - 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, Map) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- 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
- getMobile() - Method in class oracle.iam.identity.usermgmt.vo.User
-
* Gets the user MobileNumber.
- getMode() - Method in class oracle.iam.application.vo.ReconJobDetail
- 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
- getModifiedChildForms() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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
- getModifiedReconJobs() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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<String>, HashMap<String, Object>) - 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.application.vo.Attribute
- getName() - Method in enum class oracle.iam.application.vo.Constants.Status
- getName() - Method in enum class oracle.iam.application.vo.FieldType
- getName() - Method in class oracle.iam.application.vo.FlatFileField
- getName() - Method in class oracle.iam.application.vo.Form
- getName() - Method in class oracle.iam.application.vo.ObjectClass
- getName() - Method in class oracle.iam.application.vo.Organization
- getName() - Method in class oracle.iam.application.vo.ReconJobParameter
- getName() - Method in class oracle.iam.application.vo.SchemaAttribute
- getName() - Method in class oracle.iam.application.vo.TransformParams
- 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 enum 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 enum class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
- getName() - Method in enum 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 enum class oracle.iam.scheduler.vo.EmailConfig.EntityType
- 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 enum class oracle.iam.ssointg.api.SSOIntegrationConstants.LDAPAttributeName
- 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.
- getNameAttribute() - Method in class oracle.iam.application.vo.FlatFileConfig
- 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
- getNewConnectorVersion() - Method in class oracle.iam.application.vo.ConnectorUpgrade
- 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.
- getNewUserChallengeAnswer() - Method in class oracle.iam.migration.vo.UserChallengeQAVO
- getNewUserChallengeQuestion() - Method in class oracle.iam.migration.vo.UserChallengeQAVO
- getNewUserKey() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- getNewUserPassword() - Method in class oracle.iam.migration.vo.UserPasswordVO
- getNewUsersMapForEntitlementCertification() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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.
- getNewVersion() - Method in class oracle.iam.application.vo.ApplicationDiff
- getNextFireTime() - Method in class com.thortech.xl.vo.Taskdetails
- getNextFireTime() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- 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
- getNonCertifiableRoles() - Method in class oracle.iam.oimcommon.vo.User
- 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
- getNumberOfUserAccounts(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.
- 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.
- getObjectClass() - Method in class oracle.iam.application.vo.Application
- getObjectClassConfig() - Method in class oracle.iam.application.vo.ObjectClass
- 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) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.
- 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.
- 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
- getOimValue() - Method in class oracle.iam.application.vo.TargetOimValueMap
- 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.
- getOldConnectorVersion() - Method in class oracle.iam.application.vo.ConnectorUpgrade
- getOlderVersion() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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.
- getOldUserChallengeAnswer() - Method in class oracle.iam.migration.vo.UserChallengeQAVO
- getOldUserChallengeQuestion() - Method in class oracle.iam.migration.vo.UserChallengeQAVO
- getOldUserKey() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- getOldUserKeyString() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- getOldUserPassword() - Method in class oracle.iam.migration.vo.UserPasswordVO
- 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.oimrest.rest.vo.BaseVO
- 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 interface oracle.iam.platform.kernel.vo.PostProcessOnly
- 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.SoDAnalysisResult
- getOperationID() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
- 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
- getOperationType() - Method in class oracle.iam.application.vo.GroovyHelper
- 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 enum 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.application.vo.Application
- 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
- getOrganizationCount(SearchCriteria) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
API to return the Organization Count depending on the search criteria.
- 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.
- getOrganizationMemberIds(String) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Returns list of User member Ids of the Organization identified by orgkey.
- getOrganizationMembers(String, Set<String>, SearchCriteria, Map<String, Object>) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Returns list of User members of the Organization identified by orgkey.
- getOrganizationMembersRelations(String, Set<String>, SearchCriteria, Map<String, Object>) - 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<Long>) - 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
- getOrphanAccountCreated() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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.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
- getOwnerID() - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
- 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 enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
- getOwnerUserName() - Method in class oracle.iam.application.vo.Application
- 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.application.vo.ApplicationJobDetails
- getParameter() - Method in class oracle.iam.application.vo.ReconJobDetail
- 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.application.vo.ApplicationJobResult
- 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.BulkNotificationEvent
- 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.
- getParams() - Method in class oracle.iam.scheduler.vo.JobResult
- 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.
- getParentApplicationName() - Method in class oracle.iam.application.vo.Application
- 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) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPOrganizationHierarchy
-
Returns the hierarchy vector 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.
- 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.
- getParentLogger() - Method in class oracle.iam.platform.utils.vo.OIMDataSource
- 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 thePasswordRuleDescription
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() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
Returns the past proxy details of the specified user
- getPastProxies(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Returns the past proxy details of the specified user
- getPath() - Method in class oracle.iam.platformservice.vo.JarElement
- getPath() - Method in class oracle.iam.platformservice.vo.ResourceElement
- getPath(String) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPController
-
Forms the basis of building the hierarchical tree to the LDAP object.
- 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
- 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) - Method in interface Thor.API.Operations.AttestationOperationsIntf
-
Returns all the pending attestation tasks assigned to the specified user
- getPendingAttestationTasks(long, Map) - 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<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Retrieve the pending role grants of the given role.
- getPendingRoleUserRelationshipAttributes(String, String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Lookup the attributes of a pending role grant.
- getPendingUserGrants(String, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Retrieve the pending role grants of the given user.
- getPendingUserGrantsWithSearchCriteria(String, Set<String>, Map<String, Object>, SearchCriteria) - 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.IDCApplicationInstance
- getPercentComplete() - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
- getPercentComplete() - Method in class oracle.iam.certification.vo.IDCRole
- getPercentComplete() - Method in class oracle.iam.certification.vo.IDCUser
- getPercentComplete() - Method in class oracle.iam.certification.vo.IdentityCertification
- 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
- getPerformAutomatedRetry() - Method in class oracle.iam.application.vo.FailureAndRetry
- getPeriod() - Method in class oracle.iam.certification.vo.IdentityCertification
- getPermission(Operation) - Method in class com.thortech.xl.vo.OperationPermissions
- 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
- getPermissions() - Method in class com.thortech.xl.vo.AdminPermissions
- getPermissions() - Method in class com.thortech.xl.vo.DataObjectPermissions
- getPhase() - Method in class oracle.iam.certification.vo.CertificationInstance
- getPhase() - Method in class oracle.iam.certification.vo.CertificationTaskAction
- 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).
- 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
- getPhaseTwoReviewerType() - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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
- getPolicyCustomData() - Method in class oracle.iam.ida.vo.PolicyViolation
- 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
- getPolicyObjects() - Method in class oracle.iam.ida.vo.PolicySelectionCriteria
- 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 {@link # 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<String>) - 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<String>) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
Returns the details of the logged-in user.
- getProfileDetails(Set<String>, boolean) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
- 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.BasicAttribute
- 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<String>) - 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<String, Object>) - 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.
- getProvisioningConfig() - Method in class oracle.iam.application.vo.ObjectClass
- 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.
- getProvisionMechanism() - Method in class oracle.iam.application.vo.GroovyHelper
- 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 oracle.iam.identity.usermgmt.api.UserManager
-
API to return the proxy details for a given proxy id.
- 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.
- getPwhKey() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- getPwhKeyString() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- 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<String, Object>, Vector<String>) - Method in class Thor.API.Base.tcBaseUtility
- getRandomNumber(int) - Static method in class com.thortech.xl.util.adapters.tcUtilNumberOperations
-
method that returns random number.
- getRandomNumber(Integer) - 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.
- getRbKey() - Method in class oracle.iam.reconciliation.vo.ReconEvent
-
To set Recon event batch id
- 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
- getReceiverID() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- getReceiverID() - Method in class oracle.iam.scheduler.vo.EmailConfig
- getReceiverType() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- getReceiverType() - Method in class oracle.iam.scheduler.vo.EmailConfig
- 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
- getRecipientType() - 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.application.vo.ObjectClass
- 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.
- getReconFlatFileJobModes() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getReconHistoryForEvent(long) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
-
Returns the recon history for the specified event
- getReconJobModes() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getReconSituationResponses() - Method in class oracle.iam.provisioning.vo.ApplicationObjectclass
- getReconStagingName() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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
- getRemediatorDisplayName() - Method in class oracle.iam.ida.vo.ActionHistory
- getRemediatorLogin() - Method in class oracle.iam.ida.vo.ActionHistory
- 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.
- getRemovedAdvanceConfig() - Method in class oracle.iam.application.vo.ApplicationDiff
- getRemovedBasicConfig() - Method in class oracle.iam.application.vo.ApplicationDiff
- getRemovedCapabilities() - Method in class oracle.iam.application.vo.ApplicationDiff
- getRemovedChildForms() - Method in class oracle.iam.application.vo.ApplicationDiff
- getRemovedReconJobs() - Method in class oracle.iam.application.vo.ApplicationDiff
- getRemovedSchemaAttributes() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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
- getReportofJob(Double) - Method in interface oracle.iam.application.api.ApplicationManager
- 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.
- getRequestActionForChildData(ArrayList<Long>, long, String, String) - Method in interface Thor.API.Operations.tcFormInstanceOperationsIntf
-
This method gives the type of action (like ADD,DELETE or MODIFY) being performed on a child table thru request id.
- 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, 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, 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)
andRequestService.getRequestDataSet(RequestBeneficiaryEntity)
- 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.
- getRequestDataSet(RequestBeneficiaryEntity) - Method in interface oracle.iam.request.api.RequestService
-
Gets the request data set associated with the given request entity object.
- getRequestDataSet(RequestEntity) - Method in interface oracle.iam.request.api.RequestService
-
Gets the request data set associated with the given request entity object.
- 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)
andRequestService.getRequestDataSetName(RequestBeneficiaryEntity)
- getRequestDataSetName(RequestBeneficiaryEntity) - Method in interface oracle.iam.request.api.RequestService
-
Gets the request dataset name associated with the given request entity object.
- getRequestDataSetName(RequestEntity) - 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
- getRequester() - Method in class oracle.iam.application.vo.GroovyHelper
- 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
- getRequesterManager() - Method in class oracle.iam.application.vo.GroovyHelper
- 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 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 class oracle.iam.identity.usermgmt.vo.UserManagerResult
- getRequestID() - Method in class com.thortech.xl.vo.workflow.RequestInstance
- getRequestID() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
- 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() - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
- getRequestProfile(String) - Method in interface oracle.iam.requestprofile.api.RequestProfileService
-
Get the profile with given name.
- getRequestProvisioningRiskLevel() - Method in class oracle.iam.certification.vo.RiskConfiguration
- getRequestsForReportees(RequestSearchCriteria, Set<String>, HashMap<String, Object>) - Method in interface oracle.iam.request.api.RequestService
- getRequestsForUser(String, RequestSearchCriteria, HashMap<String, Object>) - 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<String>, HashMap<String, Object>) - 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<String>, HashMap<String, Object>) - 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 enum 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 enum 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<String>, Map<String, Object>) - 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.provisioning.vo.EntitlementInstance
- 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.oimcommon.vo.Policy
- 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.certification.vo.CustomAccessReviewerInfo
- 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
- 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.application.vo.SituationResponse
- 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<SearchCriteria>, Map<String, Object>, Map<String, Object>) - Method in interface oracle.iam.platformservice.api.LookupQueryService
-
Returns the results after executing the query
- getResultsofJobHistory(Double) - Method in interface oracle.iam.application.api.ApplicationManager
- getRetries() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- getRetrycount() - Method in class com.thortech.xl.vo.Taskdetails
- getRetrycount() - Method in class oracle.iam.scheduler.vo.JobDetails
-
Provides Schedule job retry count.
- 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.application.vo.FailedTaskRetryConfig
- getRetryCount() - Method in class oracle.iam.reconciliation.vo.ReconEvent
- getRetryCount() - Method in class oracle.iam.scheduler.vo.ScheduledTask
-
Provides schedule task retry count.
- getRetryInterval() - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
- getRetryIntervalInMinutes() - Method in class oracle.iam.application.vo.FailedTaskRetryConfig
- 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() - 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.
- getReturnValue(String, String, Set<String>) - 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.
- getReturnValues() - Method in class oracle.iam.platform.entitymgr.vo.BulkResult
- getReturnValues(String, SearchCriteria, Set<String>, HashMap<String, Object>) - 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
- getReviewerId() - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- getReviewerLastName() - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
-
Provides last name of reviewer
- getReviewerLogin() - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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
- getReviewerType() - Method in class oracle.iam.certification.vo.CertificationTaskInfo
- 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() - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
- getRole() - Method in class oracle.iam.identity.rolemgmt.vo.RoleGrant
- getRole() - Method in class oracle.iam.oimcommon.vo.RoleGrant
- getRole(Long) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
- getRole(Long) - Method in interface oracle.iam.oimcommon.api.RoleService
- 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() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
- getRoleCategoryName() - Method in class oracle.iam.platform.authopss.vo.RolePublication
- getRoleCategoryName(Long) - Method in interface oracle.iam.oimcommon.api.RoleService
- 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
- getRoleCount(SearchCriteria) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
API to return the Role Count depending on the search criteria.
- 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, Object, String, Object, Set<String>) - 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 criteriauserAttributeName=userAttributeValue
. - getRoleGrantDetails(String, String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Lookup the attributes of a role grant, associated between
roleKey
anduserKey
. - getRoleGrantDetails(String, String, Set<String>, OperationContext) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Lookup the attributes of a role grant, associated between
roleKey
anduserKey
. - getRoleGrants() - Method in class oracle.iam.oimcommon.vo.User
- getRoleGrantsMap(List<Long>) - 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<Long>) - Method in interface oracle.iam.oimcommon.api.OrganizationService
- getRoleIndirectMembers(String, SearchCriteria, Set<String>, Map<String, Object>) - 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, boolean, long) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Retrieve all the users members of the given role.
- getRoleMembers(String, SearchCriteria, Set<String>, Map<String, Object>, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Retrieve the users members of the given role matching the specified
SearchCriteria
. - getRoleMembers(String, SearchCriteria, Set<String>, Map<String, Object>, boolean, OperationContext) - 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.certification.vo.CustomAccessReviewerInfo
- 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, Object, String, Object, Set<String>) - 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 criteriachildAttrName=childAttrValue
. - getRoleRelationshipDetails(String, String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Lookup the attributes of a role relationship.
- getRoleRequestKey() - Method in class oracle.iam.provisioning.vo.Account
- getRoleRequestKey() - Method in class oracle.iam.provisioning.vo.EntitlementInstance
- 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() - Method in class oracle.iam.oimcommon.vo.User
- getRoles(List<Long>) - Method in interface oracle.iam.oimcommon.api.RoleService
- getRolesAvailableToOrganization(String, SearchCriteria, Set<String>, Map<String, Object>) - 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
- getRuleElementOperator() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getRuleElements() - Method in class oracle.iam.application.vo.CorrelationRule
- 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
- getRuleOperator() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getRuleOperator() - Method in class oracle.iam.application.vo.CorrelationRule
- 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
- getRunEvery() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- getRunningJobs() - Method in class oracle.iam.scheduler.vo.HistorySummary
- 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.
- getRuntimeParams() - Method in class oracle.iam.scheduler.vo.JobHistory
- 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
- getScheduleTaskClassName() - Method in enum class oracle.iam.application.vo.JobMode
- getSchema() - Method in class com.thortech.xl.ejb.beansimpl.tcExportOperationsBean
- getSchema(String) - Method in interface oracle.iam.provisioning.api.ApplicationConfigService
-
This API Method is used for getting the schema of the given application instance key.
- getSchema(SearchCriteria, Map<String, Object>) - Method in interface oracle.iam.provisioning.api.ApplicationConfigService
-
This API Method is used for getting the schema with the given search criteria and configParams , if config params has locale information , this method will return respective Localized basic attributes , otherwise it will take default en-US locale and will return attributes in us English.
- getSchemaAttribute() - Method in class oracle.iam.application.vo.Form
- getSchemaAttributeDiffMap() - Method in class oracle.iam.application.vo.ApplicationDiff
- 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
- getScript() - Method in class oracle.iam.application.vo.ActionScript
- getScript(String) - Method in class oracle.iam.application.vo.GroovyScriptCachingBuilder
- 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() - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
- getSearchCriteria() - Method in class oracle.iam.reconciliation.vo.ReconSearchCriteria
- getSearchCriteria(String) - Method in interface oracle.iam.platform.authopss.api.ScopeObligation
- getSearchFilter() - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
- getSearchPattern() - Method in class oracle.iam.oimrest.rest.vo.BaseVO
- 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 enum 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
-
Deprecated.use
AuthenticatedSelfService#getProfileDetails(Set<String> retAttrs)
instead - getSelfProfileFiltered(String[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
AuthenticatedSelfService#getProfileDetails(Set<String> retAttrs)
instead - getSender() - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- getSender() - Method in class oracle.iam.notification.vo.NotificationEvent
-
Provides username of the user sending the notification for the event
- getSendFailureNotificationTo() - Method in class oracle.iam.application.vo.FailureAndRetry
- 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<T>) - Method in class oracle.iam.platform.OIMClient
-
Returns a handle to a servics that exposed by OIM such as UserManager, RequestService, tcProvisioningOperationsIntf, ...
- getService(Class<T>) - Static method in class oracle.iam.platform.Platform
-
Returns a handle to a Service available in an OIM .
- getService(Class<T>, String, char[]) - Method in class oracle.iam.platform.OIMClient
-
Returns a handle to a services that exposed by OIM such as UserManager, RequestService, tcProvisioningOperationsIntf, ...
- 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<T>, 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
- getSHA256Hash() - Method in class oracle.iam.auditevent.vo.AuditEvent
- 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.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.
- getSituation() - Method in class oracle.iam.application.vo.SituationResponse
- getSituationResponse() - Method in class oracle.iam.application.vo.ReconConfig
- getSNAPSHOT_IGNORE_PROPERTIES() - Static method in class oracle.iam.certification.vo.IDCEndPoint
-
Deprecated.
- 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
- getSodResult() - Method in class oracle.iam.vo.OperationResult
- 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.
- getStartDate() - Method in class oracle.iam.passwordmgmt.vo.UserInfo
-
Gets the user start date
- getStartsWithAlphabet() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
-
Gets if the password can start with an alphabet
- getStartTime() - Method in class oracle.iam.application.vo.ApplicationJobDetails
- 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() - Method in class oracle.iam.notification.vo.EventXMLObject
-
Provides list of Static Data attached with the event
- getStaticData(String) - Method in interface oracle.iam.notification.api.NotificationService
-
To retrieve static data associated with an event
- getStaticRoleMembers(String, SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Retrieve all the static user members of the specified role.
- 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 class oracle.iam.application.vo.Application
- getStatus() - Method in class oracle.iam.application.vo.ApplicationJobHistory
- getStatus() - Method in class oracle.iam.application.vo.AppUpgrade
- getStatus() - Method in class oracle.iam.application.vo.ConnectorUpgrade
- 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 enum 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 enum 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.
- getStatusAttribute() - Method in class oracle.iam.application.vo.FlatFileConfig
- 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
- getStoppedJobs() - Method in class oracle.iam.scheduler.vo.HistorySummary
- getStopWatch(String) - Method in class oracle.iam.oimcommon.vo.MTSRMStopWatches
- getStopWatch(String, String) - Method in class oracle.iam.oimcommon.vo.MTSRMStopWatches
- getStopWatches() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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
- getSuccessfulEvent() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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.IDCAttributeValue
- 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.application.vo.ActionScript
- getTarget() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
-
Returns orchestration target
- getTarget() - Method in interface oracle.iam.platform.kernel.vo.PostProcessOnly
- getTargetAttrDetailsCollection(ReconEvent) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
-
Deprecated.
- getTargetAttribute() - Method in class oracle.iam.application.vo.CorrelationRuleElement
- 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<T>) - 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
- getTargetTypeAppReconResponses() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- getTargetTypeAppReconSituations() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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
- getTargetValue() - Method in class oracle.iam.application.vo.TargetOimValueMap
- getTask() - Method in class oracle.iam.request.history.jaxb.ApprovalChange
-
Gets the value of the task property.
- 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.
- 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.application.vo.ApplicationJobDetails
- 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.application.api.ApplicationManager
-
Get the Template based on given template name.
- 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.application.impl.vo.Template
- getTemplateData() - Method in class oracle.iam.request.vo.RequestTemplate
-
Deprecated.
- getTemplateFromBundle(String, String, boolean) - Method in interface oracle.iam.application.api.ApplicationManager
-
Return java representation of XML based Application Template for the requested connector
- getTemplateFromBundle(String, String, String, boolean) - Method in interface oracle.iam.application.api.ApplicationManager
-
Return java representation of XML based Application Template for the requested connector
- 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.notification.vo.BulkNotificationEvent
- getTemplateName() - Method in class oracle.iam.notification.vo.NotificationEvent
-
Provides template name associated with the event
- 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
- getToBeProcessed() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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
- getToIds() - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- 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
- getTotalCount() - Method in class oracle.iam.scheduler.vo.JobHistoryBulk
- getTotalCount(SearchCriteria) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Searches for users matching the specified
SearchCriteria
. - 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
- getTransformationScript() - Method in class oracle.iam.application.vo.ProvisioningConfig
- getTransformationScript() - Method in class oracle.iam.application.vo.ReconConfig
- getTransformer() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
- getTransformName() - Method in class oracle.iam.application.vo.CorrelationRuleElement
- getTransformParams() - Method in class oracle.iam.application.vo.CorrelationRuleElement
- 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.
- getTriggerTime() - Method in class oracle.iam.application.vo.ActionScript
- 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.application.vo.Organization
- getType() - Method in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerType
- 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() - 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 enum 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.scheduler.vo.CronTO
- getType() - Method in exception oracle.iam.ssointg.exception.RoleGrantFailedException
- getType(boolean) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
- getType(Class) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
- getType(String) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
- getType(String) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
- 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
- getUdColName() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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
- getUidAttribute() - Method in class oracle.iam.application.vo.FlatFileConfig
- 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(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(long) - 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(long, String) - Method in interface Thor.API.Operations.tcObjectOperationsIntf
-
Deprecated.
- 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(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(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<String>, Map<String, Object>) - 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<String>, Map<String, Object>) - 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<String>) - 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. - getUnsuccessfulEvent() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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
- getUpgradeStatus() - Method in interface oracle.iam.application.api.ApplicationManager
- getUpgradeStatus(String, String) - Method in interface oracle.iam.application.api.ApplicationManager
- 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<Long>, List<Long>, int) - Method in interface oracle.iam.oimcommon.api.AccountService
- getUserAccountsByResourceTypes(List<Long>, List<Long>, int, boolean) - Method in interface oracle.iam.oimcommon.api.AccountService
- getUserAccountsMap(List<Long>, int) - Method in interface oracle.iam.oimcommon.api.OimCommonService
- getUserAccountsMap(List<Long>, int, boolean, CertificationCreationContext, int) - Method in interface oracle.iam.oimcommon.api.AccountService
- getUserAccountsMap(List<Long>, int, Object) - Method in interface oracle.iam.oimcommon.api.AccountService
- getUserAccountsMap(List<Long>, 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<Long>, int, RiskContext, int, CertificationCreationContext) - Method in interface oracle.iam.oimcommon.api.AccountService
- getUserAccountsMapByAppInstanceIds(List<Long>, List<Long>, int, boolean, CertificationCreationContext, int) - Method in interface oracle.iam.oimcommon.api.AccountService
- getUserAccountsMapByAppInstanceIds(List<Long>, List<Long>, 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
- getUserAccountsMapByResource(List<Long>, List<Long>, 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
- getUserAppInstanceCriteria() - Method in class oracle.iam.certification.vo.IDCConfiguration
- getUserAppInstanceSearchFilter() - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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
- getUserAttribute() - Method in class oracle.iam.application.vo.CorrelationRuleElement
- 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
- 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 questions and masked answers for a given user.
- getUserComplete() - Method in class oracle.iam.certification.vo.UserCertificationStats
- getUserCreated() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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
- getUserDeleted() - Method in class oracle.iam.application.vo.ApplicationJobReport
- getUserDisabled() - Method in class oracle.iam.identity.usermgmt.vo.User
-
Gets whether the user is disabled.
- getUserDisplayName() - Method in class oracle.iam.ida.vo.ActionHistory
- 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<String, Object>) - 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
- getUserEntitlementCriteria() - Method in class oracle.iam.certification.vo.IDCConfiguration
- getUserEntitlementSearchFilter() - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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 oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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.
- getUserID() - Method in class com.thortech.xl.vo.workflow.RequestInstance
- getUserID() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
- getUserIds() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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<Long>) - 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.
- getUserIdsForAlternateReviewer() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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.CustomAccessReviewerInfo
- getUserLogin() - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- getUserLogin() - Method in class oracle.iam.certification.vo.UserAttributeValues
- getUserLogin() - Method in class oracle.iam.ida.vo.ActionHistory
- getUserMembershipRelations(String, Set<String>, SearchCriteria, Map<String, Object>) - 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, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Retrieve all the roles that the user is a member of.
- getUserMemberships(String, Set<String>, SearchCriteria, Map<String, Object>) - 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, SearchCriteria, Set<String>, Map<String, Object>, 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.migration.vo.UserChallengeQAVO
- getUserName() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- getUserName() - Method in class oracle.iam.migration.vo.UserPasswordVO
- getUserName() - Method in class oracle.iam.oimcommon.vo.User
- getUserName(Map<String, Object>) - 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
- getUserNameFromPolicy(Map<String, String>) - Method in class oracle.iam.identity.usermgmt.api.AbstractUserNameGenerationPolicy
- getUserNameFromPolicy(Map<String, String>) - 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
- getUserOrgResourceDetailsForProvisioningProcess(long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
- 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() - Method in class oracle.iam.oimcommon.vo.Role
- getUserRoleAssignments(User) - Method in interface oracle.iam.oimcommon.api.UserService
- getUserRoleAssignmentsForMultipleUsers(List<Long>) - Method in interface oracle.iam.oimcommon.api.UserService
- getUserRoleCriteria() - Method in class oracle.iam.certification.vo.IDCConfiguration
- getUserRoleGrants(String, SearchCriteria, Map<String, Object>, boolean, Set<String>, Set<String>, Set<String>) - 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
- getUserRoleSearchFilter() - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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() - Method in class oracle.iam.oimcommon.vo.Role
- getUsers(List<Long>) - Method in interface oracle.iam.oimcommon.api.UserService
- getUsersAssigned(String, Set<String>, HashMap<String, Object>) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Returns the list of User identities assigned to the admin-role
- getUsersAssigned(String, Set<String>, HashMap<String, Object>) - Method in interface oracle.iam.platform.authopss.api.AdminRoleService
-
Returns the list of User identities assigned to the admin-role
- getUsersAssignedWithScope(String, Set<String>, HashMap<String, Object>, String) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Returns the list of User identities assigned to the admin-role
- getUsersAssignedWithScope(String, Set<String>, HashMap<String, Object>, 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 - getUsersProvisionedToAppInstance(String, HashMap<String, Object>) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API method returns the list of users having the specified application instance provisioned.
- 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
- getUserUpdated() - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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
- getValidationScript() - Method in class oracle.iam.application.vo.ProvisioningConfig
- getValidationScript() - Method in class oracle.iam.application.vo.ReconConfig
- 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() - Method in class com.thortech.xl.vo.workflow.AdapterMapping
- getValue() - Method in class oracle.iam.application.vo.Attribute
- getValue() - Method in class oracle.iam.application.vo.KeyValuePair
- getValue() - Method in class oracle.iam.application.vo.ReconJobParameter
- getValue() - Method in class oracle.iam.application.vo.TransformParams
- getValue() - Method in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
- getValue() - Method in enum 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 enum class oracle.iam.catalog.vo.Mode
- getValue() - Method in enum 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 enum class oracle.iam.platform.utils.vo.OIMType
- getValue() - Method in enum 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.
- getValue() - Method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.DirectoryType
- getValue() - Method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.IntegrationMode
- 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.util.adapters.tcUtilHashTableOperations
-
return String value 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
- 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
- getValues() - Method in class oracle.iam.scheduler.vo.CronTO
- 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<HashMap<DataType, Object>>) - Method in interface oracle.iam.catalog.vo.DataType
- getWhereClause(Object, Object, SearchCriteria.Operator, List<HashMap<DataType, Object>>) - 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(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.
- 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.
- getWorkflowDefinitionKey() - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
- 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.
- 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.
- 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
- getWorkItemsHelper() - 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_MAP_NAME - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- GLOSSARY_DEF - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- GLOSSARY_DEF - Enum constant in enum 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_ENTITLEMENT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- GRANT_ENTITLEMENT - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- Grant.GrantMechanism - Enum Class in oracle.iam.provisioning.vo
- 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<Entitlement>) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
Deprecated.
- grantEntitlements(List<EntitlementInstance>) - 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 multipleEntitlementInstance
to user's account. - grantMechanism - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
- 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 criteriauserAttributeName=userAttributeValue
. - grantRole(String, Object, String, Object, Map<String, Object>) - 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 criteriauserAttributeName=userAttributeValue
. - grantRole(String, List<String>, List<Map<String, Serializable>>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Grant the role identified by roleKey to the specified user/s.
- grantRole(String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Grant the role identified by
roleKey
to the specified user(s). - grantRole(String, Set<String>, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Deprecated.
- grantRole(String, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Grant the role identified by roleKey to the specified user/s.
- grantRole(String, Set<String>, Map<String, Object>, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Grant the role identified by roleKey to the specified user/s.
- grantRoleDirect(String, List<String>, List<Map<String, Serializable>>, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
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 criteriauserAttributeName=userAttributeValue
. - grantRoleRequest(String, Object, String, Object, Map<String, Object>) - 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 criteriauserAttributeName=userAttributeValue
. - grantRoleRequest(String, List<String>, List<Map<String, Serializable>>) - 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, Set<String>) - 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, Set<String>, Map<String, Object>) - 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<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Grant the roles identified by
roleKeys
to the user identified byuserKey
. - grantRoles(String, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Grant the roles identified by roleKeys to the specified user.
- grantRolesRequest(String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Raises a request to grant the roles identified by
roleKeys
to the user identified byuserKey
. - grantRolesRequest(String, Set<String>, Map<String, Object>) - 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 - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- GREATER_THAN - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- GREATER_THAN - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- GROOVY_EXPERSSION - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- GROOVY_EXPRESSION - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- GroovyHelper - Class in oracle.iam.application.vo
- GroovyHelper() - Constructor for class oracle.iam.application.vo.GroovyHelper
- GroovyHelper.OperationType - Enum Class in oracle.iam.application.vo
- GroovyScriptCachingBuilder - Class in oracle.iam.application.vo
- GroovyScriptCachingBuilder() - Constructor for class oracle.iam.application.vo.GroovyScriptCachingBuilder
- GroovyScriptExecutor - Class in oracle.iam.application.vo
- GroovyScriptExecutor() - Constructor for class oracle.iam.application.vo.GroovyScriptExecutor
- Group - Class in com.thortech.xl.vo
-
This value object stores information about a user in Xellerate.
- Group - Enum constant in enum class oracle.iam.application.vo.EntityType
- Group - Enum constant in enum class oracle.iam.reconciliation.config.vo.ReconType
- Group() - Constructor for class com.thortech.xl.vo.Group
- GROUP - Enum constant in enum class Thor.API.Base.tcBaseUtility.Entities
- GROUP - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- GROUP_HIERARCHY_UD_TABLENAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- GROUP_ID - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- GROUP_NAME - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- GROUP_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- GROUP_PARTICIPANT_KEY - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- GROUP_UD_TABLENAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- GROUP_UD_TABLENAME_AD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- GroupHierarchy - Enum constant in enum class oracle.iam.reconciliation.config.vo.ReconType
- GroupMembership - Enum constant in enum class oracle.iam.reconciliation.config.vo.ReconType
- GRP_ENTITY_TYPE_ACTION_ID - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- 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
- HANDLER_STATE_PENDING - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- handleResult() - Method in class oracle.iam.connectors.icfcommon.recon.LookupReconTask
- HandlerResult - Interface in oracle.iam.platform.kernel.vo
- 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, PolicyConstants.Actions, Map<String, Object>) - 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, PolicyConstants.Actions) - Method in interface oracle.iam.platform.authopss.api.AuthorizationService
-
Check if user is allowed to perform an action.
- 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- HASH_KEY - Enum constant in enum 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.application.vo.Attribute
- hashCode() - Method in class oracle.iam.application.vo.Capability
- hashCode() - Method in class oracle.iam.application.vo.Form
- hashCode() - Method in class oracle.iam.application.vo.ReconJobDetail
- hashCode() - Method in class oracle.iam.application.vo.ReconJobParameter
- hashCode() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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.oimrest.rest.vo.Entities
- 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.platform.entitymgr.vo.SearchRule
- 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.
- HELPER - Enum constant in enum class oracle.iam.certification.vo.CertificationCreationContext.SemaphoreType
- HELPMESSAGE - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
- HETEROGENEOUS_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- HIERARCHICAL_ATTRIBUTES_OF_ENTITLEMENTS - Static variable in interface oracle.iam.catalog.vo.CatalogConstants
- 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.
- HIERARCHY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
- HierarchySearchReconTask - Class in oracle.iam.connectors.icfcommon.recon
- HierarchySearchReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.HierarchySearchReconTask
- HIGH - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.Severity
- HIRE_DATE - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- HIRE_DATE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- HIRE_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- HistorySummary - Class in oracle.iam.scheduler.vo
- HistorySummary() - Constructor for class oracle.iam.scheduler.vo.HistorySummary
- 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- HOME_ORGANIZATION_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- HOME_PHONE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- HOME_POSTAL_ADDRESS - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- HOST - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
I
- ICF - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
- ICFAdvanceFlags - Enum Class in oracle.iam.application.vo
- ICFBased - Enum constant in enum 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) - Constructor for class oracle.iam.provisioning.exception.ICFConnectorException
- ICFConnectorException(String, Throwable) - 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 - Enum constant in enum class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
- ID - Enum constant in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
- ID - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- ID - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
- ID - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
- ID - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
- ID - Static variable in class oracle.iam.conf.vo.SystemProperty
- ID - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- ID_FIELD - Enum constant in enum 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
- 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
- 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- IDENTITY_AUDIT_MODE_PROPERTY - Static variable in class oracle.iam.request.vo.RequestConstants
- IDENTITY_AUDIT_POLICY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- IDENTITY_AUDIT_POLICY_VIOLATION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- IDENTITY_AUDIT_POLICY_VIOLATION_CAUSE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- IDENTITY_AUDIT_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- IDENTITY_AUDIT_SCAN_DEFINITION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- IDENTITY_AUDIT_SCAN_RUN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- IDENTITY_CERTIFICATION_PROMPT - Static variable in interface oracle.iam.certification.vo.Constants
- IDENTITY_CONFIG - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- IDENTITY_DOMAIN - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- IDENTITY_STATUS - Enum constant in enum 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(Exception) - Constructor for exception oracle.iam.passwordmgmt.exception.IdentityPasswordException
- IdentityPasswordException(String, String, Serializable[]) - Constructor for exception oracle.iam.passwordmgmt.exception.IdentityPasswordException
- IdentityPasswordException(PasswordManagementException) - Constructor for exception oracle.iam.passwordmgmt.exception.IdentityPasswordException
- IdentityPasswordException(ValidationResult) - Constructor for exception oracle.iam.passwordmgmt.exception.IdentityPasswordException
- IDENTITYSTATUS - Enum constant in enum 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(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.IDSProfileBuilderException
- IDSProfileBuilderException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.IDSProfileBuilderException
- IDSProfileBuilderException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.IDSProfileBuilderException
- IGNORE - Enum constant in enum class oracle.iam.application.vo.ICFAdvanceFlags
- IGNORE_EVENT - Enum constant in enum 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) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService.ignoreEvent(String, Map)
- 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, String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.As of 11g use
ReconOperationsService.ignoreEvent(String, Map, String)
- 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[]) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- 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[], String) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- 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 - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- IN_HIERARCHY - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- IN_PROGRESS - Enum constant in enum class oracle.iam.ida.vo.ScanRun.RUN_STATUS
- 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 - Enum constant in enum class oracle.iam.application.vo.JobMode
- Incremental - Enum constant in enum class oracle.iam.catalog.vo.Mode
- incrementSaveCount() - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
- INDIRECT_MEMBERSHIP_TYPE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
- INFER_REMEDIATION - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
- INFO - Static variable in class com.thortech.xl.vo.ddm.ImportPlanInfo
- 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 - Enum constant in enum 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<String, ? extends Serializable>, Map<String, List<Map<String, Serializable>>>, Boolean, ChangeType, Date) - Constructor for class oracle.iam.reconciliation.api.InputData
-
The target system data which needs to be populated in OIM.
- InputData(Map<String, ? extends Serializable>, 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.
- Int - Enum constant in enum class oracle.iam.application.vo.DataType
- Integer - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
- Integer - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- Integer - Enum constant in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
- Integer - Enum constant in enum class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
- INTEGER - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
- INTEGRATION_MODE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- INTER_EVENT_ROLE_NAME - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- INTERRUPTED - Enum constant in enum class oracle.iam.ida.vo.ScanRun.RUN_STATUS
- IntgUserReconTask - Class in oracle.iam.connectors.icfcommon.recon
- IntgUserReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.IntgUserReconTask
- 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 - Exception in oracle.iam.ida.exception
-
Exception used when a client invokes an API method with an invalid argument.
- 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(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
- InvalidArgumentException(String, Serializable[]) - Constructor for exception oracle.iam.ida.exception.InvalidArgumentException
- InvalidArgumentException(String, String[]) - Constructor for exception oracle.iam.certification.exception.InvalidArgumentException
- 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. - 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() - Constructor for exception oracle.iam.conf.exception.InvalidDataLevelException
- InvalidDataLevelException(String) - 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
- InvalidInputParameterException - Exception in oracle.iam.application.exception
- InvalidInputParameterException(String) - Constructor for exception oracle.iam.application.exception.InvalidInputParameterException
- InvalidInputParameterException(String, Throwable) - Constructor for exception oracle.iam.application.exception.InvalidInputParameterException
- 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) - Constructor for exception oracle.iam.selfservice.exception.InvalidLookupException
-
Constructs a
InvalidLookupException
with the specified detail message. - InvalidLookupException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.InvalidLookupException
-
Constructs a
InvalidLookupException
with the specified detail message and cause. - 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 - Exception in oracle.iam.passwordmgmt.exception
-
Thrown to signal that a password is invalid
- InvalidPasswordException() - Constructor for exception oracle.iam.certification.exception.InvalidPasswordException
- 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) - Constructor for exception oracle.iam.selfservice.exception.InvalidQuestionException
-
Constructs a
InvalidQuestionException
with the specified detail message. - InvalidQuestionException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.InvalidQuestionException
-
Constructs a
InvalidQuestionException
with the specified detail message and cause. - 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) - Constructor for exception oracle.iam.request.exception.InvalidRequestDataException
- InvalidRequestDataException(String, 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
- 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) - Constructor for exception oracle.iam.request.exception.InvalidRequestException
- InvalidRequestException(String, Exception) - Constructor for exception oracle.iam.request.exception.InvalidRequestException
- InvalidRequestException(String, String, Serializable[]) - 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 - Exception in oracle.iam.notification.exception
-
This exception occurs if invalid search option is passed for searching a notification template
- InvalidSearchOptionException() - Constructor for exception oracle.iam.conf.exception.InvalidSearchOptionException
- InvalidSearchOptionException() - Constructor for exception oracle.iam.notification.exception.InvalidSearchOptionException
-
Constructs a
InvalidSearchOptionException
- InvalidSearchOptionException(String) - Constructor for exception oracle.iam.conf.exception.InvalidSearchOptionException
- InvalidSearchOptionException(String) - Constructor for exception oracle.iam.notification.exception.InvalidSearchOptionException
-
Constructs a
InvalidSearchOptionException
with the specified detail message - 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 - Enum constant in enum class oracle.iam.ida.vo.Remediator.Attribute
- IS_APPROVER_UPDATE - Static variable in class oracle.iam.request.vo.RequestConstants
- IS_AUTHORITATIVE - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- IS_ENTITLEMENT - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- IS_MANAGER - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
- IS_ORGANIZATION_NAME - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
- IS_SELF_ACTION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- IS_SOD_REQUEST - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
- IS_USER_DISABLED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- isAboutToExpireReminderEnabled() - Method in class oracle.iam.certification.vo.IDCConfiguration
- isAccountDiscriminator() - Method in class oracle.iam.application.vo.SchemaAttribute
- isAccountPasswordEncrypted() - Method in class oracle.iam.provisioning.vo.Account
- 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
- isAuditEnabled(AuditEvent) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Determine if auditing is enabled for the specifed audit event
- isAuthoritative() - Method in class oracle.iam.application.impl.vo.Template
- isAuthoritative() - Method in class oracle.iam.application.vo.Application
- 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
- isAutomaticDeprovisioningEnabledForDisableAccount() - Method in class oracle.iam.certification.vo.IDCConfiguration
- isAutomaticDeprovisioningEnabledForDisableAccount() - Method in class oracle.iam.certification.vo.RemediationRequestData
- 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 enum 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.
- isCaseSensitive() - Method in class oracle.iam.application.vo.CorrelationRuleElement
- 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<String, Object>) - Method in interface oracle.iam.ldapsync.api.CommonNamePolicy
-
Validates if the common name is as per the policy.
- isCommonNameValid(String, Map<String, Object>) - Method in interface oracle.iam.ssointg.impl.handlers.account.commonname.plugins.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() - Method in class oracle.iam.provisioning.vo.Application
- ISCONNPOOLINGSUPPORTED - Enum constant in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
- 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
- isDisconnected() - Method in class oracle.iam.application.impl.vo.Template
- isDisconnected() - Method in class oracle.iam.application.vo.Application
- 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
- isEnabled() - Method in class oracle.iam.application.vo.Capability
- 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.application.vo.Attribute
- isEncrypted() - Method in class oracle.iam.application.vo.ReconJobParameter
- isEncrypted() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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.application.vo.SchemaAttribute
- 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
- isExcludeAppInsWithNoAccounts() - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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 enum 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
- isFlatFile() - Method in class oracle.iam.application.vo.Application
- 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<String, Object>) - 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
- isHeirarchy() - Method in class oracle.iam.application.vo.Organization
- 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
- isIncludeAccessPolicyGrants() - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- isIncludeAccessPolicyGrants() - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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.application.vo.SchemaAttribute
- isKeyField() - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
- isKeyFieldCaseInsensitive() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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
- isMandatoryCertifyComments() - Method in class oracle.iam.certification.vo.IDCConfiguration
- isMandatoryRevokeComments() - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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.EndDateValidationException
- 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.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.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.tcDuplicateUserException
-
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.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.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.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.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.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.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.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.platform.entitymgr.vo.AttributeDefinition
-
Check if the attribute is a MLS attribute.
- 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.application.vo.FlatFileField
- 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
- 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.ValueObject
-
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
- isPrePopulateCertifyComments() - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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
- isProvideOldValueOnUpdate() - Method in class oracle.iam.application.vo.SchemaAttribute
- isProvisionable() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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.
- isReconcileable() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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<RequestStage>) - 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.application.vo.Attribute
- isRequired() - Method in class oracle.iam.application.vo.FlatFileField
- isRequired() - Method in class oracle.iam.application.vo.ReconJobParameter
- isRequired() - Method in class oracle.iam.application.vo.SchemaAttribute
- 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 enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
- isResultCountGreaterThanUserDefinedValue() - Method in class oracle.iam.catalog.vo.CategoryTally
- isRetainExpiryDate() - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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
- isSodViolationPresent() - Method in class oracle.iam.request.vo.SodResult
- 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
- isSync() - Method in interface oracle.iam.platform.kernel.vo.PostProcessOnly
- 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.application.vo.ApplicationJobDetails
- 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<String, Object>, 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
- isUseBulk() - Method in class oracle.iam.application.vo.Form
- 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
- isUserManager(String) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Checks if usrKey is a 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, String, Map<String, String>) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Check the validity of the given username based on given policy.
- isUserNameValid(String, Map<String, String>) - Method in class oracle.iam.identity.usermgmt.api.AbstractUserNameGenerationPolicy
- isUserNameValid(String, Map<String, String>) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Check the validity of the given username based on default policy.
- isUserNameValid(String, Map<String, String>) - 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<String, Object>) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Check the validity of the given username based on default policy.
- isUserNameValidForPolicy(String, String, Map<String, Object>) - 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
- isValidTokenForResetPassword(String, String) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
-
Accepts user login id and user token and returns boolean flag if token 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
- isWhiteSpaceDisallowed() - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
- 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- ITEM_RISK - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- ITEM_RISK - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ITEM_RISK - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ITEM_RISK - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- iterator() - Method in class oracle.iam.platform.entitymgr.vo.RelationList
- ITRES_KEY - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- ITRES_KEY - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ITRES_KEY - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- ITRES_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
- ITRES_NAME - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- ITRES_NAME - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- ITRES_NAME - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
- ITResource - Enum constant in enum class oracle.iam.application.vo.JobParamDataType
- ITResource - Enum constant in enum 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
- ITResourceLookupField - Enum constant in enum class oracle.iam.application.vo.FieldType
- 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
-
<p>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 - Enum constant in enum 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() - Constructor for class oracle.iam.scheduler.vo.JobDetails
-
Constructs a
JobDetails
object. - JobDetails(String, Class, String, HashMap<String, JobParameter>, Class[]) - Constructor for class oracle.iam.scheduler.vo.JobDetails
-
Constructs a
JobDetails
object. - JobDetails(String, Class, HashMap<String, JobParameter>) - Constructor for class oracle.iam.scheduler.vo.JobDetails
-
Constructs a
JobDetails
object. - JobDetails(ScheduledTask, String, HashMap<String, JobParameter>) - 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. - JobHistoryBulk - Class in oracle.iam.scheduler.vo
- JobHistoryBulk() - Constructor for class oracle.iam.scheduler.vo.JobHistoryBulk
- JobHistoryParam - Class in oracle.iam.scheduler.vo
- JobHistoryParam() - Constructor for class oracle.iam.scheduler.vo.JobHistoryParam
- JobMode - Enum Class in oracle.iam.application.vo
- JobParamDataType - Enum Class in oracle.iam.application.vo
- 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. - JobResult - Class in oracle.iam.scheduler.vo
- JobResult() - Constructor for class oracle.iam.scheduler.vo.JobResult
- JobResult(Map<String, Serializable>) - Constructor for class oracle.iam.scheduler.vo.JobResult
- JobResult(ErrorLevel) - Constructor for class oracle.iam.scheduler.vo.JobResult
- JobResult(ErrorLevel, String, Throwable) - Constructor for class oracle.iam.scheduler.vo.JobResult
- JobResult(ErrorLevel, String, Throwable, Map<String, Serializable>) - Constructor for class oracle.iam.scheduler.vo.JobResult
- JobResult(ErrorLevel, Map<String, Serializable>) - Constructor for class oracle.iam.scheduler.vo.JobResult
- 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
-
<p>Java class for kernel complex type.
- Kernel() - Constructor for class oracle.iam.request.model.vo.Kernel
- key - Variable in class oracle.iam.certification.vo.util.jaxb.MapEntry
- key() - Method in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- KEY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- KEY - Enum constant in enum 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
- KeyValuePair - Class in oracle.iam.application.vo
- KeyValuePair(String, String) - Constructor for class oracle.iam.application.vo.KeyValuePair
- KEYWORD - Static variable in class oracle.iam.conf.vo.SystemProperty
L
- LANGUAGE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- LAST_CERTIFICATION - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- LAST_CERTIFICATION - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- LAST_CERTIFICATION - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- LAST_CERTIFICATION - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- LAST_CERTIFICATION_DECISION - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- LAST_DECISION - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- LAST_DETECTED_DATE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- LAST_FAILED_LOGIN_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- LAST_NAME - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- LAST_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- LAST_NAME - Enum constant in enum 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 - Enum constant in enum 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(Long, IDCRoleUser, IdentityCertification) - 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(IDCAttributeValue, IDCRole, IDCPolicy, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
- LastCertDecision(IDCEndPointUser, Long, Long, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
- LastCertDecision(IDCPolicy, Long, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
- LastCertDecision(IDCRole, Long, IdentityCertification) - Constructor for class oracle.iam.certification.vo.LastCertDecision
- LastCertDecision(IDCRole, 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 - 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.notification.exception.LastModifyDateNotSetException
-
Constructs a
LastModifyDateNotSetException
with the specified detail message - LastModifyDateNotSetException(String) - Constructor for exception oracle.iam.scheduler.exception.LastModifyDateNotSetException
-
Constructs a
LastModifyDateNotSetException
with the specified detail message. - LASTNAME - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- LASTNAME - Static variable in class Thor.API.Base.tcBaseUtility
- LDAP_ACCOUNT_CREATION_FAILURE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- LDAP_ACCOUNT_CREATION_STATUS - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- LDAP_ACCOUNT_CREATION_SUCCESS - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- LDAP_ATTRIBUTE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- LDAP_DN - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- LDAP_DN - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- LDAP_GUID - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- LDAP_GUID - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- LDAP_ORGANIZATION - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- LDAP_ORGANIZATION_UNIT - Enum constant in enum 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(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.LdifLoadingException
- LdifLoadingException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.LdifLoadingException
- LdifLoadingException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.LdifLoadingException
- legacyDataTypeToDataTypeEnumMap - Static variable in enum class oracle.iam.application.vo.DataType
- LESS_EQUAL - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- LESS_THAN - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- LESS_THAN - Enum constant in enum 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
- LINE_ITEM_REVOKED_ACCESS - Static variable in interface oracle.iam.certification.vo.CertificationConstants
- link - Enum constant in enum class oracle.iam.application.vo.Action
- link - Enum constant in enum class oracle.iam.reconciliation.config.vo.Action
- LINK_ACCOUNT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- LINK_EVENT_TO_ACCOUNT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- LINK_EVENT_TO_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- LINK_USER - Enum constant in enum 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.
- 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 - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
- listAvailableConnectors(boolean) - Method in interface oracle.iam.application.api.ApplicationManager
-
Returns the list of available Connector bundles reside in ConnectorDefaultDirectory based on isAuthoritative parameter value.
- listAvailableConnectors(String, boolean) - Method in interface oracle.iam.application.api.ApplicationManager
-
Returns the list of available Connector bundles reside in alternate deployment Directory based on isAuthoritative parameter value.
- listEntityPublicationInScope(PolicyConstants.Resources, String, String, boolean, Map<String, Object>) - 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<String, Object>) - 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<String, Object>) - 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<String, Object>) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
-
Collates and returns a list of scopes in which an entity is published.
- listEntityPublications(PolicyConstants.Resources, String, Map<String, Object>, OperationContext) - 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<String, Object>, OperationContext) - 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<String, Object>) - 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<String, Object>) - 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<String>) - 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<String>) - 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<String, Object>) - 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<String, Object>) - 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(String, String, String, boolean, Map<String, Object>) - 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<String, Object>) - 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<String, Object>) - 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<String, Object>) - Method in interface oracle.iam.platformservice.api.AdminRoleService
-
Returns a list of user's admin role memberships based on the parameters.
- listUsersMembership(List<String>, String, String, boolean, Map<String, Object>) - 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, String, boolean, Map<String, Object>) - 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<String>) - Method in class oracle.iam.platform.entitymgr.vo.Entity
- loadAttributeGroups(Set<String>) - Method in class oracle.iam.platform.entitymgr.vo.Relation
- loadAttributes(Set<String>) - Method in class oracle.iam.platform.entitymgr.vo.Entity
- loadAttributes(Set<String>) - 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, Map<String, Object>) - Method in interface oracle.iam.certification.api.CertificationService
-
Get the entitlements of a user by batch
- loadBatchUserEntitlements(Long, String, Long, PaginationContext, SearchCriteria) - 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(Long) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
-
Retrieves a certification definition by id
- loadCertificationDefinition(String) - Method in interface oracle.iam.certification.api.CertificationAdministrationService
-
Retrieves a certification definition by name
- 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 enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- loadResourcesMap() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- loadRiskConfiguration() - Method in interface oracle.iam.certification.api.CertificationAdministrationService
-
loadRiskConfiguration: Retrieve risk config from MDS.
- Local - Enum constant in enum class oracle.iam.application.vo.DeploymentMode
- LOCALE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- LOCALE - Static variable in class oracle.iam.provisioning.api.ProvisioningConstants
- LOCALITY_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- LOCATION - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- LOCATION_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
- 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(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<String>, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Bulk lock operation, locks all the users specified.
- lock(ArrayList<String>, boolean, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Deprecated.Please see
UserManager.lock(ArrayList<String>, boolean)
- LOCK - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- LOCK - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- LOCK - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- LOCK - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.AttributesForOperation
- LOCK_REASON_DUE_TO_MANUAL - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- LOCK_REASON_DUE_TO_TOO_MANY_LOGIN_ATTEMPTS - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- LOCK_REASON_DUE_TO_TOO_MANY_PW_RESET_ATTEMPTS - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- LOCK_REASON_NONE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- LOCK_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- LOCKED - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- LOCKED - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- 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
-
Deprecated.use
UserManager#lock(String userID,boolean isUserLogin)
instead - 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<String, Object>, Map<String, Object>, 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<String, Object>, Map<String, Object>, 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
orRoleUser
) This will internally invokelog(AuditEvent event) API
- LOGGED_IN_USER_ID_DEFAULT_VALUE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- logger - Static variable in class oracle.iam.application.vo.GroovyHelper
- 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) - Method in class oracle.iam.platform.OIMClient
-
Deprecated.
- login(String, String) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
-
Deprecated.
- login(String, String, Hashtable) - Method in class oracle.iam.platform.OIMClient
-
Deprecated.
- LOGIN - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- LOGIN - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- LOGIN_ATTEMPTS_CTR - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- LOGIN_ID_ATTRIBUTE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- LOGIN_PATTERN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- 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 - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- LOGOFF - Enum constant in enum 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, 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
orRoleUser
This will internally invokelog(AuditEvent event) API
- logSuccess(String, String, String, String, Map<String, Object>, Map<String, Object>) - 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<String, Object>, Map<String, Object>, 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
orRoleUser
This will internally invokelog(AuditEvent event) API
- Long - Enum constant in enum class oracle.iam.application.vo.DataType
- Long - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
- Long - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- Long - Enum constant in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
- Long - Enum constant in enum class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
- LONG - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
- lookup(String) - Method in interface Thor.API.Operations.GCOperationsIntf
- LOOKUP - Enum constant in enum class oracle.iam.application.vo.ICFAdvanceFlags
- LOOKUP - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- LOOKUP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
- LOOKUP - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- LOOKUP - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
- LOOKUP - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
- lookupActions(String, String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants
- LookupField - Enum constant in enum class oracle.iam.application.vo.FieldType
- lookupInternalResources(String) - Static method in class oracle.iam.platform.authopss.api.PolicyConstants
- LookupQuery - Class in oracle.iam.request.dataset.vo
-
<p>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 fielddislayFieldName
and save fieldsaveFieldName
. - 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
- LookupValue - Class in oracle.iam.application.vo
- LookupValue() - Constructor for class oracle.iam.application.vo.LookupValue
- LookupValue(String, String) - Constructor for class oracle.iam.application.vo.LookupValue
- 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
-
<p>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 - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.Severity
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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
- MANAGER - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- MANAGER - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- MANAGER_DISPLAY_NAME - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- MANAGER_DISPLAY_NAME_SUFFIX - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- MANAGER_KEY - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- MANAGER_KEY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- MANAGER_LEVEL_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
- MANAGER_NAME - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- MANAGER_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
- MANAGER_SEARCH - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.kernel.vo.FailedEventResult.Response
- MANUALLY_FIXED - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Status
- MANUALLY_LOCKED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- MANUALLY_LOCKED_NO - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- MANUALLY_LOCKED_YES - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- MANY_ENTITLEMENTS_FOUND_FOR_ROLE - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- MANY_ROLES_FOUND_IN_REQ - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- MANY_USERS_FOUND_IN_REQ - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- 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<Long, Long>) - 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 - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
- MAXIMUM_JOB_DURATION_IN_MINUTES - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- MAXOBJECTS - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
- MAXWAIT - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum 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) - Constructor for exception oracle.iam.platform.canonic.exception.MenuPermissionsHandlerException
- MenuPermissionsHandlerException(String, Throwable) - 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 - Enum constant in enum class oracle.iam.catalog.vo.Mode
- 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
- MetaDataDefinition - Class in oracle.iam.catalog.vo
- MetaDataDefinition() - Constructor for class oracle.iam.catalog.vo.MetaDataDefinition
- MetaDataDefinition.Type - Enum 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
-
<p>Java class for methodology-param complex type.
- MethodologyParam() - Constructor for class oracle.iam.request.model.vo.MethodologyParam
- MIDDLE_NAME - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- MIDDLE_NAME_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
- MIDDLENAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
- MINIDLE - Enum constant in enum 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() - Constructor for exception oracle.iam.conf.exception.MissingRequiredValueException
- MissingRequiredValueException(String) - 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, String, String) - Constructor for class oracle.iam.reconciliation.vo.MlsAttribute
- MlsAttribute(String, HashMap<String, Object>) - Constructor for class oracle.iam.reconciliation.vo.MlsAttribute
-
class constructor: instantiates a MLS Attribute which name and locale value(s) is(are) provided.
- mnCount - Static variable in class com.thortech.xl.util.adapters.tcUtilJDBCClass
-
Result set Count
- MOBILE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- Mode - Enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
- ModifiedRecord - Class in oracle.iam.request.history.jaxb
-
<p>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(String, Object, HashMap<String, Object>) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Modifies an already existing Organization entity.
- 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(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(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(ArrayList<String>, HashMap<String, Object>, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Modifies users in bulk.
- modify(Set<String>, Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Modifies roles in bulk.
- modify(AuditEventEntityTypeAction) - Method in interface oracle.iam.auditevent.api.AuditEventEntityTypeActionManager
-
Modify the AuditEventEntityTypeAction attributes in the specified AuditEventEntityTypeAction.
- modify(AuditEventGroup) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Modify the AuditEventGroup attributes in the specified AuditEventGroup.
- 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(Role) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
This method updates the existing role with the values specified.
- modify(RoleCategory) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
-
This method updates the existing role category 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(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(Account) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API method modifies an existing provisioned account.
- 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(ApplicationObjectclass) - Method in interface oracle.iam.provisioning.api.ApplicationObjectclassService
-
Updates existing instance of ApplicationObjectclass.
- modify(Application, List<ApplicationObjectclass>) - 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 - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
- Modify - Enum constant in enum class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
- Modify - Enum constant in enum class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
- Modify - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
- Modify - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.ACTION
- MODIFY - Enum constant in enum class oracle.iam.application.vo.GroovyHelper.OperationType
- MODIFY - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- MODIFY - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- MODIFY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
- MODIFY - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AccessPolicyActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
- MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- MODIFY - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- MODIFY - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- MODIFY - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.AttributesForOperation
- MODIFY_ACCOUNT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- MODIFY_ACCOUNT_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- MODIFY_ACCOUNT_PASSWORD - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- MODIFY_ADMIN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- MODIFY_ADMIN_ROLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
- MODIFY_ADMIN_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- MODIFY_CATALOG_ITEM - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
- MODIFY_DATASET - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- MODIFY_DATASET - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
- MODIFY_ENTITLEMENT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- MODIFY_ENTITLEMENT - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- MODIFY_ENTITLEMENT_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- MODIFY_JOB - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- MODIFY_MEMBERS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- MODIFY_MEMBERSHIP_OF_ORG - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- MODIFY_METADATA - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
- MODIFY_OIM_ACCOUNT_STATUS - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- MODIFY_ORGANIZATION_HIERARCHY - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- MODIFY_ORGANIZATION_PROFILE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- MODIFY_ORGANIZATION_STATUS - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- MODIFY_PARAMS - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- MODIFY_PASSWORD_POLICY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- MODIFY_PROXY_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- MODIFY_ROLE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- MODIFY_ROLE_CATEGORY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- MODIFY_ROLE_ROLE_RELATIONSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- MODIFY_ROLE_USER_MEMBERSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- MODIFY_ROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- MODIFY_RULE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- MODIFY_SELF_ACCOUNTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- MODIFY_SELF_ENTITLEMENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- MODIFY_SELF_ROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- MODIFY_SELF_USER_PROXY_PROFILE - Enum constant in enum class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
- MODIFY_TASK - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- MODIFY_TRIGGER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- MODIFY_USER_ACCOUNT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- MODIFY_USER_ENTITLEMENT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- MODIFY_USER_MODEL_NAME - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- MODIFY_USER_PROFILE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- MODIFY_USER_PROFILE - Enum constant in enum class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
- MODIFY_USER_PROXY_PROFILE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- MODIFY_USER_STATUS - Enum constant in enum 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(String) - Constructor for exception oracle.iam.reconciliation.exception.ModifyAccountException
- ModifyAccountException(Throwable) - 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.
- modifyAdminRole(AdminRoleVO, boolean) - Method in interface oracle.iam.platform.authopss.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, Object, Map<String, Object>) - Method in interface oracle.iam.oimcommon.api.MDSManager
- modifyObject(String, Hashtable) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
-
Method called when an object is added
- 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<String, Object>) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
This method modifies the logged-in user's profile attributes.
- 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<ReturnValue>) - 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.
- modifyRole(String, Role) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API is used to modify role in target LDAP in OAM-OIM Integrated setup
- modifyTemplate(long, HashMap<String, Object>, Locale, Date) - Method in interface oracle.iam.notification.api.NotificationService
-
Modifies an existing template
- modifyTemplate(String, HashMap<String, Object>, 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(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs modulus of two floats.
- modulus(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs modulus of a float and integer.
- modulus(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs modulus of a float and integer.
- modulus(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs modulus of two integers.
- 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.application.vo.Condition
- multipleMatch - Enum constant in enum class oracle.iam.reconciliation.config.vo.Condition
- multipleProcessMatch - Enum constant in enum class oracle.iam.application.vo.Condition
- multipleProcessMatch - Enum constant in enum 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(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs multiplication of two floats.
- multiply(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs multiplication of a float and integer.
- multiply(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs multiplication of a float and integer.
- multiply(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs multiplication of two integers.
- MutableEntity - Class in oracle.iam.platform.kernel.vo
- MutableEntity(String) - Constructor for class oracle.iam.platform.kernel.vo.MutableEntity
- MutableEntity(Entity) - Constructor for class oracle.iam.platform.kernel.vo.MutableEntity
- MYSQL_MODE - Static variable in interface oracle.iam.certification.vo.Constants
N
- name - Variable in enum class oracle.iam.ida.vo.Remediator.RemediatorType
- name - Variable in class oracle.iam.platformservice.vo.JarElement
- name - Variable in class oracle.iam.platformservice.vo.ResourceElement
- NAME - Enum constant in enum class oracle.iam.certification.vo.CertificationDefinitionFilters
- NAME - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- NAME - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- NAME - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- NAME - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- NAME - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- NAME - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
- NAME - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- NAME - Enum constant in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
- NAME - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- NAME - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
- NAME - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
- NAME - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.UnMappedAttributes
- NAME - Static variable in class oracle.iam.conf.vo.SystemProperty
- NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- NAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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.reconciliation.config.vo.Profile
-
Profile Namespace.
- NAMESPACE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- NAMESPACE_NAME - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- NAMESPACE_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- NAMESPACE_NAME - Enum constant in enum 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
- NAP_VERSION - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- NEW - Enum constant in enum 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
-
<p>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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
- NO_ACTION - Static variable in class com.thortech.xl.vo.workflow.TaskDefinition
- NO_CONFLICT - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
- NO_ENTITLEMENT_FOUND_FOR_ROLE - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- NO_OP - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
- NO_ROLE_FOUND_IN_REQ - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- NO_USER_FOUND_IN_REQ - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- NoApplicationException - Exception in oracle.iam.application.exception
- NoApplicationException(String) - Constructor for exception oracle.iam.application.exception.NoApplicationException
- NoApplicationException(String, Throwable) - Constructor for exception oracle.iam.application.exception.NoApplicationException
- 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 - Enum constant in enum class oracle.iam.application.vo.Condition
- noMatch - Enum constant in enum class oracle.iam.reconciliation.config.vo.Condition
- NON_MT_USER_LOGIN - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- NON_MT_USER_LOGIN - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- none - Enum constant in enum class oracle.iam.application.vo.Action
- none - Enum constant in enum class oracle.iam.reconciliation.config.vo.Action
- NONE - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- 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, Exception) - Constructor for exception oracle.iam.request.exception.NoRequestPermissionException
- NoRequestPermissionException(String, String, Serializable[]) - 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 - Exception in oracle.iam.provisioning.exception
- NoSuchEntityException(String, String) - Constructor for exception oracle.iam.identity.exception.NoSuchEntityException
-
Constructs a
NoSuchEntityException
with the specified detail message and error code. - NoSuchEntityException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.NoSuchEntityException
-
Constructs a new NoSuchEntityException with the errorCode, errorMessage and errorData
- 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, 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. - 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) - Constructor for exception oracle.iam.identity.exception.NoSuchUserException
-
Constructs a
NoSuchUserException
with the specified cause and error message. - 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. - NOT - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- NOT_AFTER - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_AFTER - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- NOT_BEFORE - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_BEFORE - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- NOT_BEGIN_WITH - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_BEGIN_WITH - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- NOT_CONTAIN - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_CONTAIN - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- NOT_END_WITH - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_END_WITH - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- NOT_EQUAL - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- NOT_EQUAL - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_EQUAL - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- NOT_EQUALS - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_GREATER_THAN - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_IN - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- NOT_LESS_THAN - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_PRESENT - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- NOT_PRESENT - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- NOT_SUPPORTED - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
- NOTIFICATION - Enum constant in enum 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() - Constructor for class oracle.iam.notification.vo.NotificationEvent
- NotificationEvent(String, String[], String[], String[], String[], String, String, String, HashMap<String, Object>, 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<String, Object>, 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<String, Object>, Date, Date) - Constructor for class oracle.iam.notification.vo.NotificationEvent
-
Constructor to construct a notification event
- NotificationEvent(String, String[], String, String, String, String, HashMap<String, Object>, Date, Date) - Constructor for class oracle.iam.notification.vo.NotificationEvent
-
Constructor to construct a notification event
- NotificationException - Exception in oracle.iam.identity.exception
-
Thrown if the notification operations fails .
- NotificationException - Exception in oracle.iam.notification.exception
-
This is a generic exception.
- 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) - Constructor for exception oracle.iam.notification.exception.NotificationException
-
Constructs a
NotificationException
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(String, Throwable) - Constructor for exception oracle.iam.notification.exception.NotificationException
-
Constructs a
NotificationException
with the specified detail message and throwable object - NotificationException(Throwable) - Constructor for exception oracle.iam.identity.exception.NotificationException
-
Constructs a new super exception with the specified cause.
- 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(BulkNotificationEvent) - Method in interface oracle.iam.notification.api.NotificationService
-
Notifies a list of users/system against the event passed.
- 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
- notifyForgottenPassword(String, Map<String, Serializable>) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
-
Send forgot-password notification with a time-sensitive URL to user's email.
- notifyForgottenUsername(String, Map<String, Serializable>) - 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. - NSUNIQUEID - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- NULL - Enum constant in enum 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 - Enum constant in enum class oracle.iam.application.vo.JobParamDataType
- Number - Enum constant in enum class oracle.iam.catalog.vo.MetaDataDefinition.Type
- Number - Enum constant in enum class oracle.iam.reconciliation.config.vo.Type
- NUMBER - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
- NUMBER - Enum constant in enum class oracle.iam.provisioning.vo.BasicAttribute.TYPE
- NUMBER_DATA_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- NUMBER_FORMAT - Enum constant in enum 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) - Constructor for exception oracle.iam.selfservice.exception.NumberOfChallengesMismatchException
-
Constructs a
NumberOfChallengesMismatchException
with the specified detail message. - NumberOfChallengesMismatchException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.NumberOfChallengesMismatchException
-
Constructs a
NumberOfChallengesMismatchException
with the specified detail message and cause. - 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
- OB_LOCKED_ON - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.OAMAttributes
- OB_LOGIN_TRY_COUNT - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.OAMAttributes
- OB_PASSWORD_CHANGE_FLAG - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.OAMAttributes
- OB_PASSWORD_EXPIRY_DATE - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.OAMAttributes
- OB_USER_ACCOUNT_CONTROL - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.OAMAttributes
- OBJ_DISCONNECTED - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
- OBJ_KEY - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- OBJ_KEY - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
- OBJ_KEY - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- OBJ_KEY - Static variable in class oracle.iam.provisioning.vo.ApplicationInstance
- OBJ_NAME - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- OBJ_NAME - Enum constant in enum 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 - Enum constant in enum 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_STATUS_WAITING_FOR_ENTITLEMENT - 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
- ObjectAlreadyDisabledException - Exception in oracle.iam.provisioning.exception
- ObjectAlreadyDisabledException(String) - Constructor for exception oracle.iam.provisioning.exception.ObjectAlreadyDisabledException
- ObjectAlreadyDisabledException(String, String, Serializable[]) - Constructor for exception oracle.iam.provisioning.exception.ObjectAlreadyDisabledException
-
Constructs a new ObjectAlreadyDisabledException with the errorCode, errorMessage and errorData
- ObjectAlreadyDisabledException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.provisioning.exception.ObjectAlreadyDisabledException
-
Constructs a new ObjectAlreadyDisabledException with the errorCode, errorMessage, errorData and Throwable.
- ObjectAlreadyDisabledException(Throwable) - Constructor for exception oracle.iam.provisioning.exception.ObjectAlreadyDisabledException
-
Constructs a new super exception with the specified cause.
- objectChanged(NamingEvent) - Method in class com.thortech.xl.util.adapters.tcUtilLDAPListener
-
Method notified (called) when an object is modified
- ObjectClass - Class in oracle.iam.application.vo
- ObjectClass() - Constructor for class oracle.iam.application.vo.ObjectClass
- ObjectClass(String) - Constructor for class oracle.iam.application.vo.ObjectClass
- OBJECTCLASS_COL_CODE - Static variable in class Thor.API.Base.tcBaseUtility
- OBJECTCLASSES - Enum constant in enum 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 - 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 - 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 - 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.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() - 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() - 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() - 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.
- OBLOCKEDON_DEFAULT_FORMAT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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 - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- OFFICE_NAME_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
- OID - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.DirectoryType
- OID_DATE_FORMAT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- OIM - Enum constant in enum 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
- 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() - Constructor for class oracle.iam.platform.OIMClient
- OIMClient(Hashtable) - Constructor for class oracle.iam.platform.OIMClient
-
Creates an instance of
OIMClient
to communicate with the OIM app - 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() - Constructor for class oracle.iam.exception.OIMError
- OIMError(String) - Constructor for class oracle.iam.exception.OIMError
- OIMError(String, Serializable[]) - Constructor for class oracle.iam.exception.OIMError
- OIMError(String, String, Serializable[]) - 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 - Class in oracle.iam.platform.auth.providers.common.ipf.ppr.vo
- OimPasswordPolicy() - Constructor for class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
- OimPasswordPolicy() - Constructor for class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
- OimPasswordPolicy(String) - Constructor for class oracle.iam.passwordmgmt.vo.OimPasswordPolicy
- OimPasswordPolicy(String) - Constructor for class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
- OimPasswordPolicy(PasswordPolicyInfo) - Constructor for class oracle.iam.passwordmgmt.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 - Enum Class in oracle.iam.api
- OIMServiceException - Exception in oracle.iam.exception
- OIMServiceException() - Constructor for exception oracle.iam.exception.OIMServiceException
- 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, String, Serializable[]) - Constructor for exception oracle.iam.exception.OIMServiceException
- OIMServiceException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.exception.OIMServiceException
- OIMServiceException(String, Throwable) - Constructor for exception oracle.iam.exception.OIMServiceException
- OIMType - Enum Class in oracle.iam.catalog.vo
- OIMType - Enum Class in oracle.iam.platform.utils.vo
-
All the netities that are catalogable
- OIMUI - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- OimUserInfo - Class in oracle.iam.passwordmgmt.vo
- OimUserInfo(UserStatusInterface, PasswordPolicyInfo, Map<String, Object>) - 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 - Enum constant in enum class oracle.iam.certification.vo.TotalPhases
- ONELEVEL_SCOPE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth
- oneProcessMatch - Enum constant in enum class oracle.iam.application.vo.Condition
- oneProcessMatch - Enum constant in enum class oracle.iam.reconciliation.config.vo.Condition
- OOIM - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.IntegrationMode
- OOTB_CERTIFICATION_MAINTENANCE_JOB_NAME - Static variable in interface oracle.iam.certification.vo.CertificationConstants
- OPEN - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Action
- OPEN - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Status
- OPEN_SOD_VIOLATION - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- Operation - Class in com.thortech.xl.vo
-
Permission Operation for tcPermissionOperationAPI
- Operation - Enum Class in oracle.iam.platform.utils.vo
- Operation() - Constructor for class com.thortech.xl.vo.Operation
- OPERATION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- OPERATION - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- OPERATION_DISABLE - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- OPERATION_ENABLE - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- OPERATION_PROVISION - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- OPERATION_REVOKE - 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(String, String) - Constructor for exception oracle.iam.catalog.exception.OperationNotSupportedException
-
Constructs a
OperationNotSupportedException
with the specified detail message and error code. - OperationNotSupportedException(String, String, Serializable[]) - Constructor for exception oracle.iam.catalog.exception.OperationNotSupportedException
- OperationNotSupportedException(String, Throwable) - Constructor for exception oracle.iam.catalog.exception.OperationNotSupportedException
- 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(Throwable) - 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 - Class in oracle.iam.vo
- OperationResult() - Constructor for class oracle.iam.provisioning.vo.OperationResult
- OperationResult() - Constructor for class oracle.iam.vo.OperationResult
- OperationResult(String, String) - Constructor for class oracle.iam.provisioning.vo.OperationResult
- OperationResult.OPERATION_RESULT_STATUSES - Enum Class in oracle.iam.provisioning.vo
- OperationResult.OperationStatus - Enum Class in oracle.iam.vo
- OPERATIONS_TRIGGER - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- OperationsThatTrigger() - Constructor for class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType.OperationsThatTrigger
- OR - Enum constant in enum class oracle.iam.application.vo.RuleOperator
- OR - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- OR - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- OR - Enum constant in enum 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.application.api - package oracle.iam.application.api
- oracle.iam.application.exception - package oracle.iam.application.exception
- oracle.iam.application.impl.vo - package oracle.iam.application.impl.vo
- oracle.iam.application.vo - package oracle.iam.application.vo
- 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.identityrest.applicationrest.exception - package oracle.iam.identityrest.applicationrest.exception
- oracle.iam.ldapsync.api - package oracle.iam.ldapsync.api
- oracle.iam.ldapsync.exception - package oracle.iam.ldapsync.exception
- oracle.iam.migration.vo - package oracle.iam.migration.vo
- 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.oimrest.rest.vo - package oracle.iam.oimrest.rest.vo
- 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.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.ssointg.api - package oracle.iam.ssointg.api
- oracle.iam.ssointg.exception - package oracle.iam.ssointg.exception
- oracle.iam.ssointg.impl.handlers.account.commonname.plugins.api - package oracle.iam.ssointg.impl.handlers.account.commonname.plugins.api
- 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 - Class in oracle.iam.request.model.vo
-
<p>Java class for orchestration complex type.
- Orchestration() - Constructor for class oracle.iam.platform.kernel.vo.Orchestration
- Orchestration() - Constructor for class oracle.iam.request.model.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_OPERATIONS - Enum constant in enum 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(long, String, boolean, Stage, OrchestrationEngine.EventStatus, Object) - Constructor for class oracle.iam.platform.kernel.vo.OrchestrationStep
- OrchestrationStep(String, boolean, Stage) - Constructor for class oracle.iam.platform.kernel.vo.OrchestrationStep
- OrchestrationTarget - Interface in oracle.iam.platform.kernel.vo
- ORCLCONTAINER_AD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ORCLDNSUFFIX - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ORCLDNSUFFIX_AD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ORCLGUID - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.LDAPAttributeName
- ORCLGUID_AD - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.LDAPAttributeName
- ORCLGUIDSUFFIX - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ORCLGUIDSUFFIX_AD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ORCLGUIDSUFFIX_AD_ROLE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ORCLISENABLED_ATTRIBUTE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ORCLNAMESUFFIX_AD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ORCLORGSUFFIX_AD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ORDER - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- ORG_ALREADY_DELETED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_APPLICABLE_PASSWORD_POLICY_KEY - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_APPLICABLE_PASSWORD_POLICY_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_CERTIFIER_USER_NAME - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_CREATE_ON - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
- ORG_DELETE_FAILED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DELETE_FAILED_NOT_AUTHORIZED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DELETE_FAILED_ORPHANED_ENTITIES_EXIST - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DELETE_FAILED_SUB_ORGS_EXIST - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DELETE_FAILED_SUB_ORGS_USERS_EXIST - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DELETE_FAILED_USERS_EXIST - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DISABLE_FAILED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DISABLE_FAILED_NOT_AUTHORIZED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DISABLE_FAILED_STATUS_DELETED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DISABLE_FAILED_SUB_ORGS_EXIST - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DISABLE_FAILED_SUB_ORGS_USERS_EXIST - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DISABLE_FAILED_USERS_EXIST - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_DISABLE_RESOURCE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- ORG_EDIT_RESOURCE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- ORG_ENABLE_FAILED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_ENABLE_FAILED_NOT_AUTHORIZED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_ENABLE_FAILED_STATUS_DELETED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- ORG_ENABLE_RESOURCE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- ORG_ENFORCE_NEW_PWD_POLICY - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_ENFORCE_PASSWORD_POLICY_INHERIT - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
- ORG_ENFORCE_PASSWORD_POLICY_NO - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
- ORG_ENFORCE_PASSWORD_POLICY_YES - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_NAME - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ORG_NAME - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_PARENT_NAME - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_PASSWORD_POLICY_KEY - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_PASSWORD_POLICY_NAME - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_PROVISION_RESOURCE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- ORG_RESOURCE_HISTORY - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- ORG_REVOKE_RESOURCE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- ORG_STATUS - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_STATUS_ACTIVE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
- ORG_STATUS_DELETED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
- ORG_STATUS_DISABLED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
- ORG_TBLNAME - Static variable in class oracle.iam.reconciliation.vo.EventConstants
- ORG_TYPE - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
- ORG_TYPE_COMPANY - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
- ORG_TYPE_DEPARTMENT - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
- ORG_TYPE_SYSTEM - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- Organization - Class in com.thortech.xl.vo
- Organization - Class in oracle.iam.application.vo
- 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 - Class in oracle.iam.oimcommon.vo
- Organization - Class in oracle.iam.platform.auth.providers.common.ipf.ppr.vo
- Organization - Class in oracle.iam.reconciliation.vo
- Organization - Enum constant in enum class oracle.iam.platform.utils.vo.OIMType
- Organization - Enum constant in enum class oracle.iam.reconciliation.config.vo.ResourceType
- Organization() - Constructor for class com.thortech.xl.vo.Organization
- Organization() - Constructor for class oracle.iam.application.vo.Organization
- Organization() - Constructor for class oracle.iam.identity.orgmgmt.vo.Organization
-
Constructs an empty Organization object.
- Organization() - Constructor for class oracle.iam.oimcommon.vo.Organization
- Organization() - Constructor for class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
- Organization() - Constructor for class oracle.iam.reconciliation.vo.Organization
- Organization(String) - Constructor for class oracle.iam.identity.orgmgmt.vo.Organization
-
Constructs an Organization object with GUID
entityId
. - Organization(String) - Constructor for class oracle.iam.reconciliation.vo.Organization
- Organization(String, Boolean, String) - Constructor for class oracle.iam.application.vo.Organization
- Organization(String, HashMap<String, Object>) - Constructor for class oracle.iam.identity.orgmgmt.vo.Organization
-
Constructs an Organization object with GUID
entityId
and amap
of attribute name-value pairs. - ORGANIZATION - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- ORGANIZATION - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
- ORGANIZATION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- ORGANIZATION - Enum constant in enum class Thor.API.Base.tcBaseUtility.Entities
- ORGANIZATION - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- ORGANIZATION - Static variable in class oracle.iam.request.vo.RequestConstants
- ORGANIZATION_ADMIN_ORGS - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
- ORGANIZATION_SCOPE_DIRECT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
- ORGANIZATION_SCOPE_INCLUDE_HIERARCHY - Enum constant in enum 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 - Enum constant in enum 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 toDeleted
. - 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
andcause
. - 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() - 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.
- OrganizationBulkValidationFailedException(List<String>, Map<String, ValidationFailedException>) - Constructor for exception oracle.iam.identity.exception.OrganizationBulkValidationFailedException
- OrganizationCreateException - Exception in oracle.iam.identity.exception
-
The
OrganizationCreateException
class is used to construct failure messages during the creation of an Organization. - OrganizationCreateException(String) - Constructor for exception oracle.iam.identity.exception.OrganizationCreateException
-
Constructs a new Organization create exception with the specified detail
message
. - OrganizationCreateException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationCreateException
-
Constructs a new Organization create exception with the specified detail
message
andcause
. - 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) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteException
-
Constructs a new Organization delete exception with the specified detail
message
. - OrganizationDeleteException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationDeleteException
-
Constructs a new Organization delete exception with the specified detail
message
andcause
. - 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
andcause
. - 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 existingUser
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
andcause
. - 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
andcause
. - 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 existingUser
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
andcause
. - 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 existingUser
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
andcause
. - 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) - Constructor for exception oracle.iam.identity.exception.OrganizationEntityOperationException
-
Constructs a new exception with the specified detail
message
. - OrganizationEntityOperationException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationEntityOperationException
-
Constructs a new exception with the specified detail
message
andcause
. - 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 statusstatus
- OrganizationManagerConstants - Class in oracle.iam.identity.orgmgmt.api
- OrganizationManagerConstants() - Constructor for class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
- OrganizationManagerConstants.AttributeName - Enum Class in oracle.iam.identity.orgmgmt.api
- OrganizationManagerConstants.AttributeValue - Enum Class in oracle.iam.identity.orgmgmt.api
- OrganizationManagerConstants.ErrorCodes - Enum Class in oracle.iam.identity.orgmgmt.api
- OrganizationManagerConstants.Operations - Enum Class in oracle.iam.identity.orgmgmt.api
- OrganizationManagerConstants.Privilege - Enum 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 GUIDentityId
, statusstatus
and error codeerrorCode
- 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) - Constructor for exception oracle.iam.identity.exception.OrganizationModificationException
-
Constructs a new Organization modify exception with the specified detail
message
. - OrganizationModificationException(String, Throwable) - Constructor for exception oracle.iam.identity.exception.OrganizationModificationException
-
Constructs a new Organization modify exception with the specified detail
message
andcause
. - 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
andcause
. - 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
andcause
. - 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
andcause
. - 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 - Enum constant in enum 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 - Enum Class in oracle.iam.identity.orgmgmt.vo
- Other - Enum constant in enum class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
- OTP - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.IntegrationMode
- OUD - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.DirectoryType
- OUD_BASE_CONTEXT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- OUD_DATE_FORMAT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- OUD_HOSTNAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- OUD_PASSWORD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- OUD_PORT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- OUD_SSL - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- OUD_USERNAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- OUTPUT_GENERATED - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- OWNER_DISPLAY_NAME - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
- OWNER_DISPLAY_NAME - Enum constant in enum class oracle.iam.policyengine.vo.Rule.ForeignAttribute
- OWNER_DISPLAY_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- OWNER_EMAIL - Enum constant in enum class oracle.iam.policyengine.vo.Rule.ForeignAttribute
- OWNER_EMAIL - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- OWNER_FIRST_NAME - Enum constant in enum class oracle.iam.policyengine.vo.Rule.ForeignAttribute
- OWNER_FIRST_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- OWNER_ID - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- OWNER_ID - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- OWNER_ID - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- OWNER_KEY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- OWNER_LAST_NAME - Enum constant in enum class oracle.iam.policyengine.vo.Rule.ForeignAttribute
- OWNER_LAST_NAME - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- OWNER_LOGIN - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
- OWNER_LOGIN - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- OWNER_LOGIN_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
- OWNERTYPE - Enum constant in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
P
- P1_DECISION - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- P2_DECISION - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- PACKAGE_SEPARATOR_CHAR - Static variable in class oracle.iam.platform.Platform
- PAGER - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- PaginationContext - Class in oracle.iam.certification.vo
- PaginationContext() - Constructor for class oracle.iam.certification.vo.PaginationContext
- PaginationContext(int, int, String, int) - Constructor for class oracle.iam.certification.vo.PaginationContext
- Parameter - Class in oracle.iam.request.model.vo
-
<p>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 - Exception in oracle.iam.certification.exception
-
Exception thrown when there is issue in parsing parameters.
- ParameterParsingException(String) - Constructor for exception 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- PARENT_ORG_KEY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
- PARENT_SCAN_ID - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.SearchFilter.Argument
- ParentID - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.Certifiable.Status
- PARTITION - Static variable in class oracle.iam.certification.vo.IDCConfiguration
- PASSWORD - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- PASSWORD - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.UnMappedAttributes
- PASSWORD - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants
- PASSWORD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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_DISALLOW_WHITESPACE - 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- PASSWORD_POLICY_ID - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- PASSWORD_POLICY_MAX_LENGTH - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- 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
- PasswordField - Enum constant in enum class oracle.iam.application.vo.FieldType
- PasswordIncorrectException - Exception in oracle.iam.selfservice.exception
-
Thrown if the password given for the specified user is not correct.
- PasswordIncorrectException(String) - Constructor for exception oracle.iam.selfservice.exception.PasswordIncorrectException
-
Constructs a
PasswordIncorrectException
with the specified detail message. - PasswordIncorrectException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PasswordIncorrectException
-
Constructs a
PasswordIncorrectException
with the specified detail message and cause. - 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) - Constructor for exception oracle.iam.selfservice.exception.PasswordMismatchException
-
Constructs a
PasswordMismatchException
with the specified detail message. - PasswordMismatchException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PasswordMismatchException
-
Constructs a
PasswordMismatchException
with the specified detail message and cause. - 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<PasswordRuleDescription>) - 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) - Constructor for exception oracle.iam.selfservice.exception.PasswordPolicyException
-
Constructs a
PasswordPolicyException
with the specified detail message. - PasswordPolicyException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PasswordPolicyException
-
Constructs a
PasswordPolicyException
with the specified detail message and cause. - 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) - Constructor for exception oracle.iam.selfservice.exception.PasswordResetAttemptsExceededException
-
Constructs a
PasswordResetAttemptsExceededException
with the specified detail message. - PasswordResetAttemptsExceededException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PasswordResetAttemptsExceededException
-
Constructs a
PasswordResetAttemptsExceededException
with the specified detail message and cause. - 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 - Enum constant in enum 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 - Enum constant in enum 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
- PERCENT_COMPLETE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- 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) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
-
Deprecated.
- performBulkAction(String, HashMap, List, String) - Method in interface oracle.iam.reconciliation.api.EventMgmtService
-
Perform Bulk Event Actions.
- 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) - Static method in class com.thortech.xl.util.adapters.tcUtilStringOperations
-
method that performs substring function based on specified begin position.
- 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, Integer) - 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.
- 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.
- PeriodicTO - Class in oracle.iam.scheduler.vo
- PeriodicTO() - Constructor for class oracle.iam.scheduler.vo.PeriodicTO
- persistHierarchy(String, long, long, String) - Method in class oracle.iam.connectors.icfcommon.recon.HierarchySearchReconTask
- PH2_P2_RISK_SUMMARY - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- PHASE_DECISION_CONFLICT - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- PHONE_NUMBER - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- PHONE_NUMBER - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- PO_BOX - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- Policy - Class in oracle.iam.grc.sod.vo
-
This value object represents a SoD policy defintion present in the SoD engine.
- Policy - Class in oracle.iam.oimcommon.vo
-
Created by IntelliJ IDEA.
- Policy - Class in oracle.iam.policyengine.vo
- Policy() - Constructor for class oracle.iam.grc.sod.vo.Policy
- Policy() - Constructor for class oracle.iam.oimcommon.vo.Policy
- Policy() - Constructor for class oracle.iam.policyengine.vo.Policy
- Policy(String, boolean) - Constructor for class oracle.iam.policyengine.vo.Policy
- POLICY - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- POLICY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- POLICY - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- 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 - Enum constant in enum 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_CUSTOM_DATA - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- POLICY_DATA_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- POLICY_DESCRIPTION - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- POLICY_ID - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- POLICY_ID - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- POLICY_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- POLICY_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- POLICY_TYPE_AUTH_TYPE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
- POLICY_TYPE_AUTH_TYPE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- POLICY_VIOLATION_ID - Enum constant in enum class oracle.iam.ida.vo.Remediator.Attribute
- POLICY_VIOLATION_ID - Enum constant in enum class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
- POLICY_VIOLATION_ID - Static variable in class oracle.iam.request.vo.RequestConstants
- 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_DELIMITER - 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 - Class in oracle.iam.policyengine.vo
- PolicyConstants() - Constructor for class oracle.iam.platform.authopss.api.PolicyConstants
- PolicyConstants() - Constructor for class oracle.iam.policyengine.vo.PolicyConstants
- PolicyConstants.AccessPolicyActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Access Policy Actions
- PolicyConstants.Actions - Interface in oracle.iam.platform.authopss.api
- PolicyConstants.AdminRole - Enum Class in oracle.iam.platform.authopss.api
-
Enums to represent the admin role.
- PolicyConstants.AdminRoleActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the AdminRole actions.
- PolicyConstants.ApplicationInstanceActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Application Instance.
- PolicyConstants.ApprovalPolicyActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Approval policy.
- PolicyConstants.CatalogActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Catalog.
- PolicyConstants.CertificationActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Certificatons.
- PolicyConstants.CommonActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Plugin.
- PolicyConstants.DateFormats - Enum Class in oracle.iam.policyengine.vo
- PolicyConstants.DenialReason - Enum Class in oracle.iam.platform.authopss.api
- PolicyConstants.DeniedAttributAction - Enum Class in oracle.iam.platform.authopss.api
-
Enum for storing denied attribute actions
- PolicyConstants.DiagnosticDashboardActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Diagnostic dashboard.
- PolicyConstants.EntitlementActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Entitlement Actions.
- PolicyConstants.HomeOrganizationPolicyActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Home Organization Policy
- PolicyConstants.IdentityAttributeConfigurationActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the User-Management Config.
- PolicyConstants.IdentityAuditConfigurationActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Identity Audit Configuration Actions
- PolicyConstants.IdentityAuditPolicyActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Identity Audit Policy
- PolicyConstants.IdentityAuditPolicyViolationActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Identity Audit PolicyViolation Actions
- PolicyConstants.IdentityAuditPolicyViolationCauseActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Identity Audit PolicyViolationCause Actions
- PolicyConstants.IdentityAuditScanDefinitionActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Identity Audit ScanDefinition Actions
- PolicyConstants.IdentityAuditScanRunActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Identity Audit ScanRun Actions
- PolicyConstants.InternalObligations - Enum Class in oracle.iam.platform.authopss.api
-
enum for the internal Organization scoping obligation.
- PolicyConstants.NotificationActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Notification.
- PolicyConstants.Obligations - Enum Class in oracle.iam.platform.authopss.api
-
enum for the User.
- PolicyConstants.OIMUIActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the OIMUI Actions.
- PolicyConstants.OperationContextAppRoles - Enum Class in oracle.iam.platform.authopss.api
- PolicyConstants.OperatorType - Enum Class in oracle.iam.policyengine.vo
- PolicyConstants.OrganizationActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Organization.
- PolicyConstants.OrganizationScopingSecurityAttributes - Enum Class in oracle.iam.platform.authopss.api
-
enum for the org scoping security attributes.
- PolicyConstants.PasswordPolicyActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Password Policy.
- PolicyConstants.PathElemType - Enum Class in oracle.iam.policyengine.vo
- PolicyConstants.PlatformServiceActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Platform Service.
- PolicyConstants.PluginActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Plugin.
- PolicyConstants.PolicyActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Policy
- PolicyConstants.PolicyTypeActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Policy Type
- PolicyConstants.ProvisionedByRequestActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Provisioning Request Entity.
- PolicyConstants.ReconciliationActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Recon.
- PolicyConstants.RequestDatasetActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Request Dataset.
- PolicyConstants.RequestPathElementAttribute - Enum Class in oracle.iam.policyengine.vo
- PolicyConstants.RequestProfileActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Request Profile.
- PolicyConstants.ResourceObjectActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Resource Object.
- PolicyConstants.Resources - Enum Class in oracle.iam.platform.authopss.api
-
Enum for the resource types.
- PolicyConstants.ResourceSecurityAttributes - Enum Class in oracle.iam.platform.authopss.api
-
enum for the resource security attributes.
- PolicyConstants.RoleActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Role.
- PolicyConstants.RoleCategoryActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Role Category.
- PolicyConstants.RuleActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Identity Audit Rule
- PolicyConstants.SchedulerActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Scheduler.
- PolicyConstants.SelfServiceCapabilitiesPolicyActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Self Service Capabilities Policy
- PolicyConstants.Severity - Enum Class in oracle.iam.policyengine.vo
- PolicyConstants.SubjectSecurityAttributes - Enum Class in oracle.iam.platform.authopss.api
-
enum for the subject's security attributes.
- PolicyConstants.SystemPropertiesActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the System Properties.
- PolicyConstants.UserActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the User.
- PolicyConstants.WorkflowPolicyActions - Enum Class in oracle.iam.platform.authopss.api
-
enum for the Workflow Policy
- PolicyConstants.WorkflowPolicyType - Enum 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) - Constructor for exception oracle.iam.selfservice.exception.PolicyFailedException
-
Constructs a
PolicyFailedException
with the specified detail message. - PolicyFailedException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.PolicyFailedException
-
Constructs a
PolicyFailedException
with the specified detail message and cause. - 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) - Constructor for exception oracle.iam.policyengine.exception.PolicyManagerException
- PolicyManagerException(String, String) - Constructor for exception oracle.iam.policyengine.exception.PolicyManagerException
- PolicyManagerException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.PolicyManagerException
- PolicyManagerException(Throwable) - Constructor for exception oracle.iam.policyengine.exception.PolicyManagerException
- PolicyManagerResult - Class in oracle.iam.policyengine.vo
- PolicyManagerResult(String) - Constructor for class oracle.iam.policyengine.vo.PolicyManagerResult
- PolicyManagerResult(String, 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.impl.jaxb.PolicyTypeDefinition.PolicyType
- 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
-
<p>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
-
<p>Java class for anonymous complex type.
- PolicyTypeDefinition.PolicyType.AllowedFunctions - Class in oracle.iam.policyengine.impl.jaxb
-
<p>Java class for anonymous complex type.
- PolicyTypeDefinition.PolicyType.AllowedFunctions.Attribute - Class in oracle.iam.policyengine.impl.jaxb
-
<p>Java class for anonymous complex type.
- PolicyTypeDefinition.PolicyType.AllowedReturnAttributes - Class in oracle.iam.policyengine.impl.jaxb
-
<p>Java class for anonymous complex type.
- PolicyTypeDefinition.PolicyType.AllowedReturnAttributes.Attribute - Class in oracle.iam.policyengine.impl.jaxb
-
<p>Java class for anonymous complex type.
- PolicyTypeDefinition.PolicyType.AllowedTopPathElements - Class in oracle.iam.policyengine.impl.jaxb
-
<p>Java class for anonymous complex type.
- PolicyTypeDefinition.PolicyType.AllowedTopPathElements.Attribute - Class in oracle.iam.policyengine.impl.jaxb
-
<p>Java class for anonymous complex type.
- PolicyTypeDefinition.PolicyType.EntitiesCanBeAssignedTo - Class in oracle.iam.policyengine.impl.jaxb
-
<p>Java class for anonymous complex type.
- PolicyTypeDefinition.PolicyType.OperationsThatTrigger - Class in oracle.iam.policyengine.impl.jaxb
-
<p>Java class for anonymous complex type.
- PolicyTypeDefinition.PolicyType.OperationsThatTrigger.Attribute - Class in oracle.iam.policyengine.impl.jaxb
-
<p>Java class for anonymous complex type.
- 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) - Constructor for exception oracle.iam.policyengine.exception.PolicyTypeManagerException
- PolicyTypeManagerException(String, String) - Constructor for exception oracle.iam.policyengine.exception.PolicyTypeManagerException
- PolicyTypeManagerException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.PolicyTypeManagerException
- PolicyTypeManagerException(Throwable) - 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() - Constructor for class oracle.iam.ida.vo.PolicyViolation
- PolicyViolation(String, boolean) - Constructor for class oracle.iam.ida.vo.PolicyViolation
- PolicyViolation.Action - Enum Class in oracle.iam.ida.vo
- PolicyViolation.Attribute - Enum Class in oracle.iam.ida.vo
- PolicyViolation.ForeignAttribute - Enum Class in oracle.iam.ida.vo
- PolicyViolation.SearchPseudoAttribute - Enum Class in oracle.iam.ida.vo
- PolicyViolation.Status - Enum Class in oracle.iam.ida.vo
- PolicyViolationCause - Class in oracle.iam.ida.vo
- PolicyViolationCause() - Constructor for class oracle.iam.ida.vo.PolicyViolationCause
- PolicyViolationCause(String, boolean) - Constructor for class oracle.iam.ida.vo.PolicyViolationCause
- PolicyViolationCause.Action - Enum Class in oracle.iam.ida.vo
- PolicyViolationCause.Attribute - Enum Class in oracle.iam.ida.vo
- PolicyViolationCause.ForeignAttribute - Enum Class in oracle.iam.ida.vo
- PolicyViolationCause.SearchPseudoAttribute - Enum Class in oracle.iam.ida.vo
- PolicyViolationCause.Status - Enum Class in oracle.iam.ida.vo
- PolicyViolationCauseDetails - Class in oracle.iam.ida.vo
- PolicyViolationCauseDetails() - Constructor for class oracle.iam.ida.vo.PolicyViolationCauseDetails
- PolicyViolationCauseDetails.CauseType - Enum 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) - Constructor for class oracle.iam.ida.vo.PolicyViolationCauseManagerResult
- PolicyViolationCauseManagerResult(String, 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) - Constructor for class oracle.iam.ida.vo.PolicyViolationManagerResult
- PolicyViolationManagerResult(String, String) - Constructor for class oracle.iam.ida.vo.PolicyViolationManagerResult
- POOL_SIZE - Static variable in class oracle.iam.application.vo.Constants
- populateChildren(Collection) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
-
Populates the name value pairs to be saved to export this dependency.
- populateIndirectHierarchy(String, String) - Method in class oracle.iam.connectors.icfcommon.recon.HierarchySearchReconTask
- populateTargetSchema(Application) - Method in interface oracle.iam.application.api.ApplicationManager
- PORT - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
- POST_PROCESS_HANDLER - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- POSTAL_ADDRESS - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- POSTAL_CODE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- POSTAL_CODE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- postProcessAllowedPathElementValues(List<PathElement>, List<PathElement>, SearchCriteria, Map<String, Object>, 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<PathElement>, List<PathElement>, SearchCriteria, Map<String, Object>, 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<PathElement>, List<PathElement>, Map<String, Object>, 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
-
<p>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(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreFailedException
- PrepareIdStoreFailedException(String) - 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(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.PrepareIdStoreNotExecutedException
- PrepareIdStoreNotExecutedException(String) - 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
-
<p>Java class for pre-pop-adapter complex type.
- PrePopAdapter() - Constructor for class oracle.iam.request.dataset.vo.PrePopAdapter
- 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.
- 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(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(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
- 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<String, StringTokenizerTS>, Map<String, String>) - 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 - Enum constant in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
- PRESENT - Enum constant in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
- PREVENTIVE_SCAN_ID - Static variable in class oracle.iam.request.vo.RequestConstants
- PREVIEW - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Status
- previewDynamicUserMembership(String, SearchRule, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Returns list of User members computed by the membership rule.
- previewDynamicUserMembership(String, SearchRule, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Preview the user membership rule
- previewDynamicUserSQLMembership(String, String, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Preview the user membership for the sql rule
- Primary - Enum constant in enum 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_EVENT - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- PROV_BY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- PROV_CONFIG - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- PROV_MECH - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- PROV_MECH - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- PROV_METHOD - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- PROV_METHOD - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- PROV_METHOD - Enum constant in enum 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[]) - 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.
- provideDeletionDetectionData(String, Map[], Map, boolean) - Method in interface oracle.iam.reconciliation.api.ReconOperationsService
- provideDeletionDetectionData(String, Map[], Map, boolean) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- provideDeletionDetectionData(String, Map<String, Serializable>[], Map<String, Serializable>) - 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.
- 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, Exception) - Constructor for exception com.thortech.xl.gc.exception.ProviderException
- ProviderException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ProviderException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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, 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 Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- 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, String, boolean) - Method in interface Thor.API.Operations.tcReconciliationOperationsIntf
-
Deprecated.
- provision(String, Account) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API method provisions an account to a user.
- PROVISION - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- PROVISION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- PROVISION - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- PROVISION - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- PROVISION_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- PROVISION_TO_ORG - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- PROVISION_TO_USER - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- Provisioned - Enum constant in enum class oracle.iam.oimcommon.vo.Account.AccountStatus
- PROVISIONED - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
- PROVISIONED_BY_REQUEST - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- PROVISIONED_ON - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- PROVISIONEDDATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- PROVISIONING - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
- PROVISIONING_METHOD - Enum constant in enum 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
- ProvisioningConfig - Class in oracle.iam.application.vo
- ProvisioningConfig() - Constructor for class oracle.iam.application.vo.ProvisioningConfig
- ProvisioningConfigurationException - Exception in oracle.iam.application.exception
- ProvisioningConfigurationException(String) - Constructor for exception oracle.iam.application.exception.ProvisioningConfigurationException
- ProvisioningConfigurationException(String, Throwable) - Constructor for exception oracle.iam.application.exception.ProvisioningConfigurationException
- ProvisioningConfigurationException(Throwable) - Constructor for exception oracle.iam.application.exception.ProvisioningConfigurationException
- ProvisioningConstants - Class in oracle.iam.provisioning.api
- ProvisioningConstants() - Constructor for class oracle.iam.provisioning.api.ProvisioningConstants
- ProvisioningConstants.AccountSearchAttribute - Enum Class in oracle.iam.provisioning.api
- ProvisioningConstants.ApplicationInstanceType - Enum Class in oracle.iam.provisioning.api
- ProvisioningConstants.EntitlementInstanceSearchAttribute - Enum Class in oracle.iam.provisioning.api
- ProvisioningConstants.EntitlementSearchAttribute - Enum Class in oracle.iam.provisioning.api
- ProvisioningConstants.Mode - Enum Class in oracle.iam.provisioning.api
- ProvisioningConstants.ObjectStatus - Enum 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 - Enum constant in enum 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, Exception) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningFormatException
- ProvisioningFormatException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningFormatException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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, String, Serializable[], Throwable) - 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(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'sAccount
andEntitlement
for both connected and disconnectedApplicationInstance
. - 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, Exception) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningTransportException
- ProvisioningTransportException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ProvisioningTransportException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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) - 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.
- 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
- 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.
- provisionRoleToOrg(String, Role) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API is used to create role in target LDAP in OAM-OIM Integrated setup
- 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<String, Object>) - Constructor for class oracle.iam.identity.usermgmt.vo.Proxy
-
Constructs a proxy object with GUID
entityId
and amap
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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
- PUBLISH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- PUBLISH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- PUBLISH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- PUBLISH_TO_ORG - Enum constant in enum 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(Object, Object) - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
-
Puts the key value pair in the hash table
- put(Object, Object) - Method in class oracle.iam.policyengine.vo.ValueObject
- put(String, String) - Method in class com.thortech.xl.util.adapters.tcUtilHashTableOperations
-
put string key value pair
- 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
- 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(Map) - Method in class oracle.iam.policyengine.vo.ValueObject
- putAll(IDCAttributes) - Method in class oracle.iam.certification.vo.IDCAttributes
- putAttributesNoPath(Map<String, Object>) - 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- PWD_AUTO_GENERATED_TRUE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- PWD_CREATION_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- PWD_EXPIRE_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- PWD_EXPIRED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- PWD_EXPIRY_DATE_FORMAT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- PWD_MASK_STR - Static variable in class oracle.iam.reconciliation.vo.EventConstants
- PWD_MIN_AGE_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- PWD_RESET_ATTEMPTS_CTR - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- PWD_WARN_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- PWR_COMPLEX_PASSWORD - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_DESC - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_DICTIONARY_DELIMITER - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_DICTIONARY_LOCATION - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_DISALLOW_FNAME - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_DISALLOW_LNAME - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_DISALLOW_USERID - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_DISALLOW_WHITESPACE - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_ENFORCE_HISTORY - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_INVALID_CHARS - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_INVALID_STRINGS - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_KEY - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MAX_LENGTH - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MAX_REPEATED - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MAX_SPECIAL_CHAR - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MAX_UNICODE - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_AGE - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_ALPHA - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_ALPHANUM - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_EXPIRES_AFTER - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_LENGTH - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_LOWERCASE - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_NUMBER - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_SPECIAL_CHAR - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_UNICODE - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_UNIQUE - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_MIN_UPPERCASE - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_NAME - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_REQD_CHARS - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_STARTS_WITH_CHAR - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_VALID_CHARS - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
- PWR_WARN_AFTER - Enum constant in enum 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
- QUERY_FOR_KEY_BY_LOGIN - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- 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) - Constructor for exception oracle.iam.selfservice.exception.QuestionsNotDefinedException
-
Constructs a
QuestionsNotDefinedException
with the specified detail message. - QuestionsNotDefinedException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.QuestionsNotDefinedException
-
Constructs a
QuestionsNotDefinedException
with the specified detail message and cause.
R
- RadioButton - Enum constant in enum class oracle.iam.application.vo.FieldType
- RAW_LDAP_QUERY - Enum constant in enum 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
- RDN - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- RDN_NAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- REACTIVE_MODE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- readSchemaAttributesFromBundle(Application, String) - Method in interface oracle.iam.application.api.ApplicationManager
-
Read schema attributes for the given Object Class from the connector bundle
- REASSIGN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
- reassignItemsPhase1(Long, String, Long, Set<Long>, Set<Long>, Set<Long>, Set<Long>, 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<Long>, Set<Long>, Set<Long>, Set<Long>, 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[], byte[][], long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
-
This method re-assigns the selected tasks to the specified group.
- reassignTasksToGroup(long[], long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
-
This method re-assigns the selected provisioning tasks to the specified group.
- reassignTasksToUser(long[], byte[][], long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
-
This method re-assigns the selected tasks to the specified user.
- reassignTasksToUser(long[], long) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
-
This method re-assigns the selected tasks to the specified user.
- Recalculate_Tags - Enum constant in enum class oracle.iam.catalog.vo.Mode
- RECON - Enum constant in enum 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 - Enum constant in enum 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_KEY - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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<ReconTargetAttribute>) - Constructor for class oracle.iam.reconciliation.vo.ReconChildAttribute
-
Constructor, sets the Child Attribute List to the given one.
- RECONCILIATION - Enum constant in enum 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, Exception) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationFormatException
- ReconciliationFormatException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationFormatException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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<FailedInputData>, ArrayList<Serializable>) - 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, Exception) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationTransportException
- ReconciliationTransportException(String, String) - Constructor for exception com.thortech.xl.gc.exception.ReconciliationTransportException
-
Constructs a new tcAPIException with the specified error code and detail message.
- ReconConfig - Class in oracle.iam.application.vo
- ReconConfig - Class in oracle.iam.provisioning.vo
- ReconConfig() - Constructor for class oracle.iam.application.vo.ReconConfig
- 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.
- ReconJobDetail - Class in oracle.iam.application.vo
- ReconJobDetail() - Constructor for class oracle.iam.application.vo.ReconJobDetail
- ReconJobDetail(String, JobMode) - Constructor for class oracle.iam.application.vo.ReconJobDetail
- ReconJobParameter - Class in oracle.iam.application.vo
- ReconJobParameter() - Constructor for class oracle.iam.application.vo.ReconJobParameter
- ReconJobParameter(String, String, String, JobParamDataType, Boolean, Boolean) - Constructor for class oracle.iam.application.vo.ReconJobParameter
- 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 - Enum 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.
- ReconType - Enum Class in oracle.iam.reconciliation.config.vo
- 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 - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- REFRESH_RESOURCE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- REFRESH_ROLE - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.reconciliation.api.ChangeType
-
ChangeType is REGULAR when event has to be created for Create/Modify operation with complete dataset.
- REGULAR - Enum constant in enum 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 - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- REJECT - Enum constant in enum 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<String, Entity>, Map<String, Object>) - Constructor for class oracle.iam.platform.entitymgr.vo.Relation
- Relation(String, Map<String, Entity>, Map<String, Object>, 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<Relation>) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationList
- RelationList(String, String, String, String, List<Relation>, EntityManager) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationList
- RelationList(String, String, String, String, 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<String, Object>) - Constructor for class oracle.iam.platform.entitymgr.vo.RelationResult
- RelationResult(String, String, HashMap<String, Object>, 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<String, Object>) - 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Status
- REMEDIATION_ENTITY_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- REMEDIATION_ENTITY_PARENT_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- REMEDIATION_ENTITY_TYPE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- REMEDIATION_IN_PROGRESS - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Status
- REMEDIATION_INFERRED - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- REMEDIATION_REQUESTED - Enum constant in enum 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 - Enum constant in enum 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 in oracle.iam.ida.exception
- RemediationException(Exception) - Constructor for exception oracle.iam.certification.exception.RemediationException
- RemediationException(Exception) - Constructor for exception oracle.iam.ida.exception.RemediationException
- RemediationException(String) - Constructor for exception oracle.iam.certification.exception.RemediationException
- RemediationException(String) - Constructor for exception oracle.iam.ida.exception.RemediationException
- RemediationException(String, Exception) - Constructor for exception oracle.iam.certification.exception.RemediationException
- RemediationException(String, Exception) - Constructor for exception oracle.iam.ida.exception.RemediationException
- RemediationException(String, Throwable) - Constructor for exception oracle.iam.certification.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_ASSIGN_DATE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- REMEDIATOR_DISPLAY_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- REMEDIATOR_ROLE_DISPLAY_NAME - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- REMEDIATOR_ROLE_DISPLAY_NAME - Enum constant in enum class oracle.iam.ida.vo.Remediator.ForeignAttribute
- REMEDIATOR_ROLE_DISPLAY_NAME - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- REMEDIATOR_ROLE_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- REMEDIATOR_ROLE_ID - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- REMEDIATOR_ROLE_KEY - Enum constant in enum class oracle.iam.ida.vo.Remediator.Attribute
- REMEDIATOR_TYPE - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- REMEDIATOR_USER_DISPLAY_NAME - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- REMEDIATOR_USER_DISPLAY_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- REMEDIATOR_USER_ID - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- REMEDIATOR_USER_KEY - Enum constant in enum 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
- Remediator.Attribute - Enum Class in oracle.iam.ida.vo
- Remediator.ForeignAttribute - Enum Class in oracle.iam.ida.vo
- Remediator.RemediatorType - Enum Class in oracle.iam.ida.vo
- RemediatorManagerResult - Class in oracle.iam.ida.vo
- RemediatorManagerResult(String) - Constructor for class oracle.iam.ida.vo.RemediatorManagerResult
- RemediatorManagerResult(String, String) - Constructor for class oracle.iam.ida.vo.RemediatorManagerResult
- Remote - Enum constant in enum class oracle.iam.application.vo.DeploymentMode
- RemoteManagerOperationsIntf - Interface in Thor.API.Operations
- remove() - Method in class oracle.iam.grc.sod.vo.LookupResultSet
- remove(Object) - Method in class oracle.iam.policyengine.vo.ValueObject
- remove(String) - Method in class oracle.iam.certification.vo.IDCAttributes
- remove(IDCAttribute) - Method in class oracle.iam.certification.vo.IDCAttributes
- remove(Profile) - Method in interface oracle.iam.reconciliation.config.api.ProfileManager
- Remove - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
- REMOVE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- REMOVE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- REMOVE - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
- REMOVE_PROXY - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- REMOVE_ROLE - Enum constant in enum 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() - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
Removes all proxies for user.
- removeAllProxiesForUser(String, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
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<String>) - 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
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy 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
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
- removeEntityAttribute(RequestBeneficiaryEntityAttribute) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
- removeEntityAttribute(RequestEntityAttribute) - Method in class oracle.iam.request.vo.RequestEntityAttribute
- removeEntityPublications(List<EntityPublication>) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
-
Remove entity publications from the scopes.
- removeEntityPublications(List<EntityPublication>) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
-
Remove entity publications from the scopes.
- removeEntityPublications(List<EntityPublication>, boolean) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
-
Removes the already published entities.
- removeEntityPublications(List<EntityPublication>, boolean) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
-
Removes the already published entities.
- removeEntityTypeActionByAction(String) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Delete AuditEventGroupEntityTypeActions by entity type action id
- removeEntityTypeActionByGroup(String) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Delete AuditEventGroupEntityTypeActions by groupId
- removeEntityTypeActions(SearchCriteria) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Delete AuditEventGroupEntityTypeActions
- 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(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.
- removeProxy(String, long, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Deprecated.Please use
UserManager.removeProxy(String, String, boolean)
instead - removeProxy(String, long, Map<String, Object>, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Deprecated.
- removeProxy(String, long, Map<String, Object>, boolean) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
Deprecated.The preferred way to do is via
AuthenticatedSelfService.removeProxy(String)
- 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). - 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<String>) - 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, 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 criteriachildAttrName=childAttrValue
. - removeRoleRelationship(String, String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Remove a direct relationship between two roles.
- removeRoleRelationship(String, Role, Role) - Method in interface oracle.iam.provisioning.api.ProvisioningService
- 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<String, Long>) - 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<String>) - 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<ReturnValue>) - 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
- REPORTEE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- REPROVISION - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- REPROVISION - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- REQTEMPLATE_TEMPLATEDATA - Static variable in class oracle.iam.request.vo.RequestConstants
- Request - Interface in oracle.iam.request.vo
-
This value object stores information about a Request.
- REQUEST - Enum constant in enum class oracle.iam.api.OIMService.Intent
- REQUEST - Enum constant in enum class oracle.iam.provisioning.vo.Grant.GrantMechanism
- REQUEST - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- REQUEST_APPROVER - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
- REQUEST_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
- REQUEST_ID - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- REQUEST_ID - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- REQUEST_ID - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- REQUEST_KEY - Enum constant in enum 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_REPORTEES - Static variable in class oracle.iam.request.vo.RequestConstants
- REQUEST_PERMISSION_TYPE_TARGETENTITY - Static variable in class oracle.iam.request.vo.RequestConstants
- REQUEST_PROFILE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- REQUEST_REMEDIATION - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
- REQUEST_REMEDIATION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
- REQUEST_REQUESTOR - Enum constant in enum 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 - Enum constant in enum 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(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
- RequestAlreadyClosedException(String, String, Serializable[]) - 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 - Enum Class in oracle.iam.request.vo
- RequestBeneficiaryEntityAttribute.TYPE - Enum 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 - Enum 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<Beneficiary>, List<RequestEntity>) - 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
-
<p>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, Serializable, RequestEntityAttribute.TYPE, RequestEntityAttribute.ACTION, String) - Constructor for class oracle.iam.request.vo.RequestEntityAttribute
- RequestEntityAttribute(String, List<Serializable>, RequestEntityAttribute.TYPE, RequestEntityAttribute.ACTION) - Constructor for class oracle.iam.request.vo.RequestEntityAttribute
- RequestEntityAttribute.ACTION - Enum Class in oracle.iam.request.vo
- RequestEntityAttribute.TYPE - Enum 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
-
<p>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
-
<p>Java class for request-model complex type.
- RequestModel() - Constructor for class oracle.iam.request.model.vo.RequestModel
- REQUESTOR_ON_BENEFICIARY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
- REQUESTOR_ON_TARGET_ENTITY - Enum constant in enum 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, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.RequestPostProcessingFailedException
- RequestPostProcessingFailedException(String, Throwable) - 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 - Enum 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 - Enum 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(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, String, Serializable[]) - Constructor for exception oracle.iam.request.exception.RequestServiceException
- RequestServiceException(String, String, Serializable[], Throwable) - 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 - Enum 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 - Enum 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 - Enum 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 - Enum constant in enum 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<String, Object>) - Method in interface oracle.iam.identity.usermgmt.api.ReservationInLDAP
-
Method for reservation of user attributes in LDAP that is in synchronization with OIMDB.
- RESET_PASSWORD - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- RESET_PASSWORD - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- RESET_PASSWORD - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Operations
- RESET_PASSWORD - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- RESET_PASSWORD - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- RESET_PASSWORD_TEMPLATE - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- RESET_STATUS - Enum constant in enum 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) - 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, 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<String, Object>) - 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, String, char[]) - Method in interface oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService
-
Accepts user login id, user token and the new password and returns boolean flag depending on reset password success or failure.
- resetPassword(String, Map<String, Object>) - 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<String, Object>, 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
- RESOLVED - Enum constant in enum 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 - Class in oracle.iam.oimcommon.vo
- Resource - Enum constant in enum class oracle.iam.application.vo.ActionTarget
- Resource - Enum constant in enum class oracle.iam.platform.utils.vo.OIMType
- Resource() - Constructor for class com.thortech.xl.vo.Resource
- Resource() - Constructor for class oracle.iam.oimcommon.vo.Resource
- RESOURCE - Static variable in class oracle.iam.request.vo.RequestConstants
- RESOURCE_DETAILS - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- RESOURCE_DISABLE_FAILED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- RESOURCE_ENABLE_FAILED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- RESOURCE_ENTITY_ASSIGNED_TO_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- RESOURCE_HISTORY - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- RESOURCE_NAME - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- RESOURCE_NAME - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- RESOURCE_NAME - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- RESOURCE_NAME - Static variable in class oracle.iam.request.vo.RequestConstants
- RESOURCE_NOT_FOUND - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- RESOURCE_OBJECT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- RESOURCE_ORGANIZATION_DIRECT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- RESOURCE_ORGANIZATION_WITH_PARENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_HIERARCHY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_PARENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- RESOURCE_PUBLISHED_TO_ALL_DIRECT_ORGANIZATIONS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- RESOURCE_REMOVE_FAILED - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
- RESOURCE_TARGET_OBJ - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- RESOURCE_TYPE - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- RESOURCE_TYPE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- RESOURCE_USER_ORGANIZATIONS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- RESOURCE_USER_ORGANIZATIONS_WITH_PARENTS - Enum constant in enum 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 enum class oracle.iam.ida.vo.PolicyViolation.Action
- resourceBundleKey - Variable in enum class oracle.iam.ida.vo.PolicyViolation.Status
- resourceBundleKey - Variable in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
- resourceBundleKey - Variable in enum 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 enum class oracle.iam.ida.vo.PolicyViolation.Action
- resourceBundleKeyToInstance(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolation.Status
- resourceBundleKeyToInstance(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
- resourceBundleKeyToInstance(String) - Static method in enum 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
- 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 - Enum Class in oracle.iam.reconciliation.config.vo
- ResourceType() - Constructor for class oracle.iam.oimcommon.vo.ResourceType
- 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) - Constructor for exception oracle.iam.selfservice.exception.ResponseTooShortException
-
Constructs a
ResponseTooShortException
with the specified detail message. - ResponseTooShortException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.ResponseTooShortException
-
Constructs a
ResponseTooShortException
with the specified detail message and cause. - 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 - Class in oracle.iam.idc.vo
- Result() - Constructor for class oracle.iam.catalog.vo.Result
- Result(long, String) - Constructor for class oracle.iam.idc.vo.Result
- RESULT_OF_OPERATION_IS - Enum constant in enum 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 - Enum constant in enum 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(long) - Method in interface oracle.iam.platformservice.api.FailedTaskManager
- RETRY - Enum constant in enum class oracle.iam.platform.kernel.vo.FailedEventResult.Response
- retrySingleAppUpgrade(String) - Method in interface oracle.iam.application.api.ApplicationManager
- 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.
- retryUpgrade(List<ApplicationDiff>) - Method in interface oracle.iam.application.api.ApplicationManager
- 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<String, Serializable>) - 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(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
-
This API method revokes an account provisioned to a user.
- REVOKE - Enum constant in enum class oracle.iam.application.vo.GroovyHelper.OperationType
- REVOKE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.Mode
- REVOKE - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- REVOKE - Enum constant in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
- REVOKE_ACCOUNT - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- REVOKE_ENTITLEMENT - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- REVOKE_ENTITLEMENT_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- REVOKE_NEOR - Enum constant in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
- REVOKE_RESOURCE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.Certifiable.Status
- REVOKED - Enum constant in enum 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<EntitlementInstance>) - 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, 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 criteriauserAttributeName=userAttributeValue
. - revokeRoleGrant(String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Revoke the role identified by
roleKey
to the specified user(s). - revokeRoleGrant(String, Set<String>, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Deprecated.
- revokeRoleGrantDirect(String, Set<String>, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
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 criteriauserAttributeName=userAttributeValue
. - revokeRoleGrantRequest(String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Raises a request to revoke the role identified by
roleKey
to the specified user(s). - revokeRoleGrants(String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Revoke the roles identified by
roleKeys
to the user identified byuserKey
. - revokeRoleGrantsRequest(String, Set<String>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Raises a request to revoke the roles identified by
roleKeys
to the user identified byuserKey
. - revokeUsersAccess(Long, String, List<Long>, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Allows Revoke action on the access of selected users within a given task.
- revokeUsersAccess(Long, String, SearchCriteria, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Allows Revoke action on the access of selected users within a given task with a set of filters.
- RISK_ACCEPTED - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Status
- RISK_ACCEPTED_EXPIRATION - Enum constant in enum 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 - Enum Class in oracle.iam.oimcommon.vo
- RiskContext.UserScanScope - Enum 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 - 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 - Class in oracle.iam.oimcommon.vo
- Role - Class in oracle.iam.reconciliation.vo
-
Encapsulates an instance of a Role as used in Reconciliation, for the Event Management APIs.
- Role - Enum constant in enum class oracle.iam.catalog.vo.OIMType
- Role - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
- Role - Enum constant in enum class oracle.iam.platform.utils.vo.OIMType
- Role - Enum constant in enum class oracle.iam.reconciliation.config.vo.ResourceType
- Role() - Constructor for class oracle.iam.oimcommon.vo.Role
- 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(String) - Constructor for class oracle.iam.identity.rolemgmt.vo.Role
-
Constructs a Role object with id
entityId
. - Role(String, HashMap<String, Object>) - Constructor for class oracle.iam.identity.rolemgmt.vo.Role
-
Constructs a Role object with id
entityId
and amap
of attribute name-value pairs. - Role(HashMap<String, Object>) - Constructor for class oracle.iam.identity.rolemgmt.vo.Role
-
Constructs a Role object with a
map
of attribute name-value pairs. - ROLE - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- ROLE - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerIdType
- ROLE - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerType
- ROLE - Enum constant in enum class oracle.iam.ida.vo.Remediator.RemediatorType
- ROLE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- ROLE - Enum constant in enum class oracle.iam.scheduler.vo.EmailConfig.EntityType
- ROLE - Enum constant in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
- ROLE - Static variable in class oracle.iam.request.vo.RequestConstants
- ROLE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ROLE_ADMIN_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- ROLE_ADMINISTRATOR - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- ROLE_ASSIGN - Static variable in class oracle.iam.request.vo.RequestConstants
- ROLE_ATTR_UNIQUEMEMBER - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- ROLE_AUTHORIZER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- ROLE_AUTHORIZER_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- ROLE_CATEGORY - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ROLE_CATEGORY - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ROLE_CATEGORY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- ROLE_CATEGORY_CANNOT_BE_DELETED - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- ROLE_DESCRIPTION - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ROLE_DESCRIPTION - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- ROLE_DISPLAY_NAME - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- ROLE_HAS_RELATIONSHIPS - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- ROLE_HASH_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- ROLE_HISTORY_NOT_AVAILABLE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- ROLE_ID - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ROLE_ID - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- ROLE_KEY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- ROLE_KEY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- ROLE_KEY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
-
Same as the entity id of a particular role.
- 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 benull
and it's value corresponds to the unique idorclguid
to uniquely identity the role in LDAP. - ROLE_LOOKUP_FAILED - Enum constant in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
- ROLE_MBR_ATTRNAME_RULEBASED - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
- ROLE_MEMBERSHIP_POLICY - Enum constant in enum class oracle.iam.provisioning.vo.Grant.GrantMechanism
- ROLE_MEMBERSHIPS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- ROLE_MODIFY - Static variable in class oracle.iam.request.vo.RequestConstants
- ROLE_MODIFY_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- ROLE_MTID - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- ROLE_NAME - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ROLE_NAME - Enum constant in enum class oracle.iam.notification.vo.BulkNotificationEvent.Type
- 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 - Enum constant in enum 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_REVOKE - Static variable in class oracle.iam.request.vo.RequestConstants
- ROLE_ROLE_CREATE_ON - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- ROLE_SECURITY_LEVEL - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ROLE_SECURITY_LEVEL - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- ROLE_SUMMARY_RISK - Enum constant in enum 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 - Enum constant in enum 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_MEMBERSHIP_RULE_SQL - 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- ROLE_VIEWER_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- ROLE_WITH_NAME_EXISTS - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- ROLE_WITH_NAME_EXISTS_HIERARCHY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- ROLE_WITH_NAME_EXISTS_NAMESPACE - Enum constant in enum 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(String, HashMap<String, Object>) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleCategory
-
Constructs a RoleCategory object with id
entityId
and amap
of attribute name-value pairs. - RoleCategory(HashMap<String, Object>) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleCategory
-
Constructs a RoleCategory object with a
map
of attribute name-value pairs. - ROLECATEGORY - Enum constant in enum 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, getRoleCategory
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 - Enum 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<String, Object>) - 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 - Enum constant in enum 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 - Class in oracle.iam.oimcommon.vo
- RoleGrant() - Constructor for class oracle.iam.oimcommon.vo.RoleGrant
- RoleGrant(String, String) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleGrant
- RoleGrant(String, String, Map<String, Object>) - Constructor for class oracle.iam.identity.rolemgmt.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.
- RoleGrantFailedException - Exception in oracle.iam.ssointg.exception
- RoleGrantFailedException(String, Throwable, RoleGrantFailedException.Type) - Constructor for exception oracle.iam.ssointg.exception.RoleGrantFailedException
- RoleGrantFailedException(String, RoleGrantFailedException.Type) - Constructor for exception oracle.iam.ssointg.exception.RoleGrantFailedException
- RoleGrantFailedException(Throwable, RoleGrantFailedException.Type) - Constructor for exception oracle.iam.ssointg.exception.RoleGrantFailedException
- RoleGrantFailedException(RoleGrantFailedException.Type) - Constructor for exception oracle.iam.ssointg.exception.RoleGrantFailedException
- RoleGrantFailedException.Type - Enum Class in oracle.iam.ssointg.exception
- 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, getRole
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 - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.ObligationType - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.Operations - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.PendingRoleGrantAttributeName - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.Privilege - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.RoleAttributeName - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.RoleCategoryAttributeName - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.RoleGrantAttributeName - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.RoleHistoryType - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.RoleRelationshipAttributeName - Enum Class in oracle.iam.identity.rolemgmt.api
- RoleManagerConstants.SubType - Enum 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
- ROLERECONGUIDATTR_AD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ROLERECONGUiDATTR_OID - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- ROLERECONGUIDATTR_OUD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- RoleRelationship - Class in oracle.iam.identity.rolemgmt.vo
- RoleRelationship(String, String) - Constructor for class oracle.iam.identity.rolemgmt.vo.RoleRelationship
- RoleRelationship(String, String, Map<String, Object>) - 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
- ROLES - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- ROLES_HIERARCHY_AWARE - Enum constant in enum 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 - Enum constant in enum 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() - Constructor for class com.thortech.xl.vo.ddm.RootObject
- RootObject(String, String) - 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.
- RUL_KEY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- RULE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- RULE_BASED - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
- RULE_GROOVY_EXPRESSION - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
- RULE_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- RULE_NAME - Enum constant in enum 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
- Rule.Attribute - Enum Class in oracle.iam.policyengine.vo
- Rule.ForeignAttribute - Enum Class in oracle.iam.policyengine.vo
- 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
- RuleElementOperator - Enum Class in oracle.iam.application.vo
- 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) - Constructor for exception oracle.iam.policyengine.exception.RuleManagerException
- RuleManagerException(String, String) - Constructor for exception oracle.iam.policyengine.exception.RuleManagerException
- RuleManagerException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.RuleManagerException
- RuleManagerException(Throwable) - 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
- RuleOperator - Enum Class in oracle.iam.application.vo
- RUN_JOB_NOW - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- RUN_STATUS - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- runJob(String) - Method in interface oracle.iam.application.api.ApplicationManager
- runScript(Map<String, Object>, String) - Method in class oracle.iam.application.vo.GroovyScriptExecutor
S
- SAME_ORG - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- SCAN_DEFN_XML - Static variable in class oracle.iam.ida.vo.ScanDefinition
- SCAN_TOKEN - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
- SCAN_TOKEN - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
- SCAN_TYPE - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- SCAN_TYPE - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- SCAN_TYPE - Static variable in class oracle.iam.ida.vo.ScanDefinition
- 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 - Enum Class in oracle.iam.ida.vo
- ScanDefinition.ForeignAttribute - Enum 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 - Enum constant in enum 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 - Enum Class in oracle.iam.ida.vo
- ScanRun.FOREIGNATTRIBUTE - Enum Class in oracle.iam.ida.vo
- ScanRun.RUN_STATUS - Enum Class in oracle.iam.ida.vo
- ScanRunManager - Interface in oracle.iam.ida.api
-
Public API for ScanRun entity operations.
- SCHEDJOB_PARAM_GROUP_MEM_TABLE_NAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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(String, Trigger) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
Schedules the specified job as per the trigger details provided
- scheduleJob(JobDetails, Trigger) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
Schedules the specified job as per the trigger details provided
- SCHEDULER - Enum constant in enum 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) - Constructor for exception oracle.iam.scheduler.exception.SchedulerConverterException
-
Constructs a
SchedulerConverterException
with the specified 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(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) - Constructor for exception oracle.iam.scheduler.exception.SchedulerException
-
Constructs a
SchedulerException
with the specified 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(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
-
Service interface to query and manage job history and job results .
- Schema - Class in oracle.iam.platform.entitymgr.vo
- Schema() - Constructor for class oracle.iam.platform.entitymgr.vo.Schema
-
Represent a schema
- Schema(Map<String, SchemaAttribute>) - Constructor for class oracle.iam.platform.entitymgr.vo.Schema
-
Represent a schema
- SchemaAttribute - Class in oracle.iam.application.vo
- SchemaAttribute - Class in oracle.iam.platform.entitymgr.vo
- SchemaAttribute() - Constructor for class oracle.iam.application.vo.SchemaAttribute
- SchemaAttribute(String, String, Integer, Boolean, Boolean, String) - Constructor for class oracle.iam.application.vo.SchemaAttribute
- SchemaAttribute(String, String, String, Integer, Integer, boolean, String) - Constructor for class oracle.iam.platform.entitymgr.vo.SchemaAttribute
-
Represent an attribute in a schema
- SchemaAttribute(String, DataType, String, Integer, Boolean, Boolean, String) - Constructor for class oracle.iam.application.vo.SchemaAttribute
- 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 - Enum Class in oracle.iam.platform.entitymgr.vo
- SCOPE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
- SCOPE_HIERARCHY - Enum constant in enum class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
- SCOPE_NAME - Enum constant in enum 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<String, Object>) - 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 - Class in oracle.iam.oimcommon.vo
- SdkTableColumn() - Constructor for class oracle.iam.oimcommon.impl.dao.jpa.vo.SdkTableColumn
- 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(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(EntityPublicationSearchCriteria, Map<String, Object>) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
-
Searches for publications matching the specified
SearchCriteria
. - search(EntityPublicationSearchCriteria, Map<String, Object>) - Method in interface oracle.iam.platformservice.api.EntityPublicationService
-
Searches for publications matching the specified
SearchCriteria
. - search(SearchCriteria) - Method in interface oracle.iam.catalog.api.MetaDataDefinitionManager
-
To get all metadata for a catalog with provided 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, int, int) - Method in interface oracle.iam.conf.api.SystemConfigurationService
-
Searches all the system properties matching the search criteria
- search(SearchCriteria, HashMap<String, Object>) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
- search(SearchCriteria, Map<String, Object>) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
-
Search for the list of policies having a specified search criteria
- search(SearchCriteria, Map<String, Object>) - 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(SearchCriteria, Map<String, Object>) - Method in interface oracle.iam.platformservice.api.AdminRoleService
-
Returns a list of admin roles as per the organization scoping based on the parameters.
- search(SearchCriteria, Set<String>, HashMap<String, Object>) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Searches for users matching the specified
SearchCriteria
. - search(SearchCriteria, Set<String>, HashMap<String, Object>) - Method in interface oracle.iam.notification.api.NotificationService
-
Retrieves list of templates based on the search criteria
- search(SearchCriteria, Set<String>, HashMap<String, Object>, Map<String, Object>) - Method in interface oracle.iam.conf.api.SystemConfigurationService
-
Searches all the system properties matching the search criteria
- search(SearchCriteria, Set<String>, HashMap<String, Object>, Map<String, Object>) - Method in interface oracle.iam.notification.api.NotificationService
-
Retrieves list of templates based on the search criteria
- search(SearchCriteria, Set<String>, HashMap<String, Object>, Map<String, Object>, int, int) - Method in interface oracle.iam.conf.api.SystemConfigurationService
-
Searches all the system properties matching the search criteria
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.auditevent.api.AuditEventEntityTypeActionManager
-
Searches all AuditEventEntityTypeActions that match the specified search criteria.
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.auditevent.api.AuditEventGroupManager
-
Searches all AuditEventGroups that match the specified search criteria.
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.auditevent.api.AuditEventManager
-
This API lets you query for audit events by most fields of audit event.
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.ida.api.PolicyViolationCauseManager
-
Return the list of policy violation causes matching the search criteria.
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.ida.api.PolicyViolationManager
-
Return the list of policy violations matching the search criteria.
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
-
Retrieves a list of scan definition objects
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.ida.api.ScanRunManager
-
Return list of ScanRun entities matching the search criteria.
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.orgmgmt.api.OrganizationManager
-
Searches for Organization entities matching the specified SearchCriteria.
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleCategoryManager
-
Searches for role categories matching the specified
SearchCriteria
. - search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Searches for roles matching the specified
SearchCriteria
. - search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.policyengine.api.PolicyManager
-
Search the policies in the system that match the specified search criteria.
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.policyengine.api.PolicyTypeManager
-
Searches all policy types that match the specified search criteria.
- search(SearchCriteria, Set<String>, Map<String, Object>) - Method in interface oracle.iam.policyengine.api.RuleManager
-
Search for the rules in the system that match the specified search criteria.
- search(SearchCriteria, Set<String>, Map<String, Object>, boolean) - Method in interface oracle.iam.ida.api.ScanDefinitionManager
-
Retrieves a list of scan definition objects
- 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<String>, HashMap<String, Object>) - Method in interface oracle.iam.request.api.RequestService
-
Gets the the requests that match the specified search criteria.
- SEARCH - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- SEARCH - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- SEARCH - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
- SEARCH - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- SEARCH - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- SEARCH - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- SEARCH_JOB - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- SEARCH_ROLE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- SEARCH_ROLE_CATEGORY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- SEARCH_ROLE_ROLE_RELATIONSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- SEARCH_ROLE_USER_MEMBERSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- SEARCH_SCHEDULER - Enum constant in enum 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 - Enum constant in enum 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(String, Throwable, Set<String>, String) - Constructor for exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
-
Constructs a
SearchAttributeAccessDeniedException
with the specified detail message, cause and error code. - SearchAttributeAccessDeniedException(String, Set<String>, String) - Constructor for exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
-
Constructs a
SearchAttributeAccessDeniedException
with the specified detail message and error code. - SearchAttributeAccessDeniedException(Throwable, Set<String>, String) - Constructor for exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
-
Constructs a
SearchAttributeAccessDeniedException
with the specified cause and error code. - SearchAttributeAccessDeniedException(Set<String>, String) - Constructor for exception oracle.iam.identity.exception.SearchAttributeAccessDeniedException
-
Constructs a
SearchAttributeAccessDeniedException
with null as its detail message and the specified 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 - Enum Class in oracle.iam.platform.entitymgr.vo
- SearchCriteria.Operator - Enum 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(Object, Object, SearchCriteria.Operator) - Constructor for class oracle.iam.certification.vo.SearchFilter
- SearchFilter(SearchCriteria) - Constructor for class oracle.iam.certification.vo.SearchFilter
- SearchFilter.Argument - Enum 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
- 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
- SearchReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SearchReconTask
- searchRequestProfiles(String, Set<String>, Map<String, String>) - 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 - Class in oracle.iam.notification.vo
-
This object represents a search result of a template
- SearchResult - Class in oracle.iam.scheduler.vo
-
This object represents a schedule job search result.
- SearchResult() - Constructor for class oracle.iam.conf.vo.SearchResult
- SearchResult() - Constructor for class oracle.iam.notification.vo.SearchResult
- SearchResult() - Constructor for class oracle.iam.scheduler.vo.SearchResult
- searchRoleHistory(String, RoleManagerConstants.RoleHistoryType, SearchCriteria, Set<String>, Map<String, Object>) - 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 - Enum 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 - Enum constant in enum class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
- SECURITY_FEATURE_ENABLED - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- securityOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- SELECT - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
- SELECT - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.vo.Capability.Type
- SELF_ADD_MEMBERS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- SELF_ADD_PROXY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- SELF_DELETE_MEMBERS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- SELF_DELETE_PROXY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- SELF_DENIED_ATTRIBUTES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
- SELF_DEPROVISION_RESOURCE_MODEL - Static variable in class oracle.iam.requestactions.vo.RequestactionsConstants
- SELF_GRANT_ENTITLEMENT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- SELF_MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- SELF_MODIFY_ACCOUNT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- SELF_MODIFY_ENTITLEMENT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- SELF_MODIFY_MEMBERS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- SELF_MODIFY_PROXY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- SELF_MODIFY_USER_TEMPLATE - Static variable in class oracle.iam.selfservice.self.selfmgmt.api.Constants
- SELF_OPERATION - Static variable in class oracle.iam.auditevent.vo.AuditConstants
- SELF_PROVISION - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- SELF_REVOKE_ENTITLEMENT - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- SELF_SERVICE_CAPABILITIES_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- SELF_VIEW_PROXY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- SELF_VIEW_REQUESTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- SELF_VIEW_SEARCH - Enum constant in enum 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 - Enum constant in enum 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, 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(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.SelfServiceException
-
Constructs a
SelfServiceException
with the specified detail message 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(String, String) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
-
Sends the Email This method takes two parameter Toaddress and CC adrress.
- sendEmail(Vector) - Method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
-
This is used to send the email created to several email boxes.
- sendEmailNotification(tcDataProvider, String, String, String, String) - Static method in class com.thortech.xl.dataobj.util.tcEmailNotificationUtil
-
Sends Email Notification
- sendNotification(Double, String, String, String) - Method in class oracle.iam.scheduler.vo.TaskSupport
-
method to generate notification event
- 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 - Enum constant in enum 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 - Enum constant in enum 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
- setAccessType(int) - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- setAccount(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
- setAccount(IDCAccount) - Method in class oracle.iam.certification.vo.IDCEndPointUser
- setAccountAttributes(List<IDCAccountAttribute>) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
- setAccountAttributes(Map<Long, Map<Long, Map<Long, IDCAccountAttribute>>>) - 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
- setAccountCreated(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- setAccountData(AccountData) - Method in class oracle.iam.provisioning.vo.Account
-
This method is used to set AccountData value object.
- setAccountDeleted(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- setAccountDescriptiveField(String) - Method in class oracle.iam.provisioning.vo.Account
-
This method is used to set the unique name of the account.
- setAccountDiscriminator(Boolean) - Method in class oracle.iam.application.vo.SchemaAttribute
- 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.application.vo.ProvisioningConfig
- setAccountName(String) - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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.IDCEndPointUser
- setAccountName(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
- setAccountOwnerType(String) - Method in class oracle.iam.reconciliation.vo.ReconEvent
-
Set the type of the Event Account Owner (only valid for Account Events).
- setAccountPasswordEncrypted(boolean) - Method in class oracle.iam.provisioning.vo.Account
- setAccountRisk(Integer) - Method in class oracle.iam.oimcommon.vo.User
-
Sets the risk level associated with accounts owned by the user
- setAccounts(List<? extends BaseAccount>) - Method in class oracle.iam.certification.vo.base.BaseApplicationInstance
- setAccounts(List<? extends BaseAccount>) - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
- setAccounts(List<IDCAccount>) - Method in class oracle.iam.certification.vo.IDCUser
- setAccounts(List<Account>) - Method in class oracle.iam.oimcommon.vo.User
- setAccounts(Map<Long, IDCAccount>) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
- 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.certification.vo.IDCAccountAttributeAndRoleWrapper
- setAccountType(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- setAccountType(String) - Method in class oracle.iam.certification.vo.IDCEndPointUser
- 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.
- setAccountUpdated(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- setAcctID(long) - Method in class oracle.iam.reconciliation.vo.Account
- setAction(Integer) - Method in class oracle.iam.certification.vo.CertificationTaskAction
- setAction(Integer) - Method in class oracle.iam.certification.vo.IDCActionHistory
- 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(String) - Method in class oracle.iam.request.history.jaxb.ChildRecord
-
Sets the value of the action property.
- setAction(String) - Method in exception Thor.API.Exceptions.tcAPIException
- 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(RequestBeneficiaryEntityAttribute.ACTION) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
- setAction(RequestEntityAttribute.ACTION) - Method in class oracle.iam.request.vo.RequestEntityAttribute
- 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.application.vo.Capability
- 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
- setActionScript(List<ActionScript>) - Method in class oracle.iam.application.vo.Capability
- 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
- setAddedAdvanceConfig(List<Attribute>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setAddedBasicConfig(List<BasicAttribute>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setAddedCapabilities(List<Capability>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setAddedChildForms(List<Form>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setAddedReconJobs(List<ReconJobDetail>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setAddedSchemaAttributes(List<SchemaAttribute>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setAdditionalAttributes(List<RequestTemplateAttribute>) - Method in interface oracle.iam.request.vo.Request
-
Sets addition attributes to this request.
- setAdditionalAttributes(List<RequestTemplateAttribute>) - 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<RequestBeneficiaryEntityAttribute>) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
-
Sets the additional entity data associated with this entity
- setAdditionalEntityData(List<RequestEntityAttribute>) - 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<Capability>) - 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<EntityPublication>) - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
- setAdminRoleRuleScopes(List<AdminRoleRuleScope>) - Method in class oracle.iam.platform.authopss.vo.AdminRoleVO
- setAdvanceConfig(List<Attribute>) - Method in class oracle.iam.application.vo.Application
- setAdvanceConfigDiffMap(TreeMap<String, String>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setAdvanceFlags(String) - Method in class oracle.iam.application.vo.SchemaAttribute
- setAdvanceFlags(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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<String, Object>) - 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<Character>) - 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<SystemPropertyAllowedValue>) - Method in class oracle.iam.conf.vo.SearchResult
- setAllowedValues(List<SystemPropertyAllowedValue>) - 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
- setAllowMultiple(Boolean) - Method in class oracle.iam.application.vo.ProvisioningConfig
- 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
- setAltEmailAddresses(String) - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- setAlternateCertifierId(Long) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setAlternateRemediatorUserLogin(String) - Method in class oracle.iam.ida.vo.IDAConfiguration
- setAlternateReviewerId(Long) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setApHarvestedProvisioningRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
- setAppIdResourceNameMap(Map<Long, String>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setAppInstAcctTotalMap(Map<Long, Long>) - 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
- setAppInstanceKey(Long) - Method in class oracle.iam.application.impl.vo.Template
- setAppInstanceName(String) - Method in class oracle.iam.certification.vo.base.BaseAccount
- setAppInstanceName(String) - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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<Long, Long>) - Method in class oracle.iam.certification.vo.AppInstCertificationStats
- setAppInstPercentCompleteMap(Map<Long, Double>) - 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
- setApplicationDisplayName(String) - Method in class oracle.iam.application.vo.Application
- 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<ApplicationInstance>) - Method in class oracle.iam.certification.vo.IdentityCertification
- setApplicationInstances(List<ApplicationInstance>) - Method in class oracle.iam.oimcommon.vo.Policy
- setApplicationName(String) - Method in class oracle.iam.application.vo.Application
- setApplicationName(String) - Method in class oracle.iam.application.vo.AppUpgrade
- setApplicationOwnerKey(Long) - Method in class oracle.iam.application.impl.vo.Template
- setApplicationStatus(String) - Method in class oracle.iam.application.impl.vo.Template
- setAppNames(String[]) - Method in class oracle.iam.application.vo.ApplicationDiff
- setAppOCProperties(Map<String, String>) - 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<ApprovalData>) - 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
- setAssignFailedTaskTo(String) - Method in class oracle.iam.application.vo.FailureAndRetry
- 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.
- setAssignmentRiskSummary(Integer) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- setAssignmentSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCAccount
- setAssignmentSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointUser
- setAssignmentSummaryRisk(Integer) - Method in class oracle.iam.certification.vo.IDCRoleUser
- 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<Attachments>) - Method in class oracle.iam.notification.vo.LocalTemplate
-
Set attachments in given locale template
- setAttribute(String) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
- setAttribute(String, Serializable) - Method in class oracle.iam.platform.kernel.vo.MutableEntity
- setAttribute(String, Object) - Method in class oracle.iam.identity.orgmgmt.vo.Organization
-
Adds the attribute
name
and it's valuevalue
. - setAttribute(String, Object) - Method in class oracle.iam.identity.rolemgmt.vo.Role
-
Sets the attribute
attr
and it's valueval
. - setAttribute(String, Object) - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
-
Sets the attribute
attr
and it's valueval
. - setAttribute(String, Object) - Method in class oracle.iam.identity.usermgmt.vo.Proxy
-
Adds the attribute
attr
and it's valueval
. - setAttribute(String, Object) - Method in class oracle.iam.identity.usermgmt.vo.User
-
Adds the attribute
attr
and it's valueval
. - setAttribute(String, Object) - Method in interface oracle.iam.identity.vo.Identity
-
Adds the attribute
attr
and it's valueval
. - setAttribute(String, Object) - Method in interface oracle.iam.identity.vo.Relationship
-
Adds the attribute
attr
and it's valueval
. - 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, Object) - Method in class oracle.iam.policyengine.vo.PathElement
- setAttribute(IDCAttribute) - Method in class oracle.iam.certification.vo.AttributeGlossaryItem
- setAttribute(AttributeDefinition) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
- 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(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<Long>) - 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.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<String, String>) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
-
Set the attribute map
- setAttributeMap(Map<String, String>) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
-
Set the attribute map
- setAttributeMap(Map<String, AttributeDefinition>) - Method in class oracle.iam.oimcommon.vo.ResourceType
- 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.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(HashMap<String, JobParameter>) - Method in class oracle.iam.scheduler.vo.JobDetails
-
Sets map containing schedule job parameter name and parameter value object.
- setAttributes(List<AttributeDefinition>) - Method in class oracle.iam.oimcommon.vo.AttributeCategory
- setAttributes(List<RequestProfileEntityAttribute>) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
- setAttributes(Map<String, Object>) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
-
Sets a
Map
of the user attributes - 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
- setAttributeSet(Set<String>) - 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.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
- setAttributeValueEndPointUsersMap(Map<IDCEndPointAttributeValue, List<IDCEndPointUser>>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setAttributeValueId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
- setAttributeValueId(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- 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<IDCEndPointAttributeValue>) - Method in class oracle.iam.certification.vo.IdentityCertification
- setAttributeValues(List<AccountAttributeValue>) - Method in class oracle.iam.oimcommon.vo.Account
-
Sets the attribute value assignments for this account
- setAttributeValues(List<PolicyAttributeValue>) - Method in class oracle.iam.oimcommon.vo.Policy
- setAttributeValueUserMapping(List<AttributeValueUserMapping>) - 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.provisioning.vo.BasicAttribute
- setAuditable(Boolean) - Method in class oracle.iam.catalog.vo.Catalog
- setAuditable(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
- setAuditDisabled(String) - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- setAuditDisabled(String) - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- 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.
- setAuditFailures(String) - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- setAuditFailures(String) - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- 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
- setAuditSuccess(String) - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- setAuditSuccess(String) - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- setAuthenticationHandle(Object) - Method in class oracle.iam.grc.sod.vo.SystemContext
- setAuthoritative(boolean) - Method in class oracle.iam.provisioning.vo.Application
- setAuthoritative(Boolean) - Method in class oracle.iam.application.impl.vo.Template
- setAuthoritative(Boolean) - Method in class oracle.iam.application.vo.Application
- setAuthoritative(Boolean) - Method in class oracle.iam.application.vo.ApplicationDiff
- setAuthoritative(Boolean) - Method in class oracle.iam.application.vo.AppUpgrade
- setAuthoritative(Boolean) - Method in class oracle.iam.application.vo.ConnectorUpgrade
- setAuthType(String) - Method in class oracle.iam.policyengine.impl.jaxb.PolicyTypeDefinition.PolicyType
-
Sets the value of the authType property.
- setAuthTypeAppReconResponses(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setAuthTypeAppReconSituations(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setAutoCertificationsForTransferredUsers(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setAutomaticDeprovisioningEnabled(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setAutomaticDeprovisioningEnabledForDisableAccount(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setAutomaticDeprovisioningEnabledForDisableAccount(boolean) - Method in class oracle.iam.certification.vo.RemediationRequestData
- 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.
- setBackendName(String) - Method in class oracle.iam.application.vo.Form
- setBaseApplicationKey(Long) - Method in class oracle.iam.application.impl.vo.Template
- setBaseApplicationName(String) - Method in class oracle.iam.application.impl.vo.Template
- setBaseApplicationName(String) - Method in class oracle.iam.application.vo.Application
- setBaseSelectionCriteria(BasicSelectionCriteria) - Method in class oracle.iam.ida.vo.ScanDefinition
- setBasicConfig(List<BasicAttribute>) - Method in class oracle.iam.application.vo.Application
- setBasicConfigDiffMap(HashMap<String, String>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setBasicSelectionCriteria(BasicSelectionCriteria) - Method in class oracle.iam.certification.vo.CertificationDefinition
- setBatchesProcessed(int) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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.
- setBatchWorkerSemaphore(Semaphore) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setBccEmailIds(String[]) - Method in class oracle.iam.notification.vo.NotificationEvent
-
Adds recepient's user names of the notification for the event.
- setBccIds(String[]) - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- setBelongsToMe(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
- setBeneficiaries(List<Beneficiary>) - Method in interface oracle.iam.request.vo.Request
- setBeneficiaries(List<Beneficiary>) - Method in class oracle.iam.request.vo.RequestData
-
Sets a list of beneficiary objects to this RequestData.
- setBeneficiary(User) - Method in class oracle.iam.application.vo.GroovyHelper
- setBeneficiaryExists(boolean) - Method in class oracle.iam.request.model.vo.RequestModel
-
Sets the value of the beneficiaryExists property.
- setBeneficiaryKeys(ArrayList<String>) - Method in exception oracle.iam.request.exception.BulkBeneficiariesAddException
- setBeneficiaryManager(User) - Method in class oracle.iam.application.vo.GroovyHelper
- setBeneficiaryPassword(String) - Method in class oracle.iam.application.vo.GroovyHelper
- 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
- setBeneficiaryUserKey(String) - Method in class oracle.iam.application.vo.GroovyHelper
- 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<String, T>[]) - Method in class oracle.iam.platform.kernel.vo.BulkOrchestration
-
Sets the parameters of this bulk orchesration
- setBundleConfig(List<ConnectorConfigurationProperty>) - Method in class oracle.iam.provisioning.vo.Application
- setBundleJarPath(String) - Method in class oracle.iam.application.vo.CIBean
- setBundleName(String) - Method in class oracle.iam.provisioning.vo.Application
- setBundlePkgPath(String) - Method in class oracle.iam.application.vo.CIBean
- 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<Long>) - 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<Capability>) - Method in class oracle.iam.platform.authopss.vo.AdminRole
-
setter for the Capabilities.
- setCapabilities(List<ApplicationObjectclassCapability>) - Method in class oracle.iam.provisioning.vo.ProvConfig
- setCapability(List<Capability>) - Method in class oracle.iam.application.vo.ProvisioningConfig
- setCapabilityDiffMap(HashMap<String, String>) - Method in class oracle.iam.application.vo.ApplicationDiff
- 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
- setCaseSensitive(Boolean) - Method in class oracle.iam.application.vo.CorrelationRuleElement
- setCaseSensitive(Boolean) - Method in class oracle.iam.application.vo.ProvisioningConfig
- 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
- setCatalogAttribute(List<Attribute>) - Method in class oracle.iam.application.vo.Application
- setCatalogAttributes(Catalog) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
-
This method sets the catalog values to the Application Instance object
- 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
- setCatalogRiskLevelCodeDecodeValueSet(List<LookupValue>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setCatalogs(List<Catalog>) - 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(Long) - Method in class oracle.iam.reconciliation.vo.Role
-
Set the ID of the Category
- setCategory(String) - Method in class oracle.iam.application.vo.Attribute
- 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
- setCategoryCount(HashMap<String, Integer>) - Method in class oracle.iam.catalog.vo.CatalogSearchResult
- setCategoryCount(Map<String, Integer>) - 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<Long, String>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setCause(String) - Method in class oracle.iam.ida.vo.ActionHistory
- setCause(Throwable) - Method in class oracle.iam.idc.vo.Result
- setCause(PolicyViolationCauseDetails) - Method in class oracle.iam.ida.vo.PolicyViolationCause
- setCauseRequestId(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
- setCcEmailIds(String[]) - Method in class oracle.iam.notification.vo.NotificationEvent
-
Adds recepient's user names of the notification for the event.
- setCcIds(String[]) - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- 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.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.catalog.vo.Catalog
- setCertifiable(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
- setCertifiable(Boolean) - Method in class oracle.iam.oimcommon.vo.Catalog
- setCertifiableResourceTypeIds(List<Long>) - 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
- setCertificationHelper(Object) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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
- setCertificationIndex(int) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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(boolean) - Method in class oracle.iam.certification.vo.CertificationHistory
- setCertificationStatus(Integer) - 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
- setCertifierType(Integer) - Method in class oracle.iam.certification.vo.IdentityCertification
- 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
- setCertTaskUID(String) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setChAllAtOnce(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
- setChallengeResponsesForLoggedInUser(Set<Challenge>) - 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, String, String[], Throwable) - Constructor for exception oracle.iam.selfservice.exception.SetChallengeValueException
-
Constructs a
SetChallengeValueException
with the specified message, errorCode and params. - 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. - setChallengeValues(String, char[], Map<String, Object>) - 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)
- setChallengeValues(Map<String, Object>) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
Sets challenge questions and answers for logged-in user.
- setChallengeValuesForSelf(Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use {@link AuthenticatedSelfService#setChallengeValues(Map<String, Object> quesAnsMap} instead
- setChallengeValuesForUser(String, String, Map) - Method in interface Thor.API.Operations.tcUnauthenticatedOperationsIntf
-
Deprecated.
- setChallengeValuesWithPasswordAuth(Map<String, Object>, char[]) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
- 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(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.
- 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.
- 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<RequestBeneficiaryEntityAttribute>) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
- setChildAttributes(List<RequestEntityAttribute>) - Method in class oracle.iam.request.vo.RequestEntityAttribute
- setChildAttributes(List<RequestProfileEntityAttribute>) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
- setChildAttrs(Set<BasicAttribute>) - Method in class oracle.iam.provisioning.vo.ComplexAttribute
- setChildData(Map<String, Object>) - Method in class oracle.iam.provisioning.vo.ChildTableRecord
-
This method sets the child table data from a single row of the child table record.
- setChildData(Map<String, ArrayList<ChildTableRecord>>) - Method in class oracle.iam.provisioning.vo.AccountData
-
This method sets the Map containing the child table records.
- setChildDataFields(ArrayList) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
- setChildForm(FormInfo) - Method in class oracle.iam.provisioning.vo.Entitlement
- setChildFormDiffMap(TreeMap<String, String>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setChildFormModifiedMap(HashMap<String, String>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setChildFormName(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
- setChildForms(List<FormInfo>) - 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
- setChildFormSchemaAttributesAddedMap(HashMap<String, List<SchemaAttribute>>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setChildFormSchemaDiffMap(HashMap<String, TreeMap<String, String>>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setChildFormValues(Map<String, Object>) - 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.
- setChildIdentityCorrelationRule(List<CorrelationRule>) - Method in class oracle.iam.application.vo.CorrelationRule
- setChildIds(List<Long>) - Method in class oracle.iam.oimcommon.vo.Organization
-
Sets the list of Organizations (Ids) that are direct children of this Organization.
- setChildIds(List<Long>) - 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<HierarchicalAttributes.ChildDetails>) - Method in class oracle.iam.catalog.vo.HierarchicalAttributes
- setChildRequests(List<Request>) - Method in interface oracle.iam.request.vo.Request
- setChilds(Collection<RootObject>) - 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
- setCiXMLPath(String) - Method in class oracle.iam.application.vo.CIBean
- 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.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.
- setComplexSubFields(List<FlatFileField>) - Method in class oracle.iam.application.vo.FlatFileField
- setComponentRuleDescriptions(List<PasswordRuleDescription>) - 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<String, ConnectorConfigurationProperty>) - 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(int) - Method in class oracle.iam.grc.sod.vo.RuleElement
- setConnectingOperator(String) - Method in class oracle.iam.grc.sod.vo.Duty
- 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.application.vo.ConnectorInfo
- setConnectorBundleURI(String) - Method in class oracle.iam.provisioning.vo.Application
- setConnectorBundleURI(String) - Method in class oracle.iam.provisioning.vo.ConnectorInfo
- setConnectorDeploymentPath(String) - Method in class oracle.iam.application.vo.Application
- setConnectorDisplayName(String) - Method in class oracle.iam.application.vo.Application
- setConnectorDisplayName(String) - Method in class oracle.iam.application.vo.ApplicationDiff
- setConnectorDisplayName(String) - Method in class oracle.iam.application.vo.AppUpgrade
- setConnectorDisplayName(String) - Method in class oracle.iam.application.vo.ConnectorInfo
- setConnectorDisplayName(String) - Method in class oracle.iam.application.vo.ConnectorUpgrade
- 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.application.impl.vo.Template
- setConnectorName(String) - Method in class oracle.iam.application.vo.CIBean
- 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
- setConnectorVersion(String) - Method in class oracle.iam.application.impl.vo.Template
- setConnectorVersion(String) - Method in class oracle.iam.application.vo.Application
- setConnectorVersion(String) - Method in class oracle.iam.application.vo.AppUpgrade
- setConnectorVersion(String) - Method in class oracle.iam.application.vo.CIBean
- 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<String>) - 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(Integer) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
- 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(String) - Method in class oracle.iam.application.vo.ApplicationJobResult
- setCreateBy(String) - Method in class oracle.iam.scheduler.vo.JobResult
- 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.migration.vo.UserPasswordHistoryVO
- 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
- setCreateDateString(String) - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- setCreatedBy(Long) - 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
- 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.
- setCreateTime(Date) - Method in class oracle.iam.application.vo.ApplicationJobResult
- setCreateTime(Date) - Method in class oracle.iam.scheduler.vo.JobResult
- 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
- setCreateuser(String) - Method in class oracle.iam.notification.vo.SearchResult
- 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
- 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 class com.thortech.xl.vo.workflow.RequestInstance
- 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
- setCurrentStatus(String) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setCurrentValue(UserAttributeValues) - Method in class oracle.iam.certification.vo.ModifiedUser
- setCustomAccessReviewerMap(Map<String, Set<Long>>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setCustomAccessReviewerMapName(String) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setCustomAccessReviewerMapName(String) - Method in class oracle.iam.certification.vo.CertificationDefinition
- setCustomData(String) - Method in class oracle.iam.policyengine.vo.Policy
- setCustomParams(HashMap<String, Serializable>) - Method in class oracle.iam.scheduler.vo.TaskSupport
-
Set the custom parameters for the job.
- setCustomParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setCustomParams(Map<String, Serializable>) - Method in class oracle.iam.scheduler.vo.JobHistoryParam
- setCustomProperties(List<String>) - Method in class oracle.iam.certification.vo.base.BaseRole
- setCustomProperties(List<String>) - Method in class oracle.iam.certification.vo.base.BaseUser
- setCustomProperties(List<String>) - 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<String>) - 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
- setCustomStatus(String) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setCustomStatus(String) - Method in class oracle.iam.scheduler.vo.JobHistory
- setCustomStatus(String) - Method in class oracle.iam.scheduler.vo.TaskSupport
-
Set the custom status for the job.
- 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(Double) - 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(Double) - Method in class oracle.iam.notification.vo.NotificationTemplate
-
Sets Data Level of the template
- setDatalevel(String) - Method in class oracle.iam.notification.vo.Attachments
-
Sets Data Level of the attachment
- setDatalevel(String) - Method in class oracle.iam.notification.vo.LocalTemplate
-
Sets Data Level of the locale template
- setDatalevel(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
-
Sets Data Level of the template
- setDataLevel(Integer) - Method in class oracle.iam.oimcommon.vo.RoleGrant
- setDataLevel(Long) - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- setDataLevel(Long) - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- setDataLevel(Long) - Method in class oracle.iam.auditevent.vo.AuditEventGroupEntityTypeAction
- setDataLevel(Long) - Method in class oracle.iam.certification.vo.IDCRole
- setDataLevel(Long) - Method in class oracle.iam.oimcommon.vo.Role
- setDataLevel(BigDecimal) - Method in class oracle.iam.identity.usermgmt.vo.UserAttributeReservationRecord
- 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
- setDataOwnerRole(Long) - Method in class oracle.iam.certification.vo.IDCAccount
- setDataOwnerRole(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
- setDataOwnerRole(Long) - Method in class oracle.iam.certification.vo.IDCAttributeValue
- setDataOwnerRole(Long) - Method in class oracle.iam.certification.vo.IDCEndPoint
-
Deprecated.
- setDataOwnerRole(Long) - 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
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
- setDataSpecifiedForObjects(long, AccessPolicyResourceData[]) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
- setDataType(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
- setDataType(String) - Method in class oracle.iam.application.vo.Attribute
- setDataType(String) - Method in class oracle.iam.application.vo.FlatFileField
- 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(String) - Method in class oracle.iam.scheduler.vo.JobParameter
-
Sets job parameter type.
- setDataType(DataType) - Method in class oracle.iam.application.vo.SchemaAttribute
- setDataType(JobParamDataType) - Method in class oracle.iam.application.vo.ReconJobParameter
- setDataType(MetaDataDefinition.Type) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
- setDataType(PolicyConstants.OperatorType) - Method in class oracle.iam.policyengine.vo.PathElement
- setDataTypes(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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.
- setDecodeValue(String) - Method in class oracle.iam.application.vo.LookupValue
- setDefaultApplicationInstanceRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
- setDefaultEntitlementDefinitionRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
- setDefaultItemRisksInCatalog(Integer) - Method in interface oracle.iam.oimcommon.api.RoleService
- setDefaultItemRisksInCatalog(Integer, Integer) - Method in interface oracle.iam.oimcommon.api.AccountService
- setDefaultItemRisksInCatalog(RiskConfiguration) - Method in interface oracle.iam.oimcommon.api.RiskAggregationService
- 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
- setDefaultReviewerIdUsersMap(Map<Long, Set<Long>>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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.application.vo.SchemaAttribute
- 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<Orchestration>) - 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
- 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(Boolean) - Method in class oracle.iam.oimcommon.vo.Catalog
- setDeleted(Integer) - Method in class oracle.iam.catalog.vo.CatalogLightVO
- setDeletedDate(Date) - Method in class oracle.iam.certification.vo.base.BaseUser
- setDeletedTasks(HashMap) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
- setDeleteTypeJobReqParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setDeniedAttributes(List<String>) - 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.identity.usermgmt.vo.User
-
Sets the user departmentNumber.
- setDepartmentNumber(String) - Method in class oracle.iam.oimcommon.vo.User
- setDependentAttribute(String) - Method in class oracle.iam.application.vo.SchemaAttribute
- 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.
- setDeploymentMode(DeploymentMode) - Method in class oracle.iam.application.vo.Application
- 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.application.impl.vo.Template
- setDescription(String) - Method in class oracle.iam.application.vo.Application
- 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 valuedescription
. - setDescription(String) - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
-
Set the
Role Category Description
attribute with a valuedescription
. - 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<Character>) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
-
Sets a
Set
of the characters disallowed in a password - setDisallowedSubstrings(Set<String>) - 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
- setDisconnected(Boolean) - Method in class oracle.iam.application.impl.vo.Template
- setDisconnected(Boolean) - Method in class oracle.iam.application.vo.Application
- 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.application.impl.vo.Template
- setDisplayName(String) - Method in class oracle.iam.application.vo.Attribute
- setDisplayName(String) - Method in class oracle.iam.application.vo.SchemaAttribute
- 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 valuedisplayName
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<String, String>) - 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
- setElementOperator(RuleElementOperator) - Method in class oracle.iam.application.vo.CorrelationRuleElement
- setElist(List<Entities>) - Method in class oracle.iam.oimrest.rest.vo.EntityVO
- setElist(List<EntityTypes>) - Method in class oracle.iam.oimrest.rest.vo.EntityTypesVO
- 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
- setEmailConfig(EmailConfig) - Method in class oracle.iam.scheduler.vo.JobDetails
-
This method is used to set EmailConfigVO
- setEmailConfig(EmailConfig) - Method in class oracle.iam.scheduler.vo.TaskSupport
-
Sets the email config
- 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
- setEmailTemplate(String) - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- 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
- setEnabled(Boolean) - Method in class oracle.iam.application.vo.Capability
- 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.
- setEncodeValue(String) - Method in class oracle.iam.application.vo.LookupValue
- 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.
- setEncrypted(Boolean) - Method in class oracle.iam.application.vo.Attribute
- setEncrypted(Boolean) - Method in class oracle.iam.application.vo.ReconJobParameter
- setEncrypted(Boolean) - Method in class oracle.iam.application.vo.SchemaAttribute
- 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<EndpointIdAttributeIdMapping>) - 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.IDCEndPointAttributeValue
- setEndPointId(Long) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
- setEndPointIds(List<Long>) - 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.IDCPolicyAttributeWrapper
- setEndTime(Date) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- 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<Long, Long>) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
- setEntDefnPercentCompleteMap(Map<Long, Double>) - Method in class oracle.iam.certification.vo.EntitlementCertificationStats
- setEntities(List<RequestProfileEntity>) - 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(Boolean) - Method in class oracle.iam.application.vo.SchemaAttribute
- setEntitlement(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
-
Sets the value of the entitlement property.
- setEntitlement(Entitlement) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
-
This method sets the Entitlement value object to this EntitlementInstance.
- 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<EntitlementInstance>) - 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)
- setEntitlementName(String) - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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<Long, List<EntitlementInstance>>) - 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
- setEntitlementTypeJobReqParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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.application.vo.FailedTaskAssignConfig
- 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<RequestBeneficiaryEntityAttribute>) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
-
Sets the entity attributes.
- setEntityData(List<RequestEntityAttribute>) - 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(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.catalog.vo.CatalogLightVO
- 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.request.vo.SodResult
- setEntityId(String) - Method in class oracle.iam.vo.OperationResult
- setEntityID(String) - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- setEntityID(String) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntity
- setEntityIdAsLong(Long) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
- 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.catalog.vo.Catalog
- setEntityKey(String) - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
- 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 oracle.iam.request.vo.SodResult
- 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.oimrest.rest.vo.Entities
- 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<String>) - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
- 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(String) - Method in class oracle.iam.certification.vo.CatalogItemWrapper
- setEntityType(String) - Method in class oracle.iam.certification.vo.IDCAccount
- setEntityType(String) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
- 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(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.oimrest.rest.vo.BaseVO
- setEntityType(String) - Method in class oracle.iam.oimrest.rest.vo.Entities
- setEntityType(String) - Method in class oracle.iam.oimrest.rest.vo.EntityTypes
- setEntityType(String) - Method in class oracle.iam.platform.authopss.vo.EntityPublication
-
The entity-type for this publication.
- 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
- setEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.CertificationTaskAction
- setEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
- setEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- setEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
- setEntityType(PolicyConstants.Resources) - Method in class oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria
- setEntityType(OIMType) - Method in class oracle.iam.catalog.vo.Catalog
- setEntityType(OIMType) - Method in class oracle.iam.catalog.vo.CatalogLightVO
- 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
- setEntityTypeActionId(String) - Method in class oracle.iam.auditevent.vo.AuditEventGroupEntityTypeAction
- setEntityTypeActionName(String) - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- setEntityTypeDisplay(String) - Method in class oracle.iam.oimrest.rest.vo.Entities
- setEntityTypeDisplay(String) - Method in class oracle.iam.oimrest.rest.vo.EntityTypes
- setEntitytypeInBulk(Boolean) - Method in class oracle.iam.request.model.vo.RequestModel
-
Sets the value of the entitytypeInBulk property.
- setEntityTypeName(String) - Method in class oracle.iam.auditevent.vo.AuditEventEntityTypeAction
- setEntityTypes(ArrayList<String>) - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
- 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.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 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 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 Thor.API.Exceptions.tcAPIException
-
Method to set the Error code on API Exception
- setErrorData(byte[]) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setErrorData(byte[]) - Method in class oracle.iam.scheduler.vo.JobHistory
-
Sets Job history instance's error data.
- 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
- setErrorLevel(ErrorLevel) - Method in class oracle.iam.scheduler.vo.JobResult
- setErrorLevelString(String) - Method in class oracle.iam.application.vo.ApplicationJobResult
- setErrorList(List<String>) - Method in class oracle.iam.application.vo.TemplateGenerationError
- setErrorMessage(String) - Method in class oracle.iam.exception.OIMError
- setErrorMessage(String) - Method in exception oracle.iam.exception.OIMServiceException
- setErrorMsg(String) - Method in class oracle.iam.application.vo.AppUpgrade
- setErrors(List<OIMError>) - Method in exception oracle.iam.exception.OIMServiceException
- setErrors(List<OIMError>) - 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
- setEscalationTimeInMinutes(Integer) - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- 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
- setEventCount(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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
- setEventHash(String) - Method in class oracle.iam.auditevent.vo.AuditEvent
- 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, EventFailedException) - 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.
- 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<String, Object>) - Method in class oracle.iam.auditevent.vo.AuditEvent
- setEventValuesRemoved(Map<String, Object>) - Method in class oracle.iam.auditevent.vo.AuditEvent
- setException(Throwable) - Method in class oracle.iam.catalog.vo.Result
- setExceptionMessage(String) - Method in class oracle.iam.application.vo.ApplicationJobResult
- setExceptionMessage(String) - Method in class oracle.iam.scheduler.vo.JobResult
- setExceptionObject(Exception) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setExceptionObject(Throwable) - Method in class oracle.iam.application.vo.ApplicationJobResult
- setExceptionObject(Throwable) - Method in class oracle.iam.scheduler.vo.JobResult
- setExceptions(ArrayList<Exception>) - Method in exception oracle.iam.request.exception.BulkBeneficiariesAddException
- setExceptions(ArrayList<Exception>) - Method in exception oracle.iam.request.exception.BulkEntitiesAddException
- setExcludeAppInsWithNoAccounts(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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.
- setExtAttr(Map<String, String>) - Method in class oracle.iam.oimrest.rest.vo.BaseVO
- setExtension(String) - Method in class oracle.iam.certification.vo.base.BaseUser
- setExtraAttributes(HashMap<String, Object>) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntity
- setFailedJobs(long) - Method in class oracle.iam.scheduler.vo.HistorySummary
- setFailedKeys(long[]) - Method in exception Thor.API.Exceptions.tcStaleDataUpdateException
- setFailedProcesses(ArrayList<Id>) - Method in class oracle.iam.platform.kernel.vo.OrchestrationResult
- setFailedRecord(FailedRecord[]) - Method in class oracle.iam.platform.kernel.vo.BulkResult
- setFailedResults(HashMap<String, String>) - Method in class oracle.iam.identity.usermgmt.vo.UserManagerResult
-
Sets a
Map
of failed result. - setFailedResults(Map<String, Object>) - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
- setFailedResults(Map<String, String>) - Method in class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
- setFailedResults(Map<String, String>) - Method in class oracle.iam.provisioning.vo.OperationResult
- setFailedResults(Map<String, ValidationFailedException>) - Method in class oracle.iam.identity.orgmgmt.vo.OrganizationManagerBulkResult
-
Sets a
Map
of failed result. - setFailedTaskAssignConfig(FailedTaskAssignConfig) - Method in class oracle.iam.application.vo.Capability
- setFailedTaskAssignConfig(FailedTaskAssignConfig) - Method in class oracle.iam.application.vo.ProvisioningConfig
- setFailedTaskRetryConfig(FailedTaskRetryConfig) - Method in class oracle.iam.application.vo.Capability
- setFailedTaskRetryConfig(FailedTaskRetryConfig) - Method in class oracle.iam.application.vo.ProvisioningConfig
- setFailureReason(String) - Method in class oracle.iam.migration.vo.UserChallengeQAVO
- setFailureReason(String) - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- setFailureReason(String) - Method in class oracle.iam.migration.vo.UserPasswordVO
- 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
- setFieldType(String) - Method in class oracle.iam.application.vo.SchemaAttribute
- 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
- setFilteredAppInstanceIds(List<Long>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setFilteredEntitlementIds(List<Long>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setFilteredRoleIds(List<Long>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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<IDCAccountAttributeWrapper>) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
- setFlatAccountAttributeList(List<IDCAccountAttributeWrapper>) - Method in class oracle.iam.certification.vo.IDCEndPoint
-
Deprecated.
- setFlatFile(Boolean) - Method in class oracle.iam.application.vo.Application
- setFlatFileConfig(FlatFileConfig) - Method in class oracle.iam.application.vo.ObjectClass
- setFlatFileDeleteSyncTypeJobReqParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setFlatFileDeleteTypeJobReqParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setFlatFileDiffSyncTypeJobReqParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setFlatFileEntitlementTypeJobReqParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setFlatFileFields(List<FlatFileField>) - Method in class oracle.iam.application.vo.FlatFileConfig
- setFlatFileFullTypeJobReqParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setFlatPolicyAttributeList(List<IDCPolicyAttributeWrapper>) - 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(List<Form>) - Method in class oracle.iam.application.vo.Form
- setForm(Form) - Method in class oracle.iam.application.vo.ObjectClass
- setForm(Form) - Method in class oracle.iam.reconciliation.config.vo.Profile
- setForm(Form[]) - Method in class oracle.iam.reconciliation.config.vo.Form
-
Sets child forms.
- setFormData(HashMap) - Method in class com.thortech.xl.vo.AccessPolicyResourceData
-
Sets the data for the parent form
- setFormData(HashMap) - Method in class com.thortech.xl.vo.UDFormData
-
Sets the data for the parent form
- setFormData(Map) - Method in class com.thortech.xl.vo.ProvisioningData
-
Stores the formData information.
- 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<FormField>) - 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(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.
- setFormKey(String) - Method in class com.thortech.xl.vo.workflow.ProcessDefinition
- 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
- setFullTypeJobReqParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
-
Setter for Full Type job param
- setGapType(String) - Method in class oracle.iam.scheduler.vo.PeriodicTO
- setGapValue(String) - Method in class oracle.iam.scheduler.vo.PeriodicTO
- 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<Long>) - Method in class oracle.iam.certification.vo.CertificationDefinition
- setGlossary(Map<String, AttributeGlossaryItem>) - Method in class oracle.iam.certification.vo.IDCAttribute
- 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.IDCAttributeValue
- 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
- 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<String, Object>) - 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
- setGroupId(String) - Method in class oracle.iam.auditevent.vo.AuditEventGroupEntityTypeAction
- 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
- setGroupName(String) - Method in class oracle.iam.auditevent.vo.AuditEventGroup
- 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
- setHashedPassword(String) - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- 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
- setHeirarchy(Boolean) - Method in class oracle.iam.application.vo.Organization
- setHelperWorkerSemaphore(Semaphore) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setHelpText(String) - Method in class oracle.iam.application.vo.Attribute
- setHelpText(String) - Method in class oracle.iam.application.vo.ReconJobParameter
- 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.IDCConfiguration
- setHierarchical(Boolean) - Method in class oracle.iam.certification.vo.base.BaseCatalog
- 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<Cookie>) - 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.IDCPolicyAttribute
- setHighPrivileged(Boolean) - Method in class oracle.iam.certification.vo.IDCAttributeValue
- setHireDate(Date) - Method in class oracle.iam.oimcommon.vo.User
- setHistories(List<JobHistory>) - Method in class oracle.iam.scheduler.vo.JobHistoryBulk
- 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.IDCAccountAttribute
- 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.LastCertDecision
- setIAMRoleId(Long) - Method in class oracle.iam.certification.vo.IDCRole
- 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<CapabilityOperationOption>) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
- setId(long) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
- setId(long) - Method in class oracle.iam.conf.vo.SearchResult
- setId(long) - Method in class oracle.iam.notification.vo.SearchResult
-
Sets ID of the search result
- setId(long) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
- setId(Double) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setId(Double) - Method in class oracle.iam.application.vo.ApplicationJobResult
- setId(Double) - Method in class oracle.iam.notification.vo.Attachments
-
Set the ID of an attachment
- setId(Double) - Method in class oracle.iam.scheduler.vo.JobHistory
-
Sets job history ID in OIM repository.
- setId(Double) - Method in class oracle.iam.scheduler.vo.JobResult
- setId(Long) - Method in class oracle.iam.catalog.vo.Catalog
- 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.notification.vo.LocalTemplate
-
Set locale template ID
- setId(Long) - Method in class oracle.iam.notification.vo.NotificationTemplate
-
Sets ID of the template
- 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(Long) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
- setId(String) - Method in class oracle.iam.conf.vo.SystemProperty
- setId(String) - Method in class oracle.iam.notification.vo.LocalTemplate
-
Set locale template ID
- setId(String) - Method in class oracle.iam.notification.vo.NotificationTemplate
-
Sets ID of the template
- setId(String) - Method in class oracle.iam.notification.vo.SearchResult
-
Sets ID of the search result
- setId(String) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
- 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
- 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<IDCAttributeValue>) - Method in class oracle.iam.certification.vo.IDCAttribute
- setIDCConfiguration(IDCConfiguration) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setIdcEndPoints(List<IDCEndPoint>) - 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
- setIdentityAttribute(String) - Method in class oracle.iam.application.vo.SchemaAttribute
- setIdentityCertification(IdentityCertification) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setIdentityCorrelationRule(CorrelationRule) - Method in class oracle.iam.application.vo.ReconConfig
- setIdentityStatus(User.UserStatus) - Method in class oracle.iam.certification.vo.IDCUser
- setIdentityuserattributes(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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<Long>) - Method in class oracle.iam.certification.vo.BasicSelectionCriteria
- setImmediateChanges(List<Orchestration>) - 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<Orchestration>, 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.
- setIncludeAccessPolicyGrants(boolean) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setIncludeAccessPolicyGrants(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setIncludeActiveUsersAndAccounts(int) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setIncremental(boolean) - Method in class oracle.iam.certification.vo.CertificationInstance
- setIncremental(boolean) - Method in class oracle.iam.certification.vo.IdentityCertification
- setIncremental(Boolean) - Method in class oracle.iam.certification.vo.CertificationDefinition
- 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
- setIncrementalTypeJobReqParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setIncrementalWithPreviousStatus(boolean) - Method in class oracle.iam.certification.vo.CertificationInstance
- setIncrementalWithPreviousStatus(boolean) - Method in class oracle.iam.certification.vo.IdentityCertification
- setIncrementalWithPreviousStatus(Boolean) - Method in class oracle.iam.certification.vo.CertificationDefinition
- setIndexed() - Method in class oracle.iam.platform.entitymgr.vo.SchemaModification
-
Set the schema attribute to be indexed
- setInfotype(String) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setInfotype(String) - Method in class oracle.iam.scheduler.vo.JobHistory
-
Sets Job history information type.
- setInfoType(BulkNotificationEvent.Type) - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- 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<String, Serializable>) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
-
Sets the inter event data for orchestration.
- setInterruptedJobs(long) - Method in class oracle.iam.scheduler.vo.HistorySummary
- 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(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).
- setItResourceKey(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
- 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
- setJobDetail(List<ReconJobDetail>) - Method in class oracle.iam.application.vo.ReconConfig
- setJobDiffMap(TreeMap<String, String>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setJobEndTime(Timestamp) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setJobEndTime(Timestamp) - Method in class oracle.iam.scheduler.vo.JobHistory
-
Sets Job end time.
- setJobExecutionID(Double) - Method in class oracle.iam.application.vo.ApplicationJobReport
- setJobHistory(JobHistory) - Method in class oracle.iam.scheduler.vo.SearchResult
-
Sets Job history object of a schedule job.
- setJobHistoryId(Double) - Method in class oracle.iam.application.vo.ApplicationJobResult
- setJobHistoryId(Double) - Method in class oracle.iam.scheduler.vo.JobResult
- 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.
- setJobMode(String) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setJobModifiedMap(HashMap<String, String>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setJobName(String) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setJobName(String) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setJobName(String) - Method in class oracle.iam.application.vo.ReconJobDetail
- 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.
- setJobParamDataTypes(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
-
Setter for Job Parameter Data Types
- setJobParamDiffMap(HashMap<String, TreeMap<String, String>>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setJobParams(JobHistoryParam) - Method in class oracle.iam.scheduler.vo.JobHistory
- setJobParamsAddedMap(HashMap<String, List<ReconJobParameter>>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setJobRunParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setJobRunParams(Map<String, JobParameter>) - Method in class oracle.iam.scheduler.vo.JobHistoryParam
- setJobScheduledType(String) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setJobScheduleType(String) - Method in class oracle.iam.scheduler.vo.JobDetails
-
Sets Schedule job's scheduling type.
- setJobStartTime(Timestamp) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- 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(boolean) - Method in class oracle.iam.grc.sod.vo.AttributeDefInSComp
- setKey(long) - Method in class com.thortech.xl.vo.Operation
- setKey(long) - Method in class oracle.iam.catalog.vo.Result
- setKey(String) - Method in class com.thortech.xl.vo.Group
- 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(String) - Method in class oracle.iam.application.vo.KeyValuePair
- setKeyField(boolean) - Method in class com.thortech.xl.gc.vo.designtime.TargetAttribute
- setKeyField(boolean) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
- setKeyField(Boolean) - Method in class oracle.iam.application.vo.SchemaAttribute
- setKeyFieldCaseInsensitive(Boolean) - Method in class oracle.iam.application.vo.SchemaAttribute
- setKeyFlds(HashMap<String, Object>) - 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 oracle.iam.application.vo.ActionScript
- 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
- setLastRunEndTime(Date) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setLastRunStartTime(Date) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- 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.application.vo.SchemaAttribute
- 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.
- setLid1Compl(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
- setLid1Compl(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
- setLid1Tot(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
- setLid1Tot(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
- setLid2Compl(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
- setLid2Compl(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
- setLid2Tot(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
- setLid2Tot(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
- setLid3Compl(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
- setLid3Compl(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
- setLid3Tot(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
- setLid3Tot(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
- 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
- setListOfValues(String) - Method in class oracle.iam.application.vo.SchemaAttribute
- setLiteralValue(String) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
- setLiTot(Long) - Method in class oracle.iam.certification.vo.CertificationInstance
- setLiTot(Long) - Method in class oracle.iam.certification.vo.IdentityCertification
- 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(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.identity.usermgmt.vo.User
-
Sets the Locale for the user.
- setLocale(Locale) - Method in class oracle.iam.oimcommon.vo.User
- setLocaleValues(HashMap<String, Object>) - 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<String, LocalTemplate>) - 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(String) - Method in class oracle.iam.request.dataset.vo.LookupQuery
-
Sets the value of the lookupQuery property.
- setLookupQuery(LookupQuery) - Method in class oracle.iam.request.dataset.vo.AttributeReference
-
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<String>) - 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(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.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
- setMandatoryCertifyComments(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setMandatoryRevokeComments(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setManualInsertNotAllowed(boolean) - Method in class com.thortech.xl.vo.workflow.TaskDefinition
-
Sets whether the task can be manually inserted into a workflow or not
- setMapName(String) - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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.vo.RequestBeneficiaryEntityAttribute
- setMasked(boolean) - Method in class oracle.iam.request.vo.RequestEntityAttribute
- 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.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
andResourceType.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.
- setMembershipType(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
- setMemberUserIds(List<Long>) - Method in class oracle.iam.oimcommon.vo.Organization
-
Sets list of Users (unique Ids) who are members of the Organization.
- setMemberUserIds(List<Long>) - 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<AdminRoleRuleScope>) - Method in class oracle.iam.platform.authopss.vo.AdminRole
- setMessage(String) - Method in class oracle.iam.catalog.vo.Result
- 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 class oracle.iam.oimrest.rest.vo.Entities
- 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 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 exception Thor.API.Exceptions.tcAPIException
-
Method to set the Error message on API Exception
- setMetadata(String[]) - Method in class oracle.iam.grc.sod.vo.LookupResultSet
- setMetadata(List<MetaData>) - Method in class oracle.iam.catalog.vo.Catalog
- 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<MlsAttribute>) - 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
- setMobile(String) - Method in class oracle.iam.identity.usermgmt.vo.User
-
* Sets the user MobileNumber.
- setMode(JobMode) - Method in class oracle.iam.application.vo.ReconJobDetail
- 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
- setModifiedChildForms(List<Form>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setModifiedName(String) - Method in class com.thortech.xl.vo.workflow.WorkflowDefinition
- setModifiedReconJobs(List<ReconJobDetail>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setModifyDate() - Method in class oracle.iam.certification.vo.base.BaseAccount
-
Set last modification date to now.
- setModifyDate(Date) - Method in class oracle.iam.certification.vo.base.BaseAccount
-
Set last modification date.
- setMultiValued() - Method in class com.thortech.xl.gc.vo.designtime.Attribute
- setMultiValued(boolean) - Method in class com.thortech.xl.gc.vo.designtime.Attribute
- setMultiValued(boolean) - Method in class oracle.iam.provisioning.vo.BasicAttribute
- setMultiValued(boolean) - Method in class oracle.iam.request.vo.RequestEntityAttribute
- setMultiValued(Boolean) - Method in class oracle.iam.application.vo.FlatFileField
- setMultiValued(Boolean) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
- setMultiValued(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
-
Sets the value of the multiValued property.
- 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.application.vo.Attribute
- setName(String) - Method in class oracle.iam.application.vo.FlatFileField
- setName(String) - Method in class oracle.iam.application.vo.Form
- setName(String) - Method in class oracle.iam.application.vo.ObjectClass
- setName(String) - Method in class oracle.iam.application.vo.Organization
- setName(String) - Method in class oracle.iam.application.vo.ReconJobParameter
- setName(String) - Method in class oracle.iam.application.vo.SchemaAttribute
- setName(String) - Method in class oracle.iam.application.vo.TransformParams
- 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 valueroleName
. - setName(String) - Method in class oracle.iam.identity.rolemgmt.vo.RoleCategory
-
Set the
Role Category Name
attribute with a valuecategoryName
. - 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.
- setNameAttribute(String) - Method in class oracle.iam.application.vo.FlatFileConfig
- 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
- setNewConnectorVersion(String) - Method in class oracle.iam.application.vo.ConnectorUpgrade
- setNewInstance(boolean) - Method in class com.thortech.xl.vo.ddm.ITResourceParameterMap
- setNewObject(boolean) - Method in class com.thortech.xl.vo.ddm.RootObject
- 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.
- setNewUserChallengeAnswer(String) - Method in class oracle.iam.migration.vo.UserChallengeQAVO
- setNewUserChallengeQuestion(String) - Method in class oracle.iam.migration.vo.UserChallengeQAVO
- setNewUserKey(int) - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- setNewUserPassword(String) - Method in class oracle.iam.migration.vo.UserPasswordVO
- setNewUsersMapForEntitlementCertification(Map<Long, IDCUser>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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.
- setNewVersion(String) - Method in class oracle.iam.application.vo.ApplicationDiff
- setNextFireTime(Date) - Method in class com.thortech.xl.vo.Taskdetails
- setNextFireTime(Date) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setNextFireTime(Date) - Method in class oracle.iam.scheduler.vo.Trigger
-
Sets Next fire time of schedule job.
- setNonCertifiableRoles(List<Role>) - Method in class oracle.iam.oimcommon.vo.User
- 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
- setObjectClass(List<ObjectClass>) - Method in class oracle.iam.application.vo.Application
- setObjectClassConfig(List<Attribute>) - Method in class oracle.iam.application.vo.ObjectClass
- setObjectClasses(Set<String>) - 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(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).
- setObjectKey(String) - Method in class oracle.iam.platform.utils.lookup.vo.AbstractLookupQueryVO
-
Returns a Map of dependent attributes.
- 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<OIMGenericExceptionIntf>) - 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
- setOimValue(String) - Method in class oracle.iam.application.vo.TargetOimValueMap
- 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.
- setOldConnectorVersion(String) - Method in class oracle.iam.application.vo.ConnectorUpgrade
- setOlderVersion(String) - Method in class oracle.iam.application.vo.ApplicationDiff
- 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.
- setOldUserChallengeAnswer(String) - Method in class oracle.iam.migration.vo.UserChallengeQAVO
- setOldUserChallengeQuestion(String) - Method in class oracle.iam.migration.vo.UserChallengeQAVO
- setOldUserKey(int) - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- setOldUserKeyString(String) - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- setOldUserPassword(String) - Method in class oracle.iam.migration.vo.UserPasswordVO
- setOldValue(boolean) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
- setOldValue(String) - Method in class com.thortech.xl.vo.Change
- setOldValue(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
- 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.oimrest.rest.vo.BaseVO
- 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.SoDAnalysisResult
- setOperationID(String) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
- setOperationName(String) - Method in class com.thortech.xl.gc.vo.runtime.OIMOperation
- setOperationOptionName(String) - Method in class oracle.iam.provisioning.vo.CapabilityOperationOption
- setOperationOptions(Map<String, Object>) - 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.
- setOperationType(String) - Method in class oracle.iam.application.vo.GroovyHelper
- 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(List<Organization>) - Method in class oracle.iam.application.vo.Application
- 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
- setOrphanAccountCreated(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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<String, String>) - 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.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
- setOwnerID(Long) - Method in class oracle.iam.oimcommon.vo.EntitlementDefinition
- 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
- setOwnerUserName(String) - Method in class oracle.iam.application.vo.Application
- 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<String, T>) - Method in class oracle.iam.platform.kernel.vo.AbstractGenericOrchestration
-
Method to set orchestration parameters
- setParameter(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setParameter(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ReconJobDetail
- setParameterKey(String) - Method in class oracle.iam.scheduler.vo.JobParameter
-
Sets Job parameter key in OIM repository.
- setParameterMap(Map<String, String>) - Method in exception oracle.iam.identity.exception.AccessDeniedException
- setParameterMap(Map<String, String>) - Method in exception oracle.iam.identity.exception.IdentityException
- setParameterMap(Map<String, String>) - Method in interface oracle.iam.platformservice.exception.OIMGenericExceptionIntf
-
Sets the parameter map
- setParameterMap(Map<String, String>) - Method in exception oracle.iam.selfservice.exception.SelfServiceException
- setParameterName(String) - Method in class com.thortech.xl.vo.ddm.ITResourceParameter
- 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(String[]) - Method in exception oracle.iam.selfservice.exception.SelfServiceException
- setParameters(Collection) - Method in class com.thortech.xl.vo.ddm.ITResourceParameterMap
- setParameters(HashMap<String, JobParameter>) - 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.
- setParameterValue(String) - Method in class com.thortech.xl.vo.ddm.ITResourceParameter
- setParams(HashMap<String, Object>) - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- setParams(HashMap<String, Object>) - 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<String, JobParameter>) - Method in class oracle.iam.scheduler.vo.JobDetails
-
Sets map containing schedule job parameter name and parameter value object.
- setParams(List) - Method in class oracle.iam.grc.sod.vo.ServiceComponent
- setParams(List<ReconJobParameter>) - Method in class oracle.iam.application.vo.ApplicationJobResult
- setParams(List<NotificationAttribute>) - Method in class oracle.iam.notification.vo.EventXMLObject
-
Attach parameters associated with the notification event
- setParams(Map) - Method in class oracle.iam.grc.sod.vo.SystemContext
- setParams(Map<String, Serializable>) - Method in class oracle.iam.scheduler.vo.JobResult
- setParamTypes(Class[]) - Method in class oracle.iam.scheduler.vo.JobDetails
-
Sets Schedule job parameter types.
- setParent(long) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.Organization
- setParent(Integer) - Method in class oracle.iam.oimcommon.vo.AttributeDefinition
- setParent(String) - Method in class com.thortech.xl.vo.ddm.TaskObject
- setParentAppInstance(ApplicationInstance) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
-
This method sets the parent ApplicationInstance associated with current ApplicationInstance.
- setParentApplicationName(String) - Method in class oracle.iam.application.vo.Application
- 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(Long) - Method in class oracle.iam.oimcommon.vo.Catalog
- setParentEntityKey(String) - Method in class oracle.iam.catalog.vo.Catalog
- setParentEntityKey(String) - Method in class oracle.iam.catalog.vo.CatalogLightVO
- setParentEntityName(String) - Method in class oracle.iam.catalog.vo.CatalogEnrichmentData
- setParentEntityType(String) - Method in class oracle.iam.oimcommon.vo.Catalog
- setParentEntityType(CertificationConstants.EntityType) - Method in class oracle.iam.certification.vo.CertificationTaskAction
- 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
- 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<Long>) - Method in class oracle.iam.oimcommon.vo.Role
-
Sets the list of Roles (Ids) that directly contain this Role Makes a defensive copy.
- setParentKey(long) - Method in class oracle.iam.provisioning.vo.ApplicationInstance
-
This method sets the primary Key of the parent ApplicationInstance.
- 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
- 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<RootObject>) - 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<PasswordRuleDescription>) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyDescription
- setPasswordRulesDescription(List<PasswordRuleDescription>) - 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<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Update the attributes of a pending role grant.
- setPendingRoleUserRelationshipAttributesRequest(String, String, Map<String, Object>) - 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
- setPercentComplete(Integer) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
- setPercentComplete(Integer) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
- setPercentComplete(Integer) - Method in class oracle.iam.certification.vo.IDCRole
- setPercentComplete(Integer) - Method in class oracle.iam.certification.vo.IDCUser
- setPercentComplete(Integer) - Method in class oracle.iam.certification.vo.IdentityCertification
- setPerformAutomatedRetry(String) - Method in class oracle.iam.application.vo.FailureAndRetry
- 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
- setPhaseTwoReviewerType(Integer) - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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<IDCPolicy>) - Method in class oracle.iam.certification.vo.IDCRole
- setPolicies(List<Policy>) - Method in class oracle.iam.oimcommon.vo.Role
- setPolicy(Policy) - Method in class oracle.iam.grc.sod.vo.Violation
- setPolicyAssociations(List<RolePolicyAssociation>) - Method in class oracle.iam.oimcommon.vo.Role
- setPolicyAttributes(List<IDCPolicyAttribute>) - 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(Long) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
- setPolicyId(Long) - Method in class oracle.iam.oimcommon.vo.RolePolicyAssociation
- setPolicyId(String) - Method in class oracle.iam.grc.sod.vo.AsynchAnalysisReference
- setPolicyId(String) - Method in class oracle.iam.ida.vo.PolicyViolation
- setPolicyIds(List<Long>) - Method in class oracle.iam.oimcommon.vo.Role
-
Sets the list of Policies (Ids) that are part of this Role Makes a defensive copy.
- setPolicyIds(Set<String>) - Method in class oracle.iam.ida.vo.PolicySelectionCriteria
- 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.
- 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.
- setPolicyName(String) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
- setPolicyName(String) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
- setPolicyObjects(List<Policy>) - Method in class oracle.iam.ida.vo.PolicySelectionCriteria
- 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
- setPrePopulateCertifyComments(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
- 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<IdentityCertification>) - 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(Integer) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
-
Sets the Password Policy Priority.
- setPriority(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
-
Sets the priority sequence in which this assignment rule should be evaluated
- 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(long) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
-
This method sets the process instance key (ORC_KEY) to this EntitlementInstance via UD_CHILD.
- 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.
- 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(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
- 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
- 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<String, Object>) - Method in class oracle.iam.provisioning.vo.BasicAttribute
-
This method sets the form field properties for a form field (SDP entries for SDC)
- setProperties(HashMap<String, Object>) - 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
- setProvideOldValueOnUpdate(Boolean) - Method in class oracle.iam.application.vo.SchemaAttribute
- setProviderParameters(Map<String, String>) - Method in class oracle.iam.platform.entitymgr.vo.RelationMetadata
-
Set the relation provider parameters.
- setProviderParameters(Map<String, List<String>>) - Method in class oracle.iam.platform.entitymgr.vo.EntityMetadata
-
Set the data 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.
- setProvisionable(Boolean) - Method in class oracle.iam.application.vo.SchemaAttribute
- 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.
- setProvisioningConfig(ProvisioningConfig) - Method in class oracle.iam.application.vo.ObjectClass
- 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
- setProvisionMechanism(String) - Method in class oracle.iam.application.vo.GroovyHelper
- 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<ApplicationObjectclass.SCRIPT_TRIGGER, ScriptConfig>) - Method in class oracle.iam.provisioning.vo.ApplicationObjectclassCapability
- setProxyForUser(long, long, Date, Date) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#addProxyForUser(String userID,String proxyUserID,Date startDate, Date endDate,boolean isUserLogin)
instead - 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
- setPwhKey(int) - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- setPwhKeyString(String) - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- setQualifier(ArrayList) - Method in class com.thortech.xl.vo.workflow.AdapterMappingDefinition
- setQuery(String) - Method in class oracle.iam.platform.utils.vo.Query
- setRbKey(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
-
To get recon event batch id
- 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
- setReceiverID(String) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setReceiverID(String) - Method in class oracle.iam.scheduler.vo.EmailConfig
- setReceiverType(String) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setReceiverType(EmailConfig.EntityType) - Method in class oracle.iam.scheduler.vo.EmailConfig
- 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
- setRecipientType(Integer) - Method in class oracle.iam.certification.vo.IDCActionHistory
- setReconcilationRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
- setReconcileable(Boolean) - Method in class oracle.iam.application.vo.SchemaAttribute
- setReconConfig(ReconConfig) - Method in class oracle.iam.application.vo.ObjectClass
- 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.
- setReconFlatFileJobModes(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setReconJobModes(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setReconSituationResponses(Map<String, ApplicationObjectclass.RECON_SITUATIONS>) - Method in class oracle.iam.provisioning.vo.ReconConfig
- setReconStagingName(String) - Method in class oracle.iam.application.vo.SchemaAttribute
- 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(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.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(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
- setRemediatorDisplayName(String) - Method in class oracle.iam.ida.vo.ActionHistory
- setRemediatorLogin(String) - Method in class oracle.iam.ida.vo.ActionHistory
- 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.
- setRemovedAdvanceConfig(List<Attribute>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setRemovedBasicConfig(List<BasicAttribute>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setRemovedCapabilities(List<Capability>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setRemovedChildForms(List<Form>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setRemovedReconJobs(List<ReconJobDetail>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setRemovedSchemaAttributes(List<SchemaAttribute>) - Method in class oracle.iam.application.vo.ApplicationDiff
- 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
- setRequester(User) - Method in class oracle.iam.application.vo.GroovyHelper
- 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
- setRequesterManager(User) - Method in class oracle.iam.application.vo.GroovyHelper
- 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 class oracle.iam.identity.usermgmt.vo.UserManagerResult
- 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 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(long) - Method in class oracle.iam.provisioning.vo.ChildTableRecord
- 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(Long) - Method in interface oracle.iam.request.vo.Request
- setRequestKey(String) - Method in class com.thortech.xl.vo.workflow.RequestInstance
- setRequestKey(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
- 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(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
-
This method sets the request key to child table record from UD_CHILD table.
- 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(RequestHistoryEntry) - Method in class com.thortech.xl.vo.workflow.RequestInstance
- setRequestStatusHistory(ArrayList) - 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.application.vo.Attribute
- setRequired(boolean) - Method in class oracle.iam.application.vo.FlatFileField
- 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.scheduler.vo.JobParameter
-
Sets flag indicating whether job parameter is required or not.
- setRequired(Boolean) - Method in class oracle.iam.application.vo.ReconJobParameter
- setRequired(Boolean) - Method in class oracle.iam.application.vo.SchemaAttribute
- setRequired(Boolean) - Method in class oracle.iam.certification.vo.IDCPolicy
- 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.
- setRequiredChars(Set<Character>) - 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.provisioning.vo.EntitlementInstance
- 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<Resource>) - 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.certification.vo.CustomAccessReviewerInfo
- 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) - Method in class com.thortech.xl.vo.workflow.TaskInstance
- 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(Action) - Method in class oracle.iam.application.vo.SituationResponse
- 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<T, EventResult>) - Method in class oracle.iam.platform.kernel.vo.BulkEventResult
-
Sets the bulk orchestration result
- setRetainExpiryDate(boolean) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setRetries(int) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setRetrycount(int) - Method in class com.thortech.xl.vo.Taskdetails
- 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.
- setRetryCount(Integer) - Method in class oracle.iam.application.vo.FailedTaskRetryConfig
- setRetryCount(Long) - Method in class oracle.iam.reconciliation.vo.ReconEvent
- 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
- setRetryInterval(long) - Method in class oracle.iam.grc.sod.vo.SoDAnalysisInput
- setRetryIntervalInMinutes(Integer) - Method in class oracle.iam.application.vo.FailedTaskRetryConfig
- 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<String, Object>) - 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
- setReviewerId(Long) - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- setReviewerLastName(String) - Method in class com.thortech.xl.vo.AttestationProcessDefinitionVO
-
Sets last name of reviewer
- setReviewerLogin(String) - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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<Long, Map<Long, AtomicInteger>>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setReviewerToUsersMap(Map<User, Set<Long>>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setReviewerType(Integer) - Method in class oracle.iam.certification.vo.CertificationTaskAction
- setReviewerType(Integer) - Method in class oracle.iam.certification.vo.CertificationTaskInfo
- 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
- 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<String>) - Method in class oracle.iam.identity.rolemgmt.vo.RoleConsolidation
- setRoleGrants(List<RoleGrant>) - 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.certification.vo.CustomAccessReviewerInfo
- 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<Long, Double>) - Method in class oracle.iam.certification.vo.RoleCertificationStats
- setRoleRequestKey(String) - Method in class oracle.iam.provisioning.vo.Account
- setRoleRequestKey(String) - Method in class oracle.iam.provisioning.vo.EntitlementInstance
- setRoleRisk(Integer) - Method in class oracle.iam.oimcommon.vo.User
-
Sets the risk level associated with roles assigned to the user
- setRoleRoleAsgnTotalMap(Map<Long, Long>) - Method in class oracle.iam.certification.vo.RoleCertificationStats
- setRoleRolePolicyTotalMap(Map<Long, Long>) - Method in class oracle.iam.certification.vo.RoleCertificationStats
- setRoles(List<IDCRole>) - Method in class oracle.iam.certification.vo.IdentityCertification
- setRoles(List<IDCUserRole>) - Method in class oracle.iam.certification.vo.IDCUser
- setRoles(List<Role>) - Method in class oracle.iam.oimcommon.vo.User
- setRoles(Map<Long, IDCRole>) - Method in class oracle.iam.certification.vo.UserLastCertificationSummary
- 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.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy
-
Sets if this membership is created by dynamic membership rule
- setRuleBased(Boolean) - Method in class oracle.iam.oimcommon.vo.RoleGrant
- setRuleBasedProvisioningRiskLevel(Integer) - Method in class oracle.iam.certification.vo.RiskConfiguration
- setRuleElementOperator(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setRuleElements(List<CorrelationRuleElement>) - Method in class oracle.iam.application.vo.CorrelationRule
- setRuleId(String) - Method in class oracle.iam.ida.vo.PolicyViolationCause
- setRuleKey(Long) - Method in class oracle.iam.oimcommon.vo.RoleGrant
- setRuleKey(String) - Method in class com.thortech.xl.vo.workflow.TaskAssignment
-
Sets the Key of the Assignment Rule to be evaluated
- 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
- setRuleOperator(String) - Method in class oracle.iam.application.vo.CorrelationRule
- setRuleOperator(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setRuleSetName(String) - Method in class oracle.iam.certification.vo.EventListener
- setRuleSetName(String) - Method in class oracle.iam.certification.vo.EventTriggerData
- setRunEvery(long) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setRunningJobs(long) - Method in class oracle.iam.scheduler.vo.HistorySummary
- 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
- setSchemaAttributeDiffMap(TreeMap<String, String>) - Method in class oracle.iam.application.vo.ApplicationDiff
- setSchemaAttributes(List<SchemaAttribute>) - Method in class oracle.iam.application.vo.Form
- setSchemaAttrs(Set<BasicAttribute>) - 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(Long) - Method in class oracle.iam.platform.authopss.vo.AdminRoleRuleScope
- setScopeId(String) - Method in class oracle.iam.platform.authopss.vo.AdminRoleMembership
-
Setter for the scope(organization)-id
- 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
- setScript(String) - Method in class oracle.iam.application.vo.ActionScript
- setScriptBody(String) - Method in class oracle.iam.provisioning.vo.ScriptConfig
- setScriptLanguage(String) - Method in class oracle.iam.provisioning.vo.ScriptConfig
- setScriptParams(Map<String, Object>) - 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
- setSearchPattern(String) - Method in class oracle.iam.oimrest.rest.vo.BaseVO
- 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<Long>) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setSelectedEntitlementIds(List<Long>) - 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<Long>) - 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.
- 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.BulkNotificationEvent
- setSender(String) - Method in class oracle.iam.notification.vo.NotificationEvent
-
Sets username of the user sending the notification for the event
- setSendFailureNotificationTo(String) - Method in class oracle.iam.application.vo.FailureAndRetry
- 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(String) - Method in exception Thor.API.Exceptions.tcAPIException
-
Method to set the Severity of Error message on API Exception
- setSeverity(PolicyConstants.Severity) - Method in class oracle.iam.ida.vo.PolicyViolation
- setSeverity(PolicyConstants.Severity) - Method in class oracle.iam.policyengine.vo.Policy
- 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
PasswordPolicyInfo.setDesc(desc)
- 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<String>, List<ReconTargetAttribute>, Entity) - Method in class oracle.iam.reconciliation.vo.ReconEventData
-
Set the Single Valued attributes carried by the Event.
- setSituation(Condition) - Method in class oracle.iam.application.vo.SituationResponse
- setSituationResponse(List<SituationResponse>) - Method in class oracle.iam.application.vo.ReconConfig
- 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
- setSodResult(SodResult) - Method in class oracle.iam.vo.OperationResult
- 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
- setSodViolationPresent(boolean) - Method in class oracle.iam.request.vo.SodResult
- 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(String) - Method in class oracle.iam.platform.utils.lookup.vo.DependentAttributeVO
- setSource(Attribute) - Method in class oracle.iam.grc.sod.vo.Attribute
- 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.
- setStartDate(Date) - Method in class oracle.iam.passwordmgmt.vo.UserInfo
-
Sets the user start date
- 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.application.vo.ApplicationJobDetails
- 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<NotificationAttribute>) - Method in class oracle.iam.notification.vo.EventXMLObject
-
Attach Static Data with the event.
- 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(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(String) - Method in class oracle.iam.application.vo.ApplicationJobHistory
- setStatus(String) - Method in class oracle.iam.application.vo.AppUpgrade
- setStatus(String) - Method in class oracle.iam.application.vo.ConnectorUpgrade
- 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(String) - Method in class oracle.iam.policyengine.vo.Policy
- setStatus(String) - Method in class oracle.iam.policyengine.vo.Rule
- 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.
- setStatus(Constants.Status) - Method in class oracle.iam.application.vo.Application
- setStatus(PolicyViolation.Status) - Method in class oracle.iam.ida.vo.PolicyViolation
- setStatus(PolicyViolationCause.Status) - Method in class oracle.iam.ida.vo.PolicyViolationCause
- setStatus(User.UserStatus) - Method in class oracle.iam.oimcommon.vo.User
-
Sets the status for the user
- setStatus(Application.STATUS_TYPE) - Method in class oracle.iam.provisioning.vo.Application
- setStatusAttribute(String) - Method in class oracle.iam.application.vo.FlatFileConfig
- 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.
- setStoppedJobs(long) - Method in class oracle.iam.scheduler.vo.HistorySummary
- setStopWatches(MTSRMStopWatches) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- 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<NotificationAttribute>) - Method in class oracle.iam.notification.vo.NotificationAttribute
-
Adds notification attributes to the attribute
- 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(List<String>) - 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(List<String>) - Method in class oracle.iam.provisioning.vo.OperationResult
- setSucceededResults(Set) - Method in class oracle.iam.identity.rolemgmt.vo.RoleManagerResult
- setSucceededResults(Set) - Method in class oracle.iam.platform.entitymgr.vo.AbstractEntityTypeManagerResult
- setSuccess(boolean) - Method in class oracle.iam.idc.vo.Result
- setSuccessfulEvent(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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.IDCAttributeValue
- 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(Boolean) - Method in class oracle.iam.request.dataset.vo.AttributeReference
-
Sets the value of the systemType property.
- setSystemType(SystemType) - Method in class oracle.iam.grc.sod.vo.SystemContext
- 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<ReconTargetAttribute>) - 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
- setTarget(ActionTarget) - Method in class oracle.iam.application.vo.ActionScript
- setTargetAttribute(String) - Method in class oracle.iam.application.vo.CorrelationRuleElement
- setTargetAttributes(TargetAttribute[]) - Method in class oracle.iam.reconciliation.config.vo.Form
- setTargetEntities(List<RequestBeneficiaryEntity>) - Method in class oracle.iam.request.vo.Beneficiary
-
Sets a list of entities i.e.
- setTargetEntities(List<RequestEntity>) - Method in interface oracle.iam.request.vo.Request
- setTargetEntities(List<RequestEntity>) - 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
- setTargetTypeAppReconResponses(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- setTargetTypeAppReconSituations(List<String>) - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- 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.
- setTargetValue(String) - Method in class oracle.iam.application.vo.TargetOimValueMap
- 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<CertificationTaskAction>) - 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.application.vo.ApplicationJobDetails
- 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(boolean) - Method in class oracle.iam.application.vo.ApplicationJobDetails
- setTaskStatus(boolean) - Method in class oracle.iam.scheduler.vo.JobDetails
-
Sets Schedule job status.
- setTaskStatus(int) - Method in class oracle.iam.ida.vo.TaskPolicyViolation
- setTaskStatus(int) - Method in class oracle.iam.scheduler.vo.SearchResult
-
Sets schedule job status.
- 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)
- 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<RequestTemplateAttribute>) - Method in interface oracle.iam.request.vo.Request
- setTemplateAttributes(List<RequestTemplateAttribute>) - Method in class oracle.iam.request.vo.RequestData
-
Sets addition attributes to this request.
- setTemplateData(String) - Method in class oracle.iam.application.impl.vo.Template
- setTemplateData(String) - Method in class oracle.iam.request.vo.RequestTemplate
-
Deprecated.
- 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.notification.vo.BulkNotificationEvent
- 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.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
- setToBeProcessed(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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
- setToIds(String[]) - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- setTokenizerMap(Map<String, StringTokenizerTS>) - Method in class oracle.iam.policyengine.vo.ValueObject
- setTokenizerPathMap(Map<String, String>) - 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(long) - Method in class oracle.iam.scheduler.vo.JobHistoryBulk
- 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
- setTransformationScript(String) - Method in class oracle.iam.application.vo.ProvisioningConfig
- setTransformationScript(String) - Method in class oracle.iam.application.vo.ReconConfig
- setTransformer(String) - Method in class oracle.iam.reconciliation.config.vo.TargetAttribute
-
Sets the fully qualified name of class implementing the
Transformer
interface. - setTransformName(String) - Method in class oracle.iam.application.vo.CorrelationRuleElement
- setTransformParams(List<TransformParams>) - Method in class oracle.iam.application.vo.CorrelationRuleElement
- setTriggerExpression(String) - Method in class oracle.iam.scheduler.vo.CronTrigger
-
Sets a cron trigger expression which specifies the trigger pattern
- setTriggerTime(ActionStage) - Method in class oracle.iam.application.vo.ActionScript
- 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(int) - Method in class oracle.iam.certification.vo.IdentityCertification
- setType(RootObject) - Method in class com.thortech.xl.vo.ddm.ITResourceTypeMap
- setType(Integer) - Method in class oracle.iam.certification.vo.CertificationInstance
- 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(String) - Method in class oracle.iam.application.vo.Organization
- 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(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(String) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
-
Deprecated.as of 11.1.2.2.0, replaced by
RequestProfileEntityAttribute.setTYPE(TYPE type)
. - setType(String) - Method in class oracle.iam.scheduler.vo.CronTO
- setType(PolicyViolationCauseDetails.CauseType) - Method in class oracle.iam.ida.vo.PolicyViolationCauseDetails
- 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(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(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
- setUdColName(String) - Method in class oracle.iam.application.vo.SchemaAttribute
- setUdf(boolean) - Method in class oracle.iam.catalog.vo.MetaDataDefinition
- setUdfAttributeMap(Map<String, Object>) - Method in class oracle.iam.oimcommon.vo.AccountAttributeValue
- setUdfAttributeMap(Map<String, Object>) - Method in class oracle.iam.oimcommon.vo.ApplicationInstance
- setUdfAttributeMap(Map<String, Object>) - Method in class oracle.iam.oimcommon.vo.PolicyAttributeValue
- setUdfAttributeMap(Map<String, Object>) - Method in class oracle.iam.oimcommon.vo.Role
- setUDFData(Map<String, Object>) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- setUDFData(Map<String, Object>) - Method in class oracle.iam.certification.vo.IDCApplicationInstance
- setUDFData(Map<String, Object>) - 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<String, Object>) - Method in class oracle.iam.certification.vo.IDCAccountAttribute
- setUdfMap(Map<String, Object>) - Method in class oracle.iam.certification.vo.IDCAccountAttributeAndRoleWrapper
- setUdfMap(Map<String, Object>) - Method in class oracle.iam.certification.vo.IDCAttributeValue
- setUdfMap(Map<String, Object>) - Method in class oracle.iam.certification.vo.IDCEndPoint
-
Deprecated.
- setUdfMap(Map<String, Object>) - Method in class oracle.iam.certification.vo.IDCPolicyAttribute
- setUdfMap(Map<String, Object>) - Method in class oracle.iam.certification.vo.IDCPolicyAttributeWrapper
- setUdfMap(Map<String, Object>) - Method in class oracle.iam.certification.vo.IDCRole
- setUdfMap(Map<String, Object>) - 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
- setUidAttribute(String) - Method in class oracle.iam.application.vo.FlatFileConfig
- setUiSupported(boolean) - Method in class oracle.iam.request.model.vo.RequestModel
-
Sets the value of the uiSupported property.
- setUiSupported(Boolean) - Method in class oracle.iam.request.dataset.vo.Attribute
-
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
- setUnsuccessfulEvent(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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(Integer) - Method in class oracle.iam.platform.auth.providers.common.ipf.ppr.vo.OimPasswordPolicy
- 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
- 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(Long) - 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
- 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
- setUseBulk(Boolean) - Method in class oracle.iam.application.vo.Form
- setUsedSearchableVCAttributes(Queue<String>) - 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<Long, Long>) - Method in class oracle.iam.certification.vo.UserCertificationStats
- setUserAppInstanceCriteria(SearchCriteria) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setUserAppInstanceSearchFilter(SearchFilter) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setUserAssignedStatic(List<String>) - 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
- setUserAttribute(String) - Method in class oracle.iam.application.vo.CorrelationRuleElement
- setUserBatchSizeForScan(int) - Method in class oracle.iam.ida.vo.IDAConfiguration
- setUserChallengeValues(String, boolean, HashMap<String, Object>) - 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
- setUserCreated(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- 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
- setUserDeleted(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- setUserDisabled(String) - Method in class oracle.iam.identity.usermgmt.vo.User
-
Sets whether the user is disabled.
- setUserDisplayName(String) - Method in class oracle.iam.ida.vo.ActionHistory
- 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
- setUserEntitlementCriteria(SearchCriteria) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setUserEntitlementSearchFilter(SearchFilter) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setUserEntitlementTotalMap(Map<Long, Long>) - 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(Long) - Method in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- 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.
- setUserID(String) - Method in class com.thortech.xl.vo.workflow.RequestInstance
- setUserID(String) - Method in class com.thortech.xl.vo.workflow.WorkflowInstance
- 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
- setUserIds(Set<Long>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setUserIdsForAlternateReviewer(Set<Long>) - Method in interface oracle.iam.certification.vo.CertificationCreationContext
- setUserKey(Long) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- setUserKey(Long) - Method in class oracle.iam.rolesod.vo.RoleSODConflict
- 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(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.
- 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.CustomAccessReviewerInfo
- setUserLogin(String) - Method in class oracle.iam.certification.vo.IDCAccountAttributeWrapper
- setUserLogin(String) - Method in class oracle.iam.ida.vo.ActionHistory
- 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) - 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.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.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.migration.vo.UserChallengeQAVO
- setUserName(String) - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- setUserName(String) - Method in class oracle.iam.migration.vo.UserPasswordVO
- setUserName(String) - Method in class oracle.iam.oimcommon.vo.User
- setUserPercentCompleteMap(Map<Long, Double>) - Method in class oracle.iam.certification.vo.UserCertificationStats
- setUserRoleAssignments(List<UserRoleAssignment>) - Method in class oracle.iam.oimcommon.vo.Role
- setUserRoleCriteria(SearchCriteria) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setUserRoleItemRisk(Integer) - Method in class oracle.iam.certification.vo.IDCUserRole
- setUserRoleSearchFilter(SearchFilter) - Method in class oracle.iam.certification.vo.IDCConfiguration
- setUserRoleTotalMap(Map<Long, Long>) - Method in class oracle.iam.certification.vo.UserCertificationStats
- setUsers(List<IDCEndPointUser>) - Method in class oracle.iam.certification.vo.AttributeValueUserMapping
- setUsers(List<IDCEndPointUser>) - Method in class oracle.iam.certification.vo.IDCEndPointAttributeValue
- setUsers(List<IDCRoleUser>) - Method in class oracle.iam.certification.vo.IDCRole
- setUsers(List<IDCUser>) - Method in class oracle.iam.certification.vo.IdentityCertification
- setUsers(List<User>) - 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 - setUserSQLMembershipRule(String, String) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Sets the user SQL membership rule on the specified Role
- setUserSQLMembershipRule(String, String, boolean) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Sets the user SQL membership rule on the specified Role and membership is evaluated later if evaluateMembershipLater is passed as TRUE
- 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.
- setUserUpdated(long) - Method in class oracle.iam.application.vo.ApplicationJobReport
- setUseSSL(boolean) - Method in class oracle.iam.provisioning.vo.ConnectorServer
- 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
- setUsrKey(String) - Method in class com.thortech.xl.vo.AttestationEntitlementVO
-
Sets user's key information for given entitlement
- 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
- setValidationScript(String) - Method in class oracle.iam.application.vo.ProvisioningConfig
- setValidationScript(String) - Method in class oracle.iam.application.vo.ReconConfig
- 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(Serializable) - Method in class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute
- setValue(Serializable) - Method in class oracle.iam.request.vo.RequestEntityAttribute
- setValue(Serializable) - Method in class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute
- setValue(Serializable) - Method in class oracle.iam.scheduler.vo.JobParameter
-
Sets Job parameter value.
- setValue(Object) - Method in class oracle.iam.request.vo.RequestTemplateAttribute
- setValue(String) - Method in class com.thortech.xl.vo.workflow.AdapterMapping
- setValue(String) - Method in class oracle.iam.application.vo.Attribute
- setValue(String) - Method in class oracle.iam.application.vo.KeyValuePair
- setValue(String) - Method in class oracle.iam.application.vo.ReconJobParameter
- setValue(String) - Method in class oracle.iam.application.vo.TransformParams
- setValue(String) - Method in class oracle.iam.catalog.vo.HierarchicalAttributeDetails
- setValue(String) - Method in class oracle.iam.catalog.vo.MetaData
- 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(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(IDCEndPointAttributeValue) - Method in class oracle.iam.certification.vo.AttributeValueUserMapping
- 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 class oracle.iam.platform.utils.vo.Query
- setValues(List<Serializable>) - Method in class oracle.iam.request.vo.RequestEntityAttribute
- setValues(List<String>) - Method in interface oracle.iam.platform.authopss.vo.Obligation
-
Sets the
List
of obligation values - setValues(List<String>) - Method in class oracle.iam.scheduler.vo.CronTO
- 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
- setWhiteSpaceDisallowed(Boolean) - Method in class oracle.iam.passwordmgmt.vo.PasswordPolicyInfo
- 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<String, String>) - Method in class oracle.iam.catalog.vo.HierarchicalAttributes
- setZipOrPostalCode(String) - Method in class oracle.iam.certification.vo.base.BaseUser
- SEVERE - Enum constant in enum class oracle.iam.scheduler.vo.ErrorLevel
- SEVERITY - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- SEVERITY - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- Short - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
- Short - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- Short - Enum constant in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
- Short - Enum constant in enum 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, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILAPIException
- SILAPIException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILAPIException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILDBException
- SILDBException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILDBException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILException
- SILException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILInfrastructureException
- SILInfrastructureException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILInfrastructureException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILRegistrationException
- SILRegistrationException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILRegistrationException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILSecurityException
- SILSecurityException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILSecurityException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILServiceComponentException
- SILServiceComponentException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILServiceComponentException
-
Constructs a new tcAPIException with the specified error code and detail message.
- 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, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SILTopologyException
- SILTopologyException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SILTopologyException
-
Constructs a new SILTopologyException with the specified error code and detail message.
- singleMatch - Enum constant in enum class oracle.iam.application.vo.Condition
- singleMatch - Enum constant in enum class oracle.iam.reconciliation.config.vo.Condition
- SITUATION_CONFIRMED - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
- SITUATION_DISPUTED - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
- SITUATION_FOUND - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
- SITUATION_LOST - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
- SITUATION_MATCHED - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
- SITUATION_UNMATCHED - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
- SituationResponse - Class in oracle.iam.application.vo
- SituationResponse() - Constructor for class oracle.iam.application.vo.SituationResponse
- 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<T> - 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, Exception) - Constructor for exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
- SoDEngineConnectionException(String, String) - Constructor for exception oracle.iam.grc.sod.exception.SoDEngineConnectionException
-
Constructs a new SoDEngineConnectionException with the specified error code and detail message.
- 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
- SodResult - Class in oracle.iam.request.vo
- SodResult() - Constructor for class oracle.iam.request.vo.SodResult
- SodResult(boolean, String, String) - Constructor for class oracle.iam.request.vo.SodResult
- 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 anAttributeWithSource
. - 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.ValueObject
-
Divide up a path based on the last '.' in the path.
- SPML - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
- SPML_ADMIN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- SPML_ADMIN_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- SPMLBased - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
- SQL_MEMBERSHIP_RULE_SUPPORTED_PROPERTY - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- 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
- SSO_ENABLED - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- SSOAccountNotFoundException - Exception in oracle.iam.ssointg.exception
- SSOAccountNotFoundException() - Constructor for exception oracle.iam.ssointg.exception.SSOAccountNotFoundException
- SSOAccountNotFoundException(String) - Constructor for exception oracle.iam.ssointg.exception.SSOAccountNotFoundException
- SSOAccountNotFoundException(String, String) - Constructor for exception oracle.iam.ssointg.exception.SSOAccountNotFoundException
- SSOAccountNotFoundException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.ssointg.exception.SSOAccountNotFoundException
-
Constructs a new SSOAccountNotFoundException with the errorCode, errorMessage, errorData and Throwable.
- SSOAccountNotFoundException(String, Throwable) - Constructor for exception oracle.iam.ssointg.exception.SSOAccountNotFoundException
- SSOAccountNotFoundException(Throwable) - Constructor for exception oracle.iam.ssointg.exception.SSOAccountNotFoundException
- SSOGenericException - Exception in oracle.iam.ssointg.exception
- SSOGenericException() - Constructor for exception oracle.iam.ssointg.exception.SSOGenericException
- SSOGenericException(String) - Constructor for exception oracle.iam.ssointg.exception.SSOGenericException
- SSOGenericException(String, String) - Constructor for exception oracle.iam.ssointg.exception.SSOGenericException
- SSOGenericException(String, String, Serializable[], Throwable) - Constructor for exception oracle.iam.ssointg.exception.SSOGenericException
-
Constructs a new SSOGenericException with the errorCode, errorMessage, errorData and Throwable.
- SSOGenericException(String, Throwable) - Constructor for exception oracle.iam.ssointg.exception.SSOGenericException
- SSOGenericException(Throwable) - Constructor for exception oracle.iam.ssointg.exception.SSOGenericException
- SSOIntegrationConstants - Class in oracle.iam.ssointg.api
- SSOIntegrationConstants() - Constructor for class oracle.iam.ssointg.api.SSOIntegrationConstants
- SSOIntegrationConstants.AttributesForOperation - Enum Class in oracle.iam.ssointg.api
- SSOIntegrationConstants.DirectoryType - Enum Class in oracle.iam.ssointg.api
- SSOIntegrationConstants.IntegrationMode - Enum Class in oracle.iam.ssointg.api
- SSOIntegrationConstants.LDAPAttributeName - Enum Class in oracle.iam.ssointg.api
- SSOIntegrationConstants.OAMAttributes - Enum Class in oracle.iam.ssointg.api
- SSOIntegrationConstants.SpecialAttributes - Interface in oracle.iam.ssointg.api
- SSOIntegrationConstants.UnMappedAttributes - Enum Class in oracle.iam.ssointg.api
- SSOINTG_RECON_FAIL_ORCH_INTEREVENTDATA - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- SSOIntgGroupDeleteReconTask - Class in oracle.iam.connectors.icfcommon.recon
- SSOIntgGroupDeleteReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SSOIntgGroupDeleteReconTask
- SSOIntgGroupHierarchyReconTask - Class in oracle.iam.connectors.icfcommon.recon
-
LDAP Target Group Hierarchy Search Reconciliation for OAM-OIM integrated scenario (SSO).
- SSOIntgGroupHierarchyReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SSOIntgGroupHierarchyReconTask
- SSOIntgGroupHierarchySyncReconTask - Class in oracle.iam.connectors.icfcommon.recon
- SSOIntgGroupHierarchySyncReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SSOIntgGroupHierarchySyncReconTask
- SSOIntgGroupMembershipIncrementalReconTask - Class in oracle.iam.connectors.icfcommon.recon
- SSOIntgGroupMembershipIncrementalReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SSOIntgGroupMembershipIncrementalReconTask
- SSOIntgGroupMembershipReconTask - Class in oracle.iam.connectors.icfcommon.recon
- SSOIntgGroupMembershipReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SSOIntgGroupMembershipReconTask
- SSOIntgGroupReconTask - Class in oracle.iam.connectors.icfcommon.recon
- SSOIntgGroupReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SSOIntgGroupReconTask
- SSOIntgUserDeleteReconTask - Class in oracle.iam.connectors.icfcommon.recon
- SSOIntgUserDeleteReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SSOIntgUserDeleteReconTask
- SSOIntgUserReconTask - Class in oracle.iam.connectors.icfcommon.recon
- SSOIntgUserReconTask() - Constructor for class oracle.iam.connectors.icfcommon.recon.SSOIntgUserReconTask
- STAGE_APPROVED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_AUTO_APPROVED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_AUTO_APPROVED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_AWAITING_APPROVAL - Enum constant in enum 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 - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_AWAITING_DEPENDENT_REQUEST_COMPLETION - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_AWAITING_EXECUTION - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_AWAITING_EXECUTION - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_CLOSED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
- STAGE_CLOSED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_COMPLETED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
- STAGE_COMPLETED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_COMPLETED_WITH_ERRORS - Enum constant in enum 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_EXPIRED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
- STAGE_EXPIRED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_FAILED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
- STAGE_FAILED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_INITIALIZED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_INITIALIZED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_OBTAIN_OP_APPROVAL - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_OBTAIN_OP_APPROVAL - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_OBTAIN_REQ_APPROVAL - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
- STAGE_OP_APPROVAL_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_OPERATION_COMPLETED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_OPERATION_COMPLETED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_OPERATION_INITIATED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_OPERATION_INITIATED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_PARTIALLY_FAILED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
- STAGE_PARTIALLY_FAILED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_POST_PROCESS_INITIATED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_POST_PROCESS_INITIATED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_PROVIDE_INFORMATION - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_PROVIDE_INFORMATION - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_REJECTED - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
- STAGE_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_REQ_APPROVAL_APPROVED - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
- STAGE_REQ_APPROVAL_REJECTED - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_SOD_CHECK_COMPLETE - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
- STAGE_SOD_CHECK_RESULT_PENDING - Static variable in class oracle.iam.request.vo.RequestStage
- STAGE_SUBMITTED - Enum constant in enum 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 - Enum constant in enum 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() - Constructor for exception oracle.iam.conf.exception.StaleDataException
- StaleDataException(String) - Constructor for exception oracle.iam.conf.exception.StaleDataException
- StaleDataException(String, Exception) - Constructor for exception oracle.iam.conf.exception.StaleDataException
- start() - Method in interface oracle.iam.scheduler.api.SchedulerService
-
Starts the Scheduler Service
- START - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- START_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- START_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- START_DATE - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
- START_SCHEDULER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- START_TIME - Enum constant in enum 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
- Starts_With - Enum constant in enum class oracle.iam.application.vo.RuleElementOperator
- STATE - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- STATE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- STATIC - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
- STATIC - Enum constant in enum class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
- STATIC_MEMBERS_ONLY - Static variable in class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants
- STATUS - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- STATUS - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- STATUS - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- STATUS - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- STATUS - Enum constant in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
- STATUS - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- 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 - Enum constant in enum 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_DISABLED - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- STATUS_DISCARD_MANUAL - Static variable in class oracle.iam.reconciliation.vo.EventConstants
- STATUS_ENABLED - Static variable in class oracle.iam.certification.vo.EventListener
- STATUS_ENABLED - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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 - Enum constant in enum 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 - Enum constant in enum 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_REVOKED_ACCESS - 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
-
<p>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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
- STOP_SCHEDULER - Enum constant in enum 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.application.api.ApplicationManager
- 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- STREET - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- String - Enum constant in enum class oracle.iam.application.vo.DataType
- String - Enum constant in enum class oracle.iam.application.vo.JobParamDataType
- String - Enum constant in enum class oracle.iam.catalog.vo.MetaDataDefinition.Type
- String - Enum constant in enum class oracle.iam.reconciliation.config.vo.Type
- String - Enum constant in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
- String - Enum constant in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
- String - Enum constant in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
- String - Enum constant in enum class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
- STRING - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
- STRING - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
- STRING - Enum constant in enum class oracle.iam.provisioning.vo.BasicAttribute.TYPE
- STRING_DATA_TYPE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- stringToDate(String) - Static method in class oracle.iam.policyengine.vo.ValueObject
- 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 enum class oracle.iam.policyengine.vo.PolicyConstants.Severity
- StringType - Class in oracle.iam.catalog.vo
- StringType - Class in oracle.iam.reconciliation.config.vo
- StringType() - Constructor for class oracle.iam.catalog.vo.StringType
- SUB_TYPE - Enum constant in enum 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
-
<p>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<String, Object>, Map<String, Object>, String, Map<String, String>) - 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<String>, 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
- subtract(float, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs subtraction of two floats.
- subtract(float, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs subtraction of a float and integer.
- subtract(int, float) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs subtraction of a float and integer.
- subtract(int, int) - Static method in class com.thortech.xl.util.adapters.tcUtilMathOperations
-
method that performs subtraction of two integers.
- SUBTREE_SCOPE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth
- SUCCESS - Enum constant in enum class oracle.iam.scheduler.vo.ErrorLevel
- SUCCESS - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- SUCCESSFUL - Enum constant in enum class oracle.iam.vo.OperationResult.OperationStatus
- SUMMARY_RISK - Enum constant in enum 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, 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
- 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.
- SUPPORTED - Enum constant in enum 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 - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
- SYNC - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- 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
- SYS_PROPERTY_ENT_CERT_ENTITLEMENT_BATCH_SIZE - Static variable in interface oracle.iam.certification.vo.CertificationConstants
- SYS_PROPERTY_ENT_CERT_ENTITLEMENT_BATCHES_PER_THREAD - Static variable in interface oracle.iam.certification.vo.CertificationConstants
- SYSPROP_COMMON_NAME_POLICY_IMPL - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- SYSPROP_GRANT_ENTITLEMENT_UPON_ROLE_GRANT - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- SYSTEM_ADMINISTRATOR - Enum constant in enum 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- SYSTEM_NAME - Static variable in interface oracle.iam.certification.vo.Constants
- SYSTEM_PROPERTIES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- SYSTEM_PROPERTY - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- SYSTEM_PROPERTY_FOR_EMAIL - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- SYSTEMCONFIG_ADMIN_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- SystemConfigurationHandlerException - Exception in oracle.iam.platform.canonic.exception
- SystemConfigurationHandlerException(String) - Constructor for exception oracle.iam.platform.canonic.exception.SystemConfigurationHandlerException
- SystemConfigurationHandlerException(String, Throwable) - 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 - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
-
It will create a TABLE object with the given list of numbers.
- TAG - Enum constant in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
- TAP_ENDPOINT_URL - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- TARGET_APP_INSTANCE_NAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- TARGET_OBJECT_CLASS - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- TARGET_ROLE_DISPLAY_NAME - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- TARGET_ROLE_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- TARGET_USER_DISPLAY_NAME - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- TARGET_USER_EMAIL - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- TARGET_USER_EMPLOYEE_NUMBER - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- TARGET_USER_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- TARGET_USER_LOGIN - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- TARGET_USER_MANAGER_NAME - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- TARGET_USER_ORGANIZATION_NAME - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- TARGET_USER_TITLE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
- TargetAttribute - Class in com.thortech.xl.gc.vo.designtime
-
This class is a value object.
- TargetAttribute - Class in oracle.iam.reconciliation.config.vo
-
Specifies an Attribute in OIM reconciliation profile passed from the target system.
- TargetAttribute() - Constructor for class com.thortech.xl.gc.vo.designtime.TargetAttribute
- TargetAttribute(String, Type, boolean, boolean, boolean, StagingField) - 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.
- TargetAttribute(String, Type, boolean, boolean, boolean, StagingField, String) - Constructor for class oracle.iam.reconciliation.config.vo.TargetAttribute
- TargetOimValueMap - Class in oracle.iam.application.vo
- TargetOimValueMap() - Constructor for class oracle.iam.application.vo.TargetOimValueMap
- 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.
- targetTypeAppActionSet - Static variable in enum class oracle.iam.application.vo.Action
- targetTypeAppConditionSet - Static variable in enum class oracle.iam.application.vo.Condition
- Task - Class in oracle.iam.request.history.jaxb
-
<p>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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- TASK_UID - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- TASK_UID - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- TASK_UID - Enum constant in enum 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
- 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
- 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() - Constructor for class com.thortech.xl.vo.ddm.TaskObject
- TaskObject(String, String, String, int) - 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 - Enum Class in oracle.iam.ida.vo
- TaskPolicyViolationManagerResult - Class in oracle.iam.ida.vo
- TaskPolicyViolationManagerResult(String) - Constructor for class oracle.iam.ida.vo.TaskPolicyViolationManagerResult
- TaskPolicyViolationManagerResult(String, String) - Constructor for class oracle.iam.ida.vo.TaskPolicyViolationManagerResult
- TaskStatusChange - Class in oracle.iam.request.history.jaxb
-
<p>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 - Enum Class in Thor.API.Operations
- tcAccessPolicyOperationsIntf.PolicyOwnerType - Enum 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.
- 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 - Enum 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.
- 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.
- 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
- 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
- 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.
- 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.
- 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
- tcITResourceInstanceOperationsInternalIntf - 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.
- 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.
- 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.
- 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 - Enum constant in enum class oracle.iam.catalog.vo.Mode
- Template - Class in oracle.iam.application.impl.vo
- Template() - Constructor for class oracle.iam.application.impl.vo.Template
- Template(String, boolean) - Constructor for class oracle.iam.application.impl.vo.Template
- TEMPLATE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- TEMPLATE_DATA - Static variable in class oracle.iam.application.vo.Constants
- TEMPLATE_DIRECTORY - Static variable in class oracle.iam.application.vo.Constants
- TemplateAlreadyExistException - Exception in oracle.iam.application.exception
- TemplateAlreadyExistException(String) - Constructor for exception oracle.iam.application.exception.TemplateAlreadyExistException
- TemplateAlreadyExistException(String, Throwable) - Constructor for exception oracle.iam.application.exception.TemplateAlreadyExistException
- TemplateAlreadyExistsException - Exception in oracle.iam.notification.exception
-
This exception occurs if notification template with given details already exists in OIM repository.
- TemplateAlreadyExistsException(String) - Constructor for exception oracle.iam.notification.exception.TemplateAlreadyExistsException
-
Constructs a
TemplateAlreadyExistsException
with the specified detail message - TemplateAlreadyExistsException(String, Throwable) - Constructor for exception oracle.iam.notification.exception.TemplateAlreadyExistsException
-
Constructs a
TemplateAlreadyExistsException
with the specified detail message and throwable object - TemplateGenerationError - Class in oracle.iam.application.vo
- TemplateGenerationError() - Constructor for class oracle.iam.application.vo.TemplateGenerationError
- 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- TENANT_NAME - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- TENANT_NAME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- TERRITORY - Enum constant in enum 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(Application) - Method in interface oracle.iam.application.api.ApplicationManager
-
This API method will verify whether the application is able to connect to the actual target successfully.
- 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
- TextArea - Enum constant in enum class oracle.iam.application.vo.FieldType
- TextField - Enum constant in enum class oracle.iam.application.vo.FieldType
- Thor.API.Base - package Thor.API.Base
- Thor.API.Exceptions - package Thor.API.Exceptions
- Thor.API.Operations - package Thor.API.Operations
- THREAD_NAME_PREFIX - Static variable in class oracle.iam.application.vo.Constants
- TID - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- TIME_FORMAT - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- TIME_ZONE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- TIMESTAMP - Static variable in class oracle.iam.platform.entitymgr.vo.Entity
- TIMESTAMP - Static variable in class oracle.iam.platform.entitymgr.vo.Relation
- TIMEZONE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- TITLE - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- TITLE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- TITLE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- TITLE_PROPERTY - Static variable in class oracle.iam.certification.vo.base.BaseUser
- TNAME - Enum constant in enum 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() - Method in class com.thortech.xl.vo.ddm.RootObject
- toString() - Method in enum class oracle.iam.application.vo.Action
- toString() - Method in class oracle.iam.application.vo.ActionScript
- toString() - Method in enum class oracle.iam.application.vo.ActionStage
- toString() - Method in enum class oracle.iam.application.vo.ActionTarget
- toString() - Method in class oracle.iam.application.vo.Application
- toString() - Method in class oracle.iam.application.vo.ApplicationUIMetadata
- toString() - Method in class oracle.iam.application.vo.Attribute
- toString() - Method in class oracle.iam.application.vo.BasicAttribute
- toString() - Method in class oracle.iam.application.vo.Capability
- toString() - Method in class oracle.iam.application.vo.CIBean
- toString() - Method in enum class oracle.iam.application.vo.Condition
- toString() - Method in enum class oracle.iam.application.vo.Constants.Status
- toString() - Method in class oracle.iam.application.vo.CorrelationRule
- toString() - Method in class oracle.iam.application.vo.CorrelationRuleElement
- toString() - Method in enum class oracle.iam.application.vo.DeploymentMode
- toString() - Method in enum class oracle.iam.application.vo.EntityType
- toString() - Method in class oracle.iam.application.vo.FailedTaskAssignConfig
- toString() - Method in class oracle.iam.application.vo.FailedTaskRetryConfig
- toString() - Method in class oracle.iam.application.vo.FailureAndRetry
- toString() - Method in class oracle.iam.application.vo.FlatFileConfig
- toString() - Method in class oracle.iam.application.vo.FlatFileField
- toString() - Method in class oracle.iam.application.vo.Form
- toString() - Method in enum class oracle.iam.application.vo.ICFAdvanceFlags
- toString() - Method in enum class oracle.iam.application.vo.JobMode
- toString() - Method in enum class oracle.iam.application.vo.JobParamDataType
- toString() - Method in class oracle.iam.application.vo.KeyValuePair
- toString() - Method in class oracle.iam.application.vo.LookupValue
- toString() - Method in class oracle.iam.application.vo.ObjectClass
- toString() - Method in class oracle.iam.application.vo.Organization
- toString() - Method in class oracle.iam.application.vo.ProvisioningConfig
- toString() - Method in class oracle.iam.application.vo.ReconConfig
- toString() - Method in class oracle.iam.application.vo.ReconJobDetail
- toString() - Method in class oracle.iam.application.vo.ReconJobParameter
- toString() - Method in enum class oracle.iam.application.vo.RuleElementOperator
- toString() - Method in enum class oracle.iam.application.vo.RuleOperator
- toString() - Method in class oracle.iam.application.vo.SchemaAttribute
- toString() - Method in class oracle.iam.application.vo.SituationResponse
- toString() - Method in class oracle.iam.application.vo.TargetOimValueMap
- toString() - Method in class oracle.iam.application.vo.TemplateGenerationError
- toString() - Method in class oracle.iam.application.vo.TransformParams
- toString() - Method in class oracle.iam.auditevent.vo.AuditEvent
- 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 enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- toString() - Method in enum class oracle.iam.ida.vo.Remediator.Attribute
- toString() - Method in enum 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 enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- toString() - Method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- toString() - Method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
- toString() - Method in enum 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.migration.vo.UserChallengeQAVO
- toString() - Method in class oracle.iam.migration.vo.UserPasswordHistoryVO
- toString() - Method in class oracle.iam.migration.vo.UserPasswordVO
- toString() - Method in class oracle.iam.notification.vo.BulkNotificationEvent
- 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.oimrest.rest.vo.Entities
- toString() - Method in class oracle.iam.oimrest.rest.vo.EntityTypes
- toString() - Method in class oracle.iam.oimrest.rest.vo.EntityTypesVO
- toString() - Method in class oracle.iam.oimrest.rest.vo.EntityVO
- 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 enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- toString() - Method in class oracle.iam.policyengine.vo.ValueObject
- toString() - Method in class oracle.iam.provisioning.vo.AccountData
- 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.FormField
- toString() - Method in enum 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 enum class oracle.iam.reconciliation.config.vo.Action
- toString() - Method in enum class oracle.iam.reconciliation.config.vo.Condition
- toString() - Method in enum 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 oracle.iam.scheduler.vo.EmailConfig
- toString() - Method in class oracle.iam.scheduler.vo.JobParameter
-
Implement toString() for VO
- toString() - Method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.LDAPAttributeName
- toString() - Method in enum class Thor.API.Base.tcBaseUtility.Entities
- toString(String) - Method in class com.thortech.xl.vo.ddm.RootObject
- TotalPhases - Enum Class in oracle.iam.certification.vo
- TRANSFER_MODE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- transform(Object) - Method in interface oracle.iam.platform.entitymgr.vo.TransformationIntf
- transform(Profile, Form, TargetAttribute, Map<String, Serializable>) - 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(Exception) - 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
- TransformationIntf - Interface in oracle.iam.platform.entitymgr.vo
- 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
- TransformParams - Class in oracle.iam.application.vo
- TransformParams() - Constructor for class oracle.iam.application.vo.TransformParams
- TransformParams(String, String) - Constructor for class oracle.iam.application.vo.TransformParams
- 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 - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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 - Enum constant in enum class oracle.iam.certification.vo.TotalPhases
- type - Variable in class oracle.iam.platformservice.vo.JarElement
- type - Variable in class oracle.iam.platformservice.vo.ResourceElement
- Type - Enum Class in oracle.iam.reconciliation.config.vo
-
Specifies the Data Type for various target attributes, mapped attributes and fields in the Reconciliation Profile.
- TYPE - Enum constant in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
- TYPE - Enum constant in enum class oracle.iam.certification.vo.CertificationDefinitionFilters
- TYPE - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
- TYPE_CERT - Static variable in interface oracle.iam.certification.vo.CertificationConstants
- 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 - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- TYPE_ID - Static variable in class oracle.iam.policyengine.vo.PolicyConstants
- 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 enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
- UDCAO - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
- UDCHA - Enum constant in enum 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
- UDGROUPNAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- UDORGNAME - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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_NULL_VALUE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AccessPolicyActions
- UNASSIGN_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
- UNASSIGN_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
- UNASSIGN_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
- UNASSIGN_RULE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
- UNASSIGN_RULE - Enum constant in enum 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
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy 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, String) - Constructor for exception oracle.iam.selfservice.exception.UnauthenticatedSelfServiceException
-
Constructs a
UnauthenticatedSelfServiceException
with the specified detail message and errorCode. - 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, 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. - unDelegateItems(Long, String, List<Long>, List<Long>, List<Long>, List<Long>, 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 - Enum constant in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
-
It will UNION ALL two given result/query.
- UNIQUE_NAME - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- Unknown - Enum constant in enum 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(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(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<String>, boolean) - Method in interface oracle.iam.identity.usermgmt.api.UserManager
-
Bulk unlock operation.
- UNLOCK - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- UNLOCK - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
- UNLOCK - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- UNLOCK - Enum constant in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.AttributesForOperation
- UNLOCK_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- unlockUsers(long[]) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#unlock(ArrayList<String> userIDs, boolean isUserLogin)
instead - 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 - Enum constant in enum 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() - 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, String, Serializable[]) - Constructor for exception oracle.iam.exception.UnSupportedOperationException
- UnSupportedOperationException(String, Throwable) - Constructor for exception oracle.iam.exception.UnSupportedOperationException
- unwrap(Class<T>) - Method in class oracle.iam.platform.utils.vo.OIMDataSource
- update(Application) - Method in interface oracle.iam.application.api.ApplicationManager
-
Update application or instace application application will be considered as instance application if baseApplicationName is supplied.
- update(PasswordPolicyInfo) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
-
Update the attributes of the Password Policy specified.
- update(ConnectorServer) - Method in interface oracle.iam.provisioning.api.ConnectorServerService
- Update - Enum constant in enum class oracle.iam.platform.utils.vo.Operation
- UPDATE - Enum constant in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
- UPDATE - Enum constant in enum class oracle.iam.ida.vo.Remediator.Attribute
- UPDATE - Enum constant in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
- 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.identity.rolemgmt.api.RoleManagerConstants
- UPDATE - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- UPDATE_ATTRIBUTE - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- UPDATE_BY_ID - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- UPDATE_BY_ID - Enum constant in enum class oracle.iam.ida.vo.Remediator.Attribute
- UPDATE_BY_ID - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- UPDATE_BY_ID - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
- UPDATE_BY_ID - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- UPDATE_BY_ID - Static variable in class oracle.iam.platform.entitymgr.vo.EntityConstants
- 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 - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
- UPDATE_CERTIFICATION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
- UPDATE_CERTIFICATION_CONFIGURATION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
- UPDATE_DATE - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- UPDATE_DATE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
- UPDATE_DATE - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
- UPDATE_DATE - Enum constant in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
- UPDATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- UPDATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- UPDATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
- UPDATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- UPDATE_DATE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
- UPDATE_DATE - Enum constant in enum class oracle.iam.policyengine.vo.Rule.Attribute
- UPDATE_REQUEST_STATUS_FOR_PENDING - Static variable in class oracle.iam.identity.rolemgmt.api.RoleManagerConstants
- updateAccessPolicy(AccessPolicy) - Method in interface oracle.iam.accesspolicy.api.AccessPolicyService
-
Updates an Access Policy.
- updateAccessPolicy(tcResultSet, Map) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy policy)}
- updateAccountDataForRevokeRejectedServiceNow(long) - Method in interface oracle.iam.provisioning.api.ProvisioningService
- 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<AccountAttributeValue>) - Method in interface oracle.iam.oimcommon.api.AccountService
- updateAccountsRiskAttributes(List<Account>) - 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, long[], boolean[], boolean[]) - Method in interface Thor.API.Operations.tcGroupOperationsIntf
-
Deprecated.
- 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.
- 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, AdminPermissions[]) - Method in interface Thor.API.Operations.AttestationDefinitionOperationsIntf
-
Updates the administrative controls over a specified attestation process
- updateAllDataSpecifiedForObject(long, long, long, AccessPolicyResourceData) - Method in interface Thor.API.Operations.tcAccessPolicyOperationsIntf
-
Deprecated.As of 12c use {@link oracle.iam.accesspolicy.api.AccessPolicyService#updateAccessPolicy(final AccessPolicy 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<Long>, 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<Long>, Set<Long>, 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<ApplicationInstance>) - 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<RequestBeneficiaryEntity>, List<RequestEntity>) - 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<String, String>) - Method in class oracle.iam.connectors.icfcommon.prov.ICProvisioningManager
- updateAttributeValues(String, Map<String, String>, Map<String, String>) - 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<Catalog>) - 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 - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- UPDATED_BY - Enum constant in enum 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<Long>, 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<Entitlement>) - Method in interface oracle.iam.provisioning.api.EntitlementService
-
This API method modifies records for Entitlements using multiple value-objects for Entitlement
- updateEntitlements(List<EntitlementInstance>) - 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, Object>, 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<EntityPublication>) - Method in interface oracle.iam.platform.authopss.api.EntityPublicationService
-
Update entity publications.
- updateEntityPublications(List<EntityPublication>) - 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
- updateFilteredRoleMemberStatusWithExistingComments(Long, String, Long, SearchCriteria, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the status of a role member
- updateFilteredRoleMemberStatusWithUpdateComments(Long, String, Long, SearchCriteria, Integer, Date, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the status of a role member
- updateFilteredRolePolicyStatusWithExistingComments(Long, String, Long, SearchCriteria, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the status of a role policy
- updateFilteredRolePolicyStatusWithUpdateComments(Long, String, Long, SearchCriteria, Integer, Date, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the status of a role policy
- 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<JarElement>) - Method in interface oracle.iam.platformservice.api.PlatformUtilsService
-
Updates the set of jars stored in the OIM DB.
- updateJob(String, ApplicationJobDetails) - Method in interface oracle.iam.application.api.ApplicationManager
- 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.
- updateJobHistory(JobHistory) - Method in interface oracle.iam.scheduler.api.SchedulerServiceInternal
-
Update the details in the job history table for a particular run of the job
- 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(long, Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
-
Updates organization information based on the attribute that are passed to this method
- updateOrganization(tcResultSet, Map) - Method in interface Thor.API.Operations.tcOrganizationOperationsIntf
-
Updates an Organiztion in OIM.
- 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(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(long, Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use {@link UserManager#updateProxyForUser(String proxyID,final Map attribute )} instead
- 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(String, Map) - Method in interface oracle.iam.selfservice.self.selfmgmt.api.AuthenticatedSelfService
-
Modifies proxy for the user after checking the user privilege.
- updateRequestData(String, List<RequestBeneficiaryEntity>, List<RequestEntity>) - Method in interface oracle.iam.request.api.RequestService
-
Updates the request with provided data.
- updateRequestData(String, List<RequestBeneficiaryEntity>, List<RequestEntity>, List<RequestTemplateAttribute>) - 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<Long>, 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, Object, String, Object, Map<String, Object>) - 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 criteriauserAttributeName=userAttributeValue
. - updateRoleGrant(String, String, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Update a role grant.
- 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<RoleGrant>) - 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, Object, String, Object, Map<String, Object>) - 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 criteriachildAttrName=childAttrValue
. - updateRoleRelationship(String, String, Map<String, Object>) - Method in interface oracle.iam.identity.rolemgmt.api.RoleManager
-
Update a relationship between two roles.
- updateScheduledTask(ScheduledTask) - Method in interface oracle.iam.scheduler.api.SchedulerService
-
Update a Schedule task definition in the metadata repository.
- updateScheduledTask(Document) - 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<Long>, 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<Long>, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the review comments for given list of member Ids
- updateSelectedRoleMemberStatus(Long, String, Long, Set<Long>, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the status for given list of members Ids
- updateSelectedRoleMemberStatusWithExistingComments(Long, String, Long, Set<Long>, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the status for given list of members Ids
- updateSelectedRoleMemberStatusWithUpdateComments(Long, String, Long, Set<Long>, Integer, Date, String, Boolean) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the status for given list of members Ids
- updateSelectedRolePolicyComments(Long, String, Long, Set<Long>, Set<Long>, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the certification comments of a selected role policies
- updateSelectedRolePolicyStatus(Long, String, Long, Set<Long>, Set<Long>, Integer, Date, String) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the status of a selected role policies
- updateSelectedRolePolicyStatusWithExistingComments(Long, String, Long, Set<Long>, Set<Long>, Integer, Date) - Method in interface oracle.iam.certification.api.CertificationService
-
Updates the status of a selected role policies
- updateSelectedRolePolicyStatusWithUpdateComments(Long, String, Long, Set<Long>, Set<Long>, Integer, Date, String, Boolean) - 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, byte[], Map) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
-
Updates the details of a specified task instance.
- updateTask(long, Map) - Method in interface Thor.API.Operations.tcProvisioningOperationsIntf
-
Deprecated.
- 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
- updateTemplate(Application) - Method in interface oracle.iam.application.api.ApplicationManager
-
Update existing Template.
- updateUser(tcResultSet, Map) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Deprecated.use
UserManager#modify(String attributeName, Object attributeValue,User user)
instead - updateUser(tcResultSet, Map, boolean) - Method in interface Thor.API.Operations.tcUserOperationsIntf
-
Update a user in Xellerate.
- updateUserCertificationComments(Long, String, List<Long>, 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<Long>, Set<Long>, Set<Long>, 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<User>) - Method in interface oracle.iam.oimcommon.api.UserService
- updateWorkflow(WorkflowDefinition) - Method in interface Thor.API.Operations.tcWorkflowDefinitionOperationsIntf
-
Deprecated.Updates and saves a workflow
- upgrade(List<ApplicationDiff>) - Method in interface oracle.iam.application.api.ApplicationManager
- uploadJars(Set<JarElement>) - 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<ResourceElement>) - 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 - URL_EXPIRATION_TIME - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- URL_WITH_LABEL - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- USE_WORKFLOW - Enum constant in enum 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 - Class in oracle.iam.grc.sod.vo
-
This interface is a representation of a user account in SoD Engine Implementation.
- 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 - Class in oracle.iam.oimcommon.vo
-
Class User General purpose User class for all OIM modules.
- 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 - Enum constant in enum class oracle.iam.application.vo.EntityType
- User - Enum constant in enum class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
- User - Enum constant in enum class oracle.iam.platform.utils.vo.OIMType
- User - Enum constant in enum class oracle.iam.reconciliation.config.vo.ReconType
- User - Enum constant in enum class oracle.iam.reconciliation.config.vo.ResourceType
- User() - Constructor for class com.thortech.xl.vo.User
- User() - Constructor for class oracle.iam.grc.sod.vo.User
- User() - Constructor for class oracle.iam.oimcommon.vo.User
- User() - Constructor for class oracle.iam.reconciliation.vo.User
-
Map orcCollection <-> oracle.iam.reconciliation.dao.xl.Orc
- User(String) - Constructor for class oracle.iam.identity.usermgmt.vo.User
-
Constructs a user identity object with specified unique Identifier
entityId
. - User(String) - Constructor for class oracle.iam.reconciliation.vo.User
- User(String, HashMap<String, Object>) - Constructor for class oracle.iam.identity.usermgmt.vo.User
-
Constructs a user identity object with specified unique Identifier
entityId
and amap
of attribute name-value pair. - USER - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- USER - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerIdType
- USER - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerType
- USER - Enum constant in enum class oracle.iam.ida.vo.Remediator.RemediatorType
- USER - Enum constant in enum class oracle.iam.passwordmgmt.vo.Constants.Entity
- USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- USER - Enum constant in enum class oracle.iam.scheduler.vo.EmailConfig.EntityType
- USER - Enum constant in enum class Thor.API.Base.tcBaseUtility.Entities
- USER - Enum constant in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
- USER - Static variable in class oracle.iam.request.vo.RequestConstants
- USER - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- USER_ACCT_CONTROL - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- USER_ADMIN_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- USER_ADMINISTRATOR - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_CREATE_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- USER_CREATEBY - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_CREATED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_DISABLED - Enum constant in enum 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 - Enum constant in enum 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_FILTER_ANY_USER - Static variable in class oracle.iam.certification.vo.CustomAccessReviewerInfo
- USER_HELP_DESK - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- USER_HELPDESK_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- USER_ID - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- USER_ID - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- USER_ID - Enum constant in enum class oracle.iam.certification.vo.RoleCertificationFilters
- USER_ID - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- USER_ID - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
- USER_ID - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- USER_INFO - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- USER_KEY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
- USER_KEY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
- USER_KEY - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_KEY - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
-
Deprecated.
- USER_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_LOGIN - Enum constant in enum class oracle.iam.notification.vo.BulkNotificationEvent.Type
- 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
- USER_MEMBERSHIP_RULE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- USER_MEMBERSHIP_RULE_SQL - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
- USER_MGRS_IN_CHAIN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- USER_MODIFY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
- USER_MODIFY_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- USER_NAME - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- USER_NAME - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- USER_NAME - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- USER_NOT_ENABLED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- USER_ORGANIZATION - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_PASSWORD - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- USER_PWD_CANT_CHANGE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_PWD_MUST_CHANGE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_ROLE - Enum constant in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
- USER_SELF_REGISTRATION_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- USER_STATUS - Enum constant in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
- USER_STATUS - Enum constant in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
- USER_STATUS - Enum constant in enum class oracle.iam.certification.vo.UserCertificationFilters
- USER_STATUS_ACTIVE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- USER_STATUS_DELETED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- USER_STATUS_DISABLED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- USER_STATUS_DISABLED_UNTIL_START_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- USER_SUMMARY_RISK - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- USER_TYPE_END_USER_ADMIN - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
- USER_UPDATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_UPDATEBY - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USER_VIEWER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
- USER_VIEWER_ORGS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- USER_WORKFLOW - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
- User.UserStatus - Enum Class in oracle.iam.oimcommon.vo
- UserAccountDisabledException - Exception in oracle.iam.selfservice.exception
-
Thrown if the specified user account is disabled.
- UserAccountDisabledException(String) - Constructor for exception oracle.iam.selfservice.exception.UserAccountDisabledException
-
Constructs a
UserAccountDisabledException
with the specified detail message. - UserAccountDisabledException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UserAccountDisabledException
-
Constructs a
UserAccountDisabledException
with the specified detail message and cause. - UserAccountInvalidException - Exception in oracle.iam.selfservice.exception
-
Thrown if the specified user account is invalid.
- UserAccountInvalidException(String) - Constructor for exception oracle.iam.selfservice.exception.UserAccountInvalidException
-
Constructs a
UserAccountInvalidException
with the specified detail message. - UserAccountInvalidException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UserAccountInvalidException
-
Constructs a
UserAccountInvalidException
with the specified detail message and cause. - UserAccountLockedByAdminException - Exception in oracle.iam.selfservice.exception
-
Thrown if the specified user account is locked by the administrator
- UserAccountLockedByAdminException(String) - Constructor for exception oracle.iam.selfservice.exception.UserAccountLockedByAdminException
-
Constructs a
UserAccountLockedByAdminException
with the specified detail message. - UserAccountLockedByAdminException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UserAccountLockedByAdminException
-
Constructs a
UserAccountLockedByAdminException
with the specified detail message and cause. - 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) - Constructor for exception oracle.iam.selfservice.exception.UserAlreadyLoggedInException
-
Constructs a
UserAlreadyLoggedInException
with the specified detail message. - UserAlreadyLoggedInException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.UserAlreadyLoggedInException
-
Constructs a
UserAlreadyLoggedInException
with the specified detail message and cause. - 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<String, Object>) - 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 - Enum 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
- UserChallengeQAVO - Class in oracle.iam.migration.vo
- UserChallengeQAVO() - Constructor for class oracle.iam.migration.vo.UserChallengeQAVO
- 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() - Constructor for class oracle.iam.passwordmgmt.vo.UserInfo
- UserInfo(String) - Constructor for class oracle.iam.passwordmgmt.vo.UserInfo
-
Constructs a
UserInfo
with the user key - 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 - Exception in oracle.iam.selfservice.exception
-
Thrown when there is an exception while fetching the user attributes.
- UserLookupException(String) - Constructor for exception oracle.iam.selfservice.exception.UserLookupException
-
Constructs a
UserLookupException
with the specified detail message. - 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) - Constructor for exception oracle.iam.selfservice.exception.UserLookupException
-
Constructs a
UserLookupException
with the specified detail message and cause. - 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. - 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 - Enum 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 - Enum Class in oracle.iam.identity.usermgmt.api
-
Possible values for various OOTB attrbutes of the user
- UserManagerConstants.ObligationName - Enum Class in oracle.iam.identity.usermgmt.api
-
Obligations supported for authorization
- UserManagerConstants.Operations - Enum Class in oracle.iam.identity.usermgmt.api
-
Constants for set of operations possible on User Entity
- UserManagerConstants.Privilege - Enum 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 GUIDentityId
and statusstatus
- 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 - Exception in oracle.iam.provisioning.exception
- 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, 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.
- 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. - userOperation_Privilege_Mapping - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- USERPASSWORD - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- UserPasswordHistoryVO - Class in oracle.iam.migration.vo
- UserPasswordHistoryVO() - Constructor for class oracle.iam.migration.vo.UserPasswordHistoryVO
- UserPasswordVO - Class in oracle.iam.migration.vo
- UserPasswordVO() - Constructor for class oracle.iam.migration.vo.UserPasswordVO
- 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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USR_PASSWORD_HISTORY - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- USR_POLICY_UPDATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USR_PWD_CREATION_DATE - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USR_PWD_NEVER_EXPIRES - Enum constant in enum 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 - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
- USRUPDATED - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
V
- 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
- 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(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_WHITESPACE - Static variable in class oracle.iam.identity.usermgmt.api.UserManagerConstants
- validateAttributes(String, Map<String, String>, Map<String, String>, Map<String, String>) - Method in enum class Thor.API.Base.tcBaseUtility.Entities
- validateAuditEventIntegrity(String) - Method in interface oracle.iam.auditevent.api.AuditEventManager
-
Validates the saved hash of the audit record is still valid, by computing new hash and comparing
- validateImportedProcessForm(Document) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
-
Validate the imported Process Form and throw an exception if any of the new imported SDH_CHILD_VERSION is older than the current version
- 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, String, Locale) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
-
Validates the password of a new account against the applicable policy
- validatePasswordAgainstPolicy(char[], User, String, Locale, long) - Method in interface oracle.iam.passwordmgmt.api.PasswordMgmtService
-
Validates the password of a new account against the applicable policy
- 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
- 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.
- validateScript(String) - Static method in class oracle.iam.application.vo.GroovyScriptExecutor
- validateSDHChildVersion(String, String) - Method in class com.thortech.xl.ejb.beansimpl.tcImportOperationsBean
-
Validate the FormHiearchy SDH child version and throw an exception if the new SDH_CHILD_VERSION is older than the current active version
- validateSelfRegistrationEmail(String, Map<String, Serializable>) - 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 - Exception in oracle.iam.platform.entitymgr.exception
- ValidationFailedException - Exception in oracle.iam.platform.utils.ldapconfig.exception
- ValidationFailedException - Exception in oracle.iam.selfservice.exception
-
Thrown if the data validation fails while performing the operation.
- ValidationFailedException() - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
- ValidationFailedException() - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ValidationFailedException
- ValidationFailedException() - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
-
Constructs a
ValidationFailedException
with null as its detail message. - ValidationFailedException(Exception) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ValidationFailedException
- ValidationFailedException(String) - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
- ValidationFailedException(String) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ValidationFailedException
- ValidationFailedException(String) - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
-
Constructs a
ValidationFailedException
with the specified detail message. - ValidationFailedException(String, String) - Constructor for exception oracle.iam.identity.exception.ValidationFailedException
-
Constructs a
ValidationFailedException
with the specified detail message and error code. - ValidationFailedException(String, String) - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
- 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. - ValidationFailedException(String, Throwable) - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
- ValidationFailedException(String, Throwable) - Constructor for exception oracle.iam.platform.utils.ldapconfig.exception.ValidationFailedException
- ValidationFailedException(String, Throwable) - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
-
Constructs a
ValidationFailedException
with the specified detail message and cause. - 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) - Constructor for exception oracle.iam.platform.entitymgr.exception.ValidationFailedException
- ValidationFailedException(Throwable) - Constructor for exception oracle.iam.selfservice.exception.ValidationFailedException
-
Constructs a
ValidationFailedException
with the specified cause. - ValidationFailedException(Throwable, String) - Constructor for exception oracle.iam.identity.exception.ValidationFailedException
-
Constructs a
ValidationFailedException
with the specified cause and error code. - 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 - Enum constant in enum class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
- VALUE - Enum constant in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
- VALUE - Static variable in class oracle.iam.conf.vo.SystemProperty
- 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) - Constructor for exception oracle.iam.policyengine.exception.ValueObjectException
- ValueObjectException(String, String) - Constructor for exception oracle.iam.policyengine.exception.ValueObjectException
- ValueObjectException(String, Throwable) - Constructor for exception oracle.iam.policyengine.exception.ValueObjectException
- ValueObjectException(Throwable) - Constructor for exception oracle.iam.policyengine.exception.ValueObjectException
- valueOf(String) - Static method in enum class oracle.iam.api.OIMService.Intent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.ActionStage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.ActionTarget
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.Condition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.Constants.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.DataType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.DeploymentMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.EntityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.FieldType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.GroovyHelper.OperationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.ICFAdvanceFlags
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.JobMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.JobParamDataType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.RuleElementOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.application.vo.RuleOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Operator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.SortCriteria
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.catalog.vo.MetaDataDefinition.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.catalog.vo.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.catalog.vo.OIMType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.Certifiable.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerIdType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.CertificationCreationContext.SemaphoreType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.CertificationDefinitionFilters
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.RoleCertificationFilters
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.SearchFilter.Argument
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.TotalPhases
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.certification.vo.UserCertificationFilters
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolation.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolation.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.Remediator.Attribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.Remediator.ForeignAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.Remediator.RemediatorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.ScanRun.RUN_STATUS
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship.RelationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.notification.vo.BulkNotificationEvent.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.oimcommon.vo.Account.AccountStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.oimcommon.vo.RiskContext.AccountScanScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.oimcommon.vo.RiskContext.UserScanScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.oimcommon.vo.User.UserStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.passwordmgmt.vo.Constants.Entity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.passwordmgmt.vo.Constants.Operations
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.AccessPolicyActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.CommonActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.DiagnosticDashboardActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OIMUIActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PlatformServiceActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PluginActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ProvisionedByRequestActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.vo.Capability.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Argument
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.kernel.vo.FailedEventResult.Response
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.utils.vo.OIMType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.platform.utils.vo.Operation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.Severity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.policyengine.vo.Rule.Attribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.policyengine.vo.Rule.ForeignAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.Application.STATUS_TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ApplicationInstanceConstants.SortOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.BasicAttribute.TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.Grant.GrantMechanism
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.reconciliation.api.ChangeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.reconciliation.config.vo.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.reconciliation.config.vo.ChangeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.reconciliation.config.vo.Condition
-
Returns the enum constant of this class with the specified name.
- 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 enum class oracle.iam.reconciliation.config.vo.ReconType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.reconciliation.config.vo.ResourceType
-
Returns the enum constant of this class with the specified name.
- 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 enum class oracle.iam.reconciliation.config.vo.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.request.vo.RequestConstants.SortOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.request.vo.RequestEntityAttribute.ACTION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.scheduler.vo.EmailConfig.EntityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.scheduler.vo.ErrorLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.AttributesForOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.DirectoryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.IntegrationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.LDAPAttributeName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.OAMAttributes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.UnMappedAttributes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class oracle.iam.vo.OperationResult.OperationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class Thor.API.Base.tcBaseUtility.Entities
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
-
Returns the enum constant of this class with the specified name.
- valueOfData(String) - Method in enum class oracle.iam.reconciliation.config.vo.Type
- valueOfEMType(String) - Static method in enum class oracle.iam.reconciliation.config.vo.Type
- values() - Static method in enum class oracle.iam.api.OIMService.Intent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.ActionStage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.ActionTarget
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.Condition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.Constants.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.DataType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.DeploymentMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.EntityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.FieldType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.GroovyHelper.OperationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.ICFAdvanceFlags
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.JobMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.JobParamDataType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.RuleElementOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.application.vo.RuleOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.auditevent.vo.AuditConstants.AuditEventActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Argument
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.catalog.vo.CatalogSearchCriteria.SortCriteria
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.catalog.vo.MetaDataDefinition.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.catalog.vo.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.catalog.vo.OIMType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.ApplicationInstanceCertificationFilters
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.Certifiable.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.CertificationConstants.EntityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.CertificationConstants.PhaseDecisionConflict
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerIdType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.CertificationConstants.ReviewerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.CertificationCreationContext.SemaphoreType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.CertificationDefinitionFilters
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.EntitlementCertificationFilters
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.RoleCertificationFilters
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.SearchFilter.Argument
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.TotalPhases
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.certification.vo.UserCertificationFilters
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolation.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolation.Attribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolation.ForeignAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolation.SearchPseudoAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolation.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.Attribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.ForeignAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.SearchPseudoAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolationCause.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.PolicyViolationCauseDetails.CauseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.Remediator.Attribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.Remediator.ForeignAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.Remediator.RemediatorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.ScanDefinition.Attribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.ScanDefinition.ForeignAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.ScanRun.FOREIGNATTRIBUTE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.ScanRun.RUN_STATUS
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ida.vo.TaskPolicyViolation.ATTRIBUTE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.AttributeValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Operations
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.orgmgmt.vo.OrgUserRelationship.RelationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ErrorCodes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.ObligationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Operations
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.PendingRoleGrantAttributeName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleAttributeName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleCategoryAttributeName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleGrantAttributeName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleHistoryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.RoleRelationshipAttributeName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.SubType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.AttributeValues
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.ObligationName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Operations
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.notification.vo.BulkNotificationEvent.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.oimcommon.vo.Account.AccountStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.oimcommon.vo.RiskContext.AccountScanScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.oimcommon.vo.RiskContext.UserScanScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.oimcommon.vo.User.UserStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.passwordmgmt.vo.Constants.Attributes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.passwordmgmt.vo.Constants.Entity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.passwordmgmt.vo.Constants.Operations
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.AccessPolicyActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRole
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.CommonActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.DenialReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.DiagnosticDashboardActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAttributeConfigurationActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.InternalObligations
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.Obligations
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OIMUIActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OperationContextAppRoles
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PlatformServiceActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PluginActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ProvisionedByRequestActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SchedulerActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.vo.AdminRoleMembershipWithoutHierarchy.MEMBERSHIP_TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.vo.Capability.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.authopss.vo.EntityPublication.Attribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AbstractEntityDataTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.entitymgr.vo.EntityConstants.AuditEventActions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.entitymgr.vo.SchemaModification.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Argument
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.entitymgr.vo.SearchCriteria.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.entitymgr.vo.SearchRule.SearchDepth
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.kernel.vo.FailedEventResult.Response
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.utils.vo.OIMType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.platform.utils.vo.Operation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.DateFormats
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.OperatorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.PathElemType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.Severity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.policyengine.vo.PolicyConstants.WorkflowPolicyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.policyengine.vo.Rule.Attribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.policyengine.vo.Rule.ForeignAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class oracle.iam.policyengine.vo.ValueObject
- values() - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.AccountSearchAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.ApplicationInstanceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementInstanceSearchAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.EntitlementSearchAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.Account.ACCOUNT_TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.Application.ATTRIBUTE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.Application.STATUS_TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ApplicationInstance.TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ApplicationInstanceConstants.SortOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.APP_OC_PROPERTIES
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.RECON_SITUATIONS
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.SCRIPT_TRIGGER
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.OPERATION_POLICY
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ApplicationObjectclassCapability.PROV_OPERATION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.BasicAttribute.TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ChildTableRecord.ACTION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ConnectorBundlePoolConfig.ATTRIBUTE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ConnectorConfigurationProperty.ATTRIBUTE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.ConnectorServer.ATTRIBUTE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.EntitlementInstance.ACTION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.Grant.GrantMechanism
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.provisioning.vo.OperationResult.OPERATION_RESULT_STATUSES
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.reconciliation.api.ChangeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.reconciliation.config.vo.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.reconciliation.config.vo.ChangeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.reconciliation.config.vo.Condition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.reconciliation.config.vo.ReconType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.reconciliation.config.vo.ResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.reconciliation.config.vo.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.reconciliation.vo.ReconSearchCriteria.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.ACTION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.request.vo.RequestConstants.SortOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.request.vo.RequestEntityAttribute.ACTION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.request.vo.RequestEntityAttribute.TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.request.vo.RequestSearchCriteria.Operator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.request.vo.RequestStage.RequestClosedStatusEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.request.vo.RequestStage.RequestPendingStageEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.request.vo.RequestTemplateAttribute.TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.requestprofile.vo.RequestProfileEntityAttribute.TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.scheduler.vo.EmailConfig.EntityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.scheduler.vo.ErrorLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.AttributesForOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.DirectoryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.IntegrationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.LDAPAttributeName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.OAMAttributes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ssointg.api.SSOIntegrationConstants.UnMappedAttributes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.ssointg.exception.RoleGrantFailedException.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class oracle.iam.vo.OperationResult.OperationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class Thor.API.Base.tcBaseUtility.Entities
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyNLAObjectActionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class Thor.API.Operations.tcAccessPolicyOperationsIntf.PolicyOwnerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- VIEW_ACCOUNT_MEMBERS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- VIEW_ACCOUNTS_PUBLISHED - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- VIEW_ADMIN - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- VIEW_ADMIN_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_ATTRIBUTES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- VIEW_CERTIFICATION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
- VIEW_CERTIFICATION_CONFIGURATION - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CertificationActions
- VIEW_ENTITLEMENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_ENTITLEMENTS_PUBLISHED - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- VIEW_EVENT_DETAILS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ReconciliationActions
- VIEW_GRANTEE - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
- VIEW_MEMBERS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- VIEW_MEMBERS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- VIEW_MEMBERSHIP - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- VIEW_METADATA - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CatalogActions
- VIEW_ORGANIZATION_DETAILS - Enum constant in enum class oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.Privilege
- VIEW_ORGANIZATIONS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_POLICY_TYPE_SCHEMA - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
- VIEW_PROVISIONED_ACCOUNTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- VIEW_PROXY_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_REQUEST - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- VIEW_REQUESTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_ROLE - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- VIEW_ROLE_CATEGORY - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- VIEW_ROLE_ROLE_RELATIONSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- VIEW_ROLE_USER_MEMBERSHIP - Enum constant in enum class oracle.iam.identity.rolemgmt.api.RoleManagerConstants.Privilege
- VIEW_ROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AccessPolicyActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.AdminRoleActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApprovalPolicyActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.EntitlementActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.HomeOrganizationPolicyActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditConfigurationActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditPolicyViolationCauseActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanDefinitionActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.IdentityAuditScanRunActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.NotificationActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.OrganizationActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PasswordPolicyActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.PolicyTypeActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ProvisionedByRequestActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestProfileActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ResourceObjectActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RoleCategoryActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RuleActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SelfServiceCapabilitiesPolicyActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.SystemPropertiesActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_SEARCH - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.WorkflowPolicyActions
- VIEW_SEARCH_DATASET - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.ApplicationInstanceActions
- VIEW_SEARCH_DATASET - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.RequestDatasetActions
- VIEW_SEARCH_ENTITY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.CommonActions
- VIEW_SEARCH_ENTITY - Static variable in class oracle.iam.platform.authopss.api.PolicyConstants
- VIEW_SEARCH_USER - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.DeniedAttributAction
- VIEW_SELF_ACCOUNTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_SELF_ADMINROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_SELF_ENTITLEMENTS - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_SELF_ROLES - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_USER_ACCOUNT - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.UserActions
- VIEW_USER_DETAILS - Enum constant in enum class oracle.iam.identity.usermgmt.api.UserManagerConstants.Privilege
- VIEW_USER_DETAILS - Enum constant in enum class oracle.iam.selfservice.self.selfmgmt.api.Constants.Privilege
- VIEWABLE_ATTRS - Enum constant in enum 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 - Enum constant in enum class oracle.iam.ida.vo.ScanRun.ATTRIBUTE
W
- WAITING - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
- WAITING_FOR_ENTITLEMENT - Enum constant in enum class oracle.iam.provisioning.api.ProvisioningConstants.ObjectStatus
- WARN_AFTER_DAYS_KEY - Static variable in class oracle.iam.passwordmgmt.vo.Constants
- WARNING - Enum constant in enum class oracle.iam.scheduler.vo.ErrorLevel
- WARNING - Static variable in class com.thortech.xl.vo.ddm.ImportPlanInfo
- WEBGATE_TYPE - Static variable in class oracle.iam.ssointg.api.SSOIntegrationConstants
- 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 - Enum constant in enum class oracle.iam.provisioning.vo.ApplicationObjectclass.ATTRIBUTE
- WORKFLOW_POLICY - Enum constant in enum class oracle.iam.platform.authopss.api.PolicyConstants.Resources
- WORKFLOW_RULE - Enum constant in enum 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 - Enum constant in enum 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
- WRITEBACK - Enum constant in enum class oracle.iam.application.vo.ICFAdvanceFlags
- 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
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form