Package oracle.iam.platform.authopss.api
Enum Class PolicyConstants.ResourceSecurityAttributes
java.lang.Object
java.lang.Enum<PolicyConstants.ResourceSecurityAttributes>
oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes
- All Implemented Interfaces:
Serializable
,Comparable<PolicyConstants.ResourceSecurityAttributes>
,Constable
- Enclosing class:
- PolicyConstants
public static enum PolicyConstants.ResourceSecurityAttributes
extends Enum<PolicyConstants.ResourceSecurityAttributes>
enum for the resource security attributes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
RESOURCE_PUBLISHED_TO_ALL_DIRECT_ORGANIZATIONS
public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_PUBLISHED_TO_ALL_DIRECT_ORGANIZATIONS -
RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_HIERARCHY
public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_HIERARCHY -
RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_PARENTS
public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_PARENTS -
RESOURCE_USER_ORGANIZATIONS
-
RESOURCE_USER_ORGANIZATIONS_WITH_PARENTS
public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_USER_ORGANIZATIONS_WITH_PARENTS -
RESOURCE_ORGANIZATION_WITH_PARENTS
-
RESOURCE_ORGANIZATION_DIRECT
-
USER_MANAGEMENT_CHAIN
-
RESOURCE_ENTITY_ASSIGNED_TO_USER
-
RESOURCE_TARGET_OBJ
-
USER_MGRS_IN_CHAIN
-
IS_SELF_ACTION
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
-