Interface PropertyConfig

  • All Known Implementing Classes:
    AbstractPropertyConfig, AuthenticatorConfig, LdapConfig, LdapPoolConfig

    public interface PropertyConfig
    PropertyConfig provides an interface for objects that can be configured with a PropertyInvoker.
    Version:
    $Revision: 1330 $ $Date: 2010-05-24 00:10:53 +0200 (Mon, 24 May 2010) $
    Author:
    Middleware Services
    • Method Detail

      • getPropertiesDomain

        java.lang.String getPropertiesDomain()
        This returns the properties domain for this property config.
        Returns:
        String properties domain
      • hasEnvironmentProperty

        boolean hasEnvironmentProperty​(java.lang.String name)
        This returns whether the supplied property exists.
        Parameters:
        name - String to check
        Returns:
        boolean whether the supplied property exists
      • setEnvironmentProperties

        void setEnvironmentProperties​(java.lang.String name,
                                      java.lang.String value)
        This adds environment properties to this object. If name or value is null, then this method does nothing.
        Parameters:
        name - String property name
        value - String property value
      • setEnvironmentProperties

        void setEnvironmentProperties​(java.util.Hashtable<java.lang.String,​java.lang.String> properties)
        Parameters:
        properties - Hashtable