Class Provider

java.lang.Object
com.thortech.xl.gc.vo.designtime.Provider
All Implemented Interfaces:
Serializable

public class Provider extends Object implements Serializable
This class is a value object that represents a provider instance. It encapsulates the data about a provider implementation. It is a proper collection of all the features of a generic technology connector provider namely, its name, Runtime, and DesignTime parameters.
Version:
1.5, Oracle Identity Manager 9.1
See Also:
  • Constructor Details

    • Provider

      public Provider()
  • Method Details

    • getDesignParams

      public Hashtable getDesignParams()
      This method returns the provider designtime parameters and their values.
      Returns:
      Name-value pairs representing the provider designtime parameters and their values.
    • setDesignParams

      public void setDesignParams(Hashtable designParams)
    • getName

      public String getName()
      This method returns the name of the provider.
      Returns:
      Name of the provider, as specified in the provider xml.
    • setName

      public void setName(String name)
    • getRuntimeParams

      public Hashtable getRuntimeParams()
      This method returns the provider runtime parameters and their values.
      Returns:
      Name-value pairs representing the provider runtime parameters and their values.
    • setRuntimeParams

      public void setRuntimeParams(Hashtable runtimeParams)