Package com.atlassian.bamboo.user
Class LoginInformationImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.hibernate.HibernateEntityObject
com.atlassian.bamboo.user.LoginInformationImpl
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,LoginInformation
,Cloneable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
@NotNull Date
@NotNull String
void
void
void
setAuthenticationCount
(int authenticationCount) void
setLastAuthenticationTimestamp
(Date lastAuthenticationTimestamp) void
setUserName
(String userName) Methods inherited from class com.atlassian.bamboo.hibernate.HibernateEntityObject
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
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Field Details
-
USERNAME_MAX_LENGTH
public static final int USERNAME_MAX_LENGTH- See Also:
-
-
Constructor Details
-
LoginInformationImpl
public LoginInformationImpl() -
LoginInformationImpl
-
-
Method Details
-
getUserName
- Specified by:
getUserName
in interfaceLoginInformation
-
getAuthenticationCount
public int getAuthenticationCount()- Specified by:
getAuthenticationCount
in interfaceLoginInformation
-
getLastAuthenticationTimestamp
- Specified by:
getLastAuthenticationTimestamp
in interfaceLoginInformation
-
incrementAuthAttemptCount
public void incrementAuthAttemptCount()- Specified by:
incrementAuthAttemptCount
in interfaceLoginInformation
-
resetAuthAttemptCount
public void resetAuthAttemptCount()- Specified by:
resetAuthAttemptCount
in interfaceLoginInformation
-
setUserName
-
setAuthenticationCount
public void setAuthenticationCount(int authenticationCount) -
setLastAuthenticationTimestamp
-