Interface RequiredPermission
- 
 public interface RequiredPermissionReturned when checking privileges. IfisAllowed()returnsfalse, it will contain the privilege needed and the original entity that requires this privilege.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SchedulerEntitygetEntity()StringgetPrivilege()booleanisAllowed()
 
- 
- 
- 
Method Detail- 
isAllowedboolean isAllowed() - Returns:
- Returns a boolean indicating whether the required permission is available.
 
 - 
getPrivilegeString getPrivilege() - Returns:
- Returns the missing privilege.
 
 - 
getEntitySchedulerEntity getEntity() - Returns:
- Returns the entity (cause that was created/updated etc).
 
 
- 
 
-