com.atlassian.bamboo.user
Class LoginInformationImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.user.LoginInformationImpl
- All Implemented Interfaces:
- BambooIdProvider, BambooObject, LoginInformation, java.lang.Cloneable
public class LoginInformationImpl
- extends BambooEntityObject
- implements LoginInformation
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 |
LoginInformationImpl
public LoginInformationImpl()
LoginInformationImpl
public LoginInformationImpl(java.lang.String userName)
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 © 2012 Atlassian. All Rights Reserved.