- decrypt(IdentityDto, IClientApplication) - Method in interface fr.paris.lutece.plugins.identitystore.v2.service.encryption.IIdentityEncryptionService
-
Decrypts an
IdentityDto
from the specified
IdentityDto
.
- deleteIdentity(String, String) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.IdentityService
-
Deletes an identity from the specified connectionId
- deleteIdentity(String, String) - Method in interface fr.paris.lutece.plugins.identitystore.v1.web.service.IIdentityTransportProvider
-
Deletes an identity from the specified connectionId
- deleteIdentity(String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.service.MockIdentityTransportDataStore
-
Deletes an identity from the specified connectionId
- deleteIdentity(String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.service.MockIdentityTransportRest
-
Deletes an identity from the specified connectionId
- deleteIdentity(String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.IdentityService
-
Deletes an identity from the specified connectionId
- deleteIdentity(String, String) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IIdentityTransportProvider
-
Deletes an identity from the specified connectionId
- doDelete(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.HttpAccessTransport
-
- doDelete(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in interface fr.paris.lutece.plugins.identitystore.v1.web.service.IHttpTransportProvider
-
make a Delete request on given url with parameters
- doDelete(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.SimpleRestTransport
-
make a Delete request on given url with parameters
- doDelete(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.HttpAccessTransport
-
- doDelete(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IHttpTransportProvider
-
make a Delete request on given url with parameters
- doGet(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.HttpAccessTransport
-
- doGet(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in interface fr.paris.lutece.plugins.identitystore.v1.web.service.IHttpTransportProvider
-
make a Get request on given url with parameters
- doGet(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.SimpleRestTransport
-
make a Get request on given url with parameters
- doGet(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.HttpAccessTransport
-
- doGet(String, Map<String, String>, Map<String, String>, Class<T>, ObjectMapper) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IHttpTransportProvider
-
make a Get request on given url with parameters
- doPost(String, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.HttpAccessTransport
-
make POST request on given url with params and headers
- doPost(String, Map<String, String>, Map<String, String>) - Method in interface fr.paris.lutece.plugins.identitystore.v1.web.service.IHttpTransportProvider
-
make POST request on given url with params and headers
- doPost(String, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.SimpleRestTransport
-
make POST request on given url with params and headers
- doPost(String, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.HttpAccessTransport
-
make POST request on given url with params and headers
- doPost(String, Map<String, String>, Map<String, String>) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IHttpTransportProvider
-
make POST request on given url with params and headers
- doPostJSON(String, Map<String, String>, Map<String, String>, Object, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.HttpAccessTransport
-
make POST request on given url with params and headers of a JSON object to retrieve another JSON
- doPostJSON(String, Map<String, String>, Map<String, String>, Object, Class<T>, ObjectMapper) - Method in interface fr.paris.lutece.plugins.identitystore.v1.web.service.IHttpTransportProvider
-
make POST request on given url with params and headers of a JSON object to retrieve another JSON
- doPostJSON(String, Map<String, String>, Map<String, String>, Object, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.SimpleRestTransport
-
make POST request on given url with params and headers of a JSON object to retrieve another JSON
- doPostJSON(String, Map<String, String>, Map<String, String>, Object, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.HttpAccessTransport
-
make POST request on given url with params and headers of a JSON object to retrieve another JSON
- doPostJSON(String, Map<String, String>, Map<String, String>, Object, Class<T>, ObjectMapper) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IHttpTransportProvider
-
make POST request on given url with params and headers of a JSON object to retrieve another JSON
- doPostJSONforList(String, Map<String, String>, Map<String, String>, Object, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.HttpAccessTransport
-
make POST request on given url with params and headers of a JSON object to retrieve another JSON
- doPostJSONforList(String, Map<String, String>, Map<String, String>, Object, Class<T>, ObjectMapper) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IHttpTransportProvider
-
make POST request on given url with params and headers of a JSON object to retrieve another JSON
- doPostMultiPart(String, Map<String, String>, Map<String, String>, Map<String, FileItem>, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.HttpAccessTransport
-
- doPostMultiPart(String, Map<String, String>, Map<String, String>, Map<String, FileItem>, Class<T>, ObjectMapper) - Method in interface fr.paris.lutece.plugins.identitystore.v1.web.service.IHttpTransportProvider
-
make a multipart Post request
- doPostMultiPart(String, Map<String, String>, Map<String, String>, Map<String, FileItem>, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.SimpleRestTransport
-
make a multipart Post request
- doPostMultiPart(String, Map<String, String>, Map<String, String>, Map<String, FileItem>, Class<T>, ObjectMapper) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.HttpAccessTransport
-
- doPostMultiPart(String, Map<String, String>, Map<String, String>, Map<String, FileItem>, Class<T>, ObjectMapper) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IHttpTransportProvider
-
make a multipart Post request
- DOWNLOAD_FILE_PATH - Static variable in class fr.paris.lutece.plugins.identitystore.v1.web.rs.service.Constants
-
- DOWNLOAD_FILE_PATH - Static variable in class fr.paris.lutece.plugins.identitystore.v2.web.rs.service.Constants
-
- downloadFileAttribute(String, String, String, String) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.IdentityService
-
- downloadFileAttribute(String, String, String, String) - Method in interface fr.paris.lutece.plugins.identitystore.v1.web.service.IIdentityTransportProvider
-
- downloadFileAttribute(String, String, String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.service.MockIdentityTransportDataStore
- downloadFileAttribute(String, String, String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.service.MockIdentityTransportRest
- downloadFileAttribute(String, String, String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.IdentityService
-
- downloadFileAttribute(String, String, String, String) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IIdentityTransportProvider
-
- DtoFormatConstants - Class in fr.paris.lutece.plugins.identitystore.v1.web.rs.dto
-
This class provides constants for formatting
- DtoFormatConstants - Class in fr.paris.lutece.plugins.identitystore.v2.web.rs.dto
-
This class provides constants for formatting
- getApplicationCode() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AuthorDto
-
- getApplicationCode() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.ApplicationRightsDto
-
- getApplicationCode() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AuthorDto
-
- getApplicationName() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AuthorDto
-
- getApplicationRights(String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.service.MockIdentityTransportDataStore
- getApplicationRights(String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.service.MockIdentityTransportRest
- getApplicationRights(String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.IdentityService
-
retrieve application rights on attributs
- getApplicationRights(String) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IIdentityTransportProvider
-
- getAppRights() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.ApplicationRightsDto
-
- getAttributeKey() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AppRightDto
-
- getAttributes() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.IdentityDto
-
- getAttributes() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.IdentityDto
-
- getAuthor() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.IdentityChangeDto
-
- getAuthor() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.IdentityChangeDto
-
- getCertificate() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AttributeDto
-
- getCertificate() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto
-
- getCertificateExpirationDate() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.CertificateDto
-
- getCertificateExpirationDate() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.CertificateDto
-
- getCertified() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AttributeDto
-
- getCertified() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto
-
- getCertifierCode() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.CertificateDto
-
- getCertifierCode() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.CertificateDto
-
- getCertifierLevel() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.CertificateDto
-
- getCertifierLevel() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.CertificateDto
-
- getCertifierName() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.CertificateDto
-
- getCertifierName() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.CertificateDto
-
- getCertifiers() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AppRightDto
-
- getCode() - Method in interface fr.paris.lutece.plugins.identitystore.v2.business.IClientApplication
-
Gives the client application code
- getConnectionId() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.IdentityDto
-
- getConnectionId() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.IdentityDto
-
- getCustomerId() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.IdentityDto
-
- getCustomerId() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.IdentityDto
-
- getDeleteCertifier() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeStatusDto
-
- getEmail() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AuthorDto
-
- getId() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AuthorDto
-
- getIdentities(Map<String, List<String>>, List<String>, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.IdentityService
-
returns a list of identity from combination of attributes
- getIdentities(Map<String, List<String>>, List<String>, String) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IIdentityTransportProvider
-
returns a list of identity from combination of attributes
- getIdentity() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.IdentityChangeDto
-
- getIdentity(String, String, String) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.IdentityService
-
get identity matching connectionId and customerId for provided application code
- getIdentity(String, String, String) - Method in interface fr.paris.lutece.plugins.identitystore.v1.web.service.IIdentityTransportProvider
-
get identity matching connectionId and customerId for provided application code
- getIdentity() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.IdentityChangeDto
-
- getIdentity(String, String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.service.MockIdentityTransportDataStore
-
get identity matching connectionId and customerId for provided application code
- getIdentity(String, String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.service.MockIdentityTransportRest
-
get identity matching connectionId and customerId for provided application code
- getIdentity(String, String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.IdentityService
-
get identity matching connectionId and customerId for provided application code
- getIdentity(String, String, String) - Method in interface fr.paris.lutece.plugins.identitystore.v2.web.service.IIdentityTransportProvider
-
get identity matching connectionId and customerId for provided application code
- getIdentityByConnectionId(String, String) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.IdentityService
-
get identity matching connectionId for provided application code
- getIdentityByConnectionId(String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.IdentityService
-
get identity matching connectionId for provided application code
- getIdentityByCustomerId(String, String) - Method in class fr.paris.lutece.plugins.identitystore.v1.web.service.IdentityService
-
get identity matching customerId for provided application code
- getIdentityByCustomerId(String, String) - Method in class fr.paris.lutece.plugins.identitystore.v2.web.service.IdentityService
-
get identity matching customerId for provided application code
- getKey() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AttributeDto
-
- getKey() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto
-
- getLastUpdateApplicationCode() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto
-
- getLastUpdateDate() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto
-
- getListAttributeKeyNames() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.SearchDto
-
- getMapAttributeValues() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.SearchDto
-
- getMessage() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.ResponseDto
-
- getMessage() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.ResponseDto
-
- getNewCertificateExpirationDate() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeStatusDto
-
- getNewCertifier() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeStatusDto
-
- getNewValue() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeStatusDto
-
- getStatus() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.ResponseDto
-
- getStatus() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto
-
- getStatus() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.ResponseDto
-
- getStatusCode() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeStatusDto
-
- getType() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AttributeDto
-
- getType() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AuthorDto
-
- getType() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto
-
- getType() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AuthorDto
-
- getTypeValue() - Method in enum fr.paris.lutece.plugins.identitystore.v1.web.service.AuthorType
-
return author type value
- getTypeValue() - Method in enum fr.paris.lutece.plugins.identitystore.v2.web.service.AuthorType
-
return author type value
- getUserName() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AuthorDto
-
- getValue() - Method in class fr.paris.lutece.plugins.identitystore.v1.web.rs.dto.AttributeDto
-
- getValue() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto
-
- getWritable() - Method in class fr.paris.lutece.plugins.identitystore.v2.web.rs.dto.AttributeDto
-