Package oracle.iam.platform.authopss.api
Enum Class PolicyConstants.Resources
java.lang.Object
java.lang.Enum<PolicyConstants.Resources>
oracle.iam.platform.authopss.api.PolicyConstants.Resources
- All Implemented Interfaces:
Serializable
,Comparable<PolicyConstants.Resources>
,Constable
- Enclosing class:
- PolicyConstants
Enum for the resource types.
-
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
Modifier and TypeMethodDescriptiongetId()
boolean
static void
static void
static PolicyConstants.Resources
Returns the enum constant of this class with the specified name.static PolicyConstants.Resources[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
ROLE_CATEGORY
-
IT_RESOURCE_ENTITLEMENT
-
REQUEST_PROFILE
-
ORGANIZATION
-
ROLE
-
APPLICATION_INSTANCE
-
USER
-
CATALOG_ITEM
-
SYSTEM_PROPERTIES
-
APPROVAL_POLICY
-
PLATFORM_SERVICE
-
RECON
-
NOTIFICATION
-
SCHEDULER
-
PLUGIN
-
IDENTITY_CONFIG
-
DIAGNOSTIC_DASHBOARD
-
RESOURCE_OBJECT
-
OIMUI
-
PASSWORD_POLICY
-
REQUEST_DATASET
-
CERTIFICATION
-
PROVISIONED_BY_REQUEST
-
ADMIN_ROLES
-
POLICY_TYPE
-
POLICY
-
RULE
-
SELF_SERVICE_CAPABILITIES_POLICY
-
SELF_SERVICE_CAPABILITIES_RULE
-
HOME_ORGANIZATION_POLICY
-
HOME_ORGANIZATION_RULE
-
WORKFLOW_POLICY
-
WORKFLOW_RULE
-
IDENTITY_AUDIT_POLICY
-
IDENTITY_AUDIT_RULE
-
IDENTITY_AUDIT_CONFIGURATION
-
IDENTITY_AUDIT_SCAN_DEFINITION
-
IDENTITY_AUDIT_SCAN_RUN
-
IDENTITY_AUDIT_POLICY_VIOLATION
-
IDENTITY_AUDIT_POLICY_VIOLATION_CAUSE
-
ACCESS_POLICY
-
-
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
-
loadResourcesMap
public static void loadResourcesMap() -
loadResourcesInternalMap
public static void loadResourcesInternalMap() -
getId
- Returns:
- String id for the feature.
-
getInternalId
-
isFineGrained
public boolean isFineGrained() -
getActions
- Returns:
- Actions actions enum for the feature.
-