Package com.thortech.xl.gc.vo.designtime
Class Provider
java.lang.Object
com.thortech.xl.gc.vo.designtime.Provider
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the provider designtime parameters and their values.getName()
This method returns the name of the provider.This method returns the provider runtime parameters and their values.void
setDesignParams
(Hashtable designParams) void
void
setRuntimeParams
(Hashtable runtimeParams)
-
Constructor Details
-
Provider
public Provider()
-
-
Method Details
-
getDesignParams
This method returns the provider designtime parameters and their values.- Returns:
- Name-value pairs representing the provider designtime parameters and their values.
-
setDesignParams
-
getName
This method returns the name of the provider.- Returns:
- Name of the provider, as specified in the provider xml.
-
setName
-
getRuntimeParams
This method returns the provider runtime parameters and their values.- Returns:
- Name-value pairs representing the provider runtime parameters and their values.
-
setRuntimeParams
-