Class IdentityInsertModel
- java.lang.Object
-
- fr.gouv.vitam.security.internal.common.model.IdentityInsertModel
-
public class IdentityInsertModel extends java.lang.Object
model to create or update identity collection
-
-
Constructor Summary
Constructors Constructor Description IdentityInsertModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getCertificate()
java.lang.String
getContextId()
void
setCertificate(byte[] certificate)
void
setContextId(java.lang.String contextId)
-