Interface AccessControlEntry

All Known Subinterfaces:
JackrabbitAccessControlEntry, PrincipalAccessControlList.Entry
All Known Implementing Classes:
ACE

public interface AccessControlEntry
An AccessControlEntry represents the association of one or more Privilege objects with a specific Principal.
Since:
JCR 2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the principal associated with this access control entry.
    Returns the privileges associated with this access control entry.
  • Method Details

    • getPrincipal

      Principal getPrincipal()
      Returns the principal associated with this access control entry.
      Returns:
      a Principal.
    • getPrivileges

      Privilege[] getPrivileges()
      Returns the privileges associated with this access control entry.
      Returns:
      an array of Privileges.