public class EmbeddedLoginNotAllowedException
extends org.springframework.security.core.AuthenticationException
AuthorizationServer receiving the request did not allow embedded login.| Constructor and Description |
|---|
EmbeddedLoginNotAllowedException(String authServerId,
String clientId,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthServerId()
ID of the
AuthorizationServer that received the request. |
String |
getClientId()
ID of the
AuthorizedClient that received the request. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getAuthServerId()
AuthorizationServer that received the request.public String getClientId()
AuthorizedClient that received the request.Copyright © 2021. All rights reserved.