Package es.caib.seycon.ng.servei.ejb
Interface SelfService
-
public interface SelfService
EJB SelfService
-
-
Method Summary
-
-
-
Method Detail
-
setHPAccountPassword
boolean setHPAccountPassword(Account account, Password password, Date untilDate, boolean force) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getAccountById
Account getAccountById(long id) throws InternalErrorException
- Throws:
InternalErrorException
-
updateSharedAccount
Account updateSharedAccount(Account account) throws InternalErrorException
- Throws:
InternalErrorException
-
createSharedAccountData
DadaUsuari createSharedAccountData(DadaUsuari data) throws InternalErrorException
- Throws:
InternalErrorException
-
updateSharedAccountData
DadaUsuari updateSharedAccountData(DadaUsuari data) throws InternalErrorException
- Throws:
InternalErrorException
-
updateUserAttribute
DadaUsuari updateUserAttribute(DadaUsuari attribute) throws InternalErrorException
- Throws:
InternalErrorException
-
getDispatcherInformation
Dispatcher getDispatcherInformation(String dispatcherCode) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
passwordsStatus
EstatContrasenya passwordsStatus(Account account) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
generateAccountTemporaryPassword
Password generateAccountTemporaryPassword(Account account) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
queryAccountPassword
Password queryAccountPassword(Account account) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
queryAccountPasswordBypassPolicy
Password queryAccountPasswordBypassPolicy(Account account) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
queryAccountSshKey
Password queryAccountSshKey(Account account) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
queryAccountSshKeyBypassPolicy
Password queryAccountSshKeyBypassPolicy(Account account) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRoot
PuntEntrada findRoot() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getDataTypeDescription
TipusDada getDataTypeDescription(String systemName, String attName) throws InternalErrorException
- Throws:
InternalErrorException
-
getCurrentUsuari
Usuari getCurrentUsuari() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getClientHost
String getClientHost() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
queryOtherAffectedAccounts
String queryOtherAffectedAccounts(Account account) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findChildren
Collection<PuntEntrada> findChildren(PuntEntrada puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findEntryPoints
Collection<PuntEntrada> findEntryPoints(String name) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRolAccounts
Collection<RolAccount> findRolAccounts() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findUsuariGrupsByCodiUsuari
Collection<UsuariGrup> findUsuariGrupsByCodiUsuari() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getUserAccounts
Collection<Account> getUserAccounts() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getUserAttributes
Collection<DadaUsuari> getUserAttributes() throws InternalErrorException
- Throws:
InternalErrorException
-
getAccountAttributes
List<DadaUsuari> getAccountAttributes(Account acc) throws InternalErrorException
- Throws:
InternalErrorException
-
getSharedAccounts
List<Account> getSharedAccounts(String filter) throws InternalErrorException
- Throws:
InternalErrorException
-
checkCanSetAccountPassword
void checkCanSetAccountPassword(Account account) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
checkinHPAccount
void checkinHPAccount(Account account) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
setAccountPassword
void setAccountPassword(Account account, Password password) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-