Package org.ametys.core.right
Interface RightContextConvertor
-
- All Known Implementing Classes:
BlogRightsContextConvertor
,Content2ContentTypeRightContextConvertor
,Content2PagesRightContextConvertor
,ContentAttachment2ContentRightContextConvertor
,ContentToModuleRightContextConvertor
,CoursePartRightsContextConvertor
,ODFRightsContextConvertor
,PageAttachment2PageRightContextConvertor
,PageToModuleRootRightContextConvertor
,StringRightContextConvertor
,WorkspaceRightContextConvertor
public interface RightContextConvertor
This interface is for getting, from a single object, a set of object. When callingRightManager.hasRight(org.ametys.core.user.UserIdentity, String, Object)
, the object is converted into a set of objects and the rights are checked on all those converted objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Object>
convert(Object object)
Converts the object.
-