Interface OriginPolicy

All Known Implementing Classes:
DefaultOriginPolicy

public interface OriginPolicy
Origin policy.
  • Method Details

    • isTopLevelSuffix

      boolean isTopLevelSuffix(String possibleTld)
    • domainFromHostname

      String domainFromHostname(String host)
      Obtain the domain from the host name.
      Parameters:
      host - the lower case host name.
      Returns:
      the domain.