Uses of Class
com.soffid.iam.api.Account
-
Packages that use Account Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.intf com.soffid.iam.sync.intf.discovery com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of Account in com.soffid.iam.api
Subclasses of Account in com.soffid.iam.api Modifier and Type Class Description class
UserAccount
ValueObject UserAccountMethods in com.soffid.iam.api that return Account Modifier and Type Method Description Account
AccountHistory. getAccount()
Gets value for attribute accountAccount
Challenge. getAccount()
Gets value for attribute accountAccount
OtpChallengeProxy. getAccount()
Gets value for attribute accountAccount
VaultElement. getAccount()
Gets value for attribute accountAccount
VaultFolderAccountPermissions. 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 com.soffid.iam.api 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 com.soffid.iam.api 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 accountvoid
OtpChallengeProxy. setAccount(Account account)
Sets value for attribute accountvoid
VaultElement. setAccount(Account account)
Sets value for attribute accountvoid
VaultFolderAccountPermissions. 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 com.soffid.iam.api with parameters of type Account Constructor Description Account(Account otherBean)
AccountHistory(Account account, AccountAccessLevelEnum level, Date start, Date end)
Challenge(Password password, int type, User user, Account account, String userKey, Host host, Host 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)
OtpChallengeProxy(User user, Account account, String otpHandler, String cardNumber, String cell, String value)
VaultElement(Long id, Long parentId, String type, Account account, VaultFolder folder)
VaultFolderAccountPermissions(Account account, Vector<AccountAccessLevelEnum> permissions)
-
Uses of Account in com.soffid.iam.service
Methods in com.soffid.iam.service that return Account Modifier and Type Method Description Account
VaultService. addToFolder(Account account)
Operation addToFolderAccount
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
CertificateValidationService. getCertificateAccount(List<X509Certificate> certs)
Operation getCertificateAccountAccount
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 com.soffid.iam.service 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>
VaultService. findAccounts(String filter)
Operation findAccountsList<Account>
AccountService. findAccountsByCriteria(AccountCriteria criteria)
Operation findAccountsByCriteriaList<Account>
AccountService. findAccountsNearToExpire(Date currentDate, Date limitDate, Collection<AccountType> accTypes, Collection<UserType> userTypes)
Operation findAccountsNearToExpire Gets accounts near to expireList<Account>
NetworkDiscoveryService. findNetworkAccount(Network network)
Operation findNetworkAccount Retrieves account for network discoveryList<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(User usuari)
Operation getUserGrantedAccounts Gets the users than currently can use the account from consoleCollection<Account>
AccountService. getUserGrantedAccounts(User usuari, AccountAccessLevelEnum level)
Operation getUserGrantedAccounts Gets the users than currently can use the account with the desired access levelList<Account>
VaultService. list(VaultFolder folder)
Operation listList<Account>
AccountService. listNonUserAccounts(System dispatcher, String nom)
Operation listNonUserAccounts Search shareds account on a systemMethods in com.soffid.iam.service with parameters of type Account Modifier and Type Method Description Account
VaultService. addToFolder(Account account)
Operation addToFoldervoid
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 attributesNewPamSession
PamSessionService. createCustomJumpServerSession(Account account, String sourceIp, TipusSessio type, String info)
Operation createCustomJumpServerSession Creates a jump server session and returns the session URL.NewPamSession
PamSessionService. createJumpServerSession(Account account)
Operation createJumpServerSession Creates a jump server session and returns the session URLNewPamSession
PamSessionService. createJumpServerSession(Account account, String entryPointDescriptor)
Operation createJumpServerSession Creates a jump server session and returns the session URLNewPamSession
PamSessionService. createJumpServerSession(Account account, String entryPointDescriptor, String pamPolicy)
Operation createJumpServerSession Creates a jump server session and returns the session URLvoid
NetworkDiscoveryService. createNetworkAccount(Network network, Account account)
Operation createNetworkAccount Register account for network discoveryCollection<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<UserData>
AccountService. getAccountAttributes(Account acc)
Operation getAccountAttributes Gets account attributesList<UserData>
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<SyncAgentTaskLog>
AccountService. getActiveTasks(Account account)
Operation getActiveTasksUser
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.PasswordStatus
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
NetworkDiscoveryService. removeNetworkAccount(Network network, Account account)
Operation removeNetworkAccount Removes account for network discoveryvoid
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 com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.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
CertificateValidationService. getCertificateAccount(List<X509Certificate> certs)
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)
Methods in com.soffid.iam.service.ejb with parameters of type Account Modifier and Type Method Description void
SelfService. checkCanSetAccountPassword(Account account)
void
AccountService. checkinHPAccount(Account account)
void
SelfService. checkinHPAccount(Account account)
PasswordValidation
AccountService. checkPasswordSynchronizationStatus(Account account)
Account
AccountService. createAccount(Account account)
Account
AccountService. createAccount2(Account account)
NewPamSession
PamSessionService. createJumpServerSession(Account account)
NewPamSession
PamSessionService. createJumpServerSession(Account account, String entryPointDescriptor)
NewPamSession
PamSessionService. createJumpServerSession(Account account, String entryPointDescriptor, String pamPolicy)
void
NetworkDiscoveryService. createNetworkAccount(Network network, Account account)
Collection<HostService>
AccountService. findAccountServices(Account account)
Password
AccountService. generateAccountPassword(Account account)
Account
AccountService. generateAccountSshPrivateKey(Account account)
Password
AccountService. generateAccountTemporaryPassword(Account account)
Password
SelfService. generateAccountTemporaryPassword(Account account)
List<UserData>
AccountService. getAccountAttributes(Account acc)
List<UserData>
SelfService. getAccountAttributes(Account acc)
User
AccountService. getHPAccountOwner(Account account)
boolean
AccountService. hasAccountSshKey(Account account)
boolean
AccountService. isUpdatePending(Account account)
int
AccountService. isUpdatePendingExtended(Account account)
PasswordStatus
SelfService. passwordsStatus(Account account)
Password
AccountService. queryAccountPassword(Account account)
Password
SelfService. queryAccountPassword(Account account)
Password
SelfService. queryAccountPasswordBypassPolicy(Account account)
Password
AccountService. queryAccountSshKey(Account account)
Password
SelfService. queryAccountSshKey(Account account)
Password
SelfService. queryAccountSshKeyBypassPolicy(Account account)
String
SelfService. queryOtherAffectedAccounts(Account account)
void
AccountService. removeAccount(Account account)
Account
AccountService. removeAccountSnapshot(Account account)
void
NetworkDiscoveryService. removeNetworkAccount(Network network, Account account)
void
AccountService. renameAccount(Account account)
void
AccountService. sendAccountPassword(Account account)
void
AccountService. setAccountPassword(Account account, Password password)
Password
AccountService. setAccountPassword(Account account, Password password, boolean temporary, boolean online)
void
SelfService. setAccountPassword(Account account, Password password)
Account
AccountService. setAccountSshPrivateKey(Account account, String privateKey)
void
AccountService. setAccountTemporaryPassword(Account account, Password password)
boolean
AccountService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)
boolean
SelfService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)
Account
AccountService. updateAccount(Account account)
Account
AccountService. updateAccount2(Account account)
Account
SelfService. updateSharedAccount(Account account)
-
Uses of Account in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return Account Modifier and Type Method Description Account
ReconcileMgr2. getAccountInfo(String userAccount)
Get full user informationMethods in com.soffid.iam.sync.intf with parameters of type Account Modifier and Type Method Description List<String[]>
ReconcileMgr. getAccountChangesToApply(Account account)
List<String[]>
ReconcileMgr2. getAccountChangesToApply(Account account)
void
ServiceMgr. setServicePassword(String service, Account account, Password password)
Change the service passwordvoid
UserMgr. updateUser(Account account)
Update shared account datavoid
UserMgr. updateUser(Account account, User user)
Update user data.Method parameters in com.soffid.iam.sync.intf with type arguments of type Account Modifier and Type Method Description void
NetworkDiscoveryInterface. startDiscovery(Network network, List<Account> accounts)
-
Uses of Account in com.soffid.iam.sync.intf.discovery
Methods in com.soffid.iam.sync.intf.discovery that return Account Modifier and Type Method Description Account
SystemDiscoveryEvent. getAccount()
Methods in com.soffid.iam.sync.intf.discovery with parameters of type Account Modifier and Type Method Description void
SystemDiscoveryEvent. setAccount(Account account)
-
Uses of Account in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service 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 com.soffid.iam.sync.service that return types with arguments of type Account Modifier and Type Method Description List<Account>
PamProxySessionService. findAccounts(String userName, String url, String accountName)
Operation findAccountsCollection<Account>
SecretStoreService. getAccountsWithPassword()
Operation getAccountsWithPasswordCollection<Account>
ServerService. getRoleAccounts(long roleId, String dispatcherId)
Operation getRoleAccountsCollection<Account>
ServerService. getRoleActiveAccounts(long roleId, String dispatcher)
Operation getRoleActiveAccountsMethods in com.soffid.iam.sync.service with parameters of type Account Modifier and Type Method Description NewPamSession
PamProxySessionService. openSession(String userName, Account account, String sourceIp, TipusSessio type, String info, Map<String,Map<String,String>> obligations)
Operation openSessionvoid
ServerService. reconcileAccount(Account account, List<RoleAccount> grants)
Operation reconcileAccount Updates Soffid image of the reconciled account.ProcessInstance
PamProxySessionService. startWorkflow(String workflow, String userName, Account account, int hours, String comments)
Operation startWorkflow -
Uses of Account in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu 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.
-