|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cafesoft.cams.attr.AttributeCategory
public class AttributeCategory
AttributeCategory represents a specific attribute
classification. Constants for standard Cams attribute categories
are defined.
| Field Summary | |
|---|---|
static String |
ACCESS_SUBJECT
The standard Access Subject (agent) attribute category identifier. |
static String |
ACTION
The standard Action attribute category identifier. |
static String |
ENVIRONMENT
The standard Environment attribute category identifier. |
static String |
NAMESPACE_PREFIX
The standard attribute category namespace prefix. |
static String |
OBLIGATION
The standard obligation attribute category identifier. |
static String |
RESOURCE
The standard Resource attribute category identifier. |
static String |
SESSION
The standard Session attribute category identifier. |
static String |
SUBJECT
The standard Subject attribute category identifier. |
| Method Summary | |
|---|---|
static URI |
getAttributeCategory(String id)
Create a new AttributeCategory URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAMESPACE_PREFIX
public static final String SUBJECT
public static final String ACCESS_SUBJECT
public static final String RESOURCE
public static final String ACTION
public static final String ENVIRONMENT
public static final String SESSION
public static final String OBLIGATION
| Method Detail |
|---|
public static URI getAttributeCategory(String id)
throws URISyntaxException
id - a string representation of the URI.
URISyntaxException - if the identifier is not a valid URI.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||