Class SocialAuthenticationRedirectException

  • All Implemented Interfaces:
    Serializable

    public class SocialAuthenticationRedirectException
    extends org.springframework.security.core.AuthenticationException
    Indicates the need to perform a redirect in the course of authenticating with a social provider.
    Author:
    Stefan Fusseneger
    See Also:
    Serialized Form
    • Constructor Detail

      • SocialAuthenticationRedirectException

        public SocialAuthenticationRedirectException​(URL redirectUrl)
      • SocialAuthenticationRedirectException

        public SocialAuthenticationRedirectException​(String redirectUrl)
    • Method Detail

      • getRedirectUrl

        public String getRedirectUrl()