Klasse GenericAcmeProvider

java.lang.Object
org.shredzone.acme4j.provider.AbstractAcmeProvider
org.shredzone.acme4j.provider.GenericAcmeProvider
Alle implementierten Schnittstellen:
AcmeProvider

A generic AcmeProvider. It should be working for all ACME servers complying to the ACME specifications.

The serverUri is either a http or https URI to the server's directory service.

  • Konstruktordetails

  • Methodendetails

    • accepts

      public boolean accepts(URI serverUri)
      Beschreibung aus Schnittstelle kopiert: AcmeProvider
      Checks if this provider accepts the given server URI.
      Parameter:
      serverUri - Server URI to test
      Gibt zurück:
      true if this provider accepts the server URI, false otherwise
    • resolve

      public URL resolve(URI serverUri)
      Beschreibung aus Schnittstelle kopiert: AcmeProvider
      Resolves the server URI and returns the matching directory URL.
      Parameter:
      serverUri - Server URI
      Gibt zurück:
      Resolved directory URL