Class 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:
    Serialized Form
    • Constructor Detail

      • EmbeddedLoginNotAllowedException

        public EmbeddedLoginNotAllowedException​(String authServerId,
                                                String clientId,
                                                String message)