Interface LoginProviderLinkComputer
- All Known Implementing Classes:
OpenIDConnectProvider
,SAMLAuthenticationProvider
public interface LoginProviderLinkComputer
- Since:
- 5.7
- Author:
- Tiry
-
Method Summary
Modifier and TypeMethodDescriptioncomputeUrl
(javax.servlet.http.HttpServletRequest req, String requestedUrl) Compute Url that should be used to login via this login provider.
-
Method Details
-
computeUrl
Compute Url that should be used to login via this login provider. Because the url can depend onb the context, it is computed by this method rather than using a static property- Since:
- 5.7
-