Interface LoginPageProvider
-
- All Superinterfaces:
ServerExtension,TeamCityExtension
- All Known Subinterfaces:
WebLoginModel,WebLoginModelEx
- All Known Implementing Classes:
WebLoginModelImpl
public interface LoginPageProvider extends ServerExtension
- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLoginPageUrl(javax.servlet.http.HttpServletRequest request)Returns URL to a page which should be used as login page in TeamCity.
-
-
-
Method Detail
-
getLoginPageUrl
@NotNull String getLoginPageUrl(@NotNull javax.servlet.http.HttpServletRequest request)
Returns URL to a page which should be used as login page in TeamCity.- Returns:
- see above
- Since:
- 6.0
-
-