Package sailpoint.object
Class ResourceObject
java.lang.Object
sailpoint.object.ResourceObject
A representation of account data that has been aggregated. Use this as a basis to determine correlation linkages with a specific identity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the attribute value provided as a stringgetStringAttribute(String name) Get the attribute value provided as a stringvoidsetAttribute(String key, Object value)
-
Constructor Details
-
ResourceObject
public ResourceObject()
-
-
Method Details
-
getIdentity
- Returns:
- the identity string representation of the resource object
-
getStringAttribute
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
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
- Parameters:
key- The name of the attribute to setvalue- The value to apply to the given key
-