|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.signatures.client.types.IdentityDetails
public class IdentityDetails
Represents the identity details that were extracted from the certificate. This class was added to Adobe Experience Manager forms.
| Constructor Summary | |
|---|---|
IdentityDetails()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAcrobatAlternativeSubject()
Returns the Acrobat alternative subject name associated with this certificate. |
CertificateInformation |
getCertificate()
Returns a CertificateInformation object that represents information about the certificate. |
java.lang.String |
getCommonName()
Returns the common name that is associated with this certificate. |
java.lang.String |
getCountry()
Returns the country that is associated with this certificate. |
java.lang.String |
getDNQualifier()
Returns the DNQualifier value that is associated with this certificate. |
java.lang.String |
getEmail()
Returns the email address that is associated with this certificate. |
java.lang.String |
getGenerationQualifier()
Returns the generation qualifier value that is associated with this certificate. |
java.lang.String |
getGivenName()
Returns the given name that is associated with this certificate. |
java.lang.String |
getInitials()
Returns the initials that is associated with this certificate. |
java.lang.String |
getLocality()
Returns the locality that is associated with this certificate. |
java.lang.String |
getOrganization()
Returns the organization that is associated with this certificate. |
java.lang.String |
getOrganizationalUnit()
Returns the organizational unit that is associated with this certificate. |
java.lang.String |
getPseudonym()
Returns the pseudonym value that is associated with this certificate. |
java.lang.String |
getSerialNumber()
Returns the serial number that is associated with this certificate. |
java.lang.String |
getState()
Returns the state that is associated with this certificate. |
java.lang.String |
getSubjectName()
Returns the subject name that is associated with this certificate. |
java.lang.String |
getSurname()
Returns the surname that is associated with this certificate. |
java.lang.String |
getTitle()
Returns the title that is associated with this certificate. |
void |
setAcrobatAlternativeSubject(java.lang.String acrobatAlternativeSubject)
Sets the Acrobat alternative subject name associated with this certificate. |
void |
setCertificate(CertificateInformation identityCertificate)
Sets a CertificateInformation object that represents information about the certificate. |
void |
setCommonName(java.lang.String commonName)
Sets the common name that is associated with this certificate. |
void |
setCountry(java.lang.String country)
Sets the country that is associated with this certificate. |
void |
setDNQualifier(java.lang.String dnQualifier)
Sets the DNQualifier value that is associated with this certificate. |
void |
setEmail(java.lang.String email)
Sets the email address that is associated with this certificate. |
void |
setGenerationQualifier(java.lang.String generationQualifier)
Sets the generation qualifier value that is associated with this certificate. |
void |
setGivenName(java.lang.String givenName)
Sets the surname that is associated with this certificate. |
void |
setInitials(java.lang.String initials)
Sets the initials that is associated with this certificate. |
void |
setLocality(java.lang.String locality)
Sets the locality that is associated with this certificate. |
void |
setOrganization(java.lang.String organization)
Sets the organization that is associated with this certificate. |
void |
setOrganizationalUnit(java.lang.String organizationUnit)
Sets the organizational unit that is associated with this certificate. |
void |
setPseudonym(java.lang.String pseudonym)
Sets the pseudonym value that is associated with this certificate. |
void |
setSerialNumber(java.lang.String serialNumber)
Sets the serial number that is associated with this certificate. |
void |
setState(java.lang.String state)
Sets the state that is associated with this certificate. |
void |
setSubjectName(java.lang.String subjectName)
Sets the subject name that is associated with this certificate. |
void |
setSurname(java.lang.String surname)
Sets the surname that is associated with this certificate. |
void |
setTitle(java.lang.String title)
Sets the title that is associated with this certificate. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityDetails()
| Method Detail |
|---|
public java.lang.String getCommonName()
public void setCommonName(java.lang.String commonName)
commonName - A string value that specifies the common name value.public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - A string value that specifies the email address.public java.lang.String getOrganizationalUnit()
public void setOrganizationalUnit(java.lang.String organizationUnit)
organizationUnit - A string value that specifies the organizational unit.public java.lang.String getSubjectName()
public void setSubjectName(java.lang.String subjectName)
subjectName - A string value that specifies the subject name.public java.lang.String getOrganization()
public void setOrganization(java.lang.String organization)
organization - A string value that specifies the organization.public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - A string value that specifies the country.public CertificateInformation getCertificate()
CertificateInformation object that represents information about the certificate.
CertificateInformation object.public void setCertificate(CertificateInformation identityCertificate)
CertificateInformation object that represents information about the certificate.
identityCertificate - A CertificateInformation object.public java.lang.String getState()
public void setState(java.lang.String state)
state - A string value that specifies the state.public java.lang.String getSerialNumber()
public void setSerialNumber(java.lang.String serialNumber)
serialNumber - A string value that specifies the serial number.public java.lang.String getLocality()
public void setLocality(java.lang.String locality)
locality - A string value that specifies the locality.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - A string value that specifies the title.public java.lang.String getSurname()
public void setSurname(java.lang.String surname)
surname - A string value that specifies the surname.public java.lang.String getGivenName()
public void setGivenName(java.lang.String givenName)
givenName - A string value that specifies the surname.public java.lang.String getInitials()
public void setInitials(java.lang.String initials)
initials - A string value that specifies the initials.public java.lang.String getPseudonym()
public void setPseudonym(java.lang.String pseudonym)
pseudonym - A string value that specifies the pseudonym value.public java.lang.String getGenerationQualifier()
public void setGenerationQualifier(java.lang.String generationQualifier)
generationQualifier - A string value that specifies the generation qualifier value.public java.lang.String getDNQualifier()
public void setDNQualifier(java.lang.String dnQualifier)
dnQualifier - A string value that specifies the DNQualifier value.public java.lang.String getAcrobatAlternativeSubject()
public void setAcrobatAlternativeSubject(java.lang.String acrobatAlternativeSubject)
acrobatAlternativeSubject - public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||