Class ProviderCfg

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class ProviderCfg extends ConfigurationProperties
ProviderCfg class defines a service provider to BPEL Process Manager Configuration
See Also:
  • Field Details

  • Constructor Details

    • ProviderCfg

      public ProviderCfg(Configuration cfg, ProviderType provType)
      Constructor Constructs an instance from a JAXB model object and a parent configuration.
      Parameters:
      cfg - The parent configuration instance
      provType - The JAXB model object.
  • Method Details

    • getProviderType

      public String getProviderType()
      Gets provider type
      Returns:
      provider type
    • getProviderClass

      public String getProviderClass()
      Gets provider class name
      Returns:
      provider class name
    • getProviderName

      public String getProviderName()
      Gets provider name
      Returns:
      provider name
    • getService

      public String getService()
      Gets service name
      Returns:
      service name
    • getProperties

      public Map getProperties()
      Gets provider properties
      Returns:
      provider properties
    • getConnectionCfg

      public ConnectionCfg getConnectionCfg()
      Gets ConnectionCfg
      Returns:
      ConnectionCfg
    • getUserControlsCfg

      public UserControlsCfg getUserControlsCfg()
      Gets UserControlsCfg
      Returns:
      UserControlsCfg
    • getSearchableUserAttributeMap

      public Map<String,String> getSearchableUserAttributeMap()
      Gets SearchableUserAttributeList
      Returns:
      List of String
    • getRoleControlsCfg

      public RoleControlsCfg getRoleControlsCfg()
      Gets RoleControlsCfg
      Returns:
      RoleControlsCfg
    • getConfiguration

      public Configuration getConfiguration()
      Get the parent configuration
      Returns:
      configuration
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Map<Object,Object>
      Overrides:
      hashCode in class Properties
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface Map<Object,Object>
      Overrides:
      equals in class Properties
    • toString

      public String toString()
      Overrides:
      toString in class ConfigurationProperties