Package org.fcrepo.kernel.api.auth
Interface ACLHandle
public interface ACLHandle
Class to hold the authorizations from an ACL and the resource that has the ACL.
- Author:
- whikloj
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of authorizations from the ACL.Get the resource that contains the ACL.
-
Method Details
-
getResource
Get the resource that contains the ACL.- Returns:
- the fedora resource
-
getAuthorizations
Get the list of authorizations from the ACL.- Returns:
- the authorizations
-