com.att.research.xacmlatt.pdp.std.StdProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xacml-pdp Show documentation
Show all versions of xacml-pdp Show documentation
ATT reference implementation of XACML PDP engine
/*
*
* Copyright (c) 2013,2019 AT&T Knowledge Ventures
* SPDX-License-Identifier: MIT
*/
package com.att.research.xacmlatt.pdp.std;
import com.att.research.xacmlatt.pdp.util.ATTPDPProperties;
public class StdProperties extends ATTPDPProperties {
protected StdProperties() {
}
}