Package | Description |
---|---|
fr.gouv.vitam.common.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, factory and implementations.
|
fr.gouv.vitam.security.internal.client |
Modifier and Type | Method and Description |
---|---|
int |
VitamRestTestClient.VitamRestTest.delete(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.delete(String path,
Class<T> entityTpe) |
int |
VitamRestTestClient.VitamRestTest.execute(String httpMethod,
String path)
The response content is ignored, only the status code is returned.
|
<T> T |
VitamRestTestClient.VitamRestTest.execute(String httpMethod,
String path,
Class<T> entityTpe)
The response content is returned according to type, except if status code is different than the one expected.
|
int |
VitamRestTestClient.VitamRestTest.get(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.get(String path,
Class<T> entityTpe) |
int |
VitamRestTestClient.VitamRestTest.head(String path) |
int |
VitamRestTestClient.VitamRestTest.options(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.options(String path,
Class<T> entityTpe) |
int |
VitamRestTestClient.VitamRestTest.post(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.post(String path,
Class<T> entityTpe) |
int |
VitamRestTestClient.VitamRestTest.put(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.put(String path,
Class<T> entityTpe) |
Modifier and Type | Method and Description |
---|---|
int |
VitamRestTestClient.VitamRestTest.delete(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.delete(String path,
Class<T> entityTpe) |
int |
VitamRestTestClient.VitamRestTest.execute(String httpMethod,
String path)
The response content is ignored, only the status code is returned.
|
<T> T |
VitamRestTestClient.VitamRestTest.execute(String httpMethod,
String path,
Class<T> entityTpe)
The response content is returned according to type, except if status code is different than the one expected.
|
int |
VitamRestTestClient.VitamRestTest.get(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.get(String path,
Class<T> entityTpe) |
int |
VitamRestTestClient.VitamRestTest.head(String path) |
int |
VitamRestTestClient.VitamRestTest.options(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.options(String path,
Class<T> entityTpe) |
int |
VitamRestTestClient.VitamRestTest.post(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.post(String path,
Class<T> entityTpe) |
int |
VitamRestTestClient.VitamRestTest.put(String path) |
<T> T |
VitamRestTestClient.VitamRestTest.put(String path,
Class<T> entityTpe) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<ProcessDetail> |
IngestInternalClientMock.listOperationsDetails(ProcessQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
InternalSecurityClient.checkPersonalCertificate(byte[] certificate,
String permission)
Check certificate with a permission
|
void |
InternalSecurityClientRest.checkPersonalCertificate(byte[] certificate,
String permission) |
Optional<IdentityModel> |
InternalSecurityClient.findIdentity(byte[] certificate)
Find Identity
|
Optional<IdentityModel> |
InternalSecurityClientRest.findIdentity(byte[] certificate) |
IsPersonalCertificateRequiredModel |
InternalSecurityClient.isPersonalCertificateRequiredByPermission(String permission)
Check if a personal certificate is required for this permission
|
IsPersonalCertificateRequiredModel |
InternalSecurityClientRest.isPersonalCertificateRequiredByPermission(String permission) |
Copyright © 2018 Vitam. All rights reserved.