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 void
removeUser(String userName)
Deprecated.void
updateUser(String userName, Usuari userData)
Deprecated.void
updateUser(String accountName, String description)
Deprecated.void
updateUserPassword(String userName, Usuari userData, Password password, boolean mustchange)
Deprecated.boolean
validateUserPassword(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.
-
-