Class AuthenticationCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.core.AuthenticationException
-
- org.springframework.security.openid.AuthenticationCancelledException
-
- All Implemented Interfaces:
java.io.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 byspring-security-oauth2
.Indicates that OpenID authentication was cancelled- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationCancelledException(java.lang.String msg)
Deprecated.AuthenticationCancelledException(java.lang.String msg, java.lang.Throwable cause)
Deprecated.
-