Package com.atlassian.bitbucket.nav
Interface NavBuilder.Login
- All Superinterfaces:
NavBuilder.Builder<NavBuilder.Login>
,NavBuilder.NavigationStep<NavBuilder.Login>
- Enclosing interface:
- NavBuilder
Builds a login URL for the with an option of adding "next" as a query parameter with the current request url
or the passed in url
-
Method Summary
Modifier and TypeMethodDescriptionadmin()
Return an URL that will open a login page requiring theadmin permission
to log-in.embedded()
Return a login URL that points to the embedded version of the login form, suitable to display in a frame in other applications.sysadmin()
Return an URL that will open a login page requiring theadmin permission
to log-in.Methods inherited from interface com.atlassian.bitbucket.nav.NavBuilder.Builder
buildAbsolute, buildConfigured, buildRelative, buildRelNoContext, withParam
Methods inherited from interface com.atlassian.bitbucket.nav.NavBuilder.NavigationStep
next, next
-
Method Details
-
embedded
Return a login URL that points to the embedded version of the login form, suitable to display in a frame in other applications.- Returns:
- URL to the embedded login form
-
admin
Return an URL that will open a login page requiring theadmin permission
to log-in.- Returns:
- login form guarding a resource available to administrators only
-
sysadmin
Return an URL that will open a login page requiring theadmin permission
to log-in.- Returns:
- login form guarding a resource available to administrators only
-