com.atlassian.crowd.plugin.rest.admin.controller
Class LoginSessionController

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.admin.controller.LoginSessionController

public class LoginSessionController
extends Object

Manages user session-related interaction with the core of Crowd.


Field Summary
static String CROWD_APPLICATION_KEY
           
protected  org.apache.log4j.Logger logger
           
 
Constructor Summary
LoginSessionController()
           
 
Method Summary
 RestToken authenticate(String username, String password)
           
 void setApplicationService(ApplicationService applicationService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.log4j.Logger logger

CROWD_APPLICATION_KEY

public static final String CROWD_APPLICATION_KEY
See Also:
Constant Field Values
Constructor Detail

LoginSessionController

public LoginSessionController()
Method Detail

authenticate

public RestToken authenticate(String username,
                              String password)

setApplicationService

public void setApplicationService(ApplicationService applicationService)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.