Modifier and Type | Method and Description |
---|---|
static AttributeCertificate |
AttributeCertificateHome.create(AttributeCertificate attributeCertificate)
Create an instance of the attributeCertificate class
|
static AttributeCertificate |
AttributeCertificateHome.findByPrimaryKey(int nKey)
Returns an instance of a attributeCertificate whose identifier is specified in parameter
|
AttributeCertificate |
IdentityAttribute.getCertificate()
Returns the Certificate
|
AttributeCertificate |
IAttributeCertificateDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
AttributeCertificate |
AttributeCertificateDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static AttributeCertificate |
AttributeCertificateHome.update(AttributeCertificate attributeCertificate)
Update of the attributeCertificate which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<AttributeCertificate> |
AttributeCertificateHome.getAttributeCertificatesList()
Load the data of all the attributeCertificate objects and returns them as a list
|
List<AttributeCertificate> |
IAttributeCertificateDAO.selectAttributeCertificatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the attributeCertificate objects and returns them as a list
|
List<AttributeCertificate> |
AttributeCertificateDAO.selectAttributeCertificatesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the attributeCertificate objects and returns them as a list
|
Modifier and Type | Method and Description |
---|---|
static AttributeCertificate |
AttributeCertificateHome.create(AttributeCertificate attributeCertificate)
Create an instance of the attributeCertificate class
|
void |
IAttributeCertificateDAO.insert(AttributeCertificate attributeCertificate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
AttributeCertificateDAO.insert(AttributeCertificate attributeCertificate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IdentityAttribute.setCertificate(AttributeCertificate certificate)
Sets the Certificate
|
void |
IAttributeCertificateDAO.store(AttributeCertificate attributeCertificate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
AttributeCertificateDAO.store(AttributeCertificate attributeCertificate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static AttributeCertificate |
AttributeCertificateHome.update(AttributeCertificate attributeCertificate)
Update of the attributeCertificate which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static void |
IdentityStoreService.setAttribute(Identity identity,
String strKey,
String strValue,
ChangeAuthor author,
AttributeCertificate certificate)
Set an attribute value associated to an 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 AttributeCertificate |
DtoConverter.getCertificate(fr.paris.lutece.plugins.identitystore.web.rs.dto.CertificateDto certificateDto)
returns certificate from Dto
|
Copyright © 2017 City of Paris. All rights reserved.