public class ResourceOwnerAuthenticationRequired extends OAuth2Exception
Constructor and Description |
---|
ResourceOwnerAuthenticationRequired(URI redirectUri)
Constructs a new ResourceOwnerAuthenticationRequired instance with the specified redirect uri.
|
Modifier and Type | Method and Description |
---|---|
URI |
getRedirectUri()
Gets the redirect uri of the login page.
|
getError, getParameterLocation, getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceOwnerAuthenticationRequired(URI redirectUri)
redirectUri
- The redirect uri of the login page for the user agent to be redirected to.public URI getRedirectUri()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.