public class EmbeddedRegistrationNotAllowedException extends RuntimeException
AuthorizationServer receiving the request did not allow embedded registration.| Constructor and Description |
|---|
EmbeddedRegistrationNotAllowedException(String authServerId,
String clientId) |
EmbeddedRegistrationNotAllowedException(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 EmbeddedRegistrationNotAllowedException(String authServerId, String clientId)
public String getAuthServerId()
AuthorizationServer that received the request.public String getClientId()
AuthorizedClient that received the request.Copyright © 2021. All rights reserved.