Class IdentityModel
- java.lang.Object
-
- fr.gouv.vitam.security.internal.common.model.CertificateBaseModel
-
- fr.gouv.vitam.security.internal.common.model.IdentityModel
-
public class IdentityModel extends CertificateBaseModel
model for identity
-
-
Field Summary
-
Fields inherited from class fr.gouv.vitam.security.internal.common.model.CertificateBaseModel
EXPIRATION_DATE_TAG, ISSUER_DN_TAG, REVOCATION_DATE_TAG, STATUS_TAG
-
-
Constructor Summary
Constructors Constructor Description IdentityModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContextId()
void
setContextId(java.lang.String contextId)
-
Methods inherited from class fr.gouv.vitam.security.internal.common.model.CertificateBaseModel
getCertificate, getCertificateStatus, getExpirationDate, getId, getIssuerDN, getRevocationDate, getSerialNumber, getSubjectDN, setCertificate, setCertificateStatus, setExpirationDate, setId, setIssuerDN, setRevocationDate, setSerialNumber, setSubjectDN
-
-
-
-
Method Detail
-
getContextId
public java.lang.String getContextId()
- Overrides:
getContextId
in classCertificateBaseModel
-
setContextId
public void setContextId(java.lang.String contextId)
- Overrides:
setContextId
in classCertificateBaseModel
-
-