Class AclEntry

java.lang.Object
org.genesys.blocks.model.EmptyModel
org.genesys.blocks.model.BasicModel
org.genesys.blocks.security.model.AclEntry
All Implemented Interfaces:
Serializable, org.genesys.blocks.model.EntityId, org.springframework.data.domain.Persistable<Long>

@Entity public class AclEntry extends org.genesys.blocks.model.BasicModel
ACL Entry represents permissions of AclSid on a particular entity (through AclObjectIdentity).
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.genesys.blocks.model.BasicModel

    getId, setId, toString

    Methods inherited from class org.genesys.blocks.model.EmptyModel

    equals, hashCode, isNew

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AclEntry

      public AclEntry()
  • Method Details

    • canEqual

      public boolean canEqual(Object other)
      Specified by:
      canEqual in class org.genesys.blocks.model.EmptyModel