Skip navigation links
A C D E F G I L R S U 

A

AbstractManageEncryptionKeyJspBean - Class in fr.paris.lutece.plugins.grukeydiversification.web
ManageEncryptionKey JSP Bean abstract class for JSP Bean
AbstractManageEncryptionKeyJspBean() - Constructor for class fr.paris.lutece.plugins.grukeydiversification.web.AbstractManageEncryptionKeyJspBean
 

C

create(EncryptionKey) - Static method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyHome
Create an instance of the encryptionKey class
CustomerEncryptionService - Class in fr.paris.lutece.plugins.grukeydiversification.service.encryption
This class encrypts / decrypts an Customer.
CustomerEncryptionService() - Constructor for class fr.paris.lutece.plugins.grukeydiversification.service.encryption.CustomerEncryptionService
 

D

decrypt(Customer, Demand) - Method in class fr.paris.lutece.plugins.grukeydiversification.service.encryption.CustomerEncryptionService
decrypt(Customer, String) - Method in class fr.paris.lutece.plugins.grukeydiversification.service.encryption.CustomerEncryptionService
decrypt(IdentityDto, IClientApplication) - Method in class fr.paris.lutece.plugins.grukeydiversification.service.encryption.IdentityEncryptionService
DecryptedCustomer - Class in fr.paris.lutece.plugins.grukeydiversification.business.customer
Decorator of a Customer in order to decrypt attributes The encrypted attributes are : the id
DecryptedCustomer(Customer, String) - Constructor for class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
Constructor
DecryptedIdentityDto - Class in fr.paris.lutece.plugins.grukeydiversification.web.rs.dto
Decorator of a IdentityDto in order to decrypt attributes The encrypted attributes are : the customer id
DecryptedIdentityDto(IdentityDto, String) - Constructor for class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.DecryptedIdentityDto
Constructor
delete(int, Plugin) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.grukeydiversification.business.IEncryptionKeyDAO
Delete a record from the table
doCreateEncryptionKey(HttpServletRequest) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.EncryptionKeyJspBean
Process the data capture form of a new encryptionkey
doModifyEncryptionKey(HttpServletRequest) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.EncryptionKeyJspBean
Process the change form of a encryptionkey
doRemoveEncryptionKey(HttpServletRequest) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.EncryptionKeyJspBean
Handles the removal form of a encryptionkey

E

encrypt(Customer, Demand) - Method in class fr.paris.lutece.plugins.grukeydiversification.service.encryption.CustomerEncryptionService
encrypt(Customer, String) - Method in class fr.paris.lutece.plugins.grukeydiversification.service.encryption.CustomerEncryptionService
encrypt(IdentityDto, IClientApplication) - Method in class fr.paris.lutece.plugins.grukeydiversification.service.encryption.IdentityEncryptionService
EncryptedCustomer - Class in fr.paris.lutece.plugins.grukeydiversification.business.customer
Decorator of a Customer in order to encrypt attributes The encrypted attributes are : the id
EncryptedCustomer(Customer, String) - Constructor for class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
Constructor
EncryptedIdentityDto - Class in fr.paris.lutece.plugins.grukeydiversification.web.rs.dto
Decorator of a IdentityDto in order to encrypt attributes The encrypted attributes are : the customer id
EncryptedIdentityDto(IdentityDto, String) - Constructor for class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.EncryptedIdentityDto
Constructor
EncryptionKey - Class in fr.paris.lutece.plugins.grukeydiversification.business
This class represents an encryption key
EncryptionKey() - Constructor for class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKey
 
EncryptionKeyAlreadyExistException - Exception in fr.paris.lutece.plugins.grukeydiversification.business.exception
This class represents an Exception when an EncryptionKey already exists
EncryptionKeyAlreadyExistException(String) - Constructor for exception fr.paris.lutece.plugins.grukeydiversification.business.exception.EncryptionKeyAlreadyExistException
Constructor
EncryptionKeyAlreadyExistException(String, Exception) - Constructor for exception fr.paris.lutece.plugins.grukeydiversification.business.exception.EncryptionKeyAlreadyExistException
Constructor
EncryptionKeyAlreadyExistException() - Constructor for exception fr.paris.lutece.plugins.grukeydiversification.business.exception.EncryptionKeyAlreadyExistException
Constructor
EncryptionKeyCacheService - Class in fr.paris.lutece.plugins.grukeydiversification.service.cache
This class represents a cache service for encryption keys.
EncryptionKeyDAO - Class in fr.paris.lutece.plugins.grukeydiversification.business
This class provides Data Access methods for EncryptionKey objects
EncryptionKeyDAO() - Constructor for class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyDAO
 
EncryptionKeyHome - Class in fr.paris.lutece.plugins.grukeydiversification.business
This class provides instances management methods (create, find, ...) for EncryptionKey objects
EncryptionKeyJspBean - Class in fr.paris.lutece.plugins.grukeydiversification.web
This class provides the user interface to manage EncryptionKey features ( manage, create, modify, remove )
EncryptionKeyJspBean() - Constructor for class fr.paris.lutece.plugins.grukeydiversification.web.EncryptionKeyJspBean
 

F

findByCode(String) - Static method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyHome
Returns a instance of a EncryptionKey whose code is specified in parameter
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyHome
Returns an instance of a encryptionKey whose identifier is specified in parameter
fr.paris.lutece.plugins.grukeydiversification.business - package fr.paris.lutece.plugins.grukeydiversification.business
 
fr.paris.lutece.plugins.grukeydiversification.business.customer - package fr.paris.lutece.plugins.grukeydiversification.business.customer
 
fr.paris.lutece.plugins.grukeydiversification.business.exception - package fr.paris.lutece.plugins.grukeydiversification.business.exception
 
fr.paris.lutece.plugins.grukeydiversification.service.cache - package fr.paris.lutece.plugins.grukeydiversification.service.cache
 
fr.paris.lutece.plugins.grukeydiversification.service.encryption - package fr.paris.lutece.plugins.grukeydiversification.service.encryption
 
fr.paris.lutece.plugins.grukeydiversification.web - package fr.paris.lutece.plugins.grukeydiversification.web
 
fr.paris.lutece.plugins.grukeydiversification.web.rs.dto - package fr.paris.lutece.plugins.grukeydiversification.web.rs.dto
 

G

getAccountLogin() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getAccountLogin() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getAttributes() - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.DecryptedIdentityDto
getAttributes() - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.EncryptedIdentityDto
getBirthDate() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getBirthDate() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getCacheKey(EncryptionKey) - Method in class fr.paris.lutece.plugins.grukeydiversification.service.cache.EncryptionKeyCacheService
Gives the cache key for the specified encryption key
getCacheKey(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.service.cache.EncryptionKeyCacheService
Gives the cache key for the specified encryption key code
getCode() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKey
Returns the Code
getConfirmRemoveEncryptionKey(HttpServletRequest) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.EncryptionKeyJspBean
Manages the removal form of a encryptionkey whose identifier is in the http request
getConnectionId() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getConnectionId() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getConnectionId() - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.DecryptedIdentityDto
getConnectionId() - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.EncryptedIdentityDto
getCreateEncryptionKey(HttpServletRequest) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.EncryptionKeyJspBean
Returns the form to create a encryptionkey
getCustomerId() - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.DecryptedIdentityDto
getCustomerId() - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.EncryptedIdentityDto
getEmail() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getEmail() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getEncryptionKeysList() - Static method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyHome
Load the data of all the encryptionKey objects and returns them as a list
getEncryptionKeysReferenceList() - Static method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyHome
Load the data of all the encryptionKey objects and returns them as a referenceList
getExtrasAttributes() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getExtrasAttributes() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getFamilyname() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getFamilyname() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getFirstname() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getFirstname() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getFixedPhoneNumber() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getFixedPhoneNumber() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getHasAccount() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getHasAccount() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getId() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getId() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getId() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKey
Returns the Id
getIdEncryptionKeysList() - Static method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyHome
Load the id of all the encryptionKey objects and returns them as a list
getIdTitle() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getIdTitle() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getInstance() - Static method in class fr.paris.lutece.plugins.grukeydiversification.service.cache.EncryptionKeyCacheService
Gives the singleton instance
getIsEmailVerified() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getIsEmailVerified() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getIsMobilePhoneVerified() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getIsMobilePhoneVerified() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getKey() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKey
Returns the Key
getLastname() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getLastname() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getManageEncryptionKeys(HttpServletRequest) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.EncryptionKeyJspBean
Build the Manage View
getMobilePhone() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
getMobilePhone() - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
getModifyEncryptionKey(HttpServletRequest) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.EncryptionKeyJspBean
Returns the form to update info about a encryptionkey
getName() - Method in class fr.paris.lutece.plugins.grukeydiversification.service.cache.EncryptionKeyCacheService
getPaginatedListModel(HttpServletRequest, String, List<EncryptionKey>, String) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.AbstractManageEncryptionKeyJspBean
Return a model that contains the list and paginator infos

I

IdentityEncryptionService - Class in fr.paris.lutece.plugins.grukeydiversification.service.encryption
This class encrypts / decrypts an IdentityDto.
IdentityEncryptionService() - Constructor for class fr.paris.lutece.plugins.grukeydiversification.service.encryption.IdentityEncryptionService
 
IEncryptionKeyDAO - Interface in fr.paris.lutece.plugins.grukeydiversification.business
IEncryptionKeyDAO Interface
insert(EncryptionKey, Plugin) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyDAO
Insert a new record in the table.
insert(EncryptionKey, Plugin) - Method in interface fr.paris.lutece.plugins.grukeydiversification.business.IEncryptionKeyDAO
Insert a new record in the table.

L

load(int, Plugin) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyDAO
Load the data from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.grukeydiversification.business.IEncryptionKeyDAO
Load the data from the table

R

remove(int) - Static method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyHome
Remove the encryptionKey whose identifier is specified in parameter
remove(EncryptionKey) - Method in class fr.paris.lutece.plugins.grukeydiversification.service.cache.EncryptionKeyCacheService
Removes an encryption key from the cache
RIGHT_MANAGEENCRYPTIONKEY - Static variable in class fr.paris.lutece.plugins.grukeydiversification.web.AbstractManageEncryptionKeyJspBean
 

S

selectByCode(String, Plugin) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyDAO
Load the EncryptionKey object associated to the specified code
selectByCode(String, Plugin) - Method in interface fr.paris.lutece.plugins.grukeydiversification.business.IEncryptionKeyDAO
Load the EncryptionKey object associated to the specified code
selectEncryptionKeysList(Plugin) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyDAO
Load the data of all the encryptionKey objects and returns them as a list
selectEncryptionKeysList(Plugin) - Method in interface fr.paris.lutece.plugins.grukeydiversification.business.IEncryptionKeyDAO
Load the data of all the encryptionKey objects and returns them as a list
selectEncryptionKeysReferenceList(Plugin) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyDAO
Load the data of all the encryptionKey objects and returns them as a referenceList
selectEncryptionKeysReferenceList(Plugin) - Method in interface fr.paris.lutece.plugins.grukeydiversification.business.IEncryptionKeyDAO
Load the data of all the encryptionKey objects and returns them as a referenceList
selectIdEncryptionKeysList(Plugin) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyDAO
Load the id of all the encryptionKey objects and returns them as a list
selectIdEncryptionKeysList(Plugin) - Method in interface fr.paris.lutece.plugins.grukeydiversification.business.IEncryptionKeyDAO
Load the id of all the encryptionKey objects and returns them as a list
setAccountLogin(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setAccountLogin(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setAttributes(Map<String, AttributeDto>) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.DecryptedIdentityDto
setAttributes(Map<String, AttributeDto>) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.EncryptedIdentityDto
setBirthDate(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setBirthDate(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setCode(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKey
Sets the Code
setConnectionId(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setConnectionId(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setConnectionId(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.DecryptedIdentityDto
setConnectionId(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.EncryptedIdentityDto
setCustomerId(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.DecryptedIdentityDto
setCustomerId(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.web.rs.dto.EncryptedIdentityDto
setEmail(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setEmail(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setExtrasAttributes(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setExtrasAttributes(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setFamilyname(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setFamilyname(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setFirstname(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setFirstname(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setFixedPhoneNumber(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setFixedPhoneNumber(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setHasAccount(boolean) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setHasAccount(boolean) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setId(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setId(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setId(int) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKey
Sets the Id
setIdTitle(int) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setIdTitle(int) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setIsEmailVerified(boolean) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setIsEmailVerified(boolean) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setIsMobilePhoneVerified(boolean) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setIsMobilePhoneVerified(boolean) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setKey(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKey
Sets the Key
setLastname(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setLastname(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
setMobilePhone(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.DecryptedCustomer
setMobilePhone(String) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.customer.EncryptedCustomer
store(EncryptionKey, Plugin) - Method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyDAO
Update the record in the table
store(EncryptionKey, Plugin) - Method in interface fr.paris.lutece.plugins.grukeydiversification.business.IEncryptionKeyDAO
Update the record in the table

U

update(EncryptionKey) - Static method in class fr.paris.lutece.plugins.grukeydiversification.business.EncryptionKeyHome
Update of the encryptionKey which is specified in parameter
A C D E F G I L R S U 
Skip navigation links

Copyright © 2017 City of Paris. All rights reserved.