Package sonia.scm.security
Class TokenValidationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.authc.AuthenticationException
sonia.scm.security.TokenValidationFailedException
- All Implemented Interfaces:
Serializable
public class TokenValidationFailedException
extends org.apache.shiro.authc.AuthenticationException
Thrown by the
AccessTokenResolver
when an AccessTokenValidator
fails to validate an access token.- Since:
- 2.6.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTokenValidationFailedException
(AccessTokenValidator validator, AccessToken accessToken) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TokenValidationFailedException
-
-
Method Details
-
getValidator
-
getAccessToken
-