com.atlassian.bamboo.user
Class LoginInformationImpl

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.bamboo.core.BambooEntityObject
          extended by com.atlassian.bamboo.user.LoginInformationImpl
All Implemented Interfaces:
BambooObject, LoginInformation, java.lang.Cloneable

public class LoginInformationImpl
extends BambooEntityObject
implements LoginInformation


Field Summary
 
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject
id
 
Constructor Summary
LoginInformationImpl()
           
LoginInformationImpl(java.lang.String userName)
           
 
Method Summary
 int getAuthenticationCount()
           
 java.util.Date getLastAuthenticationTimestamp()
           
 java.lang.String getUserName()
           
 void incrementAuthAttemptCount()
           
 void resetAuthAttemptCount()
           
 void setAuthenticationCount(int authenticationCount)
           
 void setLastAuthenticationTimestamp(java.util.Date lastAuthenticationTimestamp)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject
getId, setId
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCreationDate, getCurrentDate, getLastModificationDate, hashCode, setClock, setCreationDate, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginInformationImpl

public LoginInformationImpl()

LoginInformationImpl

public LoginInformationImpl(java.lang.String userName)
Method Detail

getUserName

@NotNull
public java.lang.String getUserName()
Specified by:
getUserName in interface LoginInformation

getAuthenticationCount

public int getAuthenticationCount()
Specified by:
getAuthenticationCount in interface LoginInformation

getLastAuthenticationTimestamp

@NotNull
public java.util.Date getLastAuthenticationTimestamp()
Specified by:
getLastAuthenticationTimestamp in interface LoginInformation

incrementAuthAttemptCount

public void incrementAuthAttemptCount()
Specified by:
incrementAuthAttemptCount in interface LoginInformation

resetAuthAttemptCount

public void resetAuthAttemptCount()
Specified by:
resetAuthAttemptCount in interface LoginInformation

setUserName

public void setUserName(java.lang.String userName)

setAuthenticationCount

public void setAuthenticationCount(int authenticationCount)

setLastAuthenticationTimestamp

public void setLastAuthenticationTimestamp(java.util.Date lastAuthenticationTimestamp)


Copyright © 2010 Atlassian. All Rights Reserved.