Interface DomainManagerFactory


  • public interface DomainManagerFactory
    A factory responsible for supplying managers for given domains. Implementations of this class must accept a given domain and return the appropriate manager instance for that domain.
    • Method Detail

      • getManagerForDomain

        DomainManager getManagerForDomain​(String domain)
        Get the DomainManager for the given domain. Domains must consist of only alphanumeric characters and '.-_'.
        Parameters:
        domain - the domain
        Returns:
        the manager