|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WebRoot in com.safeidentity.adminservice |
Methods in com.safeidentity.adminservice that return WebRoot | |
WebRoot |
RpAdmin.getWebRootInfo(java.lang.String strAdminInfo,
java.lang.String strWebRootEid)
±¸ºÐÀÚ(dn)¿¡ ´ëÇÑ WebRoot °´Ã¼¸¦ ¹ÝȯÇÑ´Ù. |
WebRoot |
RpAdmin.getWebRootOfResPerm(java.lang.String strAdminInfo,
java.lang.String strResPermInfo)
ResPermÀ» Æ÷ÇÔÇÏ´Â WebRoot¸¦ ¹ÝȯÇÑ´Ù. |
WebRoot |
RpAdmin.getWebRootInfoOfNodeConfig(java.lang.String strAdminInfo,
NodeConfig node)
NodeConfig¸¦ °®´Â WebRoot¸¦ ¹ÝȯÇÑ´Ù. |
Methods in com.safeidentity.adminservice with parameters of type WebRoot | |
boolean |
RpAdmin.addWebRoot(java.lang.String strAdminInfo,
WebRoot WebRootInfo,
boolean bIgnoreDetailException)
WebRoot ¿£Æ®¸®¸¦ Ãß°¡ÇÑ´Ù. |
boolean |
RpAdmin.modifyWebRoot(java.lang.String strAdminInfo,
WebRoot WebRootInfo,
boolean bIgnoreDetailException)
±¸ºÐÀÚ(dn)¿¡ ´ëÇÑ WebRoot¸¦ º¯°æÇÑ´Ù. |
Uses of WebRoot in com.safeidentity.adminservice.dao |
Methods in com.safeidentity.adminservice.dao that return WebRoot | |
WebRoot |
ResPermDao.getWebRootInfo(java.lang.String strWebRootInfo,
Macl macl)
|
WebRoot |
ResPermDao.getWebRootInfo(java.lang.String strName,
java.lang.String strIpHost,
int nPort)
WebRoot¸¦ °Ë»öÇÑ´Ù. |
WebRoot |
ResPermDao.getWebRootOfEid(java.lang.String strEid)
WebRoot¸¦ °Ë»öÇÑ´Ù. |
WebRoot |
ResPermDao.getWebRootInfoOfNodeConfig(java.lang.String strEid,
java.lang.String strIpHost,
int nPort)
ÁöÁ¤ÇÑ Node¸¦ °®´Â WebRoot¸¦ °Ë»öÇÑ´Ù. |
WebRoot |
ResPermDao.getMasterAgent(java.lang.String strGlobalSSO)
GlobalSSO¿¡¼ MasterAgent Ç׸ñÀ» ÃßÃâÇÑ´Ù. |
Methods in com.safeidentity.adminservice.dao with parameters of type WebRoot | |
boolean |
ResPermDao.modifyWebRoot(WebRoot WebRootInfo,
java.util.Set setModifyAttr,
boolean bModifyProf)
À§Ä¡Á¤º¸(dn)¿¡ ´ëÇÑ WebRoot¸¦ º¯°æÇÑ´Ù. |
boolean |
ResPermDao.addWebRoot(WebRoot WebRootInfo,
java.util.Set setModifyAttr,
boolean bModifyProf)
WebRoot ¿£Æ®¸®¸¦ Ãß°¡ÇÑ´Ù. |
Uses of WebRoot in com.safeidentity.adminservice.dao.ldap |
Methods in com.safeidentity.adminservice.dao.ldap that return WebRoot | |
WebRoot |
LdapResPermDao.getWebRootInfo(java.lang.String strWebRootInfo,
Macl macl)
WebRoot¸¦ ¾ò¾î¿Â´Ù. |
WebRoot |
LdapResPermDao.getWebRootInfo(java.lang.String strNode,
java.lang.String strIpHost,
int nPort)
WebRoot¸¦ °Ë»öÇÑ´Ù. |
WebRoot |
LdapResPermDao.getWebRootInfoOfNodeConfig(java.lang.String strName,
java.lang.String strIpHost,
int nPort)
ÁöÁ¤ÇÑ Node¸¦ °®´Â WebRoot¸¦ °Ë»öÇÑ´Ù. |
WebRoot |
LdapResPermDao.getMasterAgent(java.lang.String strGlobalSSO)
GlobalSSO¿¡¼ MasterAgent Ç׸ñÀ» ÃßÃâÇÑ´Ù. |
WebRoot |
LdapResPermDao.getWebRootOfEid(java.lang.String strEid)
WebRoot¸¦ °Ë»öÇÑ´Ù. |
Methods in com.safeidentity.adminservice.dao.ldap with parameters of type WebRoot | |
boolean |
LdapResPermDao.addWebRoot(WebRoot WebRootInfo,
java.util.Set setModifyAttr,
boolean bModifyProf)
WebRoot ¿£Æ®¸®¸¦ Ãß°¡ÇÑ´Ù. |
boolean |
LdapResPermDao.modifyWebRoot(WebRoot WebRootInfo,
java.util.Set setModifyAttr,
boolean bModifyProf)
À§Ä¡Á¤º¸(dn)¿¡ ´ëÇÑ WebRoot¸¦ º¯°æÇÑ´Ù. |
Uses of WebRoot in com.safeidentity.adminservice.dao.rdb |
Methods in com.safeidentity.adminservice.dao.rdb that return WebRoot | |
WebRoot |
RdbResPermDao.getWebRootInfo(java.lang.String strWebRootDn,
Macl macl)
|
WebRoot |
RdbResPermDao.getWebRootInfo(java.lang.String strName,
java.lang.String strIpHost,
int nPort)
WebRoot¸¦ °Ë»öÇÑ´Ù. |
WebRoot |
RdbResPermDao.getWebRootOfEid(java.lang.String strEid)
WebRoot¸¦ °Ë»öÇÑ´Ù. |
WebRoot |
RdbResPermDao.getWebRootInfoOfNodeConfig(java.lang.String strName,
java.lang.String strIpHost,
int nPort)
ÁöÁ¤ÇÑ Node¸¦ °®´Â WebRoot¸¦ °Ë»öÇÑ´Ù. |
WebRoot |
RdbResPermDao.getMasterAgent(java.lang.String strGlobalSSO)
GlobalSSO¿¡¼ MasterAgent Ç׸ñÀ» ÃßÃâÇÑ´Ù. |
Methods in com.safeidentity.adminservice.dao.rdb with parameters of type WebRoot | |
boolean |
RdbResPermDao.addWebRoot(WebRoot WebRootInfo,
java.util.Set modifySet,
boolean bModifyProf)
WebRoot ¿£Æ®¸®¸¦ Ãß°¡ÇÑ´Ù. |
boolean |
RdbResPermDao.modifyWebRoot(WebRoot WebRootInfo,
java.util.Set modifySet,
boolean bModifyProf)
À§Ä¡Á¤º¸(dn)¿¡ ´ëÇÑ WebRoot¸¦ º¯°æÇÑ´Ù. |
Uses of WebRoot in com.safeidentity.adminservice.impl |
Methods in com.safeidentity.adminservice.impl that return WebRoot | |
WebRoot |
RpManager.getWebRootInfo(java.lang.String strAdminInfo,
java.lang.String strWebRootEid)
±¸ºÐÀÚ(dn)¿¡ ´ëÇÑ WebRoot °´Ã¼¸¦ ¹ÝȯÇÑ´Ù. |
WebRoot |
RpManager.getWebRootOfResPerm(java.lang.String strAdminInfo,
java.lang.String strResPermInfo)
ResPermÀ» Æ÷ÇÔÇÏ´Â WebRoot¸¦ ¹ÝȯÇÑ´Ù. |
WebRoot |
RpManager.getWebRootInfoOfNodeConfig(java.lang.String strAdminInfo,
NodeConfig node)
NodeConfig¸¦ °®´Â WebRoot¸¦ ¹ÝȯÇÑ´Ù. |
Methods in com.safeidentity.adminservice.impl with parameters of type WebRoot | |
boolean |
RpManager.addWebRoot(java.lang.String strAdminInfo,
WebRoot WebRootInfo,
boolean bIgnoreDetailException)
WebRoot ¿£Æ®¸®¸¦ Ãß°¡ÇÑ´Ù. |
boolean |
RpManager.modifyWebRoot(java.lang.String strAdminInfo,
WebRoot WebRootInfo,
boolean bIgnoreDetailException)
±¸ºÐÀÚ(dn)¿¡ ´ëÇÑ WebRoot¸¦ º¯°æÇÑ´Ù. |
Uses of WebRoot in com.safeidentity.adminservice.objects |
Methods in com.safeidentity.adminservice.objects with parameters of type WebRoot | |
boolean |
WebRoot.equals(WebRoot webroot)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |