Package | Description |
---|---|
fr.gouv.vitam.security.internal.client | |
fr.gouv.vitam.security.internal.rest.repository |
Provides core classes of functional administration rules module
|
fr.gouv.vitam.security.internal.rest.resource |
Provides core classes of functional administration rules module
|
fr.gouv.vitam.security.internal.rest.service |
Provides core classes of functional administration rules module
|
Modifier and Type | Method and Description |
---|---|
Optional<IdentityModel> |
InternalSecurityClient.findIdentity(byte[] certificate)
Find Identity
|
Optional<IdentityModel> |
InternalSecurityClientRest.findIdentity(byte[] certificate) |
Modifier and Type | Method and Description |
---|---|
Optional<IdentityModel> |
IdentityRepository.findIdentity(String subjectDN,
BigInteger serialNumber)
return certificate according to subjectDN and serilanumber
|
Modifier and Type | Method and Description |
---|---|
void |
IdentityRepository.createIdentity(IdentityModel identityModel)
create a certificate with contextId and many information
|
Modifier and Type | Method and Description |
---|---|
IdentityModel |
IdentityResource.findIdentityByCertificate(byte[] certificate) |
IdentityModel |
AdminIdentityResource.linkContextToIdentity(IdentityInsertModel identityInsertModel,
javax.ws.rs.core.UriInfo uri) |
Modifier and Type | Method and Description |
---|---|
Optional<IdentityModel> |
IdentityService.findIdentity(byte[] certificate) |
Optional<IdentityModel> |
IdentityService.linkContextToIdentity(IdentityInsertModel identityInsertModel) |
Copyright © 2018 Vitam. All rights reserved.