public interface RecoveryMode
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<String> |
getRecoveryUsername()
Tells the caller the name of the 'recovery admin'.
|
boolean |
isRecoveryModeOn()
Tells the caller if JIRA is in recovery mode.
|
boolean |
isRecoveryUser(ApplicationUser user)
Tells if the caller if the passed
ApplicationUser is the 'recovery admin'. |
boolean |
isRecoveryUsername(String username)
Tells the caller if the passed username is associated with the 'recovery admin'.
|
boolean isRecoveryModeOn()
true
JIRA is in recovery mode or false otherwise.boolean isRecoveryUser(ApplicationUser user)
ApplicationUser
is the 'recovery admin'.true
if the passed ApplicationUser
is the 'recovery admin' and recovery mode is enabled.boolean isRecoveryUsername(String username)
username
- the username to check.true
if the passed name
is the 'recovery admin' and recovery mode is enabled.com.atlassian.fugue.Option<String> getRecoveryUsername()
Option.none()
if there is no 'recovery admin' active.Copyright © 2002-2017 Atlassian. All Rights Reserved.