Interface AccessControlEntry

    • Method Detail

      • getPrincipal

        java.security.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.