Class JpaOperation

    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Operation
        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.
        Specified by:
        getName in interface Operation
        Returns:
        the name of the operation.
      • setName

        public void setName​(String name)
        Description copied from interface: Operation
        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.
        Specified by:
        setName in interface Operation
      • isPermanent

        public boolean isPermanent()
        Description copied from interface: Operation
        Test to see if the object is a permanent object or not.
        Specified by:
        isPermanent in interface Operation
        Returns:
        true if the object is permanent.
      • setPermanent

        public void setPermanent​(boolean permanent)
        Description copied from interface: Operation
        Set flag indicating if the object is a permanent object or not.
        Specified by:
        setPermanent in interface Operation
        Parameters:
        permanent - true if the object is permanent.