Class AuthenticationCancelledException

All Implemented Interfaces:
Serializable

@Deprecated public class AuthenticationCancelledException extends AuthenticationException
Deprecated.
The OpenID 1.0 and 2.0 protocols have been deprecated and users are encouraged to migrate to OpenID Connect, which is supported by spring-security-oauth2.
Indicates that OpenID authentication was cancelled
See Also:
  • Constructor Details

    • AuthenticationCancelledException

      public AuthenticationCancelledException(String msg)
      Deprecated.
    • AuthenticationCancelledException

      public AuthenticationCancelledException(String msg, Throwable cause)
      Deprecated.