Class EmbeddedLoginNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
com.broadleafcommerce.auth.authorization.security.embedded.exception.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 Summary
ConstructorDescriptionEmbeddedLoginNotAllowedException
(String authServerId, String clientId, String message) -
Method Summary
Modifier and TypeMethodDescriptionID of theAuthorizationServer
that received the request.ID of theAuthorizedClient
that received the request.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmbeddedLoginNotAllowedException
-
-
Method Details
-
getAuthServerId
ID of theAuthorizationServer
that received the request. -
getClientId
ID of theAuthorizedClient
that received the request.
-