Class PrincipalException.MustHaveSessionCSRFToken
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.security.auth.PrincipalException
com.liferay.portal.kernel.security.auth.PrincipalException.MustHaveSessionCSRFToken
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PrincipalException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.kernel.security.auth.PrincipalException
PrincipalException.MustBeAuthenticated, PrincipalException.MustBeCompanyAdmin, PrincipalException.MustBeEnabled, PrincipalException.MustBeGroupAdmin, PrincipalException.MustBeInvokedUsingPost, PrincipalException.MustBeOmniadmin, PrincipalException.MustBePortletStrutsPath, PrincipalException.MustHavePermission, PrincipalException.MustHaveSessionCSRFToken, PrincipalException.MustHaveValidCSRFToken
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMustHaveSessionCSRFToken
(long userId, String origin) MustHaveSessionCSRFToken
(long userId, String origin, Throwable throwable) -
Method Summary
Methods inherited from class com.liferay.portal.kernel.security.auth.PrincipalException
getNestedClasses
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
origin
-
userId
public final long userId
-
-
Constructor Details
-
MustHaveSessionCSRFToken
-
MustHaveSessionCSRFToken
-