List of usage examples for com.liferay.portal.kernel.security.permission BasePermissionPropagator subclass-usage
From source file com.liferay.message.boards.web.internal.security.permission.MBPermissionPropagatorImpl.java
/** * @author Kenneth Chang * @author Hugo Huijser */ @Component(immediate = true, property = { "javax.portlet.name=" + MBPortletKeys.MESSAGE_BOARDS, "javax.portlet.name=" + MBPortletKeys.MESSAGE_BOARDS_ADMIN }, service = PermissionPropagator.class)
From source file com.liferay.wiki.web.internal.security.permission.WikiPermissionPropagatorImpl.java
/** * @author Hugo Huijser * @author Angelo Jefferson */ @Component(immediate = true, property = { "javax.portlet.name=" + WikiPortletKeys.WIKI, "javax.portlet.name=" + WikiPortletKeys.WIKI_ADMIN,