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 Account
Account. toAccount(Account vo)
Creates a Account value object based on a Account object.static void
Account. 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 class
UserAccount
ValueObject UserAccountMethods in es.caib.seycon.ng.comu that return Account Modifier and Type Method Description Account
AccountHistory. getAccount()
Gets value for attribute accountAccount
Challenge. getAccount()
Gets value for attribute accountstatic Account
Account. 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 void
AccountHistory. setAccount(Account account)
Sets value for attribute accountvoid
Challenge. setAccount(Account account)
Sets value for attribute accountstatic void
Account. 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 Account
AccountService. createAccount(Account account)
Operation createAccount Creates a shared accountAccount
AccountService. createAccount2(Account account)
Operation createAccount2 Creates a shared account, including its attributesAccount
AccountService. findAccount(String accountAndDispatcher)
Operation findAccount Finds an account by name and systemAccount
AccountService. findAccount(String accountName, String dispatcherName)
Operation findAccount Finds an account by name and systemAccount
AccountService. findAccountById(long id)
Operation findAccountById Finds an account by idAccount
AccountService. generateAccountSshPrivateKey(Account account)
Operation generateAccountSshPrivateKey Stores the account SSH private keyAccount
SelfService. getAccountById(long id)
Operation getAccountById Get accountAccount
AccountService. load(Long identifier)
Operation load Gets an account by idAccount
AccountService. removeAccountSnapshot(Account account)
Operation removeAccountSnapshotAccount
AccountService. setAccountSshPrivateKey(Account account, String privateKey)
Operation setAccountSshPrivateKey Stores the account SSH private keyAccount
AccountService. updateAccount(Account account)
Operation updateAccount Updates a shared accountAccount
AccountService. updateAccount2(Account account)
Operation updateAccount2 Updates a shared account, including its attributesAccount
SelfService. 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 void
SelfService. checkCanSetAccountPassword(Account account)
Operation checkCanSetAccountPasswordvoid
AccountService. checkinHPAccount(Account account)
Operation checkinHPAccount Unlocks a high privileged accountvoid
SelfService. checkinHPAccount(Account account)
Operation checkinHPAccount Unlocks a high privileged accountPasswordValidation
AccountService. checkPasswordSynchronizationStatus(Account account)
Operation checkPasswordSynchronizationStatusAccount
AccountService. createAccount(Account account)
Operation createAccount Creates a shared accountAccount
AccountService. createAccount2(Account account)
Operation createAccount2 Creates a shared account, including its attributesCollection<HostService>
AccountService. findAccountServices(Account account)
Operation findAccountServicesPassword
AccountService. generateAccountPassword(Account account)
Operation generateAccountPassword Generates a password for the accountAccount
AccountService. generateAccountSshPrivateKey(Account account)
Operation generateAccountSshPrivateKey Stores the account SSH private keyPassword
AccountService. generateAccountTemporaryPassword(Account account)
Operation generateAccountTemporaryPassword Generates a temporary password for the accountPassword
SelfService. 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 getActiveTasksUsuari
AccountService. getHPAccountOwner(Account account)
Operation getHPAccountOwner Gets the current privileged account ownervoid
AccountService. grantAcccountToUser(Account account, String user, Long processId, Date until)
Operation grantAcccountToUserboolean
AccountService. hasAccountSshKey(Account account)
Operation hasAccountSshKey Gets the account passwordboolean
AccountService. isUpdatePending(Account account)
Operation isUpdatePending Identifies if there is any pending change to applyint
AccountService. isUpdatePendingExtended(Account account)
Operation isUpdatePendingExtended Identifies if there is any pending change.EstatContrasenya
SelfService. passwordsStatus(Account account)
Operation passwordsStatusPassword
AccountService. queryAccountPassword(Account account)
Operation queryAccountPassword Gets the account passwordPassword
SelfService. queryAccountPassword(Account account)
Operation queryAccountPasswordPassword
SelfService. queryAccountPasswordBypassPolicy(Account account)
Operation queryAccountPasswordBypassPolicyPassword
AccountService. queryAccountSshKey(Account account)
Operation queryAccountSshKey Gets the account passwordPassword
SelfService. queryAccountSshKey(Account account)
Operation queryAccountSshKeyPassword
SelfService. queryAccountSshKeyBypassPolicy(Account account)
Operation queryAccountSshKeyBypassPolicyString
SelfService. queryOtherAffectedAccounts(Account account)
Operation queryOtherAffectedAccountsvoid
AccountService. registerAccountReservationProcess(Account account, String user, Long processId)
Operation registerAccountReservationProcessvoid
AccountService. removeAccount(Account account)
Operation removeAccount Removes a shared accountAccount
AccountService. removeAccountSnapshot(Account account)
Operation removeAccountSnapshotvoid
AccountService. renameAccount(Account account)
Operation renameAccount Renames a user accountvoid
AccountService. sendAccountPassword(Account account)
Operation sendAccountPassword Sends the current account password back to the target systemvoid
AccountService. setAccountPassword(Account account, Password password)
Operation setAccountPassword Sets the account passwordPassword
AccountService. setAccountPassword(Account account, Password password, boolean temporary, boolean online)
Operation setAccountPassword Sets the account password.void
SelfService. setAccountPassword(Account account, Password password)
Operation setAccountPasswordAccount
AccountService. setAccountSshPrivateKey(Account account, String privateKey)
Operation setAccountSshPrivateKey Stores the account SSH private keyvoid
AccountService. setAccountTemporaryPassword(Account account, Password password)
Operation setAccountTemporaryPassword Sets the account temporary passwordboolean
AccountService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)
Operation setHPAccountPassword Sets the high privileged account password.boolean
SelfService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)
Operation setHPAccountPasswordAccount
AccountService. updateAccount(Account account)
Operation updateAccount Updates a shared accountAccount
AccountService. updateAccount2(Account account)
Operation updateAccount2 Updates a shared account, including its attributesvoid
AccountService. updateAccountLastUpdate(Account account)
Operation updateAccountLastUpdate Updates the accounts last update propertyvoid
AccountService. updateAccountPasswordDate(Account account, Long passwordTerm)
Operation updateAccountPasswordDate Updates the account password propertyvoid
AccountService. updateAccountPasswordDate2(Account account, Date expirationDate)
Operation updateAccountPasswordDate2 Updates account password set and expirationAccount
SelfService. 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 Account
AccountService. createAccount(Account account)
Account
AccountService. createAccount2(Account account)
Account
AccountService. findAccount(String accountAndDispatcher)
Account
AccountService. findAccount(String accountName, String dispatcherName)
Account
AccountService. findAccountById(long id)
Account
AccountService. generateAccountSshPrivateKey(Account account)
Account
SelfService. getAccountById(long id)
Account
AccountService. removeAccountSnapshot(Account account)
Account
AccountService. setAccountSshPrivateKey(Account account, String privateKey)
Account
AccountService. updateAccount(Account account)
Account
AccountService. updateAccount2(Account account)
Account
SelfService. 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 Account
ReconcileMgr2. 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 Account
ServerService. getAccountInfo(String accountName, String dispatcherId)
Operation getAccountInfo Retrieves an account from soffid databaseAccount
ServerService. 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 void
ServerService. reconcileAccount(Account account, List<RolAccount> grants)
Operation reconcileAccount Updates Soffid image of the reconciled account.
-