Uses of Class
es.caib.seycon.ng.comu.Server
-
Packages that use Server Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.servei -
-
Uses of Server in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type Server Modifier and Type Method Description static ServerServer. toServer(Server vo)Creates a Server value object based on a Server object.static voidServer. toServer(Server source, Server target)Updates a Server value object based on a Server object.static Server[]Server. toServerArray(Server[] source)Creates a Server array on a Server array.Method parameters in com.soffid.iam.api with type arguments of type Server Modifier and Type Method Description static AsyncList<Server>Server. toServerAsyncList(AsyncList<Server> source)Creates a Server asynclist on a Server collection.static PagedResult<Server>Server. toServerList(PagedResult<Server> source)Creates a Server pagedResult on a Server collection.static List<Server>Server. toServerList(Collection<Server> source)Creates a Server list on a Server collection. -
Uses of Server in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return Server Modifier and Type Method Description static ServerServer. toServer(Server vo)Creates a Server value object based on a Server object.static Server[]Server. toServerArray(Server[] source)Creates a Server array on a Server array.Methods in es.caib.seycon.ng.comu that return types with arguments of type Server Modifier and Type Method Description static AsyncList<Server>Server. toServerAsyncList(AsyncList<Server> source)Creates a Server asynclist on a Server collection.static PagedResult<Server>Server. toServerList(PagedResult<Server> source)Creates a Server pagedResult on a Server collection.static List<Server>Server. toServerList(Collection<Server> source)Creates a Server list on a Server collection.Methods in es.caib.seycon.ng.comu with parameters of type Server Modifier and Type Method Description static voidServer. toServer(Server source, Server target)Updates a Server value object based on a Server object.Constructors in es.caib.seycon.ng.comu with parameters of type Server Constructor Description Server(Server otherBean) -
Uses of Server in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return Server Modifier and Type Method Description ServerDispatcherService. create(Server server)Operation createServerDispatcherService. update(Server server)Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type Server Modifier and Type Method Description Collection<Server>DispatcherService. findAllServers()Operation findAllServersCollection<Server>DispatcherService. findTenantServers()Operation findTenantServersCollection<Server>SeyconServerService. getSyncServerInstances()Operation getSyncServerInstancesCollection<Server>SeyconServerService. getSyncServers()Operation getSyncServersMethods in es.caib.seycon.ng.servei with parameters of type Server Modifier and Type Method Description voidDispatcherService. addCertificate(Server server, X509Certificate cert)Operation addCertificateServerDispatcherService. create(Server server)Operation createvoidDispatcherService. delete(Server server)Operation deleteString[]DispatcherService. getServerTenants(Server server)Operation getServerTenantsServerDispatcherService. update(Server server)Operation update -
Uses of Server in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return Server Modifier and Type Method Description ServerDispatcherService. create(Server server)ServerDispatcherService. update(Server server)Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type Server Modifier and Type Method Description Collection<Server>DispatcherService. findAllServers()Collection<Server>DispatcherService. findTenantServers()Collection<Server>SeyconServerService. getSyncServerInstances()Collection<Server>SeyconServerService. getSyncServers()Methods in es.caib.seycon.ng.servei.ejb with parameters of type Server Modifier and Type Method Description ServerDispatcherService. create(Server server)voidDispatcherService. delete(Server server)String[]DispatcherService. getServerTenants(Server server)ServerDispatcherService. update(Server server) -
Uses of Server in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return Server Modifier and Type Method Description ServerServerService. findRemoteServerByUrl(String url)Operation findRemoteServerByUrl
-