Uses of Class
com.soffid.iam.api.ServerPlugin
-
Packages that use ServerPlugin Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of ServerPlugin in com.soffid.iam.api
Methods in com.soffid.iam.api that return ServerPlugin Modifier and Type Method Description static ServerPlugin
ServerPlugin. toServerPlugin(ServerPlugin vo)
Creates a ServerPlugin value object based on a ServerPlugin object.static ServerPlugin[]
ServerPlugin. toServerPluginArray(ServerPlugin[] source)
Creates a ServerPlugin array on a ServerPlugin array.Methods in com.soffid.iam.api that return types with arguments of type ServerPlugin Modifier and Type Method Description static AsyncList<ServerPlugin>
ServerPlugin. toServerPluginAsyncList(AsyncList<ServerPlugin> source)
Creates a ServerPlugin asynclist on a ServerPlugin collection.static PagedResult<ServerPlugin>
ServerPlugin. toServerPluginList(PagedResult<ServerPlugin> source)
Creates a ServerPlugin pagedResult on a ServerPlugin collection.static List<ServerPlugin>
ServerPlugin. toServerPluginList(Collection<ServerPlugin> source)
Creates a ServerPlugin list on a ServerPlugin collection.Methods in com.soffid.iam.api with parameters of type ServerPlugin Modifier and Type Method Description static void
ServerPlugin. toServerPlugin(ServerPlugin source, ServerPlugin target)
Updates a ServerPlugin value object based on a ServerPlugin object.Constructors in com.soffid.iam.api with parameters of type ServerPlugin Constructor Description ServerPlugin(ServerPlugin otherBean)
-
Uses of ServerPlugin in com.soffid.iam.service
Methods in com.soffid.iam.service that return types with arguments of type ServerPlugin Modifier and Type Method Description Collection<ServerPlugin>
ServerPluginService. listServerPlugins()
Operation listServerPluginsMethods in com.soffid.iam.service with parameters of type ServerPlugin Modifier and Type Method Description void
ServerPluginService. deletePlugin(ServerPlugin plugin)
Operation deletePluginvoid
ServerPluginService. enablePlugin(ServerPlugin plugin, boolean status)
Operation enablePluginCollection<AgentDescriptor>
ServerPluginService. getPluginAgentDescriptors(ServerPlugin plugin)
Operation getPluginAgentDescriptorsvoid
ServerPluginService. updatePlugin(ServerPlugin plugin)
Operation updatePlugin -
Uses of ServerPlugin in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return types with arguments of type ServerPlugin Modifier and Type Method Description Collection<ServerPlugin>
ServerPluginService. listServerPlugins()
Methods in com.soffid.iam.service.ejb with parameters of type ServerPlugin Modifier and Type Method Description void
ServerPluginService. deletePlugin(ServerPlugin plugin)
void
ServerPluginService. enablePlugin(ServerPlugin plugin, boolean status)
Collection<AgentDescriptor>
ServerPluginService. getPluginAgentDescriptors(ServerPlugin plugin)
void
ServerPluginService. updatePlugin(ServerPlugin plugin)
-
Uses of ServerPlugin in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type ServerPlugin Modifier and Type Method Description static ServerPlugin
ServerPlugin. toServerPlugin(ServerPlugin vo)
Creates a ServerPlugin value object based on a ServerPlugin object.static void
ServerPlugin. toServerPlugin(ServerPlugin source, ServerPlugin target)
Updates a ServerPlugin value object based on a ServerPlugin object.static ServerPlugin[]
ServerPlugin. toServerPluginArray(ServerPlugin[] source)
Creates a ServerPlugin array on a ServerPlugin array.Method parameters in es.caib.seycon.ng.comu with type arguments of type ServerPlugin Modifier and Type Method Description static AsyncList<ServerPlugin>
ServerPlugin. toServerPluginAsyncList(AsyncList<ServerPlugin> source)
Creates a ServerPlugin asynclist on a ServerPlugin collection.static PagedResult<ServerPlugin>
ServerPlugin. toServerPluginList(PagedResult<ServerPlugin> source)
Creates a ServerPlugin pagedResult on a ServerPlugin collection.static List<ServerPlugin>
ServerPlugin. toServerPluginList(Collection<ServerPlugin> source)
Creates a ServerPlugin list on a ServerPlugin collection.
-