Interface RequestType

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

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

      • 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