Package com.soffid.iam.service
Interface UserDomainService
-
public interface UserDomainServiceService UserDomainService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForbiddenWordcreate(ForbiddenWord paraulaProhibida)Operation createPasswordDomaincreate(PasswordDomain dominiContrasenya)Operation createPasswordPolicycreate(PasswordPolicy politicaContrasenyaDomini)Operation createPasswordPolicyForbbidenWordcreate(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya)Operation createUserDomaincreate(UserDomain dominiUsuari)Operation createUserTypecreate(UserType tipusUsuari)Operation createvoiddelete(ForbiddenWord paraulaProhibida)Operation deletevoiddelete(PasswordDomain dominiContrasenya)Operation deletevoiddelete(PasswordPolicy politicaContrasenyaDomini)Operation deletevoiddelete(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya)Operation deletevoiddelete(UserDomain dominiUsuari)Operation deletevoiddelete(UserType tipusUsuari)Operation deleteCollection<ForbiddenWord>findAllForbiddenWords()Operation findAllForbiddenWordsCollection<PasswordDomain>findAllPasswordDomain()Operation findAllPasswordDomainCollection<PasswordPolicy>findAllPasswordPolicyDomain(String codiDominiContrasenya)Operation findAllPasswordPolicyDomainCollection<UserDomain>findAllUserDomain()Operation findAllUserDomainCollection<UserType>findAllUserType()Operation findAllUserTypeCollection<PasswordPolicyForbbidenWord>findForbiddenWordsPasswordPolicy(PasswordPolicy politicaContrasenya)Operation findForbiddenWordsPasswordPolicyCollection<String>findNameGenerators()Operation findNameGeneratorsPasswordDomainfindPasswordDomainByName(String codi)Operation findPasswordDomainByNamePasswordPolicyfindPolicyByTypeAndPasswordDomain(String tipus, String domini)Operation findPolicyByTypeAndPasswordDomainUserDomainfindUserDomainByName(String codiDominiUsuari)Operation findUserDomainByNamePagedResult<UserType>findUserTypeByTextAndFilter(String text, String query, Integer first, Integer max)Operation findUserTypeByTextAndFilterAsyncList<UserType>findUserTypeByTextAndFilterAsync(String text, String query)Operation findUserTypeByTextAndFilterAsyncForbiddenWordupdate(ForbiddenWord paraulaProhibida)Operation updatePasswordDomainupdate(PasswordDomain dominiContrasenya)Operation updatePasswordPolicyupdate(PasswordPolicy politicaContrasenyaDomini)Operation updatePasswordPolicyForbbidenWordupdate(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya)Operation updateUserDomainupdate(UserDomain dominiUsuari)Operation updateUserTypeupdate(UserType tipusUsuari)Operation update
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
findUserTypeByTextAndFilterAsync
AsyncList<UserType> findUserTypeByTextAndFilterAsync(String text, String query) throws InternalErrorException, InternalErrorException
Operation findUserTypeByTextAndFilterAsync- Parameters:
text-query-- Returns:
- Throws:
InternalErrorException
-
findUserTypeByTextAndFilter
PagedResult<UserType> findUserTypeByTextAndFilter(String text, String query, Integer first, Integer max) throws InternalErrorException, InternalErrorException
Operation findUserTypeByTextAndFilter- Parameters:
text-query-first-max-- Returns:
- Throws:
InternalErrorException
-
create
PasswordDomain create(PasswordDomain dominiContrasenya) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
dominiContrasenya-- Returns:
- Throws:
InternalErrorException
-
findPasswordDomainByName
PasswordDomain findPasswordDomainByName(String codi) throws InternalErrorException, InternalErrorException
Operation findPasswordDomainByName- Parameters:
codi-- Returns:
- Throws:
InternalErrorException
-
update
PasswordDomain update(PasswordDomain dominiContrasenya) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
dominiContrasenya-- Returns:
- Throws:
InternalErrorException
-
create
UserDomain create(UserDomain dominiUsuari) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
dominiUsuari-- Returns:
- Throws:
InternalErrorException
-
findUserDomainByName
UserDomain findUserDomainByName(String codiDominiUsuari) throws InternalErrorException, InternalErrorException
Operation findUserDomainByName- Parameters:
codiDominiUsuari-- Returns:
- Throws:
InternalErrorException
-
update
UserDomain update(UserDomain dominiUsuari) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
dominiUsuari-- Returns:
- Throws:
InternalErrorException
-
create
ForbiddenWord create(ForbiddenWord paraulaProhibida) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
paraulaProhibida-- Returns:
- Throws:
InternalErrorException
-
update
ForbiddenWord update(ForbiddenWord paraulaProhibida) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
paraulaProhibida-- Returns:
- Throws:
InternalErrorException
-
create
PasswordPolicyForbbidenWord create(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
paraulaProhibidaContrasenya-- Returns:
- Throws:
InternalErrorException
-
update
PasswordPolicyForbbidenWord update(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
paraulaProhibidaContrasenya-- Returns:
- Throws:
InternalErrorException
-
create
PasswordPolicy create(PasswordPolicy politicaContrasenyaDomini) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
politicaContrasenyaDomini-- Returns:
- Throws:
InternalErrorException
-
findPolicyByTypeAndPasswordDomain
PasswordPolicy findPolicyByTypeAndPasswordDomain(String tipus, String domini) throws InternalErrorException, InternalErrorException
Operation findPolicyByTypeAndPasswordDomain- Parameters:
tipus-domini-- Returns:
- Throws:
InternalErrorException
-
update
PasswordPolicy update(PasswordPolicy politicaContrasenyaDomini) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
politicaContrasenyaDomini-- Returns:
- Throws:
InternalErrorException
-
create
UserType create(UserType tipusUsuari) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
tipusUsuari-- Returns:
- Throws:
InternalErrorException
-
update
UserType update(UserType tipusUsuari) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
tipusUsuari-- Returns:
- Throws:
InternalErrorException
-
findAllPasswordDomain
Collection<PasswordDomain> findAllPasswordDomain() throws InternalErrorException, InternalErrorException
Operation findAllPasswordDomain- Returns:
- Throws:
InternalErrorException
-
findAllUserDomain
Collection<UserDomain> findAllUserDomain() throws InternalErrorException, InternalErrorException
Operation findAllUserDomain- Returns:
- Throws:
InternalErrorException
-
findAllForbiddenWords
Collection<ForbiddenWord> findAllForbiddenWords() throws InternalErrorException, InternalErrorException
Operation findAllForbiddenWords- Returns:
- Throws:
InternalErrorException
-
findAllPasswordPolicyDomain
Collection<PasswordPolicy> findAllPasswordPolicyDomain(String codiDominiContrasenya) throws InternalErrorException, InternalErrorException
Operation findAllPasswordPolicyDomain- Parameters:
codiDominiContrasenya-- Returns:
- Throws:
InternalErrorException
-
findAllUserType
Collection<UserType> findAllUserType() throws InternalErrorException, InternalErrorException
Operation findAllUserType- Returns:
- Throws:
InternalErrorException
-
findNameGenerators
Collection<String> findNameGenerators() throws InternalErrorException, InternalErrorException
Operation findNameGenerators- Returns:
- Throws:
InternalErrorException
-
findForbiddenWordsPasswordPolicy
Collection<PasswordPolicyForbbidenWord> findForbiddenWordsPasswordPolicy(PasswordPolicy politicaContrasenya) throws InternalErrorException, InternalErrorException
Operation findForbiddenWordsPasswordPolicy- Parameters:
politicaContrasenya-- Returns:
- Throws:
InternalErrorException
-
delete
void delete(PasswordDomain dominiContrasenya) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
dominiContrasenya-- Throws:
InternalErrorException
-
delete
void delete(UserDomain dominiUsuari) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
dominiUsuari-- Throws:
InternalErrorException
-
delete
void delete(ForbiddenWord paraulaProhibida) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
paraulaProhibida-- Throws:
InternalErrorException
-
delete
void delete(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
paraulaProhibidaContrasenya-- Throws:
InternalErrorException
-
delete
void delete(PasswordPolicy politicaContrasenyaDomini) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
politicaContrasenyaDomini-- Throws:
InternalErrorException
-
delete
void delete(UserType tipusUsuari) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
tipusUsuari-- Throws:
InternalErrorException
-
-