public class ExactMatchRedirectResolver extends DefaultRedirectResolver
| Constructor and Description |
|---|
ExactMatchRedirectResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
redirectMatches(String requestedRedirect,
String redirectUri)
Whether the requested redirect URI "matches" the specified redirect URI.
|
hostMatches, resolveRedirect, setMatchPorts, setMatchSubdomains, setRedirectGrantTypesprotected boolean redirectMatches(String requestedRedirect, String redirectUri)
redirectMatches in class DefaultRedirectResolverrequestedRedirect - The requested redirect URI.redirectUri - The registered redirect URI.Copyright © 2018. All rights reserved.