Class SocialAuthenticationRedirectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.core.AuthenticationException
-
- org.springframework.social.security.SocialAuthenticationRedirectException
-
- All Implemented Interfaces:
Serializable
public class SocialAuthenticationRedirectException extends org.springframework.security.core.AuthenticationExceptionIndicates the need to perform a redirect in the course of authenticating with a social provider.- Author:
- Stefan Fusseneger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SocialAuthenticationRedirectException(String redirectUrl)SocialAuthenticationRedirectException(URL redirectUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRedirectUrl()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-