Uses of Class
org.wildfly.security.x500.cert.acme.AcmeResource
-
Packages that use AcmeResource Package Description org.wildfly.security.x500.cert.acme -
-
Uses of AcmeResource in org.wildfly.security.x500.cert.acme
Fields in org.wildfly.security.x500.cert.acme with type parameters of type AcmeResource Modifier and Type Field Description private HashMap<AcmeResource,URL>
AcmeAccount. resourceUrls
private HashMap<AcmeResource,URL>
AcmeAccount. stagingResourceUrls
Methods in org.wildfly.security.x500.cert.acme that return AcmeResource Modifier and Type Method Description static AcmeResource
AcmeResource. valueOf(String name)
Returns the enum constant of this type with the specified name.static AcmeResource[]
AcmeResource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.x500.cert.acme that return types with arguments of type AcmeResource Modifier and Type Method Description Map<AcmeResource,URL>
AcmeAccount. getResourceUrls(boolean staging)
Get the ACME resource URLs.Map<AcmeResource,URL>
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 AcmeResource Modifier and Type Method Description URL
AcmeAccount. getResourceUrl(AcmeResource resource, boolean staging)
Get the URL for the given ACME resource.private URL
AcmeClientSpi. getResourceUrl(AcmeAccount account, AcmeResource resource, boolean staging)
-