Package org.fcrepo.kernel.api.auth
Interface ACLHandle
-
- All Known Implementing Classes:
ACLHandleImpl
public interface ACLHandle
Class to hold the authorizations from an ACL and the resource that has the ACL.- Author:
- whikloj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<WebACAuthorization>
getAuthorizations()
Get the list of authorizations from the ACL.FedoraResource
getResource()
Get the resource that contains the ACL.
-
-
-
Method Detail
-
getResource
FedoraResource getResource()
Get the resource that contains the ACL.- Returns:
- the fedora resource
-
getAuthorizations
List<WebACAuthorization> getAuthorizations()
Get the list of authorizations from the ACL.- Returns:
- the authorizations
-
-