public interface RightContextConvertor
RightManager.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.Modifier and Type | Method and Description |
---|---|
Set<Object> |
convert(Object object)
Converts the object.
|