com.atlassian.jira.security.login
Class LoginStoreImpl

java.lang.Object
  extended by com.atlassian.jira.security.login.LoginStoreImpl
All Implemented Interfaces:
LoginStore

public class LoginStoreImpl
extends Object
implements LoginStore

Since:
v4.0

Constructor Summary
LoginStoreImpl()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginStoreImpl

public LoginStoreImpl()
Method Detail

storeLoginInfo

public void storeLoginInfo(User user)
Description copied from interface: LoginStore
Called to store login information about a user

Specified by:
storeLoginInfo in interface LoginStore
Parameters:
user - the user in play. This MUST not be null

getLoginInfo

public LoginInfo getLoginInfo(User user)
Description copied from interface: LoginStore
Called to get the login information about a user

Specified by:
getLoginInfo in interface LoginStore
Parameters:
user - the user in play. This MUST not be null.
Returns:
a non null LoginInfo object


Copyright © 2002-2009 Atlassian. All Rights Reserved.