Environment Attributes
[Common Library Functions and Constants]


Defines

#define XACML_ENVIRONMENT_ATTRIBUTE_CURRENT_TIME   "urn:oasis:names:tc:xacml:1.0:environment:current-time"
#define XACML_ENVIRONMENT_ATTRIBUTE_CURRENT_DATE   "urn:oasis:names:tc:xacml:1.0:environment:current-date"
#define XACML_ENVIRONMENT_ATTRIBUTE_CURRENT_DATE_TIME   "urn:oasis:names:tc:xacml:1.0:environment:current-dateTime"

Detailed Description

These macros define constants which can be used for XACML 2.0-compliant subject category attributes. See Appendex B.8 of http://docs.oasis-open.org/xacml/2.0/access_control-xacml-2.0-core-spec-os.pdf for details.

See also:
xacml_request_add_environment_attribute()

Define Documentation

#define XACML_ENVIRONMENT_ATTRIBUTE_CURRENT_DATE   "urn:oasis:names:tc:xacml:1.0:environment:current-date"

Current Date

#define XACML_ENVIRONMENT_ATTRIBUTE_CURRENT_DATE_TIME   "urn:oasis:names:tc:xacml:1.0:environment:current-dateTime"

Current Date and Time

#define XACML_ENVIRONMENT_ATTRIBUTE_CURRENT_TIME   "urn:oasis:names:tc:xacml:1.0:environment:current-time"

Current Time