Package com.soffid.iam.sync.service
Interface ServerService
-
public interface ServerServiceService ServerService
-
-
Field Summary
Fields Modifier and Type Field Description static StringREMOTE_PATHstatic StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCertificate(X509Certificate cert)Operation addCertificatevoidcancelTask(long taskid, String taskHash)Operation cancelTaskvoidchangePassword(String account, String dispatcherId, Password p, boolean mustChange)Operation changePasswordvoidchangePasswordSync(String account, String dispatcherId, Password p, boolean mustChange)Operation changePasswordSyncvoidclientAgentStarted(String serverName)Operation clientAgentStartedServerfindRemoteServerByUrl(String url)Operation findRemoteServerByUrlPasswordgenerateFakePassword(String passwordDomain)Operation generateFakePasswordPasswordgenerateFakePassword(String account, String dispatcherId)Operation generateFakePasswordCollection<RoleGrant>getAccountExplicitRoles(String account, String dispatcherId)Operation getAccountExplicitRolesAccountgetAccountInfo(String accountName, String dispatcherId)Operation getAccountInfo Retrieves an account from soffid databasePasswordgetAccountPassword(String account, String dispatcher)Operation getAccountPasswordCollection<RoleGrant>getAccountRoles(String account, String dispatcherId)Operation getAccountRolesbyte[]getAddonJar(String addon)Operation getAddonJarList<String>getAddonList()Operation getAddonListStringgetConfig(String param)Operation getConfigCustomObjectgetCustomObject(String type, String name)Operation getCustomObjectStringgetDefaultDispatcher()Operation getDefaultDispatcherSystemAccessControlgetDispatcherAccessControl(Long dispatcherId)Operation getDispatcherAccessControlSystemgetDispatcherInfo(String codi)Operation getDispatcherInfoCollection<PasswordDomain>getExpiredPasswordDomains(User usuari)Operation getExpiredPasswordDomainsCollection<Group>getGroupChildren(long groupId, String dispatcherId)Operation getGroupChildrenCollection<RoleGrant>getGroupExplicitRoles(long groupId)Operation getGroupExplicitRolesGroupgetGroupInfo(String codi, String dispatcherId)Operation getGroupInfoCollection<User>getGroupUsers(long groupId, boolean nomesUsuarisActius, String dispatcherId)Operation getGroupUsersHostgetHostInfo(String hostName)Operation getHostInfoHostgetHostInfoByIP(String ip)Operation getHostInfoByIPCollection<Host>getHostsFromNetwork(long networkId)Operation getHostsFromNetworkMailListgetMailList(String list, String domain)Operation getMailListCollection<Object>getMailListMembers(String mail, String domainName)Operation getMailListMembersvoidgetMainJar()Operation getMainJarPropertiesgetMyConfig()Operation getMyConfigNetworkgetNetworkInfo(String network)Operation getNetworkInfoCollection<Network>getNetworksList()Operation getNetworksListPasswordgetOrGenerateUserPassword(String account, String dispatcherId)Operation getOrGenerateUserPasswordPlugingetPlugin(String className)Operation getPluginbyte[]getPluginJar(String classname)Operation getPluginJarCollection<Account>getRoleAccounts(long roleId, String dispatcherId)Operation getRoleAccountsCollection<Account>getRoleActiveAccounts(long roleId, String dispatcher)Operation getRoleActiveAccountsCollection<RoleGrant>getRoleExplicitRoles(long roleId)Operation getRoleExplicitRolesRolegetRoleInfo(String role, String bd)Operation getRoleInfoCollection<System>getServices()Operation getServicesCollection<UserAccount>getUserAccounts(long userId, String dispatcherId)Operation getUserAccountsMap<String,Object>getUserAttributes(long userId)Operation getUserAttributesCollection<UserData>getUserData(long userId)Operation getUserDataUserDatagetUserData(long userId, String data)Operation getUserDataCollection<RoleGrant>getUserExplicitRoles(long userId, String dispatcherId)Operation getUserExplicitRolesCollection<Group>getUserGroups(Long userId)Operation getUserGroupsCollection<Group>getUserGroups(String accountName, String dispatcherId)Operation getUserGroupsCollection<Group>getUserGroupsHierarchy(Long userId)Operation getUserGroupsHierarchyCollection<Group>getUserGroupsHierarchy(String accountName, String dispatcherId)Operation getUserGroupsHierarchyUsergetUserInfo(long userId)Operation getUserInfoUsergetUserInfo(String account, String dispatcherId)Operation getUserInfoUsergetUserInfo(X509Certificate[] certs)Operation getUserInfobyte[]getUserMazingerRules(long userId, String version)Operation getUserMazingerRulesCollection<GroupUser>getUserMemberships(String accountName, String dispatcherId)Operation getUserMembershipsPasswordPolicygetUserPolicy(String account, String dispatcherId)Operation getUserPolicyCollection<PrinterUser>getUserPrinters(Long userId)Operation getUserPrintersCollection<RoleGrant>getUserRoles(long userId, String dispatcherid)Operation getUserRolesCollection<Secret>getUserSecrets(long userId)Operation getUserSecretsbooleanhasSupportAccessHost(long hostId, long userId)Operation hasSupportAccessHostCollection<Map<String,Object>>invoke(String agent, String verb, String command, Map<String,Object> params)Operation invokeAccountparseKerberosToken(String domain, String serviceName, byte[] keytab, byte[] token)Operation parseKerberosToken Parses a kerberos token.voidprocessAuthoritativeChange(AuthoritativeChange change, boolean remove)Operation processAuthoritativeChangeMappropagateOBUser(User usuari)Operation propagateOBUservoidreconcileAccount(Account account, List<RoleAccount> grants)Operation reconcileAccount Updates Soffid image of the reconciled account.voidreconcileAccount(String system, String account)Operation reconcileAccountIssueregisterIssue(Issue e)Operation registerIssueStringreverseTranslate(String domain, String column2)Operation reverseTranslateCollection<AttributeTranslation>reverseTranslate2(String domain, String column2)Operation reverseTranslate2Stringtranslate(String domain, String column1)Operation translateCollection<AttributeTranslation>translate2(String domain, String column1)Operation translate2booleanupdateExpiredPasswords(User usuari, boolean externalAuth)Operation updateExpiredPasswordsPasswordValidationvalidatePassword(String account, String dispatcherId, Password p)Operation validatePassword
-
-
-
Field Detail
-
REMOTE_PATH
static final String REMOTE_PATH
- See Also:
- Constant Field Values
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
findRemoteServerByUrl
Server findRemoteServerByUrl(String url) throws InternalErrorException
Operation findRemoteServerByUrl- Parameters:
url-- Returns:
- Throws:
InternalErrorException
-
invoke
Collection<Map<String,Object>> invoke(String agent, String verb, String command, Map<String,Object> params) throws InternalErrorException, InternalErrorException
Operation invoke- Parameters:
agent-verb-command-params-- Returns:
- Throws:
InternalErrorException
-
hasSupportAccessHost
boolean hasSupportAccessHost(long hostId, long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException, UnknownHostExceptionOperation hasSupportAccessHost- Parameters:
hostId-userId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserExceptionUnknownHostException
-
updateExpiredPasswords
boolean updateExpiredPasswords(User usuari, boolean externalAuth) throws InternalErrorException, InternalErrorException
Operation updateExpiredPasswords- Parameters:
usuari-externalAuth-- Returns:
- Throws:
InternalErrorException
-
getAddonJar
byte[] getAddonJar(String addon) throws InternalErrorException, InternalErrorException
Operation getAddonJar- Parameters:
addon-- Returns:
- Throws:
InternalErrorException
-
getPluginJar
byte[] getPluginJar(String classname) throws InternalErrorException, InternalErrorException, InternalErrorException
Operation getPluginJar- Parameters:
classname-- Returns:
- Throws:
InternalErrorException
-
getUserMazingerRules
byte[] getUserMazingerRules(long userId, String version) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserExceptionOperation getUserMazingerRules- Parameters:
userId-version-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getCustomObject
CustomObject getCustomObject(String type, String name) throws InternalErrorException
Operation getCustomObject- Parameters:
type-name-- Returns:
- Throws:
InternalErrorException
-
registerIssue
Issue registerIssue(Issue e) throws InternalErrorException
Operation registerIssue- Parameters:
e-- Returns:
- Throws:
InternalErrorException
-
getAccountInfo
Account getAccountInfo(String accountName, String dispatcherId) throws InternalErrorException, InternalErrorException
Operation getAccountInfo Retrieves an account from soffid database- Parameters:
accountName-dispatcherId-- Returns:
- Throws:
InternalErrorException
-
parseKerberosToken
Account parseKerberosToken(String domain, String serviceName, byte[] keytab, byte[] token) throws InternalErrorException, InternalErrorException
Operation parseKerberosToken Parses a kerberos token.- Parameters:
domain-serviceName-keytab-token-- Returns:
- Throws:
InternalErrorException
-
getUserData
UserData getUserData(long userId, String data) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserData- Parameters:
userId-data-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getDispatcherInfo
System getDispatcherInfo(String codi) throws InternalErrorException, InternalErrorException, InternalErrorException
Operation getDispatcherInfo- Parameters:
codi-- Returns:
- Throws:
InternalErrorException
-
getDispatcherAccessControl
SystemAccessControl getDispatcherAccessControl(Long dispatcherId) throws InternalErrorException, InternalErrorException
Operation getDispatcherAccessControl- Parameters:
dispatcherId-- Returns:
- Throws:
InternalErrorException
-
getGroupInfo
Group getGroupInfo(String codi, String dispatcherId) throws InternalErrorException, InternalErrorException, UnknownGroupException, InternalErrorException
Operation getGroupInfo- Parameters:
codi-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionUnknownGroupException
-
getMailList
MailList getMailList(String list, String domain) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownMailListException
Operation getMailList- Parameters:
list-domain-- Returns:
- Throws:
InternalErrorExceptionUnknownMailListException
-
getHostInfo
Host getHostInfo(String hostName) throws InternalErrorException, InternalErrorException, UnknownHostException, InternalErrorException
Operation getHostInfo- Parameters:
hostName-- Returns:
- Throws:
InternalErrorExceptionUnknownHostException
-
getHostInfoByIP
Host getHostInfoByIP(String ip) throws InternalErrorException, InternalErrorException, UnknownHostException, InternalErrorException
Operation getHostInfoByIP- Parameters:
ip-- Returns:
- Throws:
InternalErrorExceptionUnknownHostException
-
generateFakePassword
Password generateFakePassword(String passwordDomain) throws InternalErrorException, InternalErrorException
Operation generateFakePassword- Parameters:
passwordDomain-- Returns:
- Throws:
InternalErrorException
-
generateFakePassword
Password generateFakePassword(String account, String dispatcherId) throws InternalErrorException, InternalErrorException
Operation generateFakePassword- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorException
-
getAccountPassword
Password getAccountPassword(String account, String dispatcher) throws InternalErrorException, InternalErrorException
Operation getAccountPassword- Parameters:
account-dispatcher-- Returns:
- Throws:
InternalErrorException
-
getOrGenerateUserPassword
Password getOrGenerateUserPassword(String account, String dispatcherId) throws InternalErrorException, InternalErrorException
Operation getOrGenerateUserPassword- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorException
-
validatePassword
PasswordValidation validatePassword(String account, String dispatcherId, Password p) throws InternalErrorException, InternalErrorException, InternalErrorException, InvalidPasswordException, UnknownUserException
Operation validatePassword- Parameters:
account-dispatcherId-p-- Returns:
- Throws:
InternalErrorExceptionInvalidPasswordExceptionUnknownUserException
-
getUserPolicy
PasswordPolicy getUserPolicy(String account, String dispatcherId) throws InternalErrorException, InternalErrorException
Operation getUserPolicy- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorException
-
getRoleInfo
Role getRoleInfo(String role, String bd) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownRoleException
Operation getRoleInfo- Parameters:
role-bd-- Returns:
- Throws:
InternalErrorExceptionUnknownRoleException
-
getUserInfo
User getUserInfo(String account, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserInfo- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getUserInfo
User getUserInfo(X509Certificate[] certs) throws InternalErrorException, InternalErrorException, InternalErrorException
Operation getUserInfo- Parameters:
certs-- Returns:
- Throws:
InternalErrorException
-
getUserInfo
User getUserInfo(long userId) throws InternalErrorException, InternalErrorException
Operation getUserInfo- Parameters:
userId-- Returns:
- Throws:
InternalErrorException
-
getNetworkInfo
Network getNetworkInfo(String network) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownNetworkException
Operation getNetworkInfo- Parameters:
network-- Returns:
- Throws:
InternalErrorExceptionUnknownNetworkException
-
getPlugin
Plugin getPlugin(String className) throws InternalErrorException, InternalErrorException
Operation getPlugin- Parameters:
className-- Returns:
- Throws:
InternalErrorException
-
getConfig
String getConfig(String param) throws InternalErrorException, InternalErrorException, InternalErrorException
Operation getConfig- Parameters:
param-- Returns:
- Throws:
InternalErrorException
-
getDefaultDispatcher
String getDefaultDispatcher() throws InternalErrorException, InternalErrorException
Operation getDefaultDispatcher- Returns:
- Throws:
InternalErrorException
-
reverseTranslate
String reverseTranslate(String domain, String column2) throws InternalErrorException
Operation reverseTranslate- Parameters:
domain-column2-- Returns:
- Throws:
InternalErrorException
-
translate
String translate(String domain, String column1) throws InternalErrorException
Operation translate- Parameters:
domain-column1-- Returns:
- Throws:
InternalErrorException
-
getAccountExplicitRoles
Collection<RoleGrant> getAccountExplicitRoles(String account, String dispatcherId) throws InternalErrorException, InternalErrorException
Operation getAccountExplicitRoles- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorException
-
getAccountRoles
Collection<RoleGrant> getAccountRoles(String account, String dispatcherId) throws InternalErrorException, InternalErrorException
Operation getAccountRoles- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorException
-
getExpiredPasswordDomains
Collection<PasswordDomain> getExpiredPasswordDomains(User usuari) throws InternalErrorException, InternalErrorException
Operation getExpiredPasswordDomains- Parameters:
usuari-- Returns:
- Throws:
InternalErrorException
-
getGroupChildren
Collection<Group> getGroupChildren(long groupId, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException
Operation getGroupChildren- Parameters:
groupId-dispatcherId-- Returns:
- Throws:
InternalErrorException
-
getGroupExplicitRoles
Collection<RoleGrant> getGroupExplicitRoles(long groupId) throws InternalErrorException, InternalErrorException, InternalErrorException
Operation getGroupExplicitRoles- Parameters:
groupId-- Returns:
- Throws:
InternalErrorException
-
getGroupUsers
Collection<User> getGroupUsers(long groupId, boolean nomesUsuarisActius, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownGroupException
Operation getGroupUsers- Parameters:
groupId-nomesUsuarisActius-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionUnknownGroupException
-
getHostsFromNetwork
Collection<Host> getHostsFromNetwork(long networkId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownNetworkException
Operation getHostsFromNetwork- Parameters:
networkId-- Returns:
- Throws:
InternalErrorExceptionUnknownNetworkException
-
getMailListMembers
Collection<Object> getMailListMembers(String mail, String domainName) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownMailListException
Operation getMailListMembers- Parameters:
mail-domainName-- Returns:
- Throws:
InternalErrorExceptionUnknownMailListException
-
getNetworksList
Collection<Network> getNetworksList() throws InternalErrorException, InternalErrorException, InternalErrorException
Operation getNetworksList- Returns:
- Throws:
InternalErrorException
-
getRoleAccounts
Collection<Account> getRoleAccounts(long roleId, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownRoleException
Operation getRoleAccounts- Parameters:
roleId-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionUnknownRoleException
-
getRoleActiveAccounts
Collection<Account> getRoleActiveAccounts(long roleId, String dispatcher) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownRoleException
Operation getRoleActiveAccounts- Parameters:
roleId-dispatcher-- Returns:
- Throws:
InternalErrorExceptionUnknownRoleException
-
getRoleExplicitRoles
Collection<RoleGrant> getRoleExplicitRoles(long roleId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownRoleException
Operation getRoleExplicitRoles- Parameters:
roleId-- Returns:
- Throws:
InternalErrorExceptionUnknownRoleException
-
getServices
Collection<System> getServices() throws InternalErrorException
Operation getServices- Returns:
- Throws:
InternalErrorException
-
getUserAccounts
Collection<UserAccount> getUserAccounts(long userId, String dispatcherId) throws InternalErrorException, InternalErrorException
Operation getUserAccounts- Parameters:
userId-dispatcherId-- Returns:
- Throws:
InternalErrorException
-
getUserData
Collection<UserData> getUserData(long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserData- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getUserExplicitRoles
Collection<RoleGrant> getUserExplicitRoles(long userId, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserExplicitRoles- Parameters:
userId-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getUserGroups
Collection<Group> getUserGroups(Long userId) throws InternalErrorException, InternalErrorException
Operation getUserGroups- Parameters:
userId-- Returns:
- Throws:
InternalErrorException
-
getUserGroups
Collection<Group> getUserGroups(String accountName, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserGroups- Parameters:
accountName-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getUserGroupsHierarchy
Collection<Group> getUserGroupsHierarchy(Long userId) throws InternalErrorException, InternalErrorException
Operation getUserGroupsHierarchy- Parameters:
userId-- Returns:
- Throws:
InternalErrorException
-
getUserGroupsHierarchy
Collection<Group> getUserGroupsHierarchy(String accountName, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserGroupsHierarchy- Parameters:
accountName-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getUserMemberships
Collection<GroupUser> getUserMemberships(String accountName, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserMemberships- Parameters:
accountName-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getUserPrinters
Collection<PrinterUser> getUserPrinters(Long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserPrinters- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getUserRoles
Collection<RoleGrant> getUserRoles(long userId, String dispatcherid) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserRoles- Parameters:
userId-dispatcherid-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
getUserSecrets
Collection<Secret> getUserSecrets(long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserSecrets- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
reverseTranslate2
Collection<AttributeTranslation> reverseTranslate2(String domain, String column2) throws InternalErrorException
Operation reverseTranslate2- Parameters:
domain-column2-- Returns:
- Throws:
InternalErrorException
-
translate2
Collection<AttributeTranslation> translate2(String domain, String column1) throws InternalErrorException
Operation translate2- Parameters:
domain-column1-- Returns:
- Throws:
InternalErrorException
-
getAddonList
List<String> getAddonList() throws InternalErrorException, InternalErrorException
Operation getAddonList- Returns:
- Throws:
InternalErrorException
-
getUserAttributes
Map<String,Object> getUserAttributes(long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException
Operation getUserAttributes- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionUnknownUserException
-
propagateOBUser
Map propagateOBUser(User usuari) throws InternalErrorException, InternalErrorException
Operation propagateOBUser- Parameters:
usuari-- Returns:
- Throws:
InternalErrorException
-
getMyConfig
Properties getMyConfig() throws InternalErrorException, InternalErrorException, ServerRedirectException
Operation getMyConfig- Returns:
- Throws:
InternalErrorExceptionServerRedirectException
-
addCertificate
void addCertificate(X509Certificate cert) throws InternalErrorException
Operation addCertificate- Parameters:
cert-- Throws:
InternalErrorException
-
cancelTask
void cancelTask(long taskid, String taskHash) throws InternalErrorException, InternalErrorExceptionOperation cancelTask- Parameters:
taskid-taskHash-- Throws:
InternalErrorException
-
changePassword
void changePassword(String account, String dispatcherId, Password p, boolean mustChange) throws InternalErrorException, InternalErrorException, BadPasswordException, InternalErrorException
Operation changePassword- Parameters:
account-dispatcherId-p-mustChange-- Throws:
InternalErrorExceptionBadPasswordException
-
changePasswordSync
void changePasswordSync(String account, String dispatcherId, Password p, boolean mustChange) throws InternalErrorException, InternalErrorException, BadPasswordException, InternalErrorException
Operation changePasswordSync- Parameters:
account-dispatcherId-p-mustChange-- Throws:
InternalErrorExceptionBadPasswordException
-
clientAgentStarted
void clientAgentStarted(String serverName) throws InternalErrorException, InternalErrorException, InternalErrorException
Operation clientAgentStarted- Parameters:
serverName-- Throws:
InternalErrorException
-
getMainJar
void getMainJar() throws InternalErrorException, InternalErrorExceptionOperation getMainJar- Throws:
InternalErrorException
-
reconcileAccount
void reconcileAccount(Account account, List<RoleAccount> grants) throws InternalErrorException
Operation reconcileAccount Updates Soffid image of the reconciled account. Only triggers a UpdateUser for user accounts with new or removed roles.- Parameters:
account-grants-- Throws:
InternalErrorException
-
processAuthoritativeChange
void processAuthoritativeChange(AuthoritativeChange change, boolean remove) throws InternalErrorException
Operation processAuthoritativeChange- Parameters:
change-remove-- Throws:
InternalErrorException
-
reconcileAccount
void reconcileAccount(String system, String account) throws InternalErrorException
Operation reconcileAccount- Parameters:
system-account-- Throws:
InternalErrorException
-
-