Package com.soffid.iam.impl.service
Interface CreateDisableUserService
public interface CreateDisableUserService
Service CreateDisableUserService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondisableUser(String codiUsuari) Operation disableUserexistShortName(String nomCurt) Operation existShortNamefindGroupsByUserCode(String codiUsuari) Operation findGroupsByUserCodefindUserByShortName(String nomCurt) Operation findUserByShortNamegetAdministratorRoleByGroup(String codiGrup) Operation getAdministratorRoleByGroupOperation getContractTypesUserCreateOperation getManagedGroupsgetManagedGroups(String codiUsuari) Operation getManagedGroupsgetOUDependent(String codiUnitatOrganitzativa) Operation getOUDependentgetSuperGroup(String codiSubGrup) Operation getSuperGroupgetUsersByNIF(String nif) Operation getUsersByNIFsetInitialPasswordToUser(String codiUsuari, String codiDominiContrasenyes) Operation setInitialPasswordToUsersetServersToUser(String codiUsuari, String servidorPerfilId, String servidorCorreuId, String servidorHomeId) Operation setServersToUser
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
disableUser
Operation disableUser- Parameters:
codiUsuari-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findUserByShortName
Operation findUserByShortName- Parameters:
nomCurt-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
setServersToUser
User setServersToUser(String codiUsuari, String servidorPerfilId, String servidorCorreuId, String servidorHomeId) throws InternalErrorException, InternalErrorException Operation setServersToUser- Parameters:
codiUsuari-servidorPerfilId-servidorCorreuId-servidorHomeId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getSuperGroup
Operation getSuperGroup- Parameters:
codiSubGrup-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getAdministratorRoleByGroup
Role getAdministratorRoleByGroup(String codiGrup) throws InternalErrorException, InternalErrorException Operation getAdministratorRoleByGroup- Parameters:
codiGrup-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
existShortName
Operation existShortName- Parameters:
nomCurt-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
setInitialPasswordToUser
String setInitialPasswordToUser(String codiUsuari, String codiDominiContrasenyes) throws InternalErrorException, InternalErrorException Operation setInitialPasswordToUser- Parameters:
codiUsuari-codiDominiContrasenyes-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findGroupsByUserCode
Collection<Group> findGroupsByUserCode(String codiUsuari) throws InternalErrorException, InternalErrorException Operation findGroupsByUserCode- Parameters:
codiUsuari-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getManagedGroups
Operation getManagedGroups- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getManagedGroups
Collection<Group> getManagedGroups(String codiUsuari) throws InternalErrorException, InternalErrorException Operation getManagedGroups- Parameters:
codiUsuari-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getContractTypesUserCreate
Collection<String> getContractTypesUserCreate() throws InternalErrorException, InternalErrorExceptionOperation getContractTypesUserCreate- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getOUDependent
Collection<Group> getOUDependent(String codiUnitatOrganitzativa) throws InternalErrorException, InternalErrorException Operation getOUDependent- Parameters:
codiUnitatOrganitzativa-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getUsersByNIF
Operation getUsersByNIF- Parameters:
nif-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-