Package com.soffid.iam.service.ejb
Interface UserDomainService
-
public interface UserDomainService
EJB UserDomainService
-
-
Method Summary
-
-
-
Method Detail
-
findUserTypeByTextAndFilterAsync
AsyncList<UserType> findUserTypeByTextAndFilterAsync(String text, String query) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findUserTypeByTextAndFilter
PagedResult<UserType> findUserTypeByTextAndFilter(String text, String query, Integer first, Integer max) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
PasswordDomain create(PasswordDomain dominiContrasenya) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPasswordDomainByName
PasswordDomain findPasswordDomainByName(String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
PasswordDomain update(PasswordDomain dominiContrasenya) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
UserDomain create(UserDomain dominiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findUserDomainByName
UserDomain findUserDomainByName(String codiDominiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
UserDomain update(UserDomain dominiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
ForbiddenWord create(ForbiddenWord paraulaProhibida) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
ForbiddenWord update(ForbiddenWord paraulaProhibida) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
PasswordPolicyForbbidenWord create(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
PasswordPolicyForbbidenWord update(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
PasswordPolicy create(PasswordPolicy politicaContrasenyaDomini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findPolicyByTypeAndPasswordDomain
PasswordPolicy findPolicyByTypeAndPasswordDomain(String tipus, String domini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
PasswordPolicy update(PasswordPolicy politicaContrasenyaDomini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
UserType create(UserType tipusUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
UserType update(UserType tipusUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAllPasswordDomain
Collection<PasswordDomain> findAllPasswordDomain() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAllUserDomain
Collection<UserDomain> findAllUserDomain() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAllForbiddenWords
Collection<ForbiddenWord> findAllForbiddenWords() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAllPasswordPolicyDomain
Collection<PasswordPolicy> findAllPasswordPolicyDomain(String codiDominiContrasenya) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAllUserType
Collection<UserType> findAllUserType() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findNameGenerators
Collection<String> findNameGenerators() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findForbiddenWordsPasswordPolicy
Collection<PasswordPolicyForbbidenWord> findForbiddenWordsPasswordPolicy(PasswordPolicy politicaContrasenya) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(PasswordDomain dominiContrasenya) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(UserDomain dominiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(ForbiddenWord paraulaProhibida) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(PasswordPolicy politicaContrasenyaDomini) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(UserType tipusUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-