From bacc8e86bf823d14cca7c20b58957e77a980eb4b Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Wed, 24 May 2023 19:04:46 +0000 Subject: [PATCH] Update to rule java docs: 5072466949 --- static/rule-java-docs/.gitignore | 23 + static/rule-java-docs/.idea/.gitignore | 3 + static/rule-java-docs/.idea/misc.xml | 9 + static/rule-java-docs/.idea/modules.xml | 8 + static/rule-java-docs/.idea/uiDesigner.xml | 124 ++++ static/rule-java-docs/.idea/vcs.xml | 6 + static/rule-java-docs/allclasses-frame.html | 7 +- static/rule-java-docs/allclasses-noframe.html | 7 +- static/rule-java-docs/constant-values.html | 4 +- static/rule-java-docs/deprecated-list.html | 4 +- static/rule-java-docs/help-doc.html | 4 +- .../rule-java-docs/index-files/index-1.html | 4 +- .../rule-java-docs/index-files/index-10.html | 4 +- .../rule-java-docs/index-files/index-11.html | 4 +- .../rule-java-docs/index-files/index-12.html | 4 +- .../rule-java-docs/index-files/index-13.html | 4 +- .../rule-java-docs/index-files/index-14.html | 4 +- .../rule-java-docs/index-files/index-15.html | 4 +- .../rule-java-docs/index-files/index-16.html | 8 +- .../rule-java-docs/index-files/index-17.html | 4 +- .../rule-java-docs/index-files/index-18.html | 4 +- .../rule-java-docs/index-files/index-19.html | 4 +- .../rule-java-docs/index-files/index-2.html | 4 +- .../rule-java-docs/index-files/index-3.html | 4 +- .../rule-java-docs/index-files/index-4.html | 4 +- .../rule-java-docs/index-files/index-5.html | 4 +- .../rule-java-docs/index-files/index-6.html | 114 +++- .../rule-java-docs/index-files/index-7.html | 4 +- .../rule-java-docs/index-files/index-8.html | 16 +- .../rule-java-docs/index-files/index-9.html | 4 +- static/rule-java-docs/index.html | 2 +- static/rule-java-docs/overview-frame.html | 4 +- static/rule-java-docs/overview-summary.html | 4 +- static/rule-java-docs/overview-tree.html | 7 +- .../connector/webservices/Endpoint.html | 4 +- .../webservices/WebServicesClient.html | 4 +- .../connector/webservices/package-frame.html | 4 +- .../webservices/package-summary.html | 4 +- .../connector/webservices/package-tree.html | 4 +- .../sailpoint/object/Application.html | 12 +- .../object/Field.ApplicationDependency.html | 8 +- .../sailpoint/object/Field.html | 4 +- .../sailpoint/object/Identity.html | 444 +++++++------ ...isioningPlan.AccountRequest.Operation.html | 4 +- .../ProvisioningPlan.AccountRequest.html | 4 +- .../ProvisioningPlan.AttributeRequest.html | 4 +- .../object/ProvisioningPlan.Operation.html | 4 +- .../sailpoint/object/ProvisioningPlan.html | 20 +- .../sailpoint/object/ProvisioningResult.html | 4 +- .../sailpoint/object/package-frame.html | 6 +- .../sailpoint/object/package-summary.html | 18 +- .../sailpoint/object/package-tree.html | 6 +- .../sailpoint/rule/Account.html | 8 +- .../sailpoint/rule/Identity.html | 587 ++++++++++++++++++ .../rule/ManagedAttributeDetails.html | 8 +- .../sailpoint/rule/package-frame.html | 5 +- .../sailpoint/rule/package-summary.html | 10 +- .../sailpoint/rule/package-tree.html | 5 +- .../sailpoint/server/IdnRuleUtil.html | 12 +- .../sailpoint/server/package-frame.html | 4 +- .../sailpoint/server/package-summary.html | 4 +- .../sailpoint/server/package-tree.html | 4 +- static/rule-java-docs/serialized-form.html | 4 +- .../src/sailpoint/object/Identity.java | 190 +++--- .../src/sailpoint/rule/Identity.java | 125 ++++ 65 files changed, 1520 insertions(+), 422 deletions(-) create mode 100644 static/rule-java-docs/.gitignore create mode 100644 static/rule-java-docs/.idea/.gitignore create mode 100644 static/rule-java-docs/.idea/misc.xml create mode 100644 static/rule-java-docs/.idea/modules.xml create mode 100644 static/rule-java-docs/.idea/uiDesigner.xml create mode 100644 static/rule-java-docs/.idea/vcs.xml create mode 100644 static/rule-java-docs/sailpoint/rule/Identity.html create mode 100644 static/rule-java-docs/src/sailpoint/rule/Identity.java diff --git a/static/rule-java-docs/.gitignore b/static/rule-java-docs/.gitignore new file mode 100644 index 000000000..a1c2a238a --- /dev/null +++ b/static/rule-java-docs/.gitignore @@ -0,0 +1,23 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/static/rule-java-docs/.idea/.gitignore b/static/rule-java-docs/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/static/rule-java-docs/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/static/rule-java-docs/.idea/misc.xml b/static/rule-java-docs/.idea/misc.xml new file mode 100644 index 000000000..f0c72e596 --- /dev/null +++ b/static/rule-java-docs/.idea/misc.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git a/static/rule-java-docs/.idea/modules.xml b/static/rule-java-docs/.idea/modules.xml new file mode 100644 index 000000000..0c17392e5 --- /dev/null +++ b/static/rule-java-docs/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/static/rule-java-docs/.idea/uiDesigner.xml b/static/rule-java-docs/.idea/uiDesigner.xml new file mode 100644 index 000000000..e96534fb2 --- /dev/null +++ b/static/rule-java-docs/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/rule-java-docs/.idea/vcs.xml b/static/rule-java-docs/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/static/rule-java-docs/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/static/rule-java-docs/allclasses-frame.html b/static/rule-java-docs/allclasses-frame.html index e37d65f77..d4aee99c3 100644 --- a/static/rule-java-docs/allclasses-frame.html +++ b/static/rule-java-docs/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes - + @@ -17,7 +17,8 @@
  • Endpoint
  • Field
  • Field.ApplicationDependency
  • -
  • Identity
  • +
  • Identity
  • +
  • Identity
  • IdnRuleUtil
  • ManagedAttributeDetails
  • ProvisioningPlan
  • diff --git a/static/rule-java-docs/allclasses-noframe.html b/static/rule-java-docs/allclasses-noframe.html index 845b66e81..7e9e53041 100644 --- a/static/rule-java-docs/allclasses-noframe.html +++ b/static/rule-java-docs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes - + @@ -17,7 +17,8 @@
  • Endpoint
  • Field
  • Field.ApplicationDependency
  • -
  • Identity
  • +
  • Identity
  • +
  • Identity
  • IdnRuleUtil
  • ManagedAttributeDetails
  • ProvisioningPlan
  • diff --git a/static/rule-java-docs/constant-values.html b/static/rule-java-docs/constant-values.html index 8524c9543..3dc638046 100644 --- a/static/rule-java-docs/constant-values.html +++ b/static/rule-java-docs/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values - + diff --git a/static/rule-java-docs/deprecated-list.html b/static/rule-java-docs/deprecated-list.html index 740397acd..255176b89 100644 --- a/static/rule-java-docs/deprecated-list.html +++ b/static/rule-java-docs/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List - + diff --git a/static/rule-java-docs/help-doc.html b/static/rule-java-docs/help-doc.html index 6f7a65188..4fef11182 100644 --- a/static/rule-java-docs/help-doc.html +++ b/static/rule-java-docs/help-doc.html @@ -2,9 +2,9 @@ - + API Help - + diff --git a/static/rule-java-docs/index-files/index-1.html b/static/rule-java-docs/index-files/index-1.html index c0c3d7c6c..17666d417 100644 --- a/static/rule-java-docs/index-files/index-1.html +++ b/static/rule-java-docs/index-files/index-1.html @@ -2,9 +2,9 @@ - + A-Index - + diff --git a/static/rule-java-docs/index-files/index-10.html b/static/rule-java-docs/index-files/index-10.html index d1758b602..c9efe2acd 100644 --- a/static/rule-java-docs/index-files/index-10.html +++ b/static/rule-java-docs/index-files/index-10.html @@ -2,9 +2,9 @@ - + N-Index - + diff --git a/static/rule-java-docs/index-files/index-11.html b/static/rule-java-docs/index-files/index-11.html index 378043bd5..0dee8688a 100644 --- a/static/rule-java-docs/index-files/index-11.html +++ b/static/rule-java-docs/index-files/index-11.html @@ -2,9 +2,9 @@ - + O-Index - + diff --git a/static/rule-java-docs/index-files/index-12.html b/static/rule-java-docs/index-files/index-12.html index 895839634..4a0dffede 100644 --- a/static/rule-java-docs/index-files/index-12.html +++ b/static/rule-java-docs/index-files/index-12.html @@ -2,9 +2,9 @@ - + P-Index - + diff --git a/static/rule-java-docs/index-files/index-13.html b/static/rule-java-docs/index-files/index-13.html index a788e26ff..bef759c04 100644 --- a/static/rule-java-docs/index-files/index-13.html +++ b/static/rule-java-docs/index-files/index-13.html @@ -2,9 +2,9 @@ - + Q-Index - + diff --git a/static/rule-java-docs/index-files/index-14.html b/static/rule-java-docs/index-files/index-14.html index 93ac0ed7f..8769006e5 100644 --- a/static/rule-java-docs/index-files/index-14.html +++ b/static/rule-java-docs/index-files/index-14.html @@ -2,9 +2,9 @@ - + R-Index - + diff --git a/static/rule-java-docs/index-files/index-15.html b/static/rule-java-docs/index-files/index-15.html index 9bc308263..eb6efe9c2 100644 --- a/static/rule-java-docs/index-files/index-15.html +++ b/static/rule-java-docs/index-files/index-15.html @@ -2,9 +2,9 @@ - + S-Index - + diff --git a/static/rule-java-docs/index-files/index-16.html b/static/rule-java-docs/index-files/index-16.html index 45d1cebbe..23ffaddb7 100644 --- a/static/rule-java-docs/index-files/index-16.html +++ b/static/rule-java-docs/index-files/index-16.html @@ -2,9 +2,9 @@ - + T-Index - + @@ -79,6 +79,10 @@
     
    toMap() - Method in interface sailpoint.object.ProvisioningResult
     
    +
    toString() - Method in class sailpoint.object.Identity
    +
    +
    Get the calling Identity as a string
    +
    TYPE_MANAGED_ATTR - Static variable in interface sailpoint.object.Field
    Argument to specify ManagedAttribute.
    diff --git a/static/rule-java-docs/index-files/index-17.html b/static/rule-java-docs/index-files/index-17.html index 9a2663988..61627b519 100644 --- a/static/rule-java-docs/index-files/index-17.html +++ b/static/rule-java-docs/index-files/index-17.html @@ -2,9 +2,9 @@ - + U-Index - + diff --git a/static/rule-java-docs/index-files/index-18.html b/static/rule-java-docs/index-files/index-18.html index 8f1a0065c..526e79fd2 100644 --- a/static/rule-java-docs/index-files/index-18.html +++ b/static/rule-java-docs/index-files/index-18.html @@ -2,9 +2,9 @@ - + V-Index - + diff --git a/static/rule-java-docs/index-files/index-19.html b/static/rule-java-docs/index-files/index-19.html index addfc8e32..46e162682 100644 --- a/static/rule-java-docs/index-files/index-19.html +++ b/static/rule-java-docs/index-files/index-19.html @@ -2,9 +2,9 @@ - + W-Index - + diff --git a/static/rule-java-docs/index-files/index-2.html b/static/rule-java-docs/index-files/index-2.html index 36dd325a2..7ff54cf25 100644 --- a/static/rule-java-docs/index-files/index-2.html +++ b/static/rule-java-docs/index-files/index-2.html @@ -2,9 +2,9 @@ - + C-Index - + diff --git a/static/rule-java-docs/index-files/index-3.html b/static/rule-java-docs/index-files/index-3.html index 84c466ee9..508b42bad 100644 --- a/static/rule-java-docs/index-files/index-3.html +++ b/static/rule-java-docs/index-files/index-3.html @@ -2,9 +2,9 @@ - + D-Index - + diff --git a/static/rule-java-docs/index-files/index-4.html b/static/rule-java-docs/index-files/index-4.html index b1612ce2d..c01fdcb2e 100644 --- a/static/rule-java-docs/index-files/index-4.html +++ b/static/rule-java-docs/index-files/index-4.html @@ -2,9 +2,9 @@ - + E-Index - + diff --git a/static/rule-java-docs/index-files/index-5.html b/static/rule-java-docs/index-files/index-5.html index a8d2b7597..4da4452f6 100644 --- a/static/rule-java-docs/index-files/index-5.html +++ b/static/rule-java-docs/index-files/index-5.html @@ -2,9 +2,9 @@ - + F-Index - + diff --git a/static/rule-java-docs/index-files/index-6.html b/static/rule-java-docs/index-files/index-6.html index 082ff1c58..7a1220715 100644 --- a/static/rule-java-docs/index-files/index-6.html +++ b/static/rule-java-docs/index-files/index-6.html @@ -2,9 +2,9 @@ - + G-Index - + @@ -155,13 +155,23 @@
    getArguments() - Method in interface sailpoint.object.ProvisioningPlan
     
    +
    getAssignedRole(String) - Method in class sailpoint.object.Identity
    +
     
    +
    getAssignedRoles() - Method in class sailpoint.object.Identity
    +
    +
    Get a list of Bundle Objects of the assigned Roles of the Identity
    +
    getAttribute(String) - Method in interface sailpoint.connector.webservices.Endpoint
    Use this method to get the value of an attribute
    getAttribute(String) - Method in interface sailpoint.object.Field
     
    -
    getAttribute(String) - Method in interface sailpoint.object.Identity
    +
    getAttribute(String) - Method in class sailpoint.object.Identity
    +
    +
    Get the attribute value given the name of the attribute
    +
    +
    getAttribute(String) - Method in interface sailpoint.rule.Identity
    Get the user's specified attribute as an object
    @@ -173,14 +183,16 @@
     
    getAttributes() - Method in interface sailpoint.object.Field
     
    -
    getAttributes() - Method in interface sailpoint.object.Identity
    -
    -
    Get the raw attributes of the User.
    -
    +
    getAttributes() - Method in class sailpoint.object.Identity
    +
     
    getAttributes() - Method in interface sailpoint.rule.Account
    Gets the raw attributes of the account.
    +
    getAttributes() - Method in interface sailpoint.rule.Identity
    +
    +
    Get the raw attributes of the User.
    +
    getAttributes() - Method in class sailpoint.rule.ManagedAttributeDetails
     
    getAttributeValue(String) - Method in interface sailpoint.object.Application
    @@ -207,6 +219,8 @@
     
    getBooleanAttributeValue(String) - Method in interface sailpoint.object.Application
     
    +
    getBundles() - Method in class sailpoint.object.Identity
    +
     
    getCallable() - Method in interface sailpoint.object.Field
     
    getCluster() - Method in interface sailpoint.object.Application
    @@ -229,7 +243,7 @@
    getCorrelationRule() - Method in interface sailpoint.object.Application
     
    -
    getCountry() - Method in interface sailpoint.object.Identity
    +
    getCountry() - Method in interface sailpoint.rule.Identity
    Get the country of the user
    @@ -263,11 +277,17 @@
     
    getDisplayableName() - Method in interface sailpoint.object.Application
     
    +
    getDisplayableName() - Method in class sailpoint.object.Identity
    +
     
    getDisplayLabel() - Method in interface sailpoint.object.Field
     
    getDisplayName() - Method in interface sailpoint.object.Application
     
    -
    getDisplayName() - Method in interface sailpoint.object.Identity
    +
    getDisplayName() - Method in class sailpoint.object.Identity
    +
    +
    Get the display name of the Identity
    +
    +
    getDisplayName() - Method in interface sailpoint.rule.Identity
    Get the display name of the identity
    @@ -279,11 +299,15 @@
    use #getDisplayValue()
    -
    getEmail() - Method in interface sailpoint.object.Identity
    +
    getEmail() - Method in class sailpoint.object.Identity
    +
    +
    Get the email of the Identity
    +
    +
    getEmail() - Method in interface sailpoint.rule.Identity
    Get the work email of the User.
    -
    getEmployeeNumber() - Method in interface sailpoint.object.Identity
    +
    getEmployeeNumber() - Method in interface sailpoint.rule.Identity
    Get the user's employee number;
    @@ -295,6 +319,8 @@
     
    getErrors() - Method in interface sailpoint.object.ProvisioningResult
     
    +
    getExceptions(List<Application>) - Method in class sailpoint.object.Identity
    +
     
    getExtendedAttributes() - Method in interface sailpoint.object.Application
     
    getFeatures() - Method in interface sailpoint.object.Application
    @@ -309,7 +335,11 @@
    Get the first account for the application and identityName and return the first accounts native sailpoint.object.Identity.
    -
    getFirstName() - Method in interface sailpoint.object.Identity
    +
    getFirstname() - Method in class sailpoint.object.Identity
    +
    +
    Get the first name of the Identity
    +
    +
    getFirstName() - Method in interface sailpoint.rule.Identity
    Get the first name of the User.
    @@ -317,6 +347,10 @@
     
    getFormPath() - Method in interface sailpoint.object.Application
     
    +
    getFullName() - Method in class sailpoint.object.Identity
    +
    +
    Get the full name of the Identity
    +
    getFullUrl() - Method in interface sailpoint.connector.webservices.Endpoint
    Use this method to get the complete url (endpoint) of the operation that is to be performed for the particular operation
    @@ -351,7 +385,11 @@
    getIcon() - Method in interface sailpoint.object.Application
     
    -
    getId() - Method in interface sailpoint.object.Identity
    +
    getId() - Method in class sailpoint.object.Identity
    +
    +
    Get the calling Identity Id
    +
    +
    getId() - Method in interface sailpoint.rule.Identity
    Get the internal unique identifier.
    @@ -375,14 +413,24 @@
     
    getIntegrationData() - Method in interface sailpoint.object.ProvisioningPlan
     
    -
    getLastName() - Method in interface sailpoint.object.Identity
    +
    getLastname() - Method in class sailpoint.object.Identity
    +
    +
    Get the last name of the Identity
    +
    +
    getLastName() - Method in interface sailpoint.rule.Identity
    Get the last name of the User.
    -
    getLifecycleState() - Method in interface sailpoint.object.Identity
    +
    getLifecycleState() - Method in interface sailpoint.rule.Identity
    Get the current lifecycle state of the User.
    +
    getLink(Application) - Method in class sailpoint.object.Identity
    +
     
    +
    getLinks() - Method in class sailpoint.object.Identity
    +
    +
    Get a list of links that the Identity is connected to
    +
    getListAttributeValue(String) - Method in interface sailpoint.object.Application
     
    getLoggingPlan(ProvisioningPlan) - Static method in interface sailpoint.object.ProvisioningPlan
    @@ -403,18 +451,26 @@
    getManagementWorkgroup() - Method in interface sailpoint.object.Application
     
    +
    getManager() - Method in class sailpoint.object.Identity
    +
    +
    Get's the calling Identities Manager Object
    +
    getManagerCorrelationFilter() - Method in interface sailpoint.object.Application
     
    getManagerCorrelationRule() - Method in interface sailpoint.object.Application
     
    -
    getManagerId() - Method in interface sailpoint.object.Identity
    +
    getManagerId() - Method in interface sailpoint.rule.Identity
    The internal ID of the manager for this User.
    -
    getManagerName() - Method in interface sailpoint.object.Identity
    +
    getManagerName() - Method in interface sailpoint.rule.Identity
    Gets the name of the user's manager.
    +
    getManagerStatus() - Method in class sailpoint.object.Identity
    +
    +
    Get true/false if the Identity is a manager
    +
    getMatchingAccountRequest(ProvisioningPlan.AccountRequest) - Method in interface sailpoint.object.ProvisioningPlan
     
    getMatchingRequest(AbstractRequest) - Method in interface sailpoint.object.ProvisioningPlan
    @@ -429,7 +485,11 @@
     
    getModifyAccountRequests() - Method in interface sailpoint.object.ProvisioningPlan
     
    -
    getName() - Method in interface sailpoint.object.Identity
    +
    getName() - Method in class sailpoint.object.Identity
    +
    +
    Get the calling Identity name
    +
    +
    getName() - Method in interface sailpoint.rule.Identity
    Get the internal name of the User.
    @@ -489,11 +549,11 @@
     
    getPasswordPolicyHolderById(String) - Method in interface sailpoint.object.Application
     
    -
    getPersonalEmail() - Method in interface sailpoint.object.Identity
    +
    getPersonalEmail() - Method in interface sailpoint.rule.Identity
    Get the personal email of the User.
    -
    getPhone() - Method in interface sailpoint.object.Identity
    +
    getPhone() - Method in interface sailpoint.rule.Identity
    Get the phone of the User.
    @@ -563,6 +623,8 @@
     
    getRole() - Method in interface sailpoint.object.Field
     
    +
    getRoleAssignments() - Method in class sailpoint.object.Identity
    +
     
    getRootPath() - Method in interface sailpoint.connector.webservices.Endpoint
    Use this method to get the root of the JSON response returned from the managed source for the particular operation (create user, update user, account aggregation, etc...) @@ -611,7 +673,11 @@
     
    getStringAttribute(String) - Method in interface sailpoint.object.Field
     
    -
    getStringAttribute(String) - Method in interface sailpoint.object.Identity
    +
    getStringAttribute(String) - Method in class sailpoint.object.Identity
    +
    +
    Get the attribute value as a string given the name of the attribute on the Identity.
    +
    +
    getStringAttribute(String) - Method in interface sailpoint.rule.Identity
    Get the user's specified attribute as a string
    @@ -631,11 +697,13 @@
     
    getType() - Method in interface sailpoint.object.Application
     
    +
    getType() - Method in class sailpoint.object.Identity
    +
     
    getType() - Method in class sailpoint.rule.ManagedAttributeDetails
     
    getTypeClass() - Method in interface sailpoint.object.Field
     
    -
    getUid() - Method in interface sailpoint.object.Identity
    +
    getUid() - Method in interface sailpoint.rule.Identity
    Get the uid of the USer;
    @@ -685,7 +753,7 @@
    getWarnings() - Method in interface sailpoint.object.ProvisioningResult
     
    -
    getWorkPhone() - Method in interface sailpoint.object.Identity
    +
    getWorkPhone() - Method in interface sailpoint.rule.Identity
    Get the work phone of the User.
    diff --git a/static/rule-java-docs/index-files/index-7.html b/static/rule-java-docs/index-files/index-7.html index d6c9be44e..2df0b24e0 100644 --- a/static/rule-java-docs/index-files/index-7.html +++ b/static/rule-java-docs/index-files/index-7.html @@ -2,9 +2,9 @@ - + H-Index - + diff --git a/static/rule-java-docs/index-files/index-8.html b/static/rule-java-docs/index-files/index-8.html index ac34ea867..54bb3caf1 100644 --- a/static/rule-java-docs/index-files/index-8.html +++ b/static/rule-java-docs/index-files/index-8.html @@ -2,9 +2,9 @@ - + I-Index - + @@ -73,7 +73,11 @@

    I

    -
    Identity - Interface in sailpoint.object
    +
    Identity - Class in sailpoint.object
    +
     
    +
    Identity() - Constructor for class sailpoint.object.Identity
    +
     
    +
    Identity - Interface in sailpoint.rule
    Definition of a User interface available to Rule implementors.
    @@ -119,6 +123,8 @@
    Deprecated.
    +
    isCorrelated() - Method in class sailpoint.object.Identity
    +
     
    isDirectlyAssignable(String) - Method in interface sailpoint.object.Application
     
    isDisabled() - Method in interface sailpoint.rule.Account
    @@ -148,6 +154,8 @@
    isIIQ() - Method in interface sailpoint.object.ProvisioningPlan
     
    +
    isInactive() - Method in class sailpoint.object.Identity
    +
     
    isIncomplete() - Method in interface sailpoint.object.Field
     
    isLocked() - Method in interface sailpoint.rule.Account
    @@ -156,7 +164,7 @@
    isLogical() - Method in interface sailpoint.object.Application
     
    -
    isManager() - Method in interface sailpoint.object.Identity
    +
    isManager() - Method in interface sailpoint.rule.Identity
    Check to see if the current user has reports and is a manager.
    diff --git a/static/rule-java-docs/index-files/index-9.html b/static/rule-java-docs/index-files/index-9.html index 8785c427b..d96c3bb1e 100644 --- a/static/rule-java-docs/index-files/index-9.html +++ b/static/rule-java-docs/index-files/index-9.html @@ -2,9 +2,9 @@ - + M-Index - + diff --git a/static/rule-java-docs/index.html b/static/rule-java-docs/index.html index ba4503618..986af541b 100644 --- a/static/rule-java-docs/index.html +++ b/static/rule-java-docs/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) diff --git a/static/rule-java-docs/overview-summary.html b/static/rule-java-docs/overview-summary.html index 5e7f0112b..559250e06 100644 --- a/static/rule-java-docs/overview-summary.html +++ b/static/rule-java-docs/overview-summary.html @@ -2,9 +2,9 @@ - + Overview - + diff --git a/static/rule-java-docs/overview-tree.html b/static/rule-java-docs/overview-tree.html index 862295d17..3dde9e691 100644 --- a/static/rule-java-docs/overview-tree.html +++ b/static/rule-java-docs/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy - + @@ -94,6 +94,7 @@
  • sailpoint.object.ProvisioningPlan.AttributeRequest
  • +
  • sailpoint.object.Identity
  • sailpoint.rule.ManagedAttributeDetails
  • @@ -107,7 +108,7 @@
  • sailpoint.connector.webservices.Endpoint
  • -
  • sailpoint.object.Identity
  • +
  • sailpoint.rule.Identity
  • sailpoint.server.IdnRuleUtil
  • java.io.Serializable
      diff --git a/static/rule-java-docs/sailpoint/connector/webservices/Endpoint.html b/static/rule-java-docs/sailpoint/connector/webservices/Endpoint.html index a4b4332b0..b7edbac42 100644 --- a/static/rule-java-docs/sailpoint/connector/webservices/Endpoint.html +++ b/static/rule-java-docs/sailpoint/connector/webservices/Endpoint.html @@ -2,9 +2,9 @@ - + Endpoint - + diff --git a/static/rule-java-docs/sailpoint/connector/webservices/WebServicesClient.html b/static/rule-java-docs/sailpoint/connector/webservices/WebServicesClient.html index 14489f992..751fd726d 100644 --- a/static/rule-java-docs/sailpoint/connector/webservices/WebServicesClient.html +++ b/static/rule-java-docs/sailpoint/connector/webservices/WebServicesClient.html @@ -2,9 +2,9 @@ - + WebServicesClient - + diff --git a/static/rule-java-docs/sailpoint/connector/webservices/package-frame.html b/static/rule-java-docs/sailpoint/connector/webservices/package-frame.html index ab08cd1f2..39c8d8b44 100644 --- a/static/rule-java-docs/sailpoint/connector/webservices/package-frame.html +++ b/static/rule-java-docs/sailpoint/connector/webservices/package-frame.html @@ -2,9 +2,9 @@ - + sailpoint.connector.webservices - + diff --git a/static/rule-java-docs/sailpoint/connector/webservices/package-summary.html b/static/rule-java-docs/sailpoint/connector/webservices/package-summary.html index 293d613b4..5d1608a62 100644 --- a/static/rule-java-docs/sailpoint/connector/webservices/package-summary.html +++ b/static/rule-java-docs/sailpoint/connector/webservices/package-summary.html @@ -2,9 +2,9 @@ - + sailpoint.connector.webservices - + diff --git a/static/rule-java-docs/sailpoint/connector/webservices/package-tree.html b/static/rule-java-docs/sailpoint/connector/webservices/package-tree.html index 56da4e91d..b25e30503 100644 --- a/static/rule-java-docs/sailpoint/connector/webservices/package-tree.html +++ b/static/rule-java-docs/sailpoint/connector/webservices/package-tree.html @@ -2,9 +2,9 @@ - + sailpoint.connector.webservices Class Hierarchy - + diff --git a/static/rule-java-docs/sailpoint/object/Application.html b/static/rule-java-docs/sailpoint/object/Application.html index 5ac5a4a55..593125ab0 100644 --- a/static/rule-java-docs/sailpoint/object/Application.html +++ b/static/rule-java-docs/sailpoint/object/Application.html @@ -2,9 +2,9 @@ - + Application - + @@ -547,7 +547,7 @@ extends java.io.Serializable, java.lang.Cloneable getProxy()  -java.util.List<Identity> +java.util.List<Identity> getRemediators()  @@ -559,7 +559,7 @@ extends java.io.Serializable, java.lang.Cloneable getSchemas()  -java.util.List<Identity> +java.util.List<Identity> getSecondaryOwners()
      Deprecated. 
      @@ -1550,7 +1550,7 @@ extends java.io.Serializable, java.lang.Cloneable
      • getRemediators

        -
        java.util.List<Identity> getRemediators()
        +
        java.util.List<Identity> getRemediators()
      @@ -1780,7 +1780,7 @@ boolean isComposite()
    • getSecondaryOwners

      @Deprecated
      -java.util.List<Identity> getSecondaryOwners()
      +java.util.List<Identity> getSecondaryOwners()
      Deprecated. 
    diff --git a/static/rule-java-docs/sailpoint/object/Field.ApplicationDependency.html b/static/rule-java-docs/sailpoint/object/Field.ApplicationDependency.html index 7b99764e8..8b2cf7246 100644 --- a/static/rule-java-docs/sailpoint/object/Field.ApplicationDependency.html +++ b/static/rule-java-docs/sailpoint/object/Field.ApplicationDependency.html @@ -2,9 +2,9 @@ - + Field.ApplicationDependency - + @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
  • @@ -101,7 +102,6 @@
  • sailpoint.object.Application (also extends java.io.Serializable)
  • -
  • sailpoint.object.Identity
  • java.io.Serializable
    • sailpoint.object.Application (also extends java.lang.Cloneable)
    • diff --git a/static/rule-java-docs/sailpoint/rule/Account.html b/static/rule-java-docs/sailpoint/rule/Account.html index 6f608f3e0..2902cc30a 100644 --- a/static/rule-java-docs/sailpoint/rule/Account.html +++ b/static/rule-java-docs/sailpoint/rule/Account.html @@ -2,9 +2,9 @@ - + Account - + @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";