| Modifier and Type | Method and Description |
|---|---|
List<UserPermission> |
UserStore.authorizedOn(String target)
Return the set of users who have some explicit permission over the given path
Only relevant in applications that use action:path structure.
|
List<UserPermission> |
DBUserStore.authorizedOn(String path) |
List<UserPermission> |
MemUserStore.authorizedOn(String path) |
Copyright © 2015. All rights reserved.