Index
Role account:query
Services
AccountService
.isUpdatePending
Identifies if there is any pending change to apply
Actors:
Tothom
account_query
user_query
account
com.soffid.iam.base.api.Account
Returns
boolean
AccountService
.findAccountById
Finds an account by id
Actors:
account_query
agent_query
agent_update
user_create
user_query
user_update
id
long
Returns
com.soffid.iam.base.api.Account
AccountService
.findAccounts
Actors:
account_query
query
com.soffid.zkdb.api.Query
Returns
com.soffid.zkdb.api.PagedResult
AccountService
.isUpdatePendingExtended
Identifies if there is any pending change. 0 means no change pending, 1 task is on hald, 2 means synchronization in progress, 3 means error
Actors:
Tothom
account_query
user_query
account
com.soffid.iam.base.api.Account
Returns
int
AccountService
.findAccountServices
Actors:
account_query
account
com.soffid.iam.base.api.Account
Returns
java.util.Collection<
com.soffid.iam.pam.api.HostService
>
12/16/25