public abstract class PermissionsAware extends Object
PermissionsAware interface.
| Constructor and Description |
|---|
PermissionsAware() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
givesPermission(Registration registration) |
boolean |
givesPermission(Registration registration,
Set<Integer> considered) |
abstract boolean |
givesPermissionInternal(Registration registration,
Set<Integer> considered)
Short-circuit permission checking by providing a set of entities that have already been checked
|
public boolean givesPermission(Registration registration)
public boolean givesPermission(Registration registration, Set<Integer> considered)
public abstract boolean givesPermissionInternal(Registration registration, Set<Integer> considered)
registration - considered - Copyright © 2015 SeqWare. All rights reserved.