Uses of Class
com.soffid.iam.api.Server
-
Packages that use Server Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of Server in com.soffid.iam.api
Methods in com.soffid.iam.api 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 com.soffid.iam.api 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 com.soffid.iam.api 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 com.soffid.iam.api with parameters of type Server Constructor Description Server(Server otherBean) -
Uses of Server in com.soffid.iam.service
Methods in com.soffid.iam.service that return Server Modifier and Type Method Description ServerDispatcherService. create(Server server)Operation createServerDispatcherService. update(Server server)Operation updateMethods in com.soffid.iam.service 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>SyncServerService. getSyncServerInstances()Operation getSyncServerInstancesCollection<Server>SyncServerService. getSyncServers()Operation getSyncServersMethods in com.soffid.iam.service 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 com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return Server Modifier and Type Method Description ServerDispatcherService. create(Server server)ServerDispatcherService. update(Server server)Methods in com.soffid.iam.service.ejb that return types with arguments of type Server Modifier and Type Method Description Collection<Server>DispatcherService. findAllServers()Collection<Server>DispatcherService. findTenantServers()Collection<Server>SyncServerService. getSyncServerInstances()Collection<Server>SyncServerService. getSyncServers()Methods in com.soffid.iam.service.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 com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return Server Modifier and Type Method Description ServerServerService. findRemoteServerByUrl(String url)Operation findRemoteServerByUrl -
Uses of Server in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu 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.
-