Class AuthorizationDecisionQueryImpl

All Implemented Interfaces:
XMLObject, SAMLObject, AuthorizationDecisionQuery, Query, SubjectQuery

public class AuthorizationDecisionQueryImpl extends SubjectQueryImpl implements AuthorizationDecisionQuery
Concrete implementation of the AuthorizationDecisionQuery interface.
  • Field Details

    • resource

      private String resource
      Contains the resource attribute.
    • actions

      private final XMLObjectChildrenList<Action> actions
      Contains all the Action child elements.
    • evidence

      private Evidence evidence
      Contains the Evidence child element.
  • Constructor Details

    • AuthorizationDecisionQueryImpl

      protected AuthorizationDecisionQueryImpl(String namespaceURI, String elementLocalName, 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