com.cafesoft.cams.attr
Class AttributeCategory

java.lang.Object
  extended by com.cafesoft.cams.attr.AttributeCategory

public class AttributeCategory
extends Object

AttributeCategory represents a specific attribute classification. Constants for standard Cams attribute categories are defined.

Since:
4/27/2004

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

NAMESPACE_PREFIX

public static final String NAMESPACE_PREFIX
The standard attribute category namespace prefix.

See Also:
Constant Field Values

SUBJECT

public static final String SUBJECT
The standard Subject attribute category identifier.

See Also:
Constant Field Values

ACCESS_SUBJECT

public static final String ACCESS_SUBJECT
The standard Access Subject (agent) attribute category identifier.

See Also:
Constant Field Values

RESOURCE

public static final String RESOURCE
The standard Resource attribute category identifier.

See Also:
Constant Field Values

ACTION

public static final String ACTION
The standard Action attribute category identifier.

See Also:
Constant Field Values

ENVIRONMENT

public static final String ENVIRONMENT
The standard Environment attribute category identifier.

See Also:
Constant Field Values

SESSION

public static final String SESSION
The standard Session attribute category identifier.

See Also:
Constant Field Values

OBLIGATION

public static final String OBLIGATION
The standard obligation attribute category identifier.

See Also:
Constant Field Values
Method Detail

getAttributeCategory

public static URI getAttributeCategory(String id)
                                throws URISyntaxException
Create a new AttributeCategory URI.

Parameters:
id - a string representation of the URI.
Throws:
URISyntaxException - if the identifier is not a valid URI.


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.