Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.security.auth.PrincipalException

Packages that use PrincipalException
com.liferay.portal.repository.cmis   
com.liferay.portal.repository.liferayrepository   
com.liferay.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.permission This package defines the portal service permission interfaces and utilities. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.http   
com.liferay.portlet.trash.service.impl   
 

Uses of PrincipalException in com.liferay.portal.repository.cmis
 

Methods in com.liferay.portal.repository.cmis that throw PrincipalException
protected  void CMISRepository.checkUpdatable(Set<org.apache.chemistry.opencmis.commons.enums.Action> allowableActionsSet, Map<String,Object> properties, org.apache.chemistry.opencmis.commons.data.ContentStream contentStream)
           
static Session CMISRepositoryUtil.createSession(Map<String,String> parameters)
           
 

Uses of PrincipalException in com.liferay.portal.repository.liferayrepository
 

Methods in com.liferay.portal.repository.liferayrepository that throw PrincipalException
protected abstract  void LiferayRepositoryBase.initByFileEntryId(long fileEntryId)
           
protected  void LiferayRepository.initByFileEntryId(long fileEntryId)
           
protected  void LiferayLocalRepository.initByFileEntryId(long fileEntryId)
           
protected abstract  void LiferayRepositoryBase.initByFileVersionId(long fileVersionId)
           
protected  void LiferayRepository.initByFileVersionId(long fileVersionId)
           
protected  void LiferayLocalRepository.initByFileVersionId(long fileVersionId)
           
protected abstract  void LiferayRepositoryBase.initByFolderId(long folderId)
           
protected  void LiferayRepository.initByFolderId(long folderId)
           
protected  void LiferayLocalRepository.initByFolderId(long folderId)
           
 

Constructors in com.liferay.portal.repository.liferayrepository that throw PrincipalException
LiferayLocalRepository(RepositoryLocalService repositoryLocalService, RepositoryService repositoryService, DLAppHelperLocalService dlAppHelperLocalService, DLFileEntryLocalService dlFileEntryLocalService, DLFileEntryService dlFileEntryService, DLFileEntryTypeLocalService dlFileEntryTypeLocalService, DLFileVersionLocalService dlFileVersionLocalService, DLFileVersionService dlFileVersionService, DLFolderLocalService dlFolderLocalService, DLFolderService dlFolderService, ResourceLocalService resourceLocalService, long folderId, long fileEntryId, long fileVersionId)
           
LiferayRepository(RepositoryLocalService repositoryLocalService, RepositoryService repositoryService, DLAppHelperLocalService dlAppHelperLocalService, DLFileEntryLocalService dlFileEntryLocalService, DLFileEntryService dlFileEntryService, DLFileEntryTypeLocalService dlFileEntryTypeLocalService, DLFileVersionLocalService dlFileVersionLocalService, DLFileVersionService dlFileVersionService, DLFolderLocalService dlFolderLocalService, DLFolderService dlFolderService, ResourceLocalService resourceLocalService, long folderId, long fileEntryId, long fileVersionId)
           
LiferayRepositoryBase(RepositoryLocalService repositoryLocalService, RepositoryService repositoryService, DLAppHelperLocalService dlAppHelperLocalService, DLFileEntryLocalService dlFileEntryLocalService, DLFileEntryService dlFileEntryService, DLFileEntryTypeLocalService dlFileEntryTypeLocalService, DLFileVersionLocalService dlFileVersionLocalService, DLFileVersionService dlFileVersionService, DLFolderLocalService dlFolderLocalService, DLFolderService dlFolderService, ResourceLocalService resourceLocalService, long folderId, long fileEntryId, long fileVersionId)
           
 

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

Methods in com.liferay.portal.security.auth that throw PrincipalException
 void SessionAuthToken.check(javax.servlet.http.HttpServletRequest request)
           
 void AuthToken.checkCSRFToken(javax.servlet.http.HttpServletRequest request, String origin)
           
 void AuthTokenWrapper.checkCSRFToken(javax.servlet.http.HttpServletRequest request, String origin)
           
static void AuthTokenUtil.checkCSRFToken(javax.servlet.http.HttpServletRequest request, String origin)
           
 void SessionAuthToken.checkCSRFToken(javax.servlet.http.HttpServletRequest request, String origin)
           
 

Uses of PrincipalException in com.liferay.portal.service
 

Methods in com.liferay.portal.service that throw PrincipalException
 long BaseServiceImpl.getGuestOrUserId()
           
 PermissionChecker BaseServiceImpl.getPermissionChecker()
           
 long BaseServiceImpl.getUserId()
           
 

Uses of PrincipalException in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that throw PrincipalException
 long PrincipalBean.getGuestOrUserId()
          Deprecated.  
 PermissionChecker PrincipalBean.getPermissionChecker()
          Deprecated.  
 long PrincipalBean.getUserId()
          Deprecated.  
 

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

Methods in com.liferay.portal.service.permission that throw PrincipalException
 void UserPermission.check(PermissionChecker permissionChecker, long userId, long[] organizationIds, String actionId)
           
static void UserPermissionUtil.check(PermissionChecker permissionChecker, long userId, long[] organizationIds, String actionId)
           
 void UserPermissionImpl.check(PermissionChecker permissionChecker, long userId, long[] organizationIds, String actionId)
           
 void UserPermission.check(PermissionChecker permissionChecker, long userId, long organizationId, long locationId, String actionId)
          Deprecated. As of 6.1.0
static void UserPermissionUtil.check(PermissionChecker permissionChecker, long userId, long organizationId, long locationId, String actionId)
          Deprecated. As of 6.1.0
 void UserPermissionImpl.check(PermissionChecker permissionChecker, long userId, long organizationId, long locationId, String actionId)
          Deprecated. As of 6.2.0, replaced by UserPermissionImpl.check(PermissionChecker, long, long[], String)
 void UserPermission.check(PermissionChecker permissionChecker, long userId, String actionId)
           
 void LayoutPrototypePermission.check(PermissionChecker permissionChecker, long layoutPrototypeId, String actionId)
           
static void LayoutSetPrototypePermissionUtil.check(PermissionChecker permissionChecker, long layoutSetPrototypeId, String actionId)
           
static void PasswordPolicyPermissionUtil.check(PermissionChecker permissionChecker, long passwordPolicyId, String actionId)
           
 void RolePermission.check(PermissionChecker permissionChecker, long roleId, String actionId)
           
 void UserGroupPermission.check(PermissionChecker permissionChecker, long userGroupId, String actionId)
           
static void UserGroupPermissionUtil.check(PermissionChecker permissionChecker, long userGroupId, String actionId)
           
static void UserPermissionUtil.check(PermissionChecker permissionChecker, long userId, String actionId)
           
static void LayoutPrototypePermissionUtil.check(PermissionChecker permissionChecker, long layoutPrototypeId, String actionId)
           
 void PasswordPolicyPermission.check(PermissionChecker permissionChecker, long passwordPolicyId, String actionId)
           
 void LayoutSetPrototypePermission.check(PermissionChecker permissionChecker, long layoutSetPrototypeId, String actionId)
           
static void RolePermissionUtil.check(PermissionChecker permissionChecker, long roleId, String actionId)
           
 void UserPermissionImpl.check(PermissionChecker permissionChecker, long userId, String actionId)
           
 void LayoutPrototypePermissionImpl.check(PermissionChecker permissionChecker, long layoutPrototypeId, String actionId)
           
 void LayoutSetPrototypePermissionImpl.check(PermissionChecker permissionChecker, long layoutSetPrototypeId, String actionId)
           
 void PasswordPolicyPermissionImpl.check(PermissionChecker permissionChecker, long passwordPolicyId, String actionId)
           
 void UserGroupPermissionImpl.check(PermissionChecker permissionChecker, long userGroupId, String actionId)
           
 void RolePermissionImpl.check(PermissionChecker permissionChecker, long roleId, String actionId)
           
 void PortalPermission.check(PermissionChecker permissionChecker, String actionId)
           
static void PortalPermissionUtil.check(PermissionChecker permissionChecker, String actionId)
           
 void PortalPermissionImpl.check(PermissionChecker permissionChecker, String actionId)
           
 

Uses of PrincipalException in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type PrincipalException
protected  ActionResult SecurityPortletContainerWrapper.processActionException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, PrincipalException e)
           
protected  void SecurityPortletContainerWrapper.processServeResourceException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, PrincipalException e)
           
 

Uses of PrincipalException in com.liferay.portlet.trash.service
 

Methods in com.liferay.portlet.trash.service that throw PrincipalException
static TrashEntryList TrashEntryServiceUtil.getEntries(long groupId)
          Returns the trash entries with the matching group ID.
 TrashEntryList TrashEntryServiceWrapper.getEntries(long groupId)
          Returns the trash entries with the matching group ID.
 TrashEntryList TrashEntryService.getEntries(long groupId)
          Returns the trash entries with the matching group ID.
static TrashEntryList TrashEntryServiceUtil.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 TrashEntryList TrashEntryServiceWrapper.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 TrashEntryList TrashEntryService.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 

Uses of PrincipalException in com.liferay.portlet.trash.service.http
 

Methods in com.liferay.portlet.trash.service.http that throw PrincipalException
static TrashEntryList TrashEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal, long groupId)
           
static TrashEntryList TrashEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal, long groupId, int start, int end, OrderByComparator obc)
           
 

Uses of PrincipalException in com.liferay.portlet.trash.service.impl
 

Methods in com.liferay.portlet.trash.service.impl that throw PrincipalException
 TrashEntryList TrashEntryServiceImpl.getEntries(long groupId)
          Returns the trash entries with the matching group ID.
 TrashEntryList TrashEntryServiceImpl.getEntries(long groupId, int start, int end, OrderByComparator obc)
          Returns a range of all the trash entries matching the group ID.
 


Liferay 6.2-ce-ga5