Package com.atlassian.bamboo.user
Interface LoginInformation
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
LoginInformationImpl
-
Method Summary
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getUserName
-
getAuthenticationCount
int getAuthenticationCount() -
getLastAuthenticationTimestamp
-
incrementAuthAttemptCount
void incrementAuthAttemptCount() -
resetAuthAttemptCount
void resetAuthAttemptCount()
-