Interface LogoutPageProvider
-
- All Superinterfaces:
ServerExtension
,TeamCityExtension
public interface LogoutPageProvider extends ServerExtension
An extension to provide a custom logout URL.- Since:
- 8.1
- Author:
- Maxim Podkolzine (maxim.podkolzine@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLogoutUrl(javax.servlet.http.HttpServletRequest request)
Returns the logout URL.
-
-
-
Method Detail
-
getLogoutUrl
@NotNull String getLogoutUrl(@NotNull javax.servlet.http.HttpServletRequest request)
Returns the logout URL.- Parameters:
request
- current HTTP request- Returns:
- logout URL
-
-