Interface LoginProviderLinkComputer
-
- All Known Implementing Classes:
OpenIDConnectProvider
,SAMLAuthenticationProvider
public interface LoginProviderLinkComputer
- Since:
- 5.7
- Author:
- Tiry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
computeUrl(javax.servlet.http.HttpServletRequest req, String requestedUrl)
Compute Url that should be used to login via this login provider.
-