com.ibm.commerce.user.objects
Class CertificateX509Bean

com.ibm.commerce.user.objects.CertificateX509Bean
All Implemented Interfaces:
java.io.Serializable

public class CertificateX509Bean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CertificateX509Bean

public CertificateX509Bean()
Method Detail

getIssuerOrganizationName

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.

Returns:
java.lang.String

getRequisitionerIdentifier

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.

Returns:
java.lang.String

getSerialNumber

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.

Returns:
java.lang.String

getStatus

public java.lang.String getStatus()

IBM internal use only.

Returns:
java.lang.String

getSubjectCommonName

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.

Returns:
java.lang.String

getSubjectEmail

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.

Returns:
java.lang.String

getSubjectOrganizationName

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.

Returns:
java.lang.String

getUserId

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.

Returns:
java.lang.Long

setIssuerOrganizationName

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.

Parameters:
aIssuerOrganizationName - java.lang.String
Returns:
void

setRequisitionerIdentifier

public 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.

Parameters:
aRequisitionerIdentifier - java.lang.String
Returns:
void

setSerialNumber

public 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.

Parameters:
aSerialNumber - java.lang.String
Returns:
void

setStatus

public void setStatus(java.lang.String aStatus)

IBM internal use only.

Parameters:
aStatus - java.lang.String
Returns:
void

setSubjectCommonName

public 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.

Parameters:
aSubjectCommonName - java.lang.String
Returns:
void

setSubjectEmail

public 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.

Parameters:
aSubjectEmail - java.lang.String
Returns:
void

setSubjectOrganizationName

public 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.

Parameters:
aSubjectOrganizationName - java.lang.String
Returns:
void