Package sailpoint.server
Enum IdnRuleUtil.ManagedAttributeProperty
java.lang.Object
java.lang.Enum<IdnRuleUtil.ManagedAttributeProperty>
sailpoint.server.IdnRuleUtil.ManagedAttributeProperty
- All Implemented Interfaces:
Serializable,Comparable<IdnRuleUtil.ManagedAttributeProperty>
- Enclosing interface:
- IdnRuleUtil
public static enum IdnRuleUtil.ManagedAttributeProperty
extends Enum<IdnRuleUtil.ManagedAttributeProperty>
The properties of the managed attribute model that
IdnRuleUtil.findManagedAttributes(java.lang.String, java.lang.String, sailpoint.server.IdnRuleUtil.ManagedAttributeProperty, sailpoint.server.IdnRuleUtil.FindOperation, java.lang.String, java.lang.String, sailpoint.server.IdnRuleUtil.ManagedAttributeProperty) can query
and sort on. These are limited to the indexed properties of the entitlement model.-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe display name of the entitlement.The raw value of the entitlement. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static IdnRuleUtil.ManagedAttributeProperty[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
displayableName
The display name of the entitlement. This is derived from the entitlement's display name when that is set, and from its name otherwise. -
value
The raw value of the entitlement.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-