Class OfbizExternalEntityStore

java.lang.Object
com.atlassian.jira.user.OfbizExternalEntityStore

public class OfbizExternalEntityStore extends Object
This used to exist to create entities in the ExternalEntity table which was used to generate system id's for usernames that exist in external systems.

Nowadays we use "ApplicationUser" as the key for the Property IDs. This class is not actually used for anything other than OfbizExternalEntityStore.class.getName() and the public constant used in Upgrade Tasks and may be removed once those upgrade tasks are removed.

  • Field Details

    • ENTITY_NAME_EXTERNAL_ENTITY

      public static final String ENTITY_NAME_EXTERNAL_ENTITY
      Name of the entity referenced in the entitymodel.xml
      See Also:
  • Constructor Details

    • OfbizExternalEntityStore

      public OfbizExternalEntityStore()