com.atlassian.jira.user.util.RecoveryMode |
![]()
|
Abstraction for interacting with recovery mode. In recovery mode a special 'recovery admin' is able to login with a password specified at the command line. This gives customers who lock themselves out the ability to login and fix any problems.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tells the caller the name of the 'recovery admin'.
| |||||||||||
Tells the caller if JIRA is in recovery mode.
| |||||||||||
Tells if the caller if the passed
ApplicationUser is the 'recovery admin'. | |||||||||||
Tells the caller if the passed username is associated with the 'recovery admin'.
|
Tells the caller the name of the 'recovery admin'.
none()
if there is no 'recovery admin' active.
Tells the caller if JIRA is in recovery mode.
true
JIRA is in recovery mode or false otherwise.
Tells if the caller if the passed ApplicationUser
is the 'recovery admin'.
true
if the passed ApplicationUser
is the 'recovery admin' and recovery mode is enabled.
Tells the caller if the passed username is associated with the 'recovery admin'.
username | the username to check. |
---|
true
if the passed name
is the 'recovery admin' and recovery mode is enabled.