Uses of Class
org.shredzone.acme4j.Login
Packages that use Login
Package
Description
-
Uses of Login in org.shredzone.acme4j
Methods in org.shredzone.acme4j that return LoginModifier and TypeMethodDescriptionAccountBuilder.createLogin
(Session session) Creates a new account.protected Login
AcmeResource.getLogin()
Gets theLogin
this resource is bound with.Logs into an existing account.Methods in org.shredzone.acme4j with parameters of type LoginModifier and TypeMethodDescriptionvoid
Rebinds this resource to aLogin
.static void
Certificate.revoke
(Login login, X509Certificate cert, RevocationReason reason) Revoke a certificate.Constructors in org.shredzone.acme4j with parameters of type LoginModifierConstructorDescriptionprotected
protected
AcmeJsonResource
(Login login, URL location) Create a newAcmeJsonResource
.protected
AcmeResource
(Login login, URL location) Create a newAcmeResource
.protected
Authorization
(Login login, URL location) protected
Certificate
(Login login, URL certUrl) protected
protected
OrderBuilder
(Login login) Create a newOrderBuilder
. -
Uses of Login in org.shredzone.acme4j.challenge
Constructors in org.shredzone.acme4j.challenge with parameters of type LoginModifierConstructorDescriptionCreates a new genericChallenge
object.Dns01Challenge
(Login login, JSON data) Creates a new genericDns01Challenge
object.Http01Challenge
(Login login, JSON data) Creates a new genericHttp01Challenge
object.TlsAlpn01Challenge
(Login login, JSON data) Creates a new genericTlsAlpn01Challenge
object.TokenChallenge
(Login login, JSON data) Creates a new genericTokenChallenge
object. -
Uses of Login in org.shredzone.acme4j.connector
Methods in org.shredzone.acme4j.connector with parameters of type LoginModifier and TypeMethodDescriptionint
Connection.sendCertificateRequest
(URL url, Login login) Sends a signed POST-as-GET request for a certificate resource.int
DefaultConnection.sendCertificateRequest
(URL url, Login login) int
Connection.sendSignedPostAsGetRequest
(URL url, Login login) Sends a signed POST-as-GET request.int
DefaultConnection.sendSignedPostAsGetRequest
(URL url, Login login) int
Connection.sendSignedRequest
(URL url, JSONBuilder claims, Login login) Sends a signed POST request.int
DefaultConnection.sendSignedRequest
(URL url, JSONBuilder claims, Login login) Constructors in org.shredzone.acme4j.connector with parameters of type LoginModifierConstructorDescriptionResourceIterator
(Login login, String field, URL start, BiFunction<Login, URL, T> creator) Creates a newResourceIterator
.Constructor parameters in org.shredzone.acme4j.connector with type arguments of type LoginModifierConstructorDescriptionResourceIterator
(Login login, String field, URL start, BiFunction<Login, URL, T> creator) Creates a newResourceIterator
. -
Uses of Login in org.shredzone.acme4j.provider
Methods in org.shredzone.acme4j.provider with parameters of type LoginModifier and TypeMethodDescriptionCreates a Challenge.AbstractAcmeProvider.createChallenge
(Login login, JSON data) Creates aChallenge
instance for the given challenge data.AcmeProvider.createChallenge
(Login login, JSON data) Creates aChallenge
instance for the given challenge data.