@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","admin","web"}, havingValue="false", matchIfMissing=true) @Service public class RoleSelectorServiceImpl extends Object implements RoleSelectorService
Constructor and Description |
---|
RoleSelectorServiceImpl() |
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)
사용자 권한 목록을 반환한다.
|
public void changeRole(String siteId, String roleId, String intSvcNo)
changeRole
in interface RoleSelectorService
siteId
- 사이트 아이디roleId
- 권한 아이디intSvcNo
- 통합 사용자 번호public List<ScndRoleVO> getScndRoleListByRoleId(String siteId, String roleId)
getScndRoleListByRoleId
in interface RoleSelectorService
siteId
- 사이트 아이디roleId
- 권한 아이디public List<RoleVO> getUserRoleListByIntSvcNo(String siteId, String intSvcNo)
getUserRoleListByIntSvcNo
in interface RoleSelectorService
siteId
- 사이트 아이디intSvcNo
- 통합 사용자 번호Copyright © 2025. All rights reserved.