Package | Description |
---|---|
fr.paris.lutece.plugins.identitystore.business |
Modifier and Type | Method and Description |
---|---|
static List<AttributeRight> |
ClientApplicationHome.selectApplicationRights(ClientApplication clientApp)
returns rights of provided application
|
List<AttributeRight> |
IAttributeRightDAO.selectAttributeRights(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
retrieve all attributes and its rights for provided application
|
List<AttributeRight> |
AttributeRightDAO.selectAttributeRights(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
retrieve all attributes and its rights for provided application
|
Modifier and Type | Method and Description |
---|---|
void |
IAttributeRightDAO.insert(AttributeRight attributeRight,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
AttributeRightDAO.insert(AttributeRight attributeRight,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IAttributeRightDAO.store(AttributeRight attributeRight,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
AttributeRightDAO.store(AttributeRight attributeRight,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
Modifier and Type | Method and Description |
---|---|
static void |
ClientApplicationHome.addAttributeRights(List<AttributeRight> lstAttributeRights)
add rights to the application
|
Copyright © 2018 City of Paris. All rights reserved.