Package es.caib.seycon.ng.sync.intf
Interface UserMgr
-
- All Superinterfaces:
Remote
@Deprecated public interface UserMgr extends Remote
Deprecated.Interfaz remoto de gestión de usuarios (y contraseñas)- Version:
- $Revision: 1.1.2.2 $
- Author:
- $Author: u07286 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidremoveUser(String userName)Deprecated.voidupdateUser(String userName, Usuari userData)Deprecated.voidupdateUser(String accountName, String description)Deprecated.voidupdateUserPassword(String userName, Usuari userData, Password password, boolean mustchange)Deprecated.booleanvalidateUserPassword(String userName, Password password)Deprecated.
-
-
-
Method Detail
-
updateUser
void updateUser(String userName, Usuari userData) throws RemoteException, InternalErrorException
Deprecated.
-
updateUser
void updateUser(String accountName, String description) throws RemoteException, InternalErrorException
Deprecated.
-
removeUser
void removeUser(String userName) throws RemoteException, InternalErrorException
Deprecated.
-
updateUserPassword
void updateUserPassword(String userName, Usuari userData, Password password, boolean mustchange) throws RemoteException, InternalErrorException
Deprecated.
-
validateUserPassword
boolean validateUserPassword(String userName, Password password) throws RemoteException, InternalErrorException
Deprecated.
-
-