Uses of Interface
fr.gouv.vitam.security.internal.rest.repository.CertificateRepository
-
Packages that use CertificateRepository Package Description fr.gouv.vitam.security.internal.rest.repository Provides core classes of functional administration rules modulefr.gouv.vitam.security.internal.rest.service Provides core classes of functional administration rules module -
-
Uses of CertificateRepository in fr.gouv.vitam.security.internal.rest.repository
Classes in fr.gouv.vitam.security.internal.rest.repository that implement CertificateRepository Modifier and Type Class Description class
IdentityRepository
repository for identity certificate entities management in mongo.class
PersonalRepository
store Personal certificate in mongo. -
Uses of CertificateRepository in fr.gouv.vitam.security.internal.rest.service
Methods in fr.gouv.vitam.security.internal.rest.service that return CertificateRepository Modifier and Type Method Description CertificateRepository
IdentityService. getRepository()
CertificateRepository
PersonalCertificateService. getRepository()
-