|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.safeidentity.service.SelfServiceManager
Constructor Summary | |
SelfServiceManager()
±âº» »ý¼ºÀÚ * @throws SFEnvParamException |
|
SelfServiceManager(java.util.Locale locale)
Constructor for SelfServiceManager |
Method Summary | |
void |
close()
|
java.util.Locale |
getLocale()
Exception ¸Þ½ÃÁö¸¦ À§ÇÑ ·ÎÄÉÀÏ Á¤º¸¸¦ °¡Á®¿Â´Ù. |
java.util.Vector |
getRegUserOrgList(java.lang.String urEID)
Method getRegUserOrgList |
java.util.Vector |
getRegUserRepositoryList()
Method getRegUserRepositoryList |
SelfSvcPolicy |
getSelfSvcPolicyInfo(java.lang.String orgID)
Method getSelfSvcPolicyInfo |
java.util.Vector |
getSvcUserOrgList(java.lang.String urEID)
|
java.util.Vector |
getSvcUserRepositoryList()
ÀÚ±âÁ¤º¸ º¯°æ ¼ºñ½º¸¦ Á¦°øÇÏ´Â »ç¿ëÀÚ ÀúÀå¼Ò ¸®½ºÆ®¸¦ º¸¿©ÁÜ Method getSvcUserRepositoryList |
User |
getUserInfo(java.lang.String userID)
Method getUserInfo |
java.util.Vector |
getUserRepositoryList()
Method getUserRepositoryList |
boolean |
modifyUser(User user,
java.lang.String userID)
Method modifyUser |
boolean |
registerUser(User user,
java.lang.String orgID)
Method registerUser |
void |
setLocale(java.util.Locale locale)
Exception ¸Þ½ÃÁö¸¦ À§ÇÑ ·ÎÄÉÀÏ Á¤º¸¸¦ º¯°æÇÑ´Ù. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelfServiceManager() throws SFEnvParamException
public SelfServiceManager(java.util.Locale locale) throws SFEnvParamException
locale
- Locale
SFEnvParamException
Method Detail |
public void setLocale(java.util.Locale locale)
locale
- º¯°æÇÒ ·ÎÄÉÀÏ Á¤º¸public java.util.Locale getLocale()
public boolean registerUser(User user, java.lang.String orgID) throws SFInvalidDataFormatException, SFInformationNotExistedException, SFAlreadyExistsException, SFServiceException, SFInitDaoException, SFInvalidParameterException, SFEnvParamException, SFBindException, SFDaoException, SFAccessRightException, SFAttributeException
user
- UserorgID
- String
SFInvalidDataFormatException
SFInformationNotExistedException
SFAlreadyExistsException
SFServiceException
SFInitDaoException
SFInvalidParameterException
SFEnvParamException
SFBindException
SFDaoException
SFAccessRightException
SFAttributeException
public boolean modifyUser(User user, java.lang.String userID) throws SFAttributeException, SFInvalidDataFormatException, SFInformationNotExistedException, SFServiceException, SFInitDaoException, SFInvalidParameterException, SFEnvParamException, SFBindException, SFDaoException, SFAccessRightException
user
- UseruserID
- String
SFAttributeException
SFInvalidDataFormatException
SFInformationNotExistedException
SFServiceException
SFInitDaoException
SFInvalidParameterException
SFEnvParamException
SFBindException
SFDaoException
SFAccessRightException
public User getUserInfo(java.lang.String userID) throws SFInvalidDataFormatException, SFInformationNotExistedException, SFServiceException, SFInitDaoException, SFInvalidParameterException, SFEnvParamException, SFBindException, SFDaoException, SFAccessRightException
userID
- String
SFInvalidDataFormatException
SFInformationNotExistedException
SFServiceException
SFInitDaoException
SFInvalidParameterException
SFEnvParamException
SFBindException
SFDaoException
SFAccessRightException
public java.util.Vector getUserRepositoryList()
public java.util.Vector getRegUserRepositoryList()
public java.util.Vector getSvcUserRepositoryList()
public java.util.Vector getRegUserOrgList(java.lang.String urEID) throws SFInvalidParameterException, SFDaoException, SFEnvParamException, SFBindException
urEID
- String
SFInvalidParameterException
SFDaoException
SFEnvParamException
SFBindException
public java.util.Vector getSvcUserOrgList(java.lang.String urEID) throws SFInvalidParameterException, SFDaoException, SFEnvParamException, SFBindException
SFInvalidParameterException
SFDaoException
SFEnvParamException
SFBindException
public SelfSvcPolicy getSelfSvcPolicyInfo(java.lang.String orgID) throws SFInitDaoException, SFInvalidParameterException, SFEnvParamException, SFBindException, SFDaoException, SFAccessRightException
orgID
- String
SFInitDaoException
SFInvalidParameterException
SFEnvParamException
SFBindException
SFDaoException
SFAccessRightException
public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |