Package com.soffid.iam.service
Interface UserDomainService
-
public interface UserDomainService
Service UserDomainService
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForbiddenWord
create(ForbiddenWord paraulaProhibida)
Operation createPasswordDomain
create(PasswordDomain dominiContrasenya)
Operation createPasswordPolicy
create(PasswordPolicy politicaContrasenyaDomini)
Operation createPasswordPolicyForbbidenWord
create(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya)
Operation createUserDomain
create(UserDomain dominiUsuari)
Operation createUserType
create(UserType tipusUsuari)
Operation createvoid
delete(ForbiddenWord paraulaProhibida)
Operation deletevoid
delete(PasswordDomain dominiContrasenya)
Operation deletevoid
delete(PasswordPolicy politicaContrasenyaDomini)
Operation deletevoid
delete(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya)
Operation deletevoid
delete(UserDomain dominiUsuari)
Operation deletevoid
delete(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 findNameGeneratorsPasswordDomain
findPasswordDomainByName(String codi)
Operation findPasswordDomainByNamePasswordPolicy
findPolicyByTypeAndPasswordDomain(String tipus, String domini)
Operation findPolicyByTypeAndPasswordDomainUserDomain
findUserDomainByName(String codiDominiUsuari)
Operation findUserDomainByNamePagedResult<UserType>
findUserTypeByTextAndFilter(String text, String query, Integer first, Integer max)
Operation findUserTypeByTextAndFilterAsyncList<UserType>
findUserTypeByTextAndFilterAsync(String text, String query)
Operation findUserTypeByTextAndFilterAsyncForbiddenWord
update(ForbiddenWord paraulaProhibida)
Operation updatePasswordDomain
update(PasswordDomain dominiContrasenya)
Operation updatePasswordPolicy
update(PasswordPolicy politicaContrasenyaDomini)
Operation updatePasswordPolicyForbbidenWord
update(PasswordPolicyForbbidenWord paraulaProhibidaContrasenya)
Operation updateUserDomain
update(UserDomain dominiUsuari)
Operation updateUserType
update(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
-
-