|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.rbac.ResourceIdService
fr.paris.lutece.plugins.mylutece.service.MyLuteceResourceIdService
public class MyLuteceResourceIdService
class RoleResourceIdService
Field Summary | |
---|---|
static String |
PERMISSION_CREATE_ATTRIBUTE
|
static String |
PERMISSION_DELETE_ATTRIBUTE
|
static String |
PERMISSION_MANAGE_AUTHENTICATION_FILTER
|
static String |
PERMISSION_MODIFY_ATTRIBUTE
|
static String |
RESOURCE_TYPE
Permission assign role |
Constructor Summary | |
---|---|
MyLuteceResourceIdService()
Creates a new instance of RoleResourceIdService |
Method Summary | |
---|---|
fr.paris.lutece.util.ReferenceList |
getResourceIdList(Locale locale)
Returns a list of role resource ids |
String |
getTitle(String strId,
Locale locale)
Returns the Title of a given resource |
void |
register()
Initializes the service |
Methods inherited from class fr.paris.lutece.portal.service.rbac.ResourceIdService |
---|
getPluginName, setPluginName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RESOURCE_TYPE
public static final String PERMISSION_CREATE_ATTRIBUTE
public static final String PERMISSION_MODIFY_ATTRIBUTE
public static final String PERMISSION_DELETE_ATTRIBUTE
public static final String PERMISSION_MANAGE_AUTHENTICATION_FILTER
Constructor Detail |
---|
public MyLuteceResourceIdService()
Method Detail |
---|
public void register()
register
in class fr.paris.lutece.portal.service.rbac.ResourceIdService
public fr.paris.lutece.util.ReferenceList getResourceIdList(Locale locale)
getResourceIdList
in class fr.paris.lutece.portal.service.rbac.ResourceIdService
locale
- The current locale
public String getTitle(String strId, Locale locale)
getTitle
in class fr.paris.lutece.portal.service.rbac.ResourceIdService
strId
- The Id of the resourcelocale
- The current locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |