public class DevelopmentLoginClientServiceImpl extends Object implements DevelopmentLoginClientService
Constructor and Description |
---|
DevelopmentLoginClientServiceImpl() |
Modifier and Type | Method and Description |
---|---|
AuthenticationManager |
getAuthenticationManager() |
javax.ws.rs.core.Response |
login(String userId,
String password,
HttpServletRequest request) |
javax.ws.rs.core.Response |
logout(HttpServletRequest request) |
void |
setAuthenticationManager(AuthenticationManager authenticationManager) |
public DevelopmentLoginClientServiceImpl()
public javax.ws.rs.core.Response login(String userId, String password, HttpServletRequest request)
login
in interface DevelopmentLoginClientService
public javax.ws.rs.core.Response logout(@Context HttpServletRequest request)
logout
in interface DevelopmentLoginClientService
public void setAuthenticationManager(AuthenticationManager authenticationManager)
public AuthenticationManager getAuthenticationManager()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.