| com.technoetic.xplanner.security.auth.Authorizer
All known Subclasses: com.technoetic.xplanner.security.auth.AuthorizerImpl,
Authorizer | public interface Authorizer (Code) | | |
Method Summary | |
Collection | getPeopleWithPermissionOnProject(List allPeople, int projectId) | Collection | getRolesForPrincipalOnProject(int principalId, int projectId, boolean includeWildcardProject) | boolean | hasPermission(int projectId, int personId, String resourceType, int resourceId, String permission) | boolean | hasPermission(int projectId, int personId, Object resource, String permission) | boolean | hasPermissionForSomeProject(int personlId, String resourceType, int resourceId, String permissions) | boolean | hasPermissionForSomeProject(Collection projects, int personId, String resourceType, int resourceId, String permission) |
|
|