Package | Description |
---|---|
fr.paris.lutece.plugins.identitystore.business | |
fr.paris.lutece.plugins.identitystore.service |
Modifier and Type | Method and Description |
---|---|
static IdentityAttribute |
IdentityAttributeHome.create(IdentityAttribute identityAttribute)
Create an instance of the identityAttribute class
|
static IdentityAttribute |
IdentityAttributeHome.findByPrimaryKey(int nIdentityId,
int nAttributeId)
Returns an instance of a identityAttribute whose identifier is specified in parameter
|
static IdentityAttribute |
IdentityAttributeHome.getAttribute(int nIdentityId,
String strAttributeKey,
String strApplicationCode)
Load the data of an attribute for a given identity ID and attribute key which is allowed for the client application provided
|
IdentityAttribute |
IIdentityAttributeDAO.load(int nIdentityId,
int nAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
IdentityAttribute |
IdentityAttributeDAO.load(int nIdentityId,
int nAttributeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
IdentityAttribute |
IIdentityAttributeDAO.selectAttribute(int nIdentityId,
String strAttributeKey,
String strApplicationCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of an attribute for a given identity ID and attribute key which is allowed for the client application provided
|
IdentityAttribute |
IdentityAttributeDAO.selectAttribute(int nIdentityId,
String strAttributeKey,
String strApplicationCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of an attribute for a given identity ID and attribute key which is allowed for the client application provided
|
static IdentityAttribute |
IdentityAttributeHome.update(IdentityAttribute identityAttribute)
Update of the identityAttribute which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
Map<String,IdentityAttribute> |
Identity.getAttributes() |
static Map<String,IdentityAttribute> |
IdentityAttributeHome.getAttributes(int nIdentityId)
Deprecated.
Use
IdentityAttributeHome.getAttributes(int, String ) method instead |
static Map<String,IdentityAttribute> |
IdentityAttributeHome.getAttributes(int nIdentityId,
String strApplicationCode)
Load the data of all attributes for a given identity ID which are allowed for the client application provided
|
Map<String,IdentityAttribute> |
IIdentityAttributeDAO.selectAttributes(int nIdentityId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the identityAttribute objects and returns them as a list
|
Map<String,IdentityAttribute> |
IdentityAttributeDAO.selectAttributes(int nIdentityId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the identityAttribute objects and returns them as a list
|
Map<String,IdentityAttribute> |
IIdentityAttributeDAO.selectAttributes(int nIdentityId,
String strApplicationCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all attributes for a given identity ID which are alowed for the client application provided
|
Map<String,IdentityAttribute> |
IdentityAttributeDAO.selectAttributes(int nIdentityId,
String strApplicationCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all attributes for a given identity ID which are alowed for the client application provided
|
Modifier and Type | Method and Description |
---|---|
static IdentityAttribute |
IdentityAttributeHome.create(IdentityAttribute identityAttribute)
Create an instance of the identityAttribute class
|
void |
IIdentityAttributeDAO.insert(IdentityAttribute identityAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IdentityAttributeDAO.insert(IdentityAttribute identityAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IIdentityAttributeDAO.store(IdentityAttribute identityAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
IdentityAttributeDAO.store(IdentityAttribute identityAttribute,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static IdentityAttribute |
IdentityAttributeHome.update(IdentityAttribute identityAttribute)
Update of the identityAttribute which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
void |
Identity.setAttributes(Map<String,IdentityAttribute> mapAttributes) |
Modifier and Type | Method and Description |
---|---|
static IdentityAttribute |
IdentityStoreService.getAttribute(String strConnectionId,
String strAttributeKey,
String strClientApplicationCode)
returns attributes from connection id
|
Copyright © 2018 City of Paris. All rights reserved.