java.lang.Object
org.shredzone.acme4j.AcmeResource
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AcmeJsonResource
,Certificate
A generic ACME resource.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
AcmeResource
(Login login, URL location) Create a newAcmeResource
. -
Method Summary
-
Constructor Details
-
AcmeResource
Create a newAcmeResource
.
-
-
Method Details
-
getLogin
Gets theLogin
this resource is bound with. -
getSession
Gets theSession
this 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
-Login
to bind this resource to
-
getLocation
Gets the resource's location.
-