org.example.azapi.constants
Interface AzDataTypeId

All Known Implementing Classes:
AzDataTypeIdAnyURI, AzDataTypeIdBase64Binary, AzDataTypeIdBoolean, AzDataTypeIdDate, AzDataTypeIdDateTime, AzDataTypeIdDayTimeDuration, AzDataTypeIdDnsName, AzDataTypeIdDouble, AzDataTypeIdHexBinary, AzDataTypeIdInteger, AzDataTypeIdIpAddress, AzDataTypeIdRfc822Name, AzDataTypeIdString, AzDataTypeIdTime, AzDataTypeIdX500Name, AzDataTypeIdXPathExpression, AzDataTypeIdYearMonthDuration

public interface AzDataTypeId

This enumeration defines the identifiers for the DataTypes that are used in the XACML specification:
http://docs.oasis-open.org/xacml/2.0/access_control-xacml-2.0-core-spec-os.pdf
See Appendix A.2 ("Data-types") of the XACML 2.0 specification for the source of these DataType definitions and subsequent sections for detail on the semantics of these data types.

Author:
Rich