Interface RequestType

All Superinterfaces:
XACMLObject, XMLObject
All Known Implementing Classes:
RequestTypeImpl

public interface RequestType extends XACMLObject
XACML context Request schema type.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getSubjects

      List<SubjectType> getSubjects()
      Gets the subjects from the request.
      Returns:
      the subjects from the request
    • getResources

      List<ResourceType> getResources()
      Gets the resources from the request.
      Returns:
      the resources from the request
    • getAction

      ActionType getAction()
      Gets the action from the request.
      Returns:
      the action from the request
    • setAction

      void setAction(ActionType newAction)
      Sets the action of the request.
      Parameters:
      newAction - action of the request
    • getEnvironment

      EnvironmentType getEnvironment()
      Gets the environment from the request.
      Returns:
      the environment from the request
    • setEnvironment

      void setEnvironment(EnvironmentType environment)
      Sets the environment of the request.
      Parameters:
      environment - environment of the request