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 Modifier and Type Field Description static java.lang.String
CONTEXT_ID
-
Fields inherited from class fr.gouv.vitam.security.internal.common.model.CertificateBaseModel
CERTIFICATE_TAG, EXPIRATION_DATE_TAG, ISSUER_DN_TAG, REVOCATION_DATE_TAG, SERIAL_NUMBER, STATUS_TAG, SUBJECT_DN
-
-
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
-
-
-
-
Field Detail
-
CONTEXT_ID
public static final java.lang.String CONTEXT_ID
- See Also:
- Constant Field Values
-
-