Class Action

  • All Implemented Interfaces:
    Action

    public class Action
    extends ActionType
    implements Action
    This class is designed for Action element in SAML core assertion. The Action Element specifies an action on specified resource for which permission is sought.
    • Field Detail

      • log

        protected static final Logger log
    • Constructor Detail

      • Action

        public Action​(Element element)
        Constructs an action element from an existing XML block.
        Parameters:
        element - representing a DOM tree element.
        Throws:
        SAMLException - if there is an error in the sender or in the element definition.
      • Action

        public Action​(String namespace,
                      String action)
        Convenience constructor of Action
        Parameters:
        namespace - The attribute "namespace" of Action element
        action - A String representing an action
        Throws:
        SAMLException - if there is an error in the sender or in the element definition.
      • Action

        public Action​(ActionType actionType)