Class ServerPluginModule

java.lang.Object
com.soffid.iam.base.api.ServerPluginModule
All Implemented Interfaces:
Serializable

public class ServerPluginModule extends Object implements Serializable
ValueObject ServerPluginModule
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      Sets value for attribute name
    • getType

      public ServerPluginModuleType getType()
      Gets value for attribute type
    • setType

      public void setType(ServerPluginModuleType type)
      Sets value for attribute type
    • getInitClass

      public String getInitClass()
      Gets value for attribute initClass
    • setInitClass

      public void setInitClass(String initClass)
      Sets value for attribute initClass
    • getAgents

      public Collection<AgentDescriptor> getAgents()
      Gets value for attribute agents
    • setAgents

      public void setAgents(Collection<AgentDescriptor> agents)
      Sets value for attribute agents
    • getResourceName

      public String getResourceName()
      Gets value for attribute resourceName
    • setResourceName

      public void setResourceName(String resourceName)
      Sets value for attribute resourceName
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object