Class SSLWhitelistService

java.lang.Object
org.eblocker.server.http.service.SSLWhitelistService
All Implemented Interfaces:
Observer

public class SSLWhitelistService extends Object implements Observer
  • Constructor Details

  • Method Details

    • addDomain

      public void addDomain(String url, String name) throws EblockerException
      Add a domain to the SSL domain whitelist
      Parameters:
      url - the domain
      name - the name of the owner or company or whatever owning the domain (can also be null)
      Throws:
      EblockerException
    • removeDomain

      public void removeDomain(String url)
      Remove a domain from the list
      Parameters:
      url -
    • update

      public void update(Observable observable, Object object)
      Specified by:
      update in interface Observer