com.atlassian.bamboo.user
Interface LoginInformation

All Known Implementing Classes:
LoginInformationImpl

public interface LoginInformation


Method Summary
 int getAuthenticationCount()
           
 java.util.Date getLastAuthenticationTimestamp()
           
 java.lang.String getUserName()
           
 void incrementAuthAttemptCount()
           
 void resetAuthAttemptCount()
           
 

Method Detail

getUserName

@NotNull
java.lang.String getUserName()

getAuthenticationCount

int getAuthenticationCount()

getLastAuthenticationTimestamp

@NotNull
java.util.Date getLastAuthenticationTimestamp()

incrementAuthAttemptCount

void incrementAuthAttemptCount()

resetAuthAttemptCount

void resetAuthAttemptCount()


Copyright © 2010 Atlassian. All Rights Reserved.