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 ApplicationRoleAttributes

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

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ApplicationRoleAttributes>

public enum ApplicationRoleAttributes
extends java.lang.Enum<ApplicationRoleAttributes>

Attributes supported by the Application Roles.


Enum Constant Summary
APPLICATION_NAME
          Standard attribute - Application this role belongs to
DESCRIPTION
          Standard attribute - Description of the Application Role.
DISPLAY_NAME
          Standard attribute - Display Name of the Application Role.
GUID
          Standard attribute - Guid of the Application Role.
INHERITEDROLE_NAME
          Standard attribute - attribute holding the names of the inheriting Roles
INHERITEDROLE_UNIQUENAME
          Standard attribute - attribute holding the names of the inheriting Roles
MEMBER_NAME
          Standard attribute - attribute holding the members of the role
MEMBER_UNIQUENAME
          Standard attribute - attribute holding the members of the role
NAME
          Standard attribute - Name of the Application Role.
ROLE_CATEGORY
          Standard attribute - Category of the role
SCOPE
          An Extended Attribute - the scope of the application Role.
UNIQUE_NAME
          Standard attribute - Unique Name of the Application Role.

 

Method Summary
static ApplicationRoleAttributes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ApplicationRoleAttributes[] 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

NAME

public static final ApplicationRoleAttributes NAME
Standard attribute - Name of the Application Role.

DESCRIPTION

public static final ApplicationRoleAttributes DESCRIPTION
Standard attribute - Description of the Application Role.

DISPLAY_NAME

public static final ApplicationRoleAttributes DISPLAY_NAME
Standard attribute - Display Name of the Application Role.

APPLICATION_NAME

public static final ApplicationRoleAttributes APPLICATION_NAME
Standard attribute - Application this role belongs to

ROLE_CATEGORY

public static final ApplicationRoleAttributes ROLE_CATEGORY
Standard attribute - Category of the role

MEMBER_NAME

public static final ApplicationRoleAttributes MEMBER_NAME
Standard attribute - attribute holding the members of the role

MEMBER_UNIQUENAME

public static final ApplicationRoleAttributes MEMBER_UNIQUENAME
Standard attribute - attribute holding the members of the role

INHERITEDROLE_NAME

public static final ApplicationRoleAttributes INHERITEDROLE_NAME
Standard attribute - attribute holding the names of the inheriting Roles

INHERITEDROLE_UNIQUENAME

public static final ApplicationRoleAttributes INHERITEDROLE_UNIQUENAME
Standard attribute - attribute holding the names of the inheriting Roles

GUID

public static final ApplicationRoleAttributes GUID
Standard attribute - Guid of the Application Role.

UNIQUE_NAME

public static final ApplicationRoleAttributes UNIQUE_NAME
Standard attribute - Unique Name of the Application Role.

SCOPE

public static final ApplicationRoleAttributes SCOPE
An Extended Attribute - the scope of the application Role.

This is an optional attribute while defining or creating the role. The semantics associated with the value of this attribute is user defined. JPS does not interpret this value except if searching for application roles using this attribute.

Method Detail

values

public static ApplicationRoleAttributes[] 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 (ApplicationRoleAttributes c : ApplicationRoleAttributes.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ApplicationRoleAttributes 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.