|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.security.auth.PrincipalException
com.liferay.portal.security.auth.PrincipalException.MustHavePermission
public static class PrincipalException.MustHavePermission
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.liferay.portal.security.auth.PrincipalException |
|---|
PrincipalException.MustBeAuthenticated, PrincipalException.MustBeCompanyAdmin, PrincipalException.MustBeEnabled, PrincipalException.MustBeInvokedUsingPost, PrincipalException.MustBeOmniadmin, PrincipalException.MustBePortletStrutsPath, PrincipalException.MustHavePermission |
| Field Summary | |
|---|---|
String[] |
actionId
|
long |
resourceId
|
String |
resourceName
|
long |
userId
|
| Constructor Summary | |
|---|---|
PrincipalException.MustHavePermission(long userId,
String... actionIds)
|
|
PrincipalException.MustHavePermission(long userId,
String resourceName,
long resourceId,
String... actionIds)
|
|
PrincipalException.MustHavePermission(PermissionChecker permissionChecker,
String... actionIds)
|
|
PrincipalException.MustHavePermission(PermissionChecker permissionChecker,
String resourceName,
long resourceId,
String... actionIds)
|
|
| Method Summary |
|---|
| Methods inherited from class com.liferay.portal.security.auth.PrincipalException |
|---|
getNestedClasses |
| Methods inherited from class java.lang.Throwable |
|---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String[] actionId
public final long resourceId
public final String resourceName
public final long userId
| Constructor Detail |
|---|
public PrincipalException.MustHavePermission(long userId,
String... actionIds)
public PrincipalException.MustHavePermission(long userId,
String resourceName,
long resourceId,
String... actionIds)
public PrincipalException.MustHavePermission(PermissionChecker permissionChecker,
String... actionIds)
public PrincipalException.MustHavePermission(PermissionChecker permissionChecker,
String resourceName,
long resourceId,
String... actionIds)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||