Class EmbeddedLoginNotAllowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
com.broadleafcommerce.auth.user.session.embedded.EmbeddedLoginNotAllowedException
All Implemented Interfaces:
Serializable

public class EmbeddedLoginNotAllowedException extends org.springframework.security.core.AuthenticationException
Indicates that there was an attempt to login a user using embedded login when the AuthorizationServer receiving the request did not allow embedded login.
Author:
Nathan Moore (nathandmoore)
See Also:
  • Constructor Details

    • EmbeddedLoginNotAllowedException

      public EmbeddedLoginNotAllowedException(String authServerId, String clientId, String message)
  • Method Details