Package com.soffid.iam.service.workflow
Interface CreateDisableUserService
-
public interface CreateDisableUserServiceService CreateDisableUserService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsercreateUser(byte[] peticio, es.caib.signatura.api.Signature signatura)Operation createUserUserdisableUser(String codiUsuari)Operation disableUserBooleanexistShortName(String nomCurt)Operation existShortNameCollection<Group>findGroupsByFilter(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet)Operation findGroupsByFilterCollection<Group>findGroupsByUserCode(String codiUsuari)Operation findGroupsByUserCodeUserfindUserByShortName(String nomCurt)Operation findUserByShortNameCollection<User>findUserByUserData(String dni, String nom, String primerLlinatge, String segonLlinatge)Operation findUserByUserDataCollection<User>FindUserByUserData(String codiUsuari, String dni, String nom, String primerLlinatge, String segonLlinatge)Operation FindUserByUserDataRolegetAdministratorRoleByGroup(String codiGrup)Operation getAdministratorRoleByGroupCollection<String>getContractTypesUserCreate()Operation getContractTypesUserCreateCollection<Group>getManagedGroups()Operation getManagedGroupsCollection<Group>getManagedGroups(String codiUsuari)Operation getManagedGroupsCollection<Group>getOUDependent(String codiUnitatOrganitzativa)Operation getOUDependentGroupgetSuperGroup(String codiSubGrup)Operation getSuperGroupCollection<User>getUsersByNIF(String nif)Operation getUsersByNIFStringsetInitialPasswordToUser(String codiUsuari, String codiDominiContrasenyes)Operation setInitialPasswordToUserUsersetServersToUser(String codiUsuari, String servidorPerfilId, String servidorCorreuId, String servidorHomeId)Operation setServersToUser
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSuperGroup
Group getSuperGroup(String codiSubGrup) throws InternalErrorException, InternalErrorException
Operation getSuperGroup- Parameters:
codiSubGrup-- Returns:
- Throws:
InternalErrorException
-
getAdministratorRoleByGroup
Role getAdministratorRoleByGroup(String codiGrup) throws InternalErrorException, InternalErrorException
Operation getAdministratorRoleByGroup- Parameters:
codiGrup-- Returns:
- Throws:
InternalErrorException
-
createUser
User createUser(byte[] peticio, es.caib.signatura.api.Signature signatura) throws InternalErrorException, InternalErrorException
Operation createUser- Parameters:
peticio-signatura-- Returns:
- Throws:
InternalErrorException
-
disableUser
User disableUser(String codiUsuari) throws InternalErrorException, InternalErrorException
Operation disableUser- Parameters:
codiUsuari-- Returns:
- Throws:
InternalErrorException
-
findUserByShortName
User findUserByShortName(String nomCurt) throws InternalErrorException, InternalErrorException
Operation findUserByShortName- Parameters:
nomCurt-- Returns:
- Throws:
InternalErrorException
-
setServersToUser
User setServersToUser(String codiUsuari, String servidorPerfilId, String servidorCorreuId, String servidorHomeId) throws InternalErrorException, InternalErrorException
Operation setServersToUser- Parameters:
codiUsuari-servidorPerfilId-servidorCorreuId-servidorHomeId-- Returns:
- Throws:
InternalErrorException
-
existShortName
Boolean existShortName(String nomCurt) throws InternalErrorException, InternalErrorException
Operation existShortName- Parameters:
nomCurt-- Returns:
- Throws:
InternalErrorException
-
setInitialPasswordToUser
String setInitialPasswordToUser(String codiUsuari, String codiDominiContrasenyes) throws InternalErrorException, InternalErrorException
Operation setInitialPasswordToUser- Parameters:
codiUsuari-codiDominiContrasenyes-- Returns:
- Throws:
InternalErrorException
-
findGroupsByUserCode
Collection<Group> findGroupsByUserCode(String codiUsuari) throws InternalErrorException, InternalErrorException
Operation findGroupsByUserCode- Parameters:
codiUsuari-- Returns:
- Throws:
InternalErrorException
-
findGroupsByFilter
Collection<Group> findGroupsByFilter(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet) throws InternalErrorException, InternalErrorException
Operation findGroupsByFilter- Parameters:
codi-pare-unitatOfimatica-descripcio-tipus-obsolet-- Returns:
- Throws:
InternalErrorException
-
findUserByUserData
Collection<User> findUserByUserData(String dni, String nom, String primerLlinatge, String segonLlinatge) throws InternalErrorException, InternalErrorException
Operation findUserByUserData- Parameters:
dni-nom-primerLlinatge-segonLlinatge-- Returns:
- Throws:
InternalErrorException
-
FindUserByUserData
Collection<User> FindUserByUserData(String codiUsuari, String dni, String nom, String primerLlinatge, String segonLlinatge) throws InternalErrorException, InternalErrorException
Operation FindUserByUserData- Parameters:
codiUsuari-dni-nom-primerLlinatge-segonLlinatge-- Returns:
- Throws:
InternalErrorException
-
getManagedGroups
Collection<Group> getManagedGroups() throws InternalErrorException, InternalErrorException
Operation getManagedGroups- Returns:
- Throws:
InternalErrorException
-
getManagedGroups
Collection<Group> getManagedGroups(String codiUsuari) throws InternalErrorException, InternalErrorException
Operation getManagedGroups- Parameters:
codiUsuari-- Returns:
- Throws:
InternalErrorException
-
getContractTypesUserCreate
Collection<String> getContractTypesUserCreate() throws InternalErrorException, InternalErrorException
Operation getContractTypesUserCreate- Returns:
- Throws:
InternalErrorException
-
getOUDependent
Collection<Group> getOUDependent(String codiUnitatOrganitzativa) throws InternalErrorException, InternalErrorException
Operation getOUDependent- Parameters:
codiUnitatOrganitzativa-- Returns:
- Throws:
InternalErrorException
-
getUsersByNIF
Collection<User> getUsersByNIF(String nif) throws InternalErrorException, InternalErrorException
Operation getUsersByNIF- Parameters:
nif-- Returns:
- Throws:
InternalErrorException
-
-