Package io.micronaut.security.oauth2.url
Interface AbsoluteUrlBuilder<T>
- Type Parameters:
T
- request
- All Known Subinterfaces:
OauthRouteUrlBuilder<T>
- All Known Implementing Classes:
DefaultOauthRouteUrlBuilder
public interface AbsoluteUrlBuilder<T>
Builds an absolute URL for the current server.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
Method Summary
-
Method Details
-
buildUrl
Builds an absolute URL for the given path.- Parameters:
current
- The current requestpath
- The path- Returns:
- The absolute URL
-