Skip navigation links


oracle.iam.platform.authopss.api
Class PolicyConstants.ResourceSecurityAttributes

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.platform.authopss.api.PolicyConstants.ResourceSecurityAttributes

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
PolicyConstants

public static final class PolicyConstants.ResourceSecurityAttributes
extends java.lang.Enum

enum for the resource security attributes.

See Also:
Serialized Form

Field Summary
static PolicyConstants.ResourceSecurityAttributes RESOURCE_ENTITY_ASSIGNED_TO_USER
           
static PolicyConstants.ResourceSecurityAttributes RESOURCE_ORGANIZATION_DIRECT
           
static PolicyConstants.ResourceSecurityAttributes RESOURCE_ORGANIZATION_WITH_PARENTS
           
static PolicyConstants.ResourceSecurityAttributes RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_HIERARCHY
           
static PolicyConstants.ResourceSecurityAttributes RESOURCE_PUBLISHED_ORGANIZATIONS_WITH_PARENTS
           
static PolicyConstants.ResourceSecurityAttributes RESOURCE_PUBLISHED_TO_ALL_DIRECT_ORGANIZATIONS
           
static PolicyConstants.ResourceSecurityAttributes RESOURCE_TARGET_OBJ
           
static PolicyConstants.ResourceSecurityAttributes RESOURCE_USER_ORGANIZATIONS
           
static PolicyConstants.ResourceSecurityAttributes RESOURCE_USER_ORGANIZATIONS_WITH_PARENTS
           
static PolicyConstants.ResourceSecurityAttributes USER_MANAGEMENT_CHAIN
           

 

Method Summary
 java.lang.String getId()
           
static PolicyConstants.ResourceSecurityAttributes valueOf(java.lang.String name)
           
static PolicyConstants.ResourceSecurityAttributes[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

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

public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_USER_ORGANIZATIONS

RESOURCE_USER_ORGANIZATIONS_WITH_PARENTS

public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_USER_ORGANIZATIONS_WITH_PARENTS

RESOURCE_ORGANIZATION_WITH_PARENTS

public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_ORGANIZATION_WITH_PARENTS

RESOURCE_ORGANIZATION_DIRECT

public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_ORGANIZATION_DIRECT

USER_MANAGEMENT_CHAIN

public static final PolicyConstants.ResourceSecurityAttributes USER_MANAGEMENT_CHAIN

RESOURCE_ENTITY_ASSIGNED_TO_USER

public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_ENTITY_ASSIGNED_TO_USER

RESOURCE_TARGET_OBJ

public static final PolicyConstants.ResourceSecurityAttributes RESOURCE_TARGET_OBJ

Method Detail

values

public static PolicyConstants.ResourceSecurityAttributes[] values()

valueOf

public static PolicyConstants.ResourceSecurityAttributes valueOf(java.lang.String name)

getId

public java.lang.String getId()

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.