Modifier and Type | Method and Description |
---|---|
static boolean |
SessionUtils.hasRole(List<RoleVO> roles,
String roleId)
권한을 확인힌다.
|
static boolean |
SessionUtils.hasRoles(List<RoleVO> roles)
권한을 확인힌다.
|
Modifier and Type | Method and Description |
---|---|
List<RoleVO> |
RoleSelectorMapper.selectUserRoleListByIntSvcNo(RoleUserVO roleUserVO)
사용자 권한 목록을 반환한다.
|
Modifier and Type | Method and Description |
---|---|
List<ScndRoleVO> |
RoleSelectorMapper.selectScndRoleListByRoleId(RoleVO roleVO)
해당 권한의 2차 권한 목록을 반환한다.
|
Modifier and Type | Method and Description |
---|---|
List<RoleVO> |
RoleSelectorService.getUserRoleListByIntSvcNo(String siteId,
String intSvcNo)
사용자 권한 목록을 반환한다.
|
Modifier and Type | Method and Description |
---|---|
List<RoleVO> |
RoleSelectorServiceImpl.getUserRoleListByIntSvcNo(String siteId,
String intSvcNo)
사용자 권한 목록을 반환한다.
|
Copyright © 2025. All rights reserved.