Uses of Class
com.soffid.iam.api.SyncServerInfo
-
Packages that use SyncServerInfo 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 SyncServerInfo in com.soffid.iam.api
Methods in com.soffid.iam.api that return SyncServerInfo Modifier and Type Method Description static SyncServerInfo
SyncServerInfo. toSyncServerInfo(SeyconServerInfo vo)
Creates a SyncServerInfo value object based on a SeyconServerInfo object.static SyncServerInfo[]
SyncServerInfo. toSyncServerInfoArray(SeyconServerInfo[] source)
Creates a SyncServerInfo array on a SeyconServerInfo array.Methods in com.soffid.iam.api that return types with arguments of type SyncServerInfo Modifier and Type Method Description static AsyncList<SyncServerInfo>
SyncServerInfo. toSyncServerInfoAsyncList(AsyncList<SeyconServerInfo> source)
Creates a SyncServerInfo asynclist on a SeyconServerInfo collection.static PagedResult<SyncServerInfo>
SyncServerInfo. toSyncServerInfoList(PagedResult<SeyconServerInfo> source)
Creates a SyncServerInfo pagedResult on a SeyconServerInfo collection.static List<SyncServerInfo>
SyncServerInfo. toSyncServerInfoList(Collection<SeyconServerInfo> source)
Creates a SyncServerInfo list on a SeyconServerInfo collection.Methods in com.soffid.iam.api with parameters of type SyncServerInfo Modifier and Type Method Description static void
SyncServerInfo. toSyncServerInfo(SeyconServerInfo source, SyncServerInfo target)
Updates a SyncServerInfo value object based on a SeyconServerInfo object.Constructors in com.soffid.iam.api with parameters of type SyncServerInfo Constructor Description SyncServerInfo(SyncServerInfo otherBean)
-
Uses of SyncServerInfo in com.soffid.iam.service
Methods in com.soffid.iam.service that return SyncServerInfo Modifier and Type Method Description SyncServerInfo
SyncServerService. getSyncServerInfo(String url)
Operation getSyncServerInfoMethods in com.soffid.iam.service that return types with arguments of type SyncServerInfo Modifier and Type Method Description Collection<SyncServerInfo>
SyncServerService. getPendingTasksInfo()
Operation getPendingTasksInfoCollection<SyncServerInfo>
SyncServerService. getSyncServersStatus()
Operation getSyncServersStatus -
Uses of SyncServerInfo in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return SyncServerInfo Modifier and Type Method Description SyncServerInfo
SyncServerService. getSyncServerInfo(String url)
Methods in com.soffid.iam.service.ejb that return types with arguments of type SyncServerInfo Modifier and Type Method Description Collection<SyncServerInfo>
SyncServerService. getPendingTasksInfo()
Collection<SyncServerInfo>
SyncServerService. getSyncServersStatus()
-
Uses of SyncServerInfo in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return SyncServerInfo Modifier and Type Method Description SyncServerInfo
SyncStatusService. getSyncServerInfo(String tenant)
Operation getSyncServerInfoSyncServerInfo
SyncStatusService. getSyncServerStatus(String tenant)
Operation getSyncServerStatusMethods in com.soffid.iam.sync.service that return types with arguments of type SyncServerInfo Modifier and Type Method Description Collection<SyncServerInfo>
SyncStatusService. getServerAgentHostsURL()
Operation getServerAgentHostsURL -
Uses of SyncServerInfo in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type SyncServerInfo Modifier and Type Method Description static SeyconServerInfo
SeyconServerInfo. toSeyconServerInfo(SyncServerInfo vo)
Creates a SeyconServerInfo value object based on a SyncServerInfo object.static void
SeyconServerInfo. toSeyconServerInfo(SyncServerInfo source, SeyconServerInfo target)
Updates a SeyconServerInfo value object based on a SyncServerInfo object.static SeyconServerInfo[]
SeyconServerInfo. toSeyconServerInfoArray(SyncServerInfo[] source)
Creates a SeyconServerInfo array on a SyncServerInfo array.Method parameters in es.caib.seycon.ng.comu with type arguments of type SyncServerInfo Modifier and Type Method Description static AsyncList<SeyconServerInfo>
SeyconServerInfo. toSeyconServerInfoAsyncList(AsyncList<SyncServerInfo> source)
Creates a SeyconServerInfo asynclist on a SyncServerInfo collection.static PagedResult<SeyconServerInfo>
SeyconServerInfo. toSeyconServerInfoList(PagedResult<SyncServerInfo> source)
Creates a SeyconServerInfo pagedResult on a SyncServerInfo collection.static List<SeyconServerInfo>
SeyconServerInfo. toSeyconServerInfoList(Collection<SyncServerInfo> source)
Creates a SeyconServerInfo list on a SyncServerInfo collection.
-