Class EmbeddedRegistrationNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.auth.authorization.security.embedded.exception.EmbeddedRegistrationNotAllowedException
- All Implemented Interfaces:
Serializable
Indicates that there was an attempt to register a user using embedded registration when the
AuthorizationServer
receiving the request did not allow embedded registration.- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
ConstructorDescriptionEmbeddedRegistrationNotAllowedException
(String authServerId, String clientId) EmbeddedRegistrationNotAllowedException
(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
-
EmbeddedRegistrationNotAllowedException
-
EmbeddedRegistrationNotAllowedException
-
-
Method Details
-
getAuthServerId
ID of theAuthorizationServer
that received the request. -
getClientId
ID of theAuthorizedClient
that received the request.
-