|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.Sericon.ProductAgents.AutoSSLAgent.BasicCustomerInfo
public class BasicCustomerInfo
Basic information about the customer that is required to create an SSL certificate.
| Constructor Summary | |
|---|---|
BasicCustomerInfo(java.lang.String name,
java.lang.String city,
java.lang.String state,
java.lang.String country,
java.lang.String email)
Construct a BasicCustomerInfo |
|
| Method Summary | |
|---|---|
java.lang.String |
getCity()
Get the customer's city |
java.lang.String |
getCountry()
Get the customer's country |
java.lang.String |
getEmail()
Get the customer's email address |
java.lang.String |
getName()
Get the customer's name |
java.lang.String |
getState()
Get the customer's state |
void |
validate()
Validate that this object is well-formed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicCustomerInfo(java.lang.String name,
java.lang.String city,
java.lang.String state,
java.lang.String country,
java.lang.String email)
name - The name of the person who owns this certificatecity - The person's citystate - The person's state (if applicable)country - The person's ISO 3166 upper-case 2-letter country abbreviation (e.g. US = United States, CA = Canada, etc.).email - The person's email address| Method Detail |
|---|
public void validate()
throws PRAException
If the object is valid, this method returns normally, otherwise it throws an exception.
PRAException - Contains a message explaining why the object is not valid.public java.lang.String getName()
public java.lang.String getCity()
public java.lang.String getState()
public java.lang.String getCountry()
public java.lang.String getEmail()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||