@Component(value="blacklistAwareRedirectResolver") public class BlacklistAwareRedirectResolver extends org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
Constructor and Description |
---|
BlacklistAwareRedirectResolver() |
Modifier and Type | Method and Description |
---|---|
boolean |
isStrictMatch() |
protected boolean |
redirectMatches(String requestedRedirect,
String redirectUri) |
String |
resolveRedirect(String requestedRedirect,
org.springframework.security.oauth2.provider.ClientDetails client) |
void |
setStrictMatch(boolean strictMatch)
Set this to true to require exact string matches for all redirect URIs.
|
public BlacklistAwareRedirectResolver()
public String resolveRedirect(String requestedRedirect, org.springframework.security.oauth2.provider.ClientDetails client) throws org.springframework.security.oauth2.common.exceptions.OAuth2Exception
resolveRedirect
in interface org.springframework.security.oauth2.provider.endpoint.RedirectResolver
resolveRedirect
in class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
org.springframework.security.oauth2.common.exceptions.OAuth2Exception
protected boolean redirectMatches(String requestedRedirect, String redirectUri)
redirectMatches
in class org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver
public boolean isStrictMatch()
public void setStrictMatch(boolean strictMatch)
strictMatch
- the strictMatch to setCopyright © 2022. All rights reserved.