Class AuthzDecisionQueryImpl

All Implemented Interfaces:
XMLObject, SAMLObject, SignableSAMLObject, AuthzDecisionQuery, RequestAbstractType, SubjectQuery, SignableXMLObject

public class AuthzDecisionQueryImpl extends SubjectQueryImpl implements AuthzDecisionQuery
Concrete implementation of AuthzDecisionQuery.
  • Field Details

    • resource

      @Nullable private String resource
      Resource attribute value.
    • evidence

      @Nullable private Evidence evidence
      Evidence child element.
    • actions

      @Nonnull private final XMLObjectChildrenList<Action> actions
      Action child elements.
  • Constructor Details

    • AuthzDecisionQueryImpl

      protected AuthzDecisionQueryImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details