com.atlassian.jira.security.login
Interface LoginStore

All Known Implementing Classes:
LoginStoreImpl

public interface LoginStore

The store for saving user login information

Since:
v4.0

Method Summary
 LoginInfo getLoginInfo(User user)
          Called to get the login information about a user
 void storeLoginInfo(User user)
          Called to store login information about a user
 

Method Detail

storeLoginInfo

void storeLoginInfo(User user)
Called to store login information about a user

Parameters:
user - the user in play. This MUST not be null

getLoginInfo

LoginInfo getLoginInfo(User user)
Called to get the login information about a user

Parameters:
user - the user in play. This MUST not be null.
Returns:
a non null LoginInfo object


Copyright © 2002-2009 Atlassian. All Rights Reserved.