|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.CertificateX509Bean
This bean provides access to the CERT_X509 table.
The following is a description of this table:
This table is used to map X.509 certificate users to a unique user within the system.
Constructor Summary | |
CertificateX509Bean()
|
Method Summary | |
java.lang.String |
getIssuerOrganizationName()
This method provides access to the CERT_X509.CTISSORGNM column of DB2 type CHAR(200) NOT NULL. |
java.lang.String |
getRequisitionerIdentifier()
This method provides access to the CERT_X509.CTREQID column of DB2 type CHAR(254) NULL. |
java.lang.String |
getSerialNumber()
This method provides access to the CERT_X509.CTSERNUM column of DB2 type CHAR(254) NOT NULL. |
java.lang.String |
getStatus()
IBM internal use only. |
java.lang.String |
getSubjectCommonName()
This method provides access to the CERT_X509.CTSBJCMNM column of DB2 type CHAR(254) NOT NULL. |
java.lang.String |
getSubjectEmail()
This method provides access to the CERT_X509.CTSBJEM column of DB2 type CHAR(254) NULL. |
java.lang.String |
getSubjectOrganizationName()
This method provides access to the CERT_X509.CTSBJORGNM column of DB2 type CHAR(254) NOT NULL. |
java.lang.Long |
getUserId()
This method provides access to the CERT_X509.USERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setIssuerOrganizationName(java.lang.String aIssuerOrganizationName)
This method provides access to the CERT_X509.CTISSORGNM column of DB2 type CHAR(200) NOT NULL. |
void |
setRequisitionerIdentifier(java.lang.String aRequisitionerIdentifier)
This method provides access to the CERT_X509.CTREQID column of DB2 type CHAR(254) NULL. |
void |
setSerialNumber(java.lang.String aSerialNumber)
This method provides access to the CERT_X509.CTSERNUM column of DB2 type CHAR(254) NOT NULL. |
void |
setStatus(java.lang.String aStatus)
IBM internal use only. |
void |
setSubjectCommonName(java.lang.String aSubjectCommonName)
This method provides access to the CERT_X509.CTSBJCMNM column of DB2 type CHAR(254) NOT NULL. |
void |
setSubjectEmail(java.lang.String aSubjectEmail)
This method provides access to the CERT_X509.CTSBJEM column of DB2 type CHAR(254) NULL. |
void |
setSubjectOrganizationName(java.lang.String aSubjectOrganizationName)
This method provides access to the CERT_X509.CTSBJORGNM column of DB2 type CHAR(254) NOT NULL. |
Constructor Detail |
public CertificateX509Bean()
Method Detail |
public java.lang.String getIssuerOrganizationName()
This method provides access to the CERT_X509.CTISSORGNM column of DB2 type CHAR(200) NOT NULL.
The following is a description of this column:
The organization that issued this certificate.
public java.lang.String getRequisitionerIdentifier()
This method provides access to the CERT_X509.CTREQID column of DB2 type CHAR(254) NULL.
The following is a description of this column:
This is meant for Open Buying on the Internet (OBI) purposes, otherwise set to NULL.
public java.lang.String getSerialNumber()
This method provides access to the CERT_X509.CTSERNUM column of DB2 type CHAR(254) NOT NULL.
The following is a description of this column:
The serial number associated with the certificate.
public java.lang.String getStatus()
IBM internal use only.
public java.lang.String getSubjectCommonName()
This method provides access to the CERT_X509.CTSBJCMNM column of DB2 type CHAR(254) NOT NULL.
The following is a description of this column:
The name of the individual that holds this certificate.
public java.lang.String getSubjectEmail()
This method provides access to the CERT_X509.CTSBJEM column of DB2 type CHAR(254) NULL.
The following is a description of this column:
The primary e-mail address of the individual.
public java.lang.String getSubjectOrganizationName()
This method provides access to the CERT_X509.CTSBJORGNM column of DB2 type CHAR(254) NOT NULL.
The following is a description of this column:
The name of the organization that this individual belongs to.
public java.lang.Long getUserId()
This method provides access to the CERT_X509.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key that references column USERS_ID in the USERS table. This is a unique index.
public void setIssuerOrganizationName(java.lang.String aIssuerOrganizationName)
This method provides access to the CERT_X509.CTISSORGNM column of DB2 type CHAR(200) NOT NULL.
The following is a description of this column:
The organization that issued this certificate.
aIssuerOrganizationName
- java.lang.Stringpublic void setRequisitionerIdentifier(java.lang.String aRequisitionerIdentifier)
This method provides access to the CERT_X509.CTREQID column of DB2 type CHAR(254) NULL.
The following is a description of this column:
This is meant for Open Buying on the Internet (OBI) purposes, otherwise set to NULL.
aRequisitionerIdentifier
- java.lang.Stringpublic void setSerialNumber(java.lang.String aSerialNumber)
This method provides access to the CERT_X509.CTSERNUM column of DB2 type CHAR(254) NOT NULL.
The following is a description of this column:
The serial number associated with the certificate.
aSerialNumber
- java.lang.Stringpublic void setStatus(java.lang.String aStatus)
IBM internal use only.
aStatus
- java.lang.Stringpublic void setSubjectCommonName(java.lang.String aSubjectCommonName)
This method provides access to the CERT_X509.CTSBJCMNM column of DB2 type CHAR(254) NOT NULL.
The following is a description of this column:
The name of the individual that holds this certificate.
aSubjectCommonName
- java.lang.Stringpublic void setSubjectEmail(java.lang.String aSubjectEmail)
This method provides access to the CERT_X509.CTSBJEM column of DB2 type CHAR(254) NULL.
The following is a description of this column:
The primary e-mail address of the individual.
aSubjectEmail
- java.lang.Stringpublic void setSubjectOrganizationName(java.lang.String aSubjectOrganizationName)
This method provides access to the CERT_X509.CTSBJORGNM column of DB2 type CHAR(254) NOT NULL.
The following is a description of this column:
The name of the organization that this individual belongs to.
aSubjectOrganizationName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |