Package com.soffid.iam.base.service.ejb
Interface ServerPluginService
public interface ServerPluginService
EJB ServerPluginService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeletePlugin(ServerPlugin plugin) booleandeployPlugin(byte[] i) voidenablePlugin(ServerPlugin plugin, boolean status) getAgentDescriptor(String className) voidupdatePlugin(ServerPlugin plugin)
-
Method Details
-
deployPlugin
boolean deployPlugin(byte[] i) throws InternalErrorException, InternalErrorException, DuplicatedClassException -
getAgentDescriptor
AgentDescriptor getAgentDescriptor(String className) throws InternalErrorException, InternalErrorException -
getServerVersion
-
findAgentDescriptorWorkflows
Collection<AgentDescriptorWorkflow> findAgentDescriptorWorkflows(AgentDescriptor agent) throws InternalErrorException - Throws:
InternalErrorException
-
getAgentDescriptors
Collection<AgentDescriptor> getAgentDescriptors() throws InternalErrorException, InternalErrorException -
getAllAgentDescriptorsInfo
Collection<AgentDescriptor> getAllAgentDescriptorsInfo() throws InternalErrorException, InternalErrorException -
getPluginAgentDescriptors
Collection<AgentDescriptor> getPluginAgentDescriptors(ServerPlugin plugin) throws InternalErrorException, InternalErrorException -
listServerPlugins
-
deletePlugin
-
enablePlugin
void enablePlugin(ServerPlugin plugin, boolean status) throws InternalErrorException, InternalErrorException -
updatePlugin
-