Package com.soffid.iam.sync.service
Interface ServerService
public interface ServerService
Service ServerService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidOperation 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 clientAgentStartedfindAccountByLoginNameAndSystem(String loginName, String system) Operation findAccountByLoginNameAndSystemOperation findRemoteServerByUrlgenerateFakePassword(String passwordDomain) Operation generateFakePasswordgenerateFakePassword(String account, String dispatcherId) Operation generateFakePasswordgetAccountExplicitRoles(String account, String dispatcherId) Operation getAccountExplicitRolesgetAccountInfo(String accountName, String dispatcherId) Operation getAccountInfo Retrieves an account from soffid databasegetAccountInfoByExternalId(String externalId, String dispatcherId) Operation getAccountInfoByExternalId Retrieves an account from soffid databasegetAccountPassword(String account, String dispatcher) Operation getAccountPasswordgetAccountRoles(String account, String dispatcherId) Operation getAccountRolesbyte[]getAddonJar(String addon) Operation getAddonJarOperation getAddonListOperation getConfiggetCustomObject(String type, String name) Operation getCustomObjectOperation getDefaultDispatchergetDispatcherAccessControl(Long dispatcherId) Operation getDispatcherAccessControlgetDispatcherInfo(String codi) Operation getDispatcherInfogetExpiredPasswordDomains(User usuari) Operation getExpiredPasswordDomainsgetGroupChildren(long groupId, String dispatcherId) Operation getGroupChildrengetGroupExplicitRoles(long groupId) Operation getGroupExplicitRolesgetGroupInfo(String codi, String dispatcherId) Operation getGroupInfogetGroupUsers(long groupId, boolean nomesUsuarisActius, String dispatcherId) Operation getGroupUsersgetHostInfo(String hostName) Operation getHostInfoOperation getHostInfoByIPgetHostsFromNetwork(long networkId) Operation getHostsFromNetworkgetMailList(String list, String domain) Operation getMailListgetMailListById(Long id) Operation getMailListByIdgetMailListMembers(String mail, String domainName) Operation getMailListMembersvoidOperation getMainJarOperation getMyConfiggetNetworkInfo(String network) Operation getNetworkInfoOperation getNetworksListgetOrGenerateUserPassword(String account, String dispatcherId) Operation getOrGenerateUserPasswordOperation getPluginbyte[]getPluginJar(String classname) Operation getPluginJargetRoleAccounts(long roleId, String dispatcherId) Operation getRoleAccountsgetRoleActiveAccounts(long roleId, String dispatcher) Operation getRoleActiveAccountsgetRoleExplicitRoles(long roleId) Operation getRoleExplicitRolesgetRoleInfo(String role, String bd) Operation getRoleInfogetRoleInfoByExternalId(String externalId, String bd) Operation getRoleInfoByExternalIdOperation getServicesgetUserAccounts(long userId, String dispatcherId) Operation getUserAccountsgetUserAttributes(long userId) Operation getUserAttributesgetUserData(long userId) Operation getUserDatagetUserData(long userId, String data) Operation getUserDatagetUserExplicitRoles(long userId, String dispatcherId) Operation getUserExplicitRolesgetUserGroups(Long userId) Operation getUserGroupsgetUserGroups(String accountName, String dispatcherId) Operation getUserGroupsgetUserGroupsHierarchy(Long userId) Operation getUserGroupsHierarchygetUserGroupsHierarchy(String accountName, String dispatcherId) Operation getUserGroupsHierarchygetUserInfo(long userId) Operation getUserInfogetUserInfo(String account, String dispatcherId) Operation getUserInfogetUserInfo(X509Certificate[] certs) Operation getUserInfobyte[]getUserMazingerRules(long userId, String version) Operation getUserMazingerRulesgetUserMemberships(String accountName, String dispatcherId) Operation getUserMembershipsgetUserPolicy(String account, String dispatcherId) Operation getUserPolicygetUserPrinters(Long userId) Operation getUserPrintersgetUserRoles(long userId, String dispatcherid) Operation getUserRolesgetUserSecrets(long userId) Operation getUserSecretsbooleanhasSupportAccessHost(long hostId, long userId) Operation hasSupportAccessHostOperation invokeparseKerberosToken(String domain, String serviceName, byte[] keytab, byte[] token) Operation parseKerberosToken Parses a kerberos token.voidprocessAuthoritativeChange(AuthoritativeChange change, boolean remove) Operation processAuthoritativeChangepropagateOBUser(User usuari) Operation propagateOBUservoidreconcileAccount(Account account, List<RoleAccount> grants) Operation reconcileAccount Updates Soffid image of the reconciled account.voidreconcileAccount(String system, String account) Operation reconcileAccountOperation registerIssuereverseTranslate(String domain, String column2) Operation reverseTranslatereverseTranslate2(String domain, String column2) Operation reverseTranslate2Operation translatetranslate2(String domain, String column1) Operation translate2booleanupdateExpiredPasswords(User usuari, boolean externalAuth) Operation updateExpiredPasswordsOperation updateSystemvalidatePassword(String account, String dispatcherId, Password p) Operation validatePassword
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
findRemoteServerByUrl
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, InternalErrorExceptionOperation invoke- Parameters:
agent-verb-command-params-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
hasSupportAccessHost
boolean hasSupportAccessHost(long hostId, long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException, UnknownHostException Operation hasSupportAccessHost- Parameters:
hostId-userId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserExceptionUnknownHostException
-
updateExpiredPasswords
boolean updateExpiredPasswords(User usuari, boolean externalAuth) throws InternalErrorException, InternalErrorException Operation updateExpiredPasswords- Parameters:
usuari-externalAuth-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getAddonJar
Operation getAddonJar- Parameters:
addon-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getPluginJar
byte[] getPluginJar(String classname) throws InternalErrorException, InternalErrorException, InternalErrorException Operation getPluginJar- Parameters:
classname-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorException
-
getUserMazingerRules
byte[] getUserMazingerRules(long userId, String version) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserMazingerRules- Parameters:
userId-version-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
getHostInfo
Host getHostInfo(String hostName) throws InternalErrorException, InternalErrorException, UnknownHostException, InternalErrorException Operation getHostInfo- Parameters:
hostName-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionUnknownHostExceptionInternalErrorException
-
getHostInfoByIP
Host getHostInfoByIP(String ip) throws InternalErrorException, InternalErrorException, UnknownHostException, InternalErrorException Operation getHostInfoByIP- Parameters:
ip-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionUnknownHostExceptionInternalErrorException
-
getNetworkInfo
Network getNetworkInfo(String network) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownNetworkException Operation getNetworkInfo- Parameters:
network-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownNetworkException
-
generateFakePassword
Password generateFakePassword(String passwordDomain) throws InternalErrorException, InternalErrorException Operation generateFakePassword- Parameters:
passwordDomain-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
generateFakePassword
Password generateFakePassword(String account, String dispatcherId) throws InternalErrorException, InternalErrorException Operation generateFakePassword- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getAccountPassword
Password getAccountPassword(String account, String dispatcher) throws InternalErrorException, InternalErrorException Operation getAccountPassword- Parameters:
account-dispatcher-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getOrGenerateUserPassword
Password getOrGenerateUserPassword(String account, String dispatcherId) throws InternalErrorException, InternalErrorException Operation getOrGenerateUserPassword- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getUserPolicy
PasswordPolicy getUserPolicy(String account, String dispatcherId) throws InternalErrorException, InternalErrorException Operation getUserPolicy- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
validatePassword
PasswordValidation validatePassword(String account, String dispatcherId, Password p) throws InternalErrorException, InternalErrorException, InternalErrorException, InvalidPasswordException, UnknownUserException Operation validatePassword- Parameters:
account-dispatcherId-p-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionInvalidPasswordExceptionUnknownUserException
-
findAccountByLoginNameAndSystem
Account findAccountByLoginNameAndSystem(String loginName, String system) throws InternalErrorException Operation findAccountByLoginNameAndSystem- Parameters:
loginName-system-- 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:
InternalErrorExceptionInternalErrorException
-
getAccountInfoByExternalId
Account getAccountInfoByExternalId(String externalId, String dispatcherId) throws InternalErrorException, InternalErrorException Operation getAccountInfoByExternalId Retrieves an account from soffid database- Parameters:
externalId-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
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:
InternalErrorExceptionInternalErrorException
-
getUserInfo
User getUserInfo(String account, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException Operation getUserInfo- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorException
-
getUserInfo
User getUserInfo(X509Certificate[] certs) throws InternalErrorException, InternalErrorException, InternalErrorException Operation getUserInfo- Parameters:
certs-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorException
-
getUserInfo
Operation getUserInfo- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getUserData
UserData getUserData(long userId, String data) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserData- Parameters:
userId-data-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
getCustomObject
Operation getCustomObject- Parameters:
type-name-- Returns:
- Throws:
InternalErrorException
-
getGroupInfo
Group getGroupInfo(String codi, String dispatcherId) throws InternalErrorException, InternalErrorException Operation getGroupInfo- Parameters:
codi-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getMailList
MailList getMailList(String list, String domain) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownMailListException Operation getMailList- Parameters:
list-domain-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownMailListException
-
getMailListById
MailList getMailListById(Long id) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownMailListException Operation getMailListById- Parameters:
id-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownMailListException
-
getRoleInfo
Operation getRoleInfo- Parameters:
role-bd-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getRoleInfoByExternalId
Role getRoleInfoByExternalId(String externalId, String bd) throws InternalErrorException, InternalErrorException Operation getRoleInfoByExternalId- Parameters:
externalId-bd-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getDispatcherInfo
System getDispatcherInfo(String codi) throws InternalErrorException, InternalErrorException, InternalErrorException Operation getDispatcherInfo- Parameters:
codi-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorException
-
updateSystem
Operation updateSystem- Parameters:
s-- Returns:
- Throws:
InternalErrorException
-
getDispatcherAccessControl
SystemAccessControl getDispatcherAccessControl(Long dispatcherId) throws InternalErrorException, InternalErrorException Operation getDispatcherAccessControl- Parameters:
dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
registerIssue
Operation registerIssue- Parameters:
e-- Returns:
- Throws:
InternalErrorException
-
getPlugin
Operation getPlugin- Parameters:
className-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getConfig
String getConfig(String param) throws InternalErrorException, InternalErrorException, InternalErrorException Operation getConfig- Parameters:
param-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorException
-
getDefaultDispatcher
Operation getDefaultDispatcher- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
reverseTranslate
Operation reverseTranslate- Parameters:
domain-column2-- Returns:
- Throws:
InternalErrorException
-
translate
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:
InternalErrorExceptionInternalErrorException
-
getAccountRoles
Collection<RoleGrant> getAccountRoles(String account, String dispatcherId) throws InternalErrorException, InternalErrorException Operation getAccountRoles- Parameters:
account-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getExpiredPasswordDomains
Collection<PasswordDomain> getExpiredPasswordDomains(User usuari) throws InternalErrorException, InternalErrorException Operation getExpiredPasswordDomains- Parameters:
usuari-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getGroupChildren
Collection<Group> getGroupChildren(long groupId, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException Operation getGroupChildren- Parameters:
groupId-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorException
-
getGroupExplicitRoles
Collection<RoleGrant> getGroupExplicitRoles(long groupId) throws InternalErrorException, InternalErrorException, InternalErrorException Operation getGroupExplicitRoles- Parameters:
groupId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorException
-
getGroupUsers
Collection<User> getGroupUsers(long groupId, boolean nomesUsuarisActius, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownGroupException Operation getGroupUsers- Parameters:
groupId-nomesUsuarisActius-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownGroupException
-
getHostsFromNetwork
Collection<Host> getHostsFromNetwork(long networkId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownNetworkException Operation getHostsFromNetwork- Parameters:
networkId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownNetworkException
-
getMailListMembers
Collection<Object> getMailListMembers(String mail, String domainName) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownMailListException Operation getMailListMembers- Parameters:
mail-domainName-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownMailListException
-
getNetworksList
Collection<Network> getNetworksList() throws InternalErrorException, InternalErrorException, InternalErrorExceptionOperation getNetworksList- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorException
-
getRoleAccounts
Collection<Account> getRoleAccounts(long roleId, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownRoleException Operation getRoleAccounts- Parameters:
roleId-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownRoleException
-
getRoleActiveAccounts
Collection<Account> getRoleActiveAccounts(long roleId, String dispatcher) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownRoleException Operation getRoleActiveAccounts- Parameters:
roleId-dispatcher-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownRoleException
-
getRoleExplicitRoles
Collection<RoleGrant> getRoleExplicitRoles(long roleId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownRoleException Operation getRoleExplicitRoles- Parameters:
roleId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownRoleException
-
getServices
Operation getServices- Returns:
- Throws:
InternalErrorException
-
getUserAccounts
Collection<UserAccount> getUserAccounts(long userId, String dispatcherId) throws InternalErrorException, InternalErrorException Operation getUserAccounts- Parameters:
userId-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getUserData
Collection<UserData> getUserData(long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserData- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
getUserExplicitRoles
Collection<RoleGrant> getUserExplicitRoles(long userId, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserExplicitRoles- Parameters:
userId-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
getUserGroups
Operation getUserGroups- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getUserGroups
Collection<Group> getUserGroups(String accountName, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserGroups- Parameters:
accountName-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
getUserGroupsHierarchy
Collection<Group> getUserGroupsHierarchy(Long userId) throws InternalErrorException, InternalErrorException Operation getUserGroupsHierarchy- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getUserGroupsHierarchy
Collection<Group> getUserGroupsHierarchy(String accountName, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserGroupsHierarchy- Parameters:
accountName-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
getUserMemberships
Collection<UserGroup> getUserMemberships(String accountName, String dispatcherId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserMemberships- Parameters:
accountName-dispatcherId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
getUserPrinters
Collection<PrinterUser> getUserPrinters(Long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserPrinters- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
getUserRoles
Collection<RoleGrant> getUserRoles(long userId, String dispatcherid) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserRoles- Parameters:
userId-dispatcherid-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
getUserSecrets
Collection<Secret> getUserSecrets(long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserSecrets- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
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
Operation getAddonList- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getUserAttributes
Map<String,Object> getUserAttributes(long userId) throws InternalErrorException, InternalErrorException, InternalErrorException, UnknownUserException Operation getUserAttributes- Parameters:
userId-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorExceptionUnknownUserException
-
propagateOBUser
Operation propagateOBUser- Parameters:
usuari-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getMyConfig
Properties getMyConfig() throws InternalErrorException, InternalErrorException, ServerRedirectExceptionOperation getMyConfig- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionServerRedirectException
-
addCertificate
Operation addCertificate- Parameters:
cert-- Throws:
InternalErrorException
-
cancelTask
Operation cancelTask- Parameters:
taskid-taskHash-- Throws:
InternalErrorExceptionInternalErrorException
-
changePassword
void changePassword(String account, String dispatcherId, Password p, boolean mustChange) throws InternalErrorException, InternalErrorException, BadPasswordException, InternalErrorException Operation changePassword- Parameters:
account-dispatcherId-p-mustChange-- Throws:
InternalErrorExceptionInternalErrorExceptionBadPasswordExceptionInternalErrorException
-
changePasswordSync
void changePasswordSync(String account, String dispatcherId, Password p, boolean mustChange) throws InternalErrorException, InternalErrorException, BadPasswordException, InternalErrorException Operation changePasswordSync- Parameters:
account-dispatcherId-p-mustChange-- Throws:
InternalErrorExceptionInternalErrorExceptionBadPasswordExceptionInternalErrorException
-
clientAgentStarted
void clientAgentStarted(String serverName) throws InternalErrorException, InternalErrorException, InternalErrorException Operation clientAgentStarted- Parameters:
serverName-- Throws:
InternalErrorExceptionInternalErrorExceptionInternalErrorException
-
getMainJar
Operation getMainJar -
reconcileAccount
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
Operation reconcileAccount- Parameters:
system-account-- Throws:
InternalErrorException
-