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.AccessDeniedExceptionboolean hasPermission(@Nonnull Permission permission)
getACL().hasPermission(permission)Copyright © 2019. All rights reserved.