Class ResourceObject

java.lang.Object
sailpoint.object.ResourceObject

public class ResourceObject extends Object
A representation of account data that has been aggregated. Use this as a basis to determine correlation linkages with a specific identity.
  • Constructor Details

    • ResourceObject

      public ResourceObject()
  • Method Details

    • getIdentity

      public String getIdentity()
      Returns:
      the identity string representation of the resource object
    • getStringAttribute

      public String getStringAttribute(String name)
      Get the attribute value provided as a string
      Parameters:
      name - The name of the attribute to retrieve
      Returns:
      the string value of the given attribute name
    • getString

      public String getString(String name)
      Get the attribute value provided as a string
      Parameters:
      name - The name of the attribute
      Returns:
      the string value of the given attribute name
    • setAttribute

      public void setAttribute(String key, Object value)
      Parameters:
      key - The name of the attribute to set
      value - The value to apply to the given key