public interface Header
| Modifier and Type | Method and Description |
|---|---|
WebSudoBanner |
getWebSudoBanner() |
boolean |
isLoggedIn() |
<M extends Page> |
logout(Class<M> nextPage)
Logs out the user if currently logged in and sends the browser to the next page.
|
boolean isLoggedIn()
<M extends Page> M logout(Class<M> nextPage)
M - The page typenextPage - The next page to visit, which may involve changing the URL. Cannot be null.WebSudoBanner getWebSudoBanner()
Copyright © 2015 Atlassian. All rights reserved.