Package com.soffid.iam.sync.intf
Interface ServiceMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<HostService>getHostServices()voidsetServicePassword(String service, Account account, Password password)Change the service password
-
-
-
Method Detail
-
setServicePassword
void setServicePassword(String service, Account account, Password password) throws RemoteException, InternalErrorException
Change the service password- Parameters:
service-account-password-- Throws:
RemoteExceptionInternalErrorException
-
getHostServices
List<HostService> getHostServices() throws RemoteException, InternalErrorException
-
-