Uses of Class
com.soffid.iam.api.AgentDescriptor
-
Packages that use AgentDescriptor Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of AgentDescriptor in com.soffid.iam.api
Methods in com.soffid.iam.api that return AgentDescriptor Modifier and Type Method Description static AgentDescriptor
AgentDescriptor. toAgentDescriptor(AgentDescriptor vo)
Creates a AgentDescriptor value object based on a AgentDescriptor object.static AgentDescriptor[]
AgentDescriptor. toAgentDescriptorArray(AgentDescriptor[] source)
Creates a AgentDescriptor array on a AgentDescriptor array.Methods in com.soffid.iam.api that return types with arguments of type AgentDescriptor Modifier and Type Method Description Collection<AgentDescriptor>
ServerPluginModule. getAgents()
Gets value for attribute agentsstatic AsyncList<AgentDescriptor>
AgentDescriptor. toAgentDescriptorAsyncList(AsyncList<AgentDescriptor> source)
Creates a AgentDescriptor asynclist on a AgentDescriptor collection.static PagedResult<AgentDescriptor>
AgentDescriptor. toAgentDescriptorList(PagedResult<AgentDescriptor> source)
Creates a AgentDescriptor pagedResult on a AgentDescriptor collection.static List<AgentDescriptor>
AgentDescriptor. toAgentDescriptorList(Collection<AgentDescriptor> source)
Creates a AgentDescriptor list on a AgentDescriptor collection.Methods in com.soffid.iam.api with parameters of type AgentDescriptor Modifier and Type Method Description static void
AgentDescriptor. toAgentDescriptor(AgentDescriptor source, AgentDescriptor target)
Updates a AgentDescriptor value object based on a AgentDescriptor object.Method parameters in com.soffid.iam.api with type arguments of type AgentDescriptor Modifier and Type Method Description void
ServerPluginModule. setAgents(Collection<AgentDescriptor> agents)
Sets value for attribute agentsConstructors in com.soffid.iam.api with parameters of type AgentDescriptor Constructor Description AgentDescriptor(AgentDescriptor otherBean)
Constructor parameters in com.soffid.iam.api with type arguments of type AgentDescriptor Constructor Description ServerPluginModule(String name, ServerPluginModuleType type, String initClass, Collection<AgentDescriptor> agents, String resourceName)
-
Uses of AgentDescriptor in com.soffid.iam.service
Methods in com.soffid.iam.service that return AgentDescriptor Modifier and Type Method Description AgentDescriptor
ServerPluginService. getAgentDescriptor(String className)
Operation getAgentDescriptorMethods in com.soffid.iam.service that return types with arguments of type AgentDescriptor Modifier and Type Method Description Collection<AgentDescriptor>
ServerPluginService. getAgentDescriptors()
Operation getAgentDescriptorsCollection<AgentDescriptor>
ServerPluginService. getAllAgentDescriptorsInfo()
Operation getAllAgentDescriptorsInfoCollection<AgentDescriptor>
ServerPluginService. getPluginAgentDescriptors(ServerPlugin plugin)
Operation getPluginAgentDescriptorsMethods in com.soffid.iam.service with parameters of type AgentDescriptor Modifier and Type Method Description Collection<AgentDescriptorWorkflow>
ServerPluginService. findAgentDescriptorWorkflows(AgentDescriptor agent)
Operation findAgentDescriptorWorkflows -
Uses of AgentDescriptor in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return AgentDescriptor Modifier and Type Method Description AgentDescriptor
ServerPluginService. getAgentDescriptor(String className)
Methods in com.soffid.iam.service.ejb that return types with arguments of type AgentDescriptor Modifier and Type Method Description Collection<AgentDescriptor>
ServerPluginService. getAgentDescriptors()
Collection<AgentDescriptor>
ServerPluginService. getAllAgentDescriptorsInfo()
Collection<AgentDescriptor>
ServerPluginService. getPluginAgentDescriptors(ServerPlugin plugin)
Methods in com.soffid.iam.service.ejb with parameters of type AgentDescriptor Modifier and Type Method Description Collection<AgentDescriptorWorkflow>
ServerPluginService. findAgentDescriptorWorkflows(AgentDescriptor agent)
-
Uses of AgentDescriptor in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type AgentDescriptor Modifier and Type Method Description static AgentDescriptor
AgentDescriptor. toAgentDescriptor(AgentDescriptor vo)
Creates a AgentDescriptor value object based on a AgentDescriptor object.static void
AgentDescriptor. toAgentDescriptor(AgentDescriptor source, AgentDescriptor target)
Updates a AgentDescriptor value object based on a AgentDescriptor object.static AgentDescriptor[]
AgentDescriptor. toAgentDescriptorArray(AgentDescriptor[] source)
Creates a AgentDescriptor array on a AgentDescriptor array.Method parameters in es.caib.seycon.ng.comu with type arguments of type AgentDescriptor Modifier and Type Method Description static AsyncList<AgentDescriptor>
AgentDescriptor. toAgentDescriptorAsyncList(AsyncList<AgentDescriptor> source)
Creates a AgentDescriptor asynclist on a AgentDescriptor collection.static PagedResult<AgentDescriptor>
AgentDescriptor. toAgentDescriptorList(PagedResult<AgentDescriptor> source)
Creates a AgentDescriptor pagedResult on a AgentDescriptor collection.static List<AgentDescriptor>
AgentDescriptor. toAgentDescriptorList(Collection<AgentDescriptor> source)
Creates a AgentDescriptor list on a AgentDescriptor collection.
-