Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.service.policystore
Class ApplicationRoleAttributes

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

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ApplicationRoleAttributes
extends java.lang.Enum

Attributes supported by the Application Roles.

See Also:
Serialized Form

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

 

Method Summary
static ApplicationRoleAttributes valueOf(java.lang.String name)
           
static ApplicationRoleAttributes[] 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

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()

valueOf

public static ApplicationRoleAttributes valueOf(java.lang.String name)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.