Interface Operation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      Long description of an operation.
      String getName()
      name of the operation that is used in the act of authorization 'modify-foo', 'change-password' NOTE: This field is considered the Primary Key for this object.
      boolean isPermanent()
      Test to see if the object is a permanent object or not.
      void setDescription​(String description)  
      void setName​(String name)
      Set name of the operation that is used in the act of authorization 'modify-foo', 'change-password' NOTE: This field is considered the Primary Key for this object.
      void setPermanent​(boolean permanent)
      Set flag indicating if the object is a permanent object or not.
    • Method Detail

      • getName

        String getName()
        name of the operation that is used in the act of authorization 'modify-foo', 'change-password' NOTE: This field is considered the Primary Key for this object.
        Returns:
        the name of the operation.
      • setName

        void setName​(String name)
        Set name of the operation that is used in the act of authorization 'modify-foo', 'change-password' NOTE: This field is considered the Primary Key for this object.
        Parameters:
        name -
      • isPermanent

        boolean isPermanent()
        Test to see if the object is a permanent object or not.
        Returns:
        true if the object is permanent.
      • setPermanent

        void setPermanent​(boolean permanent)
        Set flag indicating if the object is a permanent object or not.
        Parameters:
        permanent - true if the object is permanent.