Uses of Interface
com.soffid.iam.sync.service.ServerService
-
Packages that use ServerService Package Description com.soffid.iam.config com.soffid.iam.remote -
-
Uses of ServerService in com.soffid.iam.config
Methods in com.soffid.iam.config that return ServerService Modifier and Type Method Description ServerService
Config. getServerService()
Methods in com.soffid.iam.config with parameters of type ServerService Modifier and Type Method Description void
Config. setServerService(ServerService server)
-
Uses of ServerService in com.soffid.iam.remote
Methods in com.soffid.iam.remote that return ServerService Modifier and Type Method Description ServerService
RemoteServiceLocator. getServerService()
Gets the remote service ServerService.
-