public class LoginGadgetResource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoginGadgetResource.LoginProperties |
Constructor and Description |
---|
LoginGadgetResource(JiraAuthenticationContext authenticationContext,
LoginService loginService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
checkLogin(javax.servlet.http.HttpServletRequest request)
Login should have already occurred by now due to the Seraph Login filter.
|
public LoginGadgetResource(JiraAuthenticationContext authenticationContext, LoginService loginService)
public javax.ws.rs.core.Response checkLogin(@Context javax.servlet.http.HttpServletRequest request)
LoginResult
to see how things went.LoginGadgetResource.LoginProperties
sent back.Copyright © 2002-2022 Atlassian. All Rights Reserved.