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