Package oracle.iam.platform.authopss.api
Class PolicyConstants
java.lang.Object
oracle.iam.platform.authopss.api.PolicyConstants
This class is used to define the constants.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
enum for the Access Policy Actionsstatic interface
static enum
Enums to represent the admin role.static enum
enum for the AdminRole actions.static enum
enum for the Application Instance.static enum
enum for the Approval policy.static enum
enum for the Catalog.static enum
enum for the Certificatons.static enum
enum for the Plugin.static enum
static enum
Enum for storing denied attribute actionsstatic enum
enum for the Diagnostic dashboard.static enum
enum for the Entitlement Actions.static enum
enum for the Home Organization Policystatic enum
enum for the User-Management Config.static enum
enum for the Identity Audit Configuration Actionsstatic enum
enum for the Identity Audit Policystatic enum
enum for the Identity Audit PolicyViolation Actionsstatic enum
enum for the Identity Audit PolicyViolationCause Actionsstatic enum
enum for the Identity Audit ScanDefinition Actionsstatic enum
enum for the Identity Audit ScanRun Actionsstatic enum
enum for the internal Organization scoping obligation.static enum
enum for the Notification.static enum
enum for the User.static enum
enum for the OIMUI Actions.static enum
static enum
enum for the Organization.static enum
enum for the org scoping security attributes.static enum
enum for the Password Policy.static enum
enum for the Platform Service.static enum
enum for the Plugin.static enum
enum for the Policystatic enum
enum for the Policy Typestatic enum
enum for the Provisioning Request Entity.static enum
enum for the Recon.static enum
enum for the Request Dataset.static enum
enum for the Request Profile.static enum
enum for the Resource Object.static enum
Enum for the resource types.static enum
enum for the resource security attributes.static enum
enum for the Role.static enum
enum for the Role Category.static enum
enum for the Identity Audit Rulestatic enum
enum for the Scheduler.static enum
enum for the Self Service Capabilities Policystatic enum
enum for the subject's security attributes.static enum
enum for the System Properties.static enum
enum for the User.static enum
enum for the Workflow Policy -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getApplicationRoleForAction
(PolicyConstants.Resources resourceType, PolicyConstants.Actions action) static String
getAttributeNameForAction
(PolicyConstants.Resources resourceType, PolicyConstants.Actions action, String suffix) static PolicyConstants.Actions
lookupActions
(String resourceType, String action) static PolicyConstants.Resources
lookupInternalResources
(String resourceType) static PolicyConstants.Resources
lookupResources
(String resourceType)
-
Field Details
-
APPLICATION_NAME
- See Also:
-
OIM_POLICY_DOMAIN
- See Also:
-
VIEW_SEARCH_ENTITY
-
PUBLISH_TO_ORG
-
MANAGE
-
-
Constructor Details
-
PolicyConstants
public PolicyConstants()
-
-
Method Details
-
lookupResources
-
lookupInternalResources
-
lookupActions
-
getApplicationRoleForAction
public static String getApplicationRoleForAction(PolicyConstants.Resources resourceType, PolicyConstants.Actions action) -
getAttributeNameForAction
public static String getAttributeNameForAction(PolicyConstants.Resources resourceType, PolicyConstants.Actions action, String suffix)
-