public interface AccessControlled
ACL
Modifier and Type | Method and Description |
---|---|
void |
checkPermission(Permission permission)
Convenient short-cut for
getACL().checkPermission(permission) |
ACL |
getACL()
Obtains the ACL associated with this object.
|
boolean |
hasPermission(Permission permission)
Convenient short-cut for
getACL().hasPermission(permission) |
void checkPermission(@Nonnull Permission permission) throws org.acegisecurity.AccessDeniedException
getACL().checkPermission(permission)
org.acegisecurity.AccessDeniedException
boolean hasPermission(@Nonnull Permission permission)
getACL().hasPermission(permission)
Copyright © 2018. All rights reserved.