Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.service.policystore
Enum ApplicationRoleInUseException.REFERENTIAL_TYPE

java.lang.Object
  extended by java.lang.Enum<ApplicationRoleInUseException.REFERENTIAL_TYPE>
      extended by oracle.security.jps.service.policystore.ApplicationRoleInUseException.REFERENTIAL_TYPE

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ApplicationRoleInUseException.REFERENTIAL_TYPE>
Enclosing class:
ApplicationRoleInUseException

public static enum ApplicationRoleInUseException.REFERENTIAL_TYPE
extends java.lang.Enum<ApplicationRoleInUseException.REFERENTIAL_TYPE>

A enumeration listing the different types of references an application role can have with other objects in the policystore.


Enum Constant Summary
GRANTEE
          An Application Role has been granted Permissions.
MEMBERS
          An Application Role has been granted to users or enterprise roles.
ROLE_HIERARCHY
          Application Role hierarchy referential type.
ROLE_POLICY
          A Role Policy is using the Application Role.

 

Method Summary
static ApplicationRoleInUseException.REFERENTIAL_TYPE valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ApplicationRoleInUseException.REFERENTIAL_TYPE[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

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

 

Enum Constant Detail

ROLE_HIERARCHY

public static final ApplicationRoleInUseException.REFERENTIAL_TYPE ROLE_HIERARCHY
Application Role hierarchy referential type. An application role is assigned as a member to another application role.

MEMBERS

public static final ApplicationRoleInUseException.REFERENTIAL_TYPE MEMBERS
An Application Role has been granted to users or enterprise roles.

GRANTEE

public static final ApplicationRoleInUseException.REFERENTIAL_TYPE GRANTEE
An Application Role has been granted Permissions. Or the application role is a grantee.

ROLE_POLICY

public static final ApplicationRoleInUseException.REFERENTIAL_TYPE ROLE_POLICY
A Role Policy is using the Application Role.

Method Detail

values

public static ApplicationRoleInUseException.REFERENTIAL_TYPE[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ApplicationRoleInUseException.REFERENTIAL_TYPE c : ApplicationRoleInUseException.REFERENTIAL_TYPE.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ApplicationRoleInUseException.REFERENTIAL_TYPE valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.