Interface SaAcl

All Superinterfaces:
Serializable
All Known Implementing Classes:
SaAclImpl

public interface SaAcl extends Serializable
This interface represents Access Control Lists in a Saperion system.
Author:
jsc
  • Method Summary

    Modifier and Type
    Method
    Description
    This method gets the description of the acl.
    This method gets the name of the acl.
    void
    setDescription(String description)
    This method sets the description of the acl.
    void
    This method sets the name of the acl.
  • Method Details

    • getName

      String getName()
      This method gets the name of the acl.
      Returns:
      The name of the acl.
    • setName

      void setName(String name)
      This method sets the name of the acl.
      Parameters:
      name - The name of the acl.
    • getDescription

      String getDescription()
      This method gets the description of the acl.
      Returns:
      The description of the acl.
    • setDescription

      void setDescription(String description)
      This method sets the description of the acl.
      Parameters:
      description - The description of the acl.