public class AuthorizationUtil
extends java.lang.Object
Constructor and Description |
---|
AuthorizationUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isReadPermitted(Principal principal,
Store store,
long labelOnum)
Determines whether the given principal is permitted to read according to
the label at the given oid.
|
static boolean |
isWritePermitted(Principal principal,
Store store,
long labelOnum)
Determines whether the given principal is permitted to write according to
the label at the given onum.
|