Package com.tivoli.am.rba.extensions
Class Attribute.Category
- java.lang.Object
-
- com.tivoli.am.rba.extensions.Attribute.Category
-
- Enclosing class:
- Attribute
public static class Attribute.Category extends java.lang.Object
Attribute categories to be used with attribute related objects.- Since:
- 8.0.0.3
-
-
Field Summary
Fields Modifier and Type Field Description static Attribute.Category
ACTION
static Attribute.Category
ENVIRONMENT
static Attribute.Category
RESOURCE
static Attribute.Category
SUBJECT
static Attribute.Category
SUBJECT_ACCESS_SUBJECT
static Attribute.Category
SUBJECT_REQUESTING_MACHINE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
toString()
-
-
-
Field Detail
-
ACTION
public static final Attribute.Category ACTION
-
ENVIRONMENT
public static final Attribute.Category ENVIRONMENT
-
RESOURCE
public static final Attribute.Category RESOURCE
-
SUBJECT
public static final Attribute.Category SUBJECT
-
SUBJECT_ACCESS_SUBJECT
public static final Attribute.Category SUBJECT_ACCESS_SUBJECT
-
SUBJECT_REQUESTING_MACHINE
public static final Attribute.Category SUBJECT_REQUESTING_MACHINE
-
-