public class Profile extends Object implements fr.paris.lutece.portal.service.rbac.RBACResource
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE |
| Constructor and Description |
|---|
Profile() |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileAction> |
getActions() |
String |
getDescription()
Returns the profile's description
|
String |
getKey()
Gets the profile key
|
String |
getResourceId()
RBAC resource implementation
|
String |
getResourceTypeCode()
RBAC resource implementation
|
void |
setActions(List<ProfileAction> profileActions)
set a list of action can be use for the directory
|
void |
setDescription(String strDescription)
Sets the profile's description
|
void |
setKey(String strKey)
Sets the profile key
|
public static final String RESOURCE_TYPE
public String getKey()
public void setKey(String strKey)
strKey - The Keypublic String getDescription()
public void setDescription(String strDescription)
strDescription - The profile's descriptionpublic String getResourceId()
getResourceId in interface fr.paris.lutece.portal.service.rbac.RBACResourcepublic String getResourceTypeCode()
getResourceTypeCode in interface fr.paris.lutece.portal.service.rbac.RBACResourcepublic List<ProfileAction> getActions()
public void setActions(List<ProfileAction> profileActions)
profileActions - a list of action must be use for the profileCopyright © 2018 City of Paris. All rights reserved.