Spring Social

org.springframework.social.security
Class SocialAuthenticationRedirectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.security.core.AuthenticationException
                  extended by org.springframework.social.security.SocialAuthenticationRedirectException
All Implemented Interfaces:
java.io.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 Summary
SocialAuthenticationRedirectException(java.lang.String redirectUrl)
           
SocialAuthenticationRedirectException(java.net.URL redirectUrl)
           
 
Method Summary
 java.lang.String getRedirectUrl()
           
 
Methods inherited from class org.springframework.security.core.AuthenticationException
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocialAuthenticationRedirectException

public SocialAuthenticationRedirectException(java.net.URL redirectUrl)

SocialAuthenticationRedirectException

public SocialAuthenticationRedirectException(java.lang.String redirectUrl)
Method Detail

getRedirectUrl

public java.lang.String getRedirectUrl()

Spring Social