Package org.xipki.ca.gateway.acme.msg
Class NewAccountPayload
- java.lang.Object
-
- org.xipki.ca.gateway.acme.msg.NewAccountPayload
-
public class NewAccountPayload extends Object
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description NewAccountPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getContact()JoseMessagegetExternalAccountBinding()BooleangetOnlyReturnExisting()BooleangetTermsOfServiceAgreed()voidsetContact(List<String> contact)voidsetExternalAccountBinding(JoseMessage externalAccountBinding)voidsetOnlyReturnExisting(Boolean onlyReturnExisting)voidsetTermsOfServiceAgreed(Boolean termsOfServiceAgreed)
-
-
-
Method Detail
-
getTermsOfServiceAgreed
public Boolean getTermsOfServiceAgreed()
-
setTermsOfServiceAgreed
public void setTermsOfServiceAgreed(Boolean termsOfServiceAgreed)
-
getOnlyReturnExisting
public Boolean getOnlyReturnExisting()
-
setOnlyReturnExisting
public void setOnlyReturnExisting(Boolean onlyReturnExisting)
-
getExternalAccountBinding
public JoseMessage getExternalAccountBinding()
-
setExternalAccountBinding
public void setExternalAccountBinding(JoseMessage externalAccountBinding)
-
-