Modifier and Type | Method and Description |
---|---|
static Identity |
IdentityHome.create(Identity identity)
Create an instance of the identity class
|
static Identity |
IdentityHome.findByConnectionId(String strConnectionId)
Find by connection ID
|
static Identity |
IdentityHome.findByConnectionId(String strConnectionId,
String strClientAppCode)
Find by connection ID
|
static Identity |
IdentityHome.findByCustomerId(String strCustomerId,
String strClientAppCode)
Find by customer ID
|
static Identity |
IdentityHome.findByPrimaryKey(int nKey)
Returns an instance of a identity whose identifier is specified in parameter
|
Identity |
IIdentityDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Identity |
IdentityDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Identity |
IIdentityDAO.selectByConnectionId(String strConnectionId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find by connection ID
|
Identity |
IdentityDAO.selectByConnectionId(String strConnectionId,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Identity |
IIdentityDAO.selectByCustomerId(String strCustomerId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find by customer ID
|
Identity |
IdentityDAO.selectByCustomerId(String strCustomerId,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static Identity |
IdentityHome.update(Identity identity)
Update of the identity which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Identity> |
IdentityHome.findAllByConnectionId(String strConnectionId)
Find all identities by connection ID.
|
static List<Identity> |
IdentityHome.findAllByCustomerId(String strCustomerId)
Find all identities by customer ID.
|
static List<Identity> |
IdentityHome.findByAllAttributesValue(String strAttributeValue)
Find all identities matching the query on all Attributes, connection_id and customer_id fields..
|
static List<Identity> |
IdentityHome.findByAttributeValue(String strAttributeId,
String strAttributeValue)
Find by attribute value
|
List<Identity> |
IIdentityDAO.selectAllByConnectionId(String strConnectionId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all identities by connection ID.
|
List<Identity> |
IdentityDAO.selectAllByConnectionId(String strConnectionId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all identities by connection ID.
|
List<Identity> |
IIdentityDAO.selectAllByCustomerId(String strCustomerId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all identities by customer ID.
|
List<Identity> |
IdentityDAO.selectAllByCustomerId(String strCustomerId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all identities by customer ID.
|
List<Identity> |
IIdentityDAO.selectByAllAttributesValue(String strAttributeValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all identities matching the query on all Attributes, connection_id and customer_id fields..
|
List<Identity> |
IdentityDAO.selectByAllAttributesValue(String strAttributeValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all identities matching the query on all Attributes, connection_id and customer_id fields..
|
List<Identity> |
IIdentityDAO.selectByAttributeValue(String strAttributeId,
String strAttributeValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find by a given Attribute value
|
List<Identity> |
IdentityDAO.selectByAttributeValue(String strAttributeId,
String strAttributeValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find by a given Attribute value
|
Modifier and Type | Method and Description |
---|---|
static Identity |
IdentityHome.create(Identity identity)
Create an instance of the identity class
|
void |
IIdentityDAO.insert(Identity identity,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IdentityDAO.insert(Identity identity,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IIdentityDAO.store(Identity identity,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
IdentityDAO.store(Identity identity,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Identity |
IdentityHome.update(Identity identity)
Update of the identity which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
Identity |
IdentityChange.getIdentity()
Returns the Identity
|
static Identity |
IdentityStoreService.getIdentityByConnectionId(String strConnectionId,
String strClientApplicationCode)
returns identity from connection id
|
static Identity |
IdentityStoreService.getIdentityByCustomerId(String strCustomerId,
String strClientApplicationCode)
returns identity from customer id
|
Modifier and Type | Method and Description |
---|---|
void |
IdentityChange.setIdentity(Identity identity)
Sets the Identity
|
Modifier and Type | Method and Description |
---|---|
static AttributeChange |
IdentityStoreNotifyListenerService.buildAttributeChange(Identity identity,
String strKey,
String strValue,
String strOldValue,
ChangeAuthor author,
AttributeCertificate certificate,
boolean bIsCreation)
create and return an AttributeChange from input params
|
Modifier and Type | Method and Description |
---|---|
static fr.paris.lutece.plugins.identitystore.web.rs.dto.IdentityDto |
DtoConverter.convertToDto(Identity identity,
String strClientAppCode)
returns a identityDto initialized from provided identity
|
Copyright © 2018 City of Paris. All rights reserved.