@PublicApi
public interface LoginInfo
Modifier and Type | Method and Description |
---|---|
Long |
getCurrentFailedLoginCount() |
Long |
getLastFailedLoginTime() |
Long |
getLastLoginTime() |
Long |
getLoginCount() |
Long |
getMaxAuthenticationAttemptsAllowed() |
Long |
getPreviousLoginTime() |
Long |
getTotalFailedLoginCount() |
boolean |
isElevatedSecurityCheckRequired() |
@Nullable Long getLastLoginTime()
@Nullable Long getPreviousLoginTime()
@Nullable Long getLastFailedLoginTime()
@Nullable Long getLoginCount()
@Nullable Long getCurrentFailedLoginCount()
@Nullable Long getTotalFailedLoginCount()
@Nullable Long getMaxAuthenticationAttemptsAllowed()
boolean isElevatedSecurityCheckRequired()
Copyright © 2002-2017 Atlassian. All Rights Reserved.