Interface LoginInformation

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

public interface LoginInformation extends BambooObject
  • Method Details

    • getUserName

      @NotNull @NotNull String getUserName()
    • getAuthenticationCount

      int getAuthenticationCount()
    • getLastAuthenticationTimestamp

      @NotNull @NotNull Date getLastAuthenticationTimestamp()
    • incrementAuthAttemptCount

      void incrementAuthAttemptCount()
    • resetAuthAttemptCount

      void resetAuthAttemptCount()