Uses of Class
com.soffid.iam.sync.agent.Plugin
-
Packages that use Plugin Package Description com.soffid.iam.sync.agent com.soffid.iam.sync.service es.caib.seycon.ng.sync.agent -
-
Uses of Plugin in com.soffid.iam.sync.agent
Methods in com.soffid.iam.sync.agent that return Plugin Modifier and Type Method Description static PluginPlugin. toPlugin(Plugin vo)Creates a Plugin value object based on a Plugin object.static Plugin[]Plugin. toPluginArray(Plugin[] source)Creates a Plugin array on a Plugin array.Methods in com.soffid.iam.sync.agent that return types with arguments of type Plugin Modifier and Type Method Description static AsyncList<Plugin>Plugin. toPluginAsyncList(AsyncList<Plugin> source)Creates a Plugin asynclist on a Plugin collection.static PagedResult<Plugin>Plugin. toPluginList(PagedResult<Plugin> source)Creates a Plugin pagedResult on a Plugin collection.static List<Plugin>Plugin. toPluginList(Collection<Plugin> source)Creates a Plugin list on a Plugin collection.Methods in com.soffid.iam.sync.agent with parameters of type Plugin Modifier and Type Method Description static voidPlugin. toPlugin(Plugin source, Plugin target)Updates a Plugin value object based on a Plugin object.Constructors in com.soffid.iam.sync.agent with parameters of type Plugin Constructor Description Plugin(Plugin otherBean) -
Uses of Plugin in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return Plugin Modifier and Type Method Description PluginServerService. getPlugin(String className)Operation getPlugin -
Uses of Plugin in es.caib.seycon.ng.sync.agent
Methods in es.caib.seycon.ng.sync.agent with parameters of type Plugin Modifier and Type Method Description static PluginPlugin. toPlugin(Plugin vo)Creates a Plugin value object based on a Plugin object.static voidPlugin. toPlugin(Plugin source, Plugin target)Updates a Plugin value object based on a Plugin object.static Plugin[]Plugin. toPluginArray(Plugin[] source)Creates a Plugin array on a Plugin array.Method parameters in es.caib.seycon.ng.sync.agent with type arguments of type Plugin Modifier and Type Method Description static AsyncList<Plugin>Plugin. toPluginAsyncList(AsyncList<Plugin> source)Creates a Plugin asynclist on a Plugin collection.static PagedResult<Plugin>Plugin. toPluginList(PagedResult<Plugin> source)Creates a Plugin pagedResult on a Plugin collection.static List<Plugin>Plugin. toPluginList(Collection<Plugin> source)Creates a Plugin list on a Plugin collection.
-