Class ReadPermissionImpl

All Implemented Interfaces:
Comparable<Permission>, Permission, ReadPermission

@PermissionService(ReadPermission.class) public final class ReadPermissionImpl extends AbstractPdoPermission implements ReadPermission
Permission to read.
Author:
harald
  • Constructor Details

    • ReadPermissionImpl

      public ReadPermissionImpl()
      Creates the read permission.
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Permission
      Gets the unique name of the permission.
      The name must conform to the rules of a java identifier, must be unique among all permissions and should be reasonably short.
      Specified by:
      getName in interface Permission
      Returns:
      the name