Package oracle.iam.platform.authopss.api
Enum Class PolicyConstants.OrganizationScopingSecurityAttributes
java.lang.Object
java.lang.Enum<PolicyConstants.OrganizationScopingSecurityAttributes>
oracle.iam.platform.authopss.api.PolicyConstants.OrganizationScopingSecurityAttributes
- All Implemented Interfaces:
Serializable
,Comparable<PolicyConstants.OrganizationScopingSecurityAttributes>
,Constable
- Enclosing class:
- PolicyConstants
public static enum PolicyConstants.OrganizationScopingSecurityAttributes
extends Enum<PolicyConstants.OrganizationScopingSecurityAttributes>
enum for the org scoping 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
-
APPLICATION_INSTANCE_ADMIN_ORGS
public static final PolicyConstants.OrganizationScopingSecurityAttributes APPLICATION_INSTANCE_ADMIN_ORGS -
APPLICATION_INSTANCE_AUTHORIZER_ORGS
public static final PolicyConstants.OrganizationScopingSecurityAttributes APPLICATION_INSTANCE_AUTHORIZER_ORGS -
APPLICATION_INSTANCE_VIEWER_ORGS
public static final PolicyConstants.OrganizationScopingSecurityAttributes APPLICATION_INSTANCE_VIEWER_ORGS -
ENTITLEMENT_ADMIN_ORGS
-
ENTITLEMENT_AUTHORIZER_ORGS
public static final PolicyConstants.OrganizationScopingSecurityAttributes ENTITLEMENT_AUTHORIZER_ORGS -
ENTITLEMENT_VIEWER_ORGS
-
ORGANIZATION_ADMIN_ORGS
-
ORGANIZATION_VIEWER_ORGS
-
ROLE_ADMIN_ORGS
-
ROLE_AUTHORIZER_ORGS
-
ROLE_VIEWER_ORGS
-
USER_ADMIN_ORGS
-
USER_HELPDESK_ORGS
-
USER_VIEWER_ORGS
-
SPML_ADMIN_ORGS
-
SYSTEMCONFIG_ADMIN_ORGS
-
CATALOG_ADMINISTRATOR_ORGS
public static final PolicyConstants.OrganizationScopingSecurityAttributes CATALOG_ADMINISTRATOR_ORGS -
CERTIFICATION_ADMINISTRATOR_ORGS
public static final PolicyConstants.OrganizationScopingSecurityAttributes CERTIFICATION_ADMINISTRATOR_ORGS -
CERTIFICATION_VIEWER_ORGS
-
-
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
-
getAdminRole
-
getSecAdminRoleName
-