Class InvalidAsymmetricJwtException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(code=UNAUTHORIZED,
                    reason="Invalid JWT for install hook")
    public class InvalidAsymmetricJwtException
    extends org.springframework.security.core.AuthenticationException
    An authentication exception thrown when Asymmetric JWT authentication failed during install/uninstall lifecycle
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidAsymmetricJwtException

        public InvalidAsymmetricJwtException​(String message)