.aissemble.extensions-authzforce-attribute.1.8.0-rc8.source-code.catalog.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of extensions-authzforce-attribute Show documentation
Show all versions of extensions-authzforce-attribute Show documentation
Provides custom attribute extension utilizing Authzforce.
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L aiSSEMBLE::Extensions::Security::Authzforce Attribute %% Copyright (C) 2021 Booz Allen %% This software package is licensed under the Booz Allen Public License. All Rights Reserved. #L% --> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> <!-- For AuthZForce SchemaHandler --> <system systemId="http://www.w3.org/2001/xml.xsd" uri="classpath:xml.xsd" /> <uri name="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" uri="classpath:xacml-core-v3-schema-wd-17.xsd" /> <uri name="http://authzforce.github.io/xmlns/pdp/ext/3" uri="classpath:pdp-ext-base.xsd" /> <!-- PDP Extensions (<uri>'s 'name' attribute value must match the namespace indicated for the schema import in the PDP extensions schema (pdp-ext.xsd), do not specify any schemaLocation in this schema, only the namespace. --> <uri name="http://github.com/boozallen/aissemble/authz/attribute/1" uri="classpath:com.github.boozallen.aissemble.authz.attribute.provider.xsd" /> </catalog>