Interface HibernateAcl

  • All Superinterfaces:
    org.acegisecurity.acls.Acl, org.acegisecurity.acls.MutableAcl, Serializable
    All Known Implementing Classes:
    HibernateAclImpl

    public interface HibernateAcl
    extends org.acegisecurity.acls.MutableAcl
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setObjectIdentity​(org.acegisecurity.acls.objectidentity.ObjectIdentity objectIdentity)  
      • Methods inherited from interface org.acegisecurity.acls.Acl

        getObjectIdentity, getOwner, getParentAcl, isEntriesInheriting, isGranted, isSidLoaded
      • Methods inherited from interface org.acegisecurity.acls.MutableAcl

        deleteAce, getEntries, getId, insertAce, setEntriesInheriting, setParent, updateAce
    • Method Detail

      • setObjectIdentity

        void setObjectIdentity​(org.acegisecurity.acls.objectidentity.ObjectIdentity objectIdentity)