Package com.soffid.iam.base.service.ejb
Interface UserService
public interface UserService
EJB UserService
-
Method Summary
Modifier and TypeMethodDescriptioncreateNewUserProcess(String processName, String userName, boolean canviaAProces) voiddisableUsers(String scimQuery, List<DisableObjectRule> rules) disableUsersPreview(String scimQuery, List<DisableObjectRule> rules, List<Object[]> actions) findBpmUserProcessInstanceByUserName(String userName) findDataByUserAndCode(String userName, String codiTipusDada) Deprecated.findNetworksACByUserName(String userName) findSessionByUserName(String userName) findUserAttributes(String userName) Deprecated.findUserByUserId(Long id) findUserByUserName(String userName) findUserDataByUserName(String userName) Deprecated.findUserPrintersByUserName(String userName) com.soffid.zkdb.api.PagedResult<User>findUsers(com.soffid.zkdb.api.Query q) getActiveTasks(String userName) byte[]getESSORules(String user) Deprecated.String[]intisUpdatePendingExtended(String userName) voidString[]refreshChanges(String userName) voidsendPassword(String userName, String passwordDomain) voidsetPassword(String userName, String passwordDomain, Password newPassword) setTemporaryPassword(String userName, String passwordDomain) voidsetTemporaryPassword(String userName, String passwordDomain, Password newPassword) voidsetTemporaryPassword(String userName, String passwordDomain, Password newPassword, Date expirationDate) voidunlockPasswordDomain(String user, String passwordDomain) voidupdateUserAttributes(String userName, Map<String, Object> attributes) Deprecated.
-
Method Details
-
getESSORules
-
disableUsers
AsyncProcessTracker disableUsers(String scimQuery, List<DisableObjectRule> rules) throws InternalErrorException - Throws:
InternalErrorException
-
disableUsersPreview
AsyncProcessTracker disableUsersPreview(String scimQuery, List<DisableObjectRule> rules, List<Object[]> actions) throws InternalErrorException - Throws:
InternalErrorException
-
create
-
findUserByUserName
-
findUserByUserId
-
getCurrentUser
-
update
-
findDataByUserAndCode
@Deprecated UserData findDataByUserAndCode(String userName, String codiTipusDada) throws InternalErrorException, InternalErrorException Deprecated. -
findUsers
com.soffid.zkdb.api.PagedResult<User> findUsers(com.soffid.zkdb.api.Query q) throws InternalErrorException, InternalErrorException -
isUpdatePendingExtended
- Throws:
InternalErrorException
-
setTemporaryPassword
String setTemporaryPassword(String userName, String passwordDomain) throws InternalErrorException, InternalErrorException -
createNewUserProcess
String createNewUserProcess(String processName, String userName, boolean canviaAProces) throws InternalErrorException, InternalErrorException -
getFollowingName
Deprecated. -
getTasks
-
refreshChanges
-
findUserDataByUserName
@Deprecated Collection<UserData> findUserDataByUserName(String userName) throws InternalErrorException, InternalErrorException Deprecated. -
findBpmUserProcessInstanceByUserName
Collection<ProcessInstance> findBpmUserProcessInstanceByUserName(String userName) throws InternalErrorException, InternalErrorException -
findSessionByUserName
Collection<Session> findSessionByUserName(String userName) throws InternalErrorException, InternalErrorException -
findUserPrintersByUserName
Collection<PrinterUser> findUserPrintersByUserName(String userName) throws InternalErrorException, InternalErrorException -
findNetworksACByUserName
Collection<NetworkAuthorization> findNetworksACByUserName(String userName) throws InternalErrorException, InternalErrorException -
getActiveTasks
- Throws:
InternalErrorException
-
getBpmUserProcessList
Collection<BpmProcess> getBpmUserProcessList() throws InternalErrorException, InternalErrorException -
findPasswordDomainStatus
- Throws:
InternalErrorException
-
findUserAttributes
@Deprecated Map<String,Object> findUserAttributes(String userName) throws InternalErrorException, InternalErrorException Deprecated. -
delete
-
merge
- Throws:
InternalErrorException
-
sendPassword
void sendPassword(String userName, String passwordDomain) throws InternalErrorException, InternalErrorException -
setPassword
void setPassword(String userName, String passwordDomain, Password newPassword) throws InternalErrorException, InternalErrorException, BadPasswordException -
setTemporaryPassword
void setTemporaryPassword(String userName, String passwordDomain, Password newPassword) throws InternalErrorException, InternalErrorException, BadPasswordException -
setTemporaryPassword
void setTemporaryPassword(String userName, String passwordDomain, Password newPassword, Date expirationDate) throws InternalErrorException, InternalErrorException, BadPasswordException -
unlockPasswordDomain
- Throws:
InternalErrorException
-
updateUserAttributes
@Deprecated void updateUserAttributes(String userName, Map<String, Object> attributes) throws InternalErrorException, InternalErrorExceptionDeprecated.
-