java.lang.Object
org.shredzone.acme4j.AcmeResource
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AcmeJsonResource,Certificate
A generic ACME resource.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAcmeResource(Login login, URL location) Create a newAcmeResource. -
Method Summary
-
Constructor Details
-
AcmeResource
Create a newAcmeResource.
-
-
Method Details
-
getLogin
Gets theLoginthis resource is bound with. -
getSession
Gets theSessionthis resource is bound with. -
rebind
Rebinds this resource to aLogin.Logins are not serialized, because they contain volatile session data and also a private key. After de-serialization of an
AcmeResource, use this method to rebind it to aLogin.- Parameters:
login-Loginto bind this resource to
-
getLocation
Gets the resource's location.
-