Package cn.sparrowmini.org.service.scope
Interface PreserveScope
-
- All Superinterfaces:
PreserveRole
- All Known Subinterfaces:
EmployeeScope,GroupScope,LevelScope,OrganizationRestService,OrganizationService,OrgScope,RoleScope
- All Known Implementing Classes:
AbstractPreserveScope,EmployeeServiceImpl,GroupServiceImpl,OrganizationServiceImpl,PositionLevelServiceImpl,RoleServiceImpl
public interface PreserveScope extends PreserveRole
-
-
Field Summary
-
Fields inherited from interface cn.sparrowmini.org.service.scope.PreserveRole
ROLE_ADMIN, ROLE_SUPER_ADMIN, ROLE_SUPER_SYSADMIN, ROLE_SYSADMIN, ROLE_USER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getScopes()-
Methods inherited from interface cn.sparrowmini.org.service.scope.PreserveRole
getRoles
-
-