public interface RoleSelectorService
Modifier and Type | Method and Description |
---|---|
void |
changeRole(String siteId,
String roleId,
String intSvcNo)
세션의 권한 목록을 변경한다.
|
List<ScndRoleVO> |
getScndRoleListByRoleId(String siteId,
String roleId)
해당 권한의 2차 권한 목록을 반환한다.
|
List<RoleVO> |
getUserRoleListByIntSvcNo(String siteId,
String intSvcNo)
사용자 권한 목록을 반환한다.
|
void changeRole(String siteId, String roleId, String intSvcNo)
siteId
- 사이트 아이디roleId
- 권한 아이디intSvcNo
- 통합 사용자 번호List<ScndRoleVO> getScndRoleListByRoleId(String siteId, String roleId)
siteId
- 사이트 아이디roleId
- 권한 아이디Copyright © 2025. All rights reserved.