public final class XacmlJsonUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.everit.json.schema.Schema |
POLICY_SCHEMA
JSON schema for validating Policies according to AuthzForce/JSON policy format for XACML Policy(Set) (see Policy.schema.json)
|
static org.everit.json.schema.Schema |
REQUEST_SCHEMA
JSON schema for validating Requests according to JSON Profile of XACML 3.0
|
static org.everit.json.schema.Schema |
RESPONSE_SCHEMA
JSON schema for validating Responses according to JSON Profile of XACML 3.0
|
| Modifier and Type | Method and Description |
|---|---|
static org.json.JSONObject |
canonicalizeResponse(org.json.JSONObject xacmlJsonResponse)
Canonicalize a XACML/JSON response, typically for comparison with another one.
|
public static final org.everit.json.schema.Schema REQUEST_SCHEMA
public static final org.everit.json.schema.Schema RESPONSE_SCHEMA
public static final org.everit.json.schema.Schema POLICY_SCHEMA
public static org.json.JSONObject canonicalizeResponse(org.json.JSONObject xacmlJsonResponse)
xacmlJsonResponse directlyxacmlJsonResponse - input XACML ResponseCopyright © 2012–2020. All rights reserved.