Interface CreateDisableUserService
-
public interface CreateDisableUserService
EJB CreateDisableUserService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Group>
getManagedGroups()
String
setInitialPasswordToUser(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
-
-