Uses of Enum Class
org.wildfly.security.x500.cert.acme.AcmeResource
Packages that use AcmeResource
-
Uses of AcmeResource in org.wildfly.security.x500.cert.acme
Methods in org.wildfly.security.x500.cert.acme that return AcmeResourceModifier and TypeMethodDescriptionstatic AcmeResourceReturns the enum constant of this class with the specified name.static AcmeResource[]AcmeResource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wildfly.security.x500.cert.acme that return types with arguments of type AcmeResourceModifier and TypeMethodDescriptionAcmeAccount.getResourceUrls(boolean staging) Get the ACME resource URLs.AcmeClientSpi.getResourceUrls(AcmeAccount account, boolean staging) Get the resource URLs needed to perform operations from the ACME server.Methods in org.wildfly.security.x500.cert.acme with parameters of type AcmeResourceModifier and TypeMethodDescriptionAcmeAccount.getResourceUrl(AcmeResource resource, boolean staging) Get the URL for the given ACME resource.