public class

RecoveryAdminMapper

extends Object
java.lang.Object
   ↳ com.atlassian.jira.user.util.RecoveryAdminMapper

Class Overview

Ensures that there is a user key for the 'recovery admin'.

We put this key in the database to ensure that the 'recovery admin' still has a user key after JIRA leaves recovery mode. Without this mapping JIRA will start throwing exceptions when trying to access objects (e.g. workflows, issues, audit logs) associated with 'recovery admin'.

RecoveryMode

Summary

Public Constructors
RecoveryAdminMapper()
Public Methods
void map()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RecoveryAdminMapper ()

Public Methods

public void map ()