Uses of Class
es.caib.seycon.ng.comu.Account
-
Packages that use Account Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.intf es.caib.seycon.ng.sync.servei -
-
Uses of Account in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type Account Modifier and Type Method Description static AccountAccount. toAccount(Account vo)Creates a Account value object based on a Account object.static voidAccount. toAccount(Account source, Account target)Updates a Account value object based on a Account object.static Account[]Account. toAccountArray(Account[] source)Creates a Account array on a Account array.Method parameters in com.soffid.iam.api with type arguments of type Account Modifier and Type Method Description static AsyncList<Account>Account. toAccountAsyncList(AsyncList<Account> source)Creates a Account asynclist on a Account collection.static PagedResult<Account>Account. toAccountList(PagedResult<Account> source)Creates a Account pagedResult on a Account collection.static List<Account>Account. toAccountList(Collection<Account> source)Creates a Account list on a Account collection. -
Uses of Account in es.caib.seycon.ng.comu
Subclasses of Account in es.caib.seycon.ng.comu Modifier and Type Class Description classUserAccountValueObject UserAccountMethods in es.caib.seycon.ng.comu that return Account Modifier and Type Method Description AccountAccountHistory. getAccount()Gets value for attribute accountAccountChallenge. getAccount()Gets value for attribute accountstatic AccountAccount. toAccount(Account vo)Creates a Account value object based on a Account object.static Account[]Account. toAccountArray(Account[] source)Creates a Account array on a Account array.Methods in es.caib.seycon.ng.comu that return types with arguments of type Account Modifier and Type Method Description static AsyncList<Account>Account. toAccountAsyncList(AsyncList<Account> source)Creates a Account asynclist on a Account collection.static PagedResult<Account>Account. toAccountList(PagedResult<Account> source)Creates a Account pagedResult on a Account collection.static List<Account>Account. toAccountList(Collection<Account> source)Creates a Account list on a Account collection.Methods in es.caib.seycon.ng.comu with parameters of type Account Modifier and Type Method Description voidAccountHistory. setAccount(Account account)Sets value for attribute accountvoidChallenge. setAccount(Account account)Sets value for attribute accountstatic voidAccount. toAccount(Account source, Account target)Updates a Account value object based on a Account object.Constructors in es.caib.seycon.ng.comu with parameters of type Account Constructor Description Account(Account otherBean)AccountHistory(Account account, AccountAccessLevelEnum level, Date start, Date end)Challenge(Password password, int type, Usuari user, Account account, String userKey, Maquina host, Maquina clientHost, int centinelPort, String otpHandler, String cardNumber, String cell, String value, Timestamp timeStamp, int clientVersion, String kerberosDomain, String challengeId, GSSContext kerberosContext, String domain, boolean closeOldSessions, boolean silent, boolean alternativeMethodAvailable, boolean resendAvailable) -
Uses of Account in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return Account Modifier and Type Method Description AccountAccountService. createAccount(Account account)Operation createAccount Creates a shared accountAccountAccountService. createAccount2(Account account)Operation createAccount2 Creates a shared account, including its attributesAccountAccountService. findAccount(String accountAndDispatcher)Operation findAccount Finds an account by name and systemAccountAccountService. findAccount(String accountName, String dispatcherName)Operation findAccount Finds an account by name and systemAccountAccountService. findAccountById(long id)Operation findAccountById Finds an account by idAccountAccountService. generateAccountSshPrivateKey(Account account)Operation generateAccountSshPrivateKey Stores the account SSH private keyAccountSelfService. getAccountById(long id)Operation getAccountById Get accountAccountAccountService. load(Long identifier)Operation load Gets an account by idAccountAccountService. removeAccountSnapshot(Account account)Operation removeAccountSnapshotAccountAccountService. setAccountSshPrivateKey(Account account, String privateKey)Operation setAccountSshPrivateKey Stores the account SSH private keyAccountAccountService. updateAccount(Account account)Operation updateAccount Updates a shared accountAccountAccountService. updateAccount2(Account account)Operation updateAccount2 Updates a shared account, including its attributesAccountSelfService. updateSharedAccount(Account account)Operation updateSharedAccount Updates an account, including ACLs if user is ownerMethods in es.caib.seycon.ng.servei that return types with arguments of type Account Modifier and Type Method Description Collection<Account>AccountService. findAccountByJsonQuery(String query)Operation findAccountByJsonQueryPagedResult<Account>AccountService. findAccountByJsonQuery(String query, Integer first, Integer num)Operation findAccountByJsonQueryAsyncList<Account>AccountService. findAccountByJsonQueryAsync(String query)Operation findAccountByJsonQueryAsyncCollection<Account>AccountService. findAccountByText(String text)Operation findAccountByTextPagedResult<Account>AccountService. findAccountByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)Operation findAccountByTextAndJsonQueryAsyncList<Account>AccountService. findAccountByTextAndJsonQueryAsync(String text, String jsonQuery)Operation findAccountByTextAndJsonQueryAsyncAsyncList<Account>AccountService. findAccountByTextAsync(String text)Operation findAccountByTextAsyncList<Account>AccountService. findAccountsByCriteria(AccountCriteria criteria)Operation findAccountsByCriteriaList<Account>AccountService. findAccountsNearToExpire(Date currentDate, Date limitDate, Collection<AccountType> accTypes, Collection<TipusUsuari> userTypes)Operation findAccountsNearToExpire Gets accounts near to expireList<Account>AccountService. findSharedAccountsByUser(String userName)Operation findSharedAccountsByUser Gets the non single-user accounts for a userList<Account>SelfService. getSharedAccounts(String filter)Operation getSharedAccounts Gets the list of shared accounts granted to the userCollection<Account>SelfService. getUserAccounts()Operation getUserAccountsCollection<Account>AccountService. getUserGrantedAccounts(Usuari usuari)Operation getUserGrantedAccounts Gets the users than currently can use the account from consoleCollection<Account>AccountService. getUserGrantedAccounts(Usuari usuari, AccountAccessLevelEnum level)Operation getUserGrantedAccounts Gets the users than currently can use the account with the desired access levelList<Account>AccountService. listNonUserAccounts(Dispatcher dispatcher, String nom)Operation listNonUserAccounts Search shareds account on a systemMethods in es.caib.seycon.ng.servei with parameters of type Account Modifier and Type Method Description voidSelfService. checkCanSetAccountPassword(Account account)Operation checkCanSetAccountPasswordvoidAccountService. checkinHPAccount(Account account)Operation checkinHPAccount Unlocks a high privileged accountvoidSelfService. checkinHPAccount(Account account)Operation checkinHPAccount Unlocks a high privileged accountPasswordValidationAccountService. checkPasswordSynchronizationStatus(Account account)Operation checkPasswordSynchronizationStatusAccountAccountService. createAccount(Account account)Operation createAccount Creates a shared accountAccountAccountService. createAccount2(Account account)Operation createAccount2 Creates a shared account, including its attributesCollection<HostService>AccountService. findAccountServices(Account account)Operation findAccountServicesPasswordAccountService. generateAccountPassword(Account account)Operation generateAccountPassword Generates a password for the accountAccountAccountService. generateAccountSshPrivateKey(Account account)Operation generateAccountSshPrivateKey Stores the account SSH private keyPasswordAccountService. generateAccountTemporaryPassword(Account account)Operation generateAccountTemporaryPassword Generates a temporary password for the accountPasswordSelfService. generateAccountTemporaryPassword(Account account)Operation generateAccountTemporaryPassword Generates a temporary password for the accountList<DadaUsuari>AccountService. getAccountAttributes(Account acc)Operation getAccountAttributes Gets account attributesList<DadaUsuari>SelfService. getAccountAttributes(Account acc)Operation getAccountAttributes Get account attributesCollection<String>AccountService. getAccountUsers(Account account)Operation getAccountUsers Gets the users than currently owns the account.Collection<String>AccountService. getAccountUsers(Account account, AccountAccessLevelEnum level)Operation getAccountUsers Gets the users than currently matches the desired access level for the account.Collection<SeyconAgentTaskLog>AccountService. getActiveTasks(Account account)Operation getActiveTasksUsuariAccountService. getHPAccountOwner(Account account)Operation getHPAccountOwner Gets the current privileged account ownervoidAccountService. grantAcccountToUser(Account account, String user, Long processId, Date until)Operation grantAcccountToUserbooleanAccountService. hasAccountSshKey(Account account)Operation hasAccountSshKey Gets the account passwordbooleanAccountService. isUpdatePending(Account account)Operation isUpdatePending Identifies if there is any pending change to applyintAccountService. isUpdatePendingExtended(Account account)Operation isUpdatePendingExtended Identifies if there is any pending change.EstatContrasenyaSelfService. passwordsStatus(Account account)Operation passwordsStatusPasswordAccountService. queryAccountPassword(Account account)Operation queryAccountPassword Gets the account passwordPasswordSelfService. queryAccountPassword(Account account)Operation queryAccountPasswordPasswordSelfService. queryAccountPasswordBypassPolicy(Account account)Operation queryAccountPasswordBypassPolicyPasswordAccountService. queryAccountSshKey(Account account)Operation queryAccountSshKey Gets the account passwordPasswordSelfService. queryAccountSshKey(Account account)Operation queryAccountSshKeyPasswordSelfService. queryAccountSshKeyBypassPolicy(Account account)Operation queryAccountSshKeyBypassPolicyStringSelfService. queryOtherAffectedAccounts(Account account)Operation queryOtherAffectedAccountsvoidAccountService. registerAccountReservationProcess(Account account, String user, Long processId)Operation registerAccountReservationProcessvoidAccountService. removeAccount(Account account)Operation removeAccount Removes a shared accountAccountAccountService. removeAccountSnapshot(Account account)Operation removeAccountSnapshotvoidAccountService. renameAccount(Account account)Operation renameAccount Renames a user accountvoidAccountService. sendAccountPassword(Account account)Operation sendAccountPassword Sends the current account password back to the target systemvoidAccountService. setAccountPassword(Account account, Password password)Operation setAccountPassword Sets the account passwordPasswordAccountService. setAccountPassword(Account account, Password password, boolean temporary, boolean online)Operation setAccountPassword Sets the account password.voidSelfService. setAccountPassword(Account account, Password password)Operation setAccountPasswordAccountAccountService. setAccountSshPrivateKey(Account account, String privateKey)Operation setAccountSshPrivateKey Stores the account SSH private keyvoidAccountService. setAccountTemporaryPassword(Account account, Password password)Operation setAccountTemporaryPassword Sets the account temporary passwordbooleanAccountService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)Operation setHPAccountPassword Sets the high privileged account password.booleanSelfService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)Operation setHPAccountPasswordAccountAccountService. updateAccount(Account account)Operation updateAccount Updates a shared accountAccountAccountService. updateAccount2(Account account)Operation updateAccount2 Updates a shared account, including its attributesvoidAccountService. updateAccountLastUpdate(Account account)Operation updateAccountLastUpdate Updates the accounts last update propertyvoidAccountService. updateAccountPasswordDate(Account account, Long passwordTerm)Operation updateAccountPasswordDate Updates the account password propertyvoidAccountService. updateAccountPasswordDate2(Account account, Date expirationDate)Operation updateAccountPasswordDate2 Updates account password set and expirationAccountSelfService. updateSharedAccount(Account account)Operation updateSharedAccount Updates an account, including ACLs if user is owner -
Uses of Account in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return Account Modifier and Type Method Description AccountAccountService. createAccount(Account account)AccountAccountService. createAccount2(Account account)AccountAccountService. findAccount(String accountAndDispatcher)AccountAccountService. findAccount(String accountName, String dispatcherName)AccountAccountService. findAccountById(long id)AccountAccountService. generateAccountSshPrivateKey(Account account)AccountSelfService. getAccountById(long id)AccountAccountService. removeAccountSnapshot(Account account)AccountAccountService. setAccountSshPrivateKey(Account account, String privateKey)AccountAccountService. updateAccount(Account account)AccountAccountService. updateAccount2(Account account)AccountSelfService. updateSharedAccount(Account account) -
Uses of Account in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf that return Account Modifier and Type Method Description AccountReconcileMgr2. getAccountInfo(String userAccount)Get full user informationMethods in es.caib.seycon.ng.sync.intf with parameters of type Account Modifier and Type Method Description List<String[]>ReconcileMgr. getAccountChangesToApply(Account account)List<String[]>ReconcileMgr2. getAccountChangesToApply(Account account) -
Uses of Account in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return Account Modifier and Type Method Description AccountServerService. getAccountInfo(String accountName, String dispatcherId)Operation getAccountInfo Retrieves an account from soffid databaseAccountServerService. parseKerberosToken(String domain, String serviceName, byte[] keytab, byte[] token)Operation parseKerberosToken Parses a kerberos token.Methods in es.caib.seycon.ng.sync.servei that return types with arguments of type Account Modifier and Type Method Description Collection<Account>SecretStoreService. getAccountsWithPassword()Operation getAccountsWithPasswordCollection<Account>ServerService. getRoleAccounts(long roleId, String dispatcherId)Operation getRoleAccountsCollection<Account>ServerService. getRoleActiveAccounts(long roleId, String dispatcher)Operation getRoleActiveAccountsMethods in es.caib.seycon.ng.sync.servei with parameters of type Account Modifier and Type Method Description voidServerService. reconcileAccount(Account account, List<RolAccount> grants)Operation reconcileAccount Updates Soffid image of the reconciled account.
-