Liferay 7.0-ce-m6

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

Packages that use PrincipalException
com.liferay.portal.kernel.repository.util   
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.kernel.repository.util
 

Methods in com.liferay.portal.kernel.repository.util that throw PrincipalException
static long RepositoryUserUtil.getUserId()
          Deprecated. As of 7.0.0, with no direct replacement
 

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)
          Deprecated. As of 7.0.0
static void AuthTokenUtil.checkCSRFToken(javax.servlet.http.HttpServletRequest request, String origin)
           
 void AuthToken.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
static void UserPermissionUtil.check(PermissionChecker permissionChecker, long userId, long[] organizationIds, String actionId)
           
 void UserPermission.check(PermissionChecker permissionChecker, long userId, long[] organizationIds, String actionId)
           
 void UserPermissionImpl.check(PermissionChecker permissionChecker, long userId, long[] organizationIds, String actionId)
           
static void UserPermissionUtil.check(PermissionChecker permissionChecker, long userId, long organizationId, long locationId, String actionId)
          Deprecated. As of 6.1.0
 void UserPermission.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)
static void UserGroupPermissionUtil.check(PermissionChecker permissionChecker, long userGroupId, String actionId)
           
static void PasswordPolicyPermissionUtil.check(PermissionChecker permissionChecker, long passwordPolicyId, String actionId)
           
 void PasswordPolicyPermission.check(PermissionChecker permissionChecker, long passwordPolicyId, String actionId)
           
 void LayoutSetPrototypePermission.check(PermissionChecker permissionChecker, long layoutSetPrototypeId, String actionId)
           
 void RolePermission.check(PermissionChecker permissionChecker, long roleId, String actionId)
           
 void UserGroupPermission.check(PermissionChecker permissionChecker, long userGroupId, String actionId)
           
static void RolePermissionUtil.check(PermissionChecker permissionChecker, long roleId, String actionId)
           
static void UserPermissionUtil.check(PermissionChecker permissionChecker, long userId, String actionId)
           
static void LayoutSetPrototypePermissionUtil.check(PermissionChecker permissionChecker, long layoutSetPrototypeId, String actionId)
           
 void UserPermission.check(PermissionChecker permissionChecker, long userId, String actionId)
           
static void LayoutPrototypePermissionUtil.check(PermissionChecker permissionChecker, long layoutPrototypeId, String actionId)
           
 void LayoutPrototypePermission.check(PermissionChecker permissionChecker, long layoutPrototypeId, String actionId)
           
 void UserPermissionImpl.check(PermissionChecker permissionChecker, long userId, String actionId)
           
 void UserGroupPermissionImpl.check(PermissionChecker permissionChecker, long userGroupId, String actionId)
           
 void LayoutSetPrototypePermissionImpl.check(PermissionChecker permissionChecker, long layoutSetPrototypeId, String actionId)
           
 void LayoutPrototypePermissionImpl.check(PermissionChecker permissionChecker, long layoutPrototypeId, String actionId)
           
 void PasswordPolicyPermissionImpl.check(PermissionChecker permissionChecker, long passwordPolicyId, String actionId)
           
 void RolePermissionImpl.check(PermissionChecker permissionChecker, long roleId, String actionId)
           
static void PortalPermissionUtil.check(PermissionChecker permissionChecker, String actionId)
           
 void PortalPermission.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 pe)
           
protected  void SecurityPortletContainerWrapper.processServeResourceException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Portlet portlet, PrincipalException pe)
           
 

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

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


Liferay 7.0-ce-m6