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 LoginAcmeResource.getLogin()Gets theLoginthis resource is bound with.Logs into an existing account.Methods in org.shredzone.acme4j with parameters of type LoginModifier and TypeMethodDescriptionvoidRebinds this resource to aLogin.static voidCertificate.revoke(Login login, X509Certificate cert, RevocationReason reason) Revoke a certificate.Constructors in org.shredzone.acme4j with parameters of type LoginModifierConstructorDescriptionprotectedprotectedAcmeJsonResource(Login login, URL location) Create a newAcmeJsonResource.protectedAcmeResource(Login login, URL location) Create a newAcmeResource.protectedAuthorization(Login login, URL location) protectedCertificate(Login login, URL certUrl) protectedprotectedOrderBuilder(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 genericChallengeobject.Dns01Challenge(Login login, JSON data) Creates a new genericDns01Challengeobject.Http01Challenge(Login login, JSON data) Creates a new genericHttp01Challengeobject.TlsAlpn01Challenge(Login login, JSON data) Creates a new genericTlsAlpn01Challengeobject.TokenChallenge(Login login, JSON data) Creates a new genericTokenChallengeobject. - 
Uses of Login in org.shredzone.acme4j.connector
Methods in org.shredzone.acme4j.connector with parameters of type LoginModifier and TypeMethodDescriptionintConnection.sendCertificateRequest(URL url, Login login) Sends a signed POST-as-GET request for a certificate resource.intDefaultConnection.sendCertificateRequest(URL url, Login login) intConnection.sendSignedPostAsGetRequest(URL url, Login login) Sends a signed POST-as-GET request.intDefaultConnection.sendSignedPostAsGetRequest(URL url, Login login) intConnection.sendSignedRequest(URL url, JSONBuilder claims, Login login) Sends a signed POST request.intDefaultConnection.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 aChallengeinstance for the given challenge data.AcmeProvider.createChallenge(Login login, JSON data) Creates aChallengeinstance for the given challenge data.