Skip to main content
Version: 7.2

Configuration

A sample configuration in XML, JSON, and YAML format.

table.config.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration xmlns="http://www.axiomatics.com/table.config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="">
<connnection>
<url>jdbc:postgresql://localhost/postgres?user=postgres&amp;password=password</url>
<driver>org.postgresql.Driver</driver>
</connnection>
<mapping isSingleValued="false">
<xacmlAttribute Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" AttributeId="role" DataType="http://www.w3.org/2001/XMLSchema#string"/>
<tableName>employee_details</tableName>
<columnName>employee_role</columnName>
<key allowMultiple="false">
<xacmlAttribute Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" AttributeId="name" DataType="http://www.w3.org/2001/XMLSchema#string"/>
<columnName>employee_name</columnName>
</key>
<uId>aa34ffde-45ae-47fc-8893-f8bc60c2f28f</uId>
</mapping>
</configuration>