public interface RedirectResolver
| Modifier and Type | Method and Description |
|---|---|
String |
resolveRedirect(String requestedRedirect,
ClientDetails client)
Resolve the redirect for the specified client.
|
String resolveRedirect(String requestedRedirect, ClientDetails client) throws OAuth2Exception
requestedRedirect - The redirect that was requested (may not be null).client - The client for which we're resolving the redirect.OAuth2Exception - If the requested redirect is invalid for the specified client.Copyright © 2016. All rights reserved.