Interface CreateDisableUserService
-
public interface CreateDisableUserServiceEJB CreateDisableUserService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Group>getManagedGroups()StringsetInitialPasswordToUser(String codiUsuari, String codiDominiContrasenyes)
-
-
-
Method Detail
-
setInitialPasswordToUser
String setInitialPasswordToUser(String codiUsuari, String codiDominiContrasenyes) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getManagedGroups
Collection<Group> getManagedGroups() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-