com.atlassian.bamboo.user
Interface LoginInformation

All Superinterfaces:
BambooIdProvider, BambooObject
All Known Implementing Classes:
LoginInformationImpl

public interface LoginInformation
extends BambooObject


Method Summary
 int getAuthenticationCount()
           
 java.util.Date getLastAuthenticationTimestamp()
           
 java.lang.String getUserName()
           
 void incrementAuthAttemptCount()
           
 void resetAuthAttemptCount()
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

getUserName

@NotNull
java.lang.String getUserName()

getAuthenticationCount

int getAuthenticationCount()

getLastAuthenticationTimestamp

@NotNull
java.util.Date getLastAuthenticationTimestamp()

incrementAuthAttemptCount

void incrementAuthAttemptCount()

resetAuthAttemptCount

void resetAuthAttemptCount()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.