X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdatarouter.git;a=blobdiff_plain;f=datarouter-prov%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fdmaap%2Fdatarouter%2Fauthz%2FAuthorizationResponseSupplement.java;h=2bf0d517878acba17f7a5cd44e1fae7aabf0d3d5;hp=6e95633447523f83e83287565f88855cafc4865d;hb=bc1df610cddfb558cf6bde90c269b4af59768648;hpb=a60d80ff7bfae8a152c950486d9a1877628e13a4 diff --git a/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/authz/AuthorizationResponseSupplement.java b/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/authz/AuthorizationResponseSupplement.java index 6e956334..2bf0d517 100644 --- a/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/authz/AuthorizationResponseSupplement.java +++ b/datarouter-prov/src/main/java/org/onap/dmaap/datarouter/authz/AuthorizationResponseSupplement.java @@ -29,14 +29,16 @@ import java.util.Map; /** An object that meets the AuthorizationResponseSupplement interface carries supplementary * information for an authorization response. In a XACML-based system, a response to an authorization request * carries not just the permit/deny decision but, optionally, supplemental information in the form of advice and - * obligation elements. The structure of a XACML advice element and a XACML obligation element are similar: each has an identifier and - * a set of attributes (name-value) pairs. (The difference between a XACML advice element and a XACML obligation element is in + * obligation elements. The structure of a XACML advice element and a XACML obligation element are similar: + * each has an identifier and a set of attributes (name-value) pairs. + * (The difference between a XACML advice element and a XACML obligation element is in * how the recipient of the response--the Policy Enforcement Point, in XACML terminology--handles the element.) * * @author J. F. Lucas * */ public interface AuthorizationResponseSupplement { + /** Return the identifier for the supplementary information element. * * @return a String containing the identifier.