public interface UserChecker
Modifier and Type | Method and Description |
---|---|
boolean |
firstTimeLoggingIn(ApplicationUser user)
Tests whether this is the first time a user has logged in.
|
boolean |
isImpersonationActive(ApplicationUser user)
Checks whether the current user is impersonating a second user
|
boolean |
isOnDemandSysAdmin(ApplicationUser user)
Deprecated.
|
boolean firstTimeLoggingIn(@Nonnull ApplicationUser user)
user
- logging in@Deprecated boolean isOnDemandSysAdmin(@Nonnull ApplicationUser user)
user
- logged inboolean isImpersonationActive(@Nonnull ApplicationUser user)
user
- currently logged in (as returned by JiraAuthenticationContext)Copyright © 2002-2019 Atlassian. All Rights Reserved.