Uses of Class
ddf.security.pdp.realm.xacml.processor.PdpException
Packages that use PdpException
Package
Description
-
Uses of PdpException in ddf.security.pdp.realm
Constructors in ddf.security.pdp.realm that throw PdpException -
Uses of PdpException in ddf.security.pdp.realm.xacml
Constructors in ddf.security.pdp.realm.xacml that throw PdpException -
Uses of PdpException in ddf.security.pdp.realm.xacml.processor
Methods in ddf.security.pdp.realm.xacml.processor that throw PdpExceptionModifier and TypeMethodDescriptionoasis.names.tc.xacml._3_0.core.schema.wd_17.ResponseTypeXacmlClient.evaluate(oasis.names.tc.xacml._3_0.core.schema.wd_17.RequestType xacmlRequestType) Evaluates the XACML request and returns a XACML response.Constructors in ddf.security.pdp.realm.xacml.processor that throw PdpExceptionModifierConstructorDescriptionXacmlClient(String relativeXacmlPoliciesDirectoryPath, org.codice.ddf.parser.Parser parser, ddf.security.audit.SecurityLogger securityLogger) Creates the proxy to the real XACML PDP.