@Relvars(relvarNames="CLIENTCERTIFICATE") public final class ClientCertificate extends AbstractUpdatableDBObject
Constructor and Description |
---|
ClientCertificate()
Creates the Client
|
ClientCertificate(java.lang.String clientID,
java.lang.String algorithm,
byte[] certificateBytes)
Creates the Client
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithm()
Gets algorithm
|
byte[] |
getCertificateBytes()
Gets clientID
|
java.lang.String |
getClientID()
Gets clientID
|
UpdatableDBObject |
getPreUpdateState()
Gets The state of the object as it was built by the J/R bridging engine immediately after the object was created from a database tuple (and which should have been set by/using the setPreUpdateState() method.
|
void |
setAlgorithm(java.lang.String algorithm)
Sets algorithm
|
void |
setAlgorithm(ValueBuffer algorithm)
Sets algorithm
|
void |
setCertificateBytes(byte[] certificateBytes)
Sets clientID
|
void |
setCertificateBytes(ValueBuffer certificateBytes)
Sets algorithm
|
void |
setClientID(java.lang.String clientID)
Sets clientID
|
void |
setClientID(ValueBuffer clientID)
Sets clientID
|
void |
setPreUpdateState()
This method is called by the J/R bridging engine after an object has been setup from some tuple retrieved from the database.
|
dbUpdateCommand, dbUpdateCommand, dbUpdateCommand
dbAddCommand, dbAddCommand, dbAddCommand, dbAddCommandAll, dbAssertCommand, dbAssertCommand, dbAssertCommand, dbAssertCommandAll, dbDeleteCommand, dbDeleteCommand, dbDeleteCommand, dbDeleteCommandAll, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommand, dbUnAssertCommandAll
public ClientCertificate()
public ClientCertificate(java.lang.String clientID, java.lang.String algorithm, byte[] certificateBytes)
clientID
- -algorithm
- -certificateBytes
- -@GetterMethod(attributeDefs=@AttributeDef(attributeName="ALGORITHM",requiresEscaping=false,typeName="NAME"), relvarNames="CLIENTCERTIFICATE") public final java.lang.String getAlgorithm()
@GetterMethod(attributeDefs=@AttributeDef(attributeName="CERTIFICATE",requiresEscaping=false,typeName="BITS"), relvarNames="CLIENTCERTIFICATE") public final byte[] getCertificateBytes()
@GetterMethod(attributeDefs=@AttributeDef(attributeName="CLIENTID",requiresEscaping=false,typeName="NAME"), relvarNames="CLIENTCERTIFICATE") public final java.lang.String getClientID()
public UpdatableDBObject getPreUpdateState()
UpdatableDBObject
public final void setAlgorithm(java.lang.String algorithm)
algorithm
- The algorithm to set.@AttributeDef(attributeName="ALGORITHM", requiresEscaping=false, typeName="NAME") public final void setAlgorithm(ValueBuffer algorithm)
algorithm
- The algorithm to set.public final void setCertificateBytes(byte[] certificateBytes)
certificateBytes
- -@AttributeDef(attributeName="CERTIFICATE", requiresEscaping=true, typeName="BITS") public final void setCertificateBytes(ValueBuffer certificateBytes)
certificateBytes
- -public final void setClientID(java.lang.String clientID)
clientID
- The clientID to set.@AttributeDef(attributeName="CLIENTID", requiresEscaping=false, typeName="NAME") public final void setClientID(ValueBuffer clientID)
clientID
- The clientID to set.public final void setPreUpdateState()
UpdatableDBObject