public class RecoveryUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
RECOVERY_ADMIN_NAME |
static String |
RECOVERY_ADMIN_PASSWORD_KEY |
Constructor and Description |
---|
RecoveryUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isRecoveryAdmin(String username) |
static boolean |
isRecoveryAdmin(com.atlassian.user.User user) |
static boolean |
isRecoveryMode() |
static void |
resetRecoveryMode() |
public static final String RECOVERY_ADMIN_NAME
public static final String RECOVERY_ADMIN_PASSWORD_KEY
public static boolean isRecoveryMode()
public static boolean isRecoveryAdmin(com.atlassian.user.User user)
public static boolean isRecoveryAdmin(String username)
public static void resetRecoveryMode()
Copyright © 2003–2017 Atlassian. All rights reserved.