Liferay 7.0-ce-m3

Uses of Class
com.liferay.portal.kernel.spring.osgi.OSGiBeanProperties

Packages that use OSGiBeanProperties
com.liferay.portal.kernel.spring.osgi   
com.liferay.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
com.liferay.portal.service.permission This package defines the portal service permission interfaces and utilities. 
com.liferay.portal.struts   
com.liferay.portlet.blogs.service.permission   
com.liferay.portlet.documentlibrary.service.permission   
com.liferay.portlet.journal.service.permission   
com.liferay.portlet.messageboards.service.permission   
com.liferay.portlet.shopping.service.permission   
com.liferay.portlet.softwarecatalog.service.permission   
com.liferay.portlet.wiki.service.permission   
 

Uses of OSGiBeanProperties in com.liferay.portal.kernel.spring.osgi
 

Methods in com.liferay.portal.kernel.spring.osgi with parameters of type OSGiBeanProperties
static Map<String,Object> OSGiBeanProperties.Convert.toMap(OSGiBeanProperties osgiBeanProperties)
          Returns a properties map representing the OSGiBeanProperties instance.
 

Uses of OSGiBeanProperties in com.liferay.portal.security.auth
 

Classes in com.liferay.portal.security.auth with annotations of type OSGiBeanProperties
 class BasicAuthHeaderAutoLogin
           1.
 class DigestAuthenticationAuthVerifier
           
 class ParameterAutoLogin
           
 class PortalSessionAuthVerifier
           
 class TunnelingServletAuthVerifier
           
 

Uses of OSGiBeanProperties in com.liferay.portal.service.permission
 

Classes in com.liferay.portal.service.permission with annotations of type OSGiBeanProperties
 class GroupPermissionImpl
           
 class LayoutPermissionImpl
           
 class UserPermissionImpl
           
 

Uses of OSGiBeanProperties in com.liferay.portal.struts
 

Classes in com.liferay.portal.struts with annotations of type OSGiBeanProperties
 class DoIncludeJSPDynamicInclude
           
 

Uses of OSGiBeanProperties in com.liferay.portlet.blogs.service.permission
 

Classes in com.liferay.portlet.blogs.service.permission with annotations of type OSGiBeanProperties
 class BlogsEntryPermission
           
 class BlogsPermission
           
 

Uses of OSGiBeanProperties in com.liferay.portlet.documentlibrary.service.permission
 

Classes in com.liferay.portlet.documentlibrary.service.permission with annotations of type OSGiBeanProperties
 class DLFileEntryPermission
           
 class DLFolderPermission
           
 class DLPermission
           
 

Uses of OSGiBeanProperties in com.liferay.portlet.journal.service.permission
 

Classes in com.liferay.portlet.journal.service.permission with annotations of type OSGiBeanProperties
 class JournalArticlePermission
           
 class JournalFeedPermission
           
 class JournalFolderPermission
           
 class JournalPermission
           
 

Uses of OSGiBeanProperties in com.liferay.portlet.messageboards.service.permission
 

Classes in com.liferay.portlet.messageboards.service.permission with annotations of type OSGiBeanProperties
 class MBCategoryPermission
           
 class MBDiscussionPermission
           
 class MBMessagePermission
           
 class MBPermission
           
 class MBThreadPermission
           
 

Uses of OSGiBeanProperties in com.liferay.portlet.shopping.service.permission
 

Classes in com.liferay.portlet.shopping.service.permission with annotations of type OSGiBeanProperties
 class ShoppingCategoryPermission
           
 class ShoppingItemPermission
           
 

Uses of OSGiBeanProperties in com.liferay.portlet.softwarecatalog.service.permission
 

Classes in com.liferay.portlet.softwarecatalog.service.permission with annotations of type OSGiBeanProperties
 class SCFrameworkVersionPermission
           
 class SCProductEntryPermission
           
 

Uses of OSGiBeanProperties in com.liferay.portlet.wiki.service.permission
 

Classes in com.liferay.portlet.wiki.service.permission with annotations of type OSGiBeanProperties
 class WikiNodePermission
           
 class WikiPagePermission
           
 


Liferay 7.0-ce-m3