Uses of Class
skoinfo.rfc.sso.vo.SsoTargetUserVO

Packages that use SsoTargetUserVO
skoinfo.rfc.sso.action   
skoinfo.rfc.sso.dao   
 

Uses of SsoTargetUserVO in skoinfo.rfc.sso.action
 

Methods in skoinfo.rfc.sso.action with parameters of type SsoTargetUserVO
 void RfcEamClientAction.infoXml(java.lang.String code, java.lang.String msg, java.lang.String sessionKey, UserVO userVO, SsoTargetUserVO ssoTargetUserVO)
           
 void RfcEamClientAction.targetSsoUserServerXml(java.lang.String code, java.lang.String msg, SsoTargServerVO ssoTargServerVO, SsoTargetUserVO ssoTargetUserVO)
           
 

Method parameters in skoinfo.rfc.sso.action with type arguments of type SsoTargetUserVO
 void RfcEamClientAction.targetSsoUserXml(java.lang.String code, java.lang.String msg, java.util.List<SsoTargetUserVO> list)
           
 

Uses of SsoTargetUserVO in skoinfo.rfc.sso.dao
 

Methods in skoinfo.rfc.sso.dao that return SsoTargetUserVO
 SsoTargetUserVO SsoDAO.getSsoTargUserInfo(org.hibernate.Session session, long targSid)
           
 SsoTargetUserVO SsoDAO.getSsoTargUserInfo(org.hibernate.Session session, java.lang.String targSite)
          대상 SSO 사용자 정보 가져오기
 SsoTargetUserVO SsoDAO.getSsoTargUserInfo(org.hibernate.Session session, java.lang.String targSite, java.lang.String userId)
           
 SsoTargetUserVO SsoDAO.getSsoTargUserInfo(org.hibernate.Session session, java.lang.String targSite, java.lang.String targUserId, java.lang.String targUserName, java.lang.String targUserRegNum)
           
 

Methods in skoinfo.rfc.sso.dao that return types with arguments of type SsoTargetUserVO
 java.util.List<SsoTargetUserVO> SsoDAO.getSsoTargetList(org.hibernate.Session session, java.lang.String userId)
          대상 SSO 사용자 정보 가져오기
 

Methods in skoinfo.rfc.sso.dao with parameters of type SsoTargetUserVO
 int SsoDAO.writeTargServer(org.hibernate.Session session, SsoTargetUserVO ssoTargetUserVO)
          대상 SSO 사용자 매핑 등록