Class AclObjectIdentity

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

@Entity public class AclObjectIdentity extends org.genesys.blocks.model.BasicModel
ACL Object Identity represents a specific ACL-aware entity (combination of AclClass and {#link objectIdIdentity}). It records the owner of the entity and entity's parent object if any.
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

    • AclObjectIdentity

      public AclObjectIdentity()
  • Method Details

    • canEqual

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