com.atlassian.jira.user
Class OfbizExternalEntityStore

java.lang.Object
  extended by 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 Summary
static String ENTITY_NAME_EXTERNAL_ENTITY
          Name of the entity referenced in the entitymodel.xml
 
Constructor Summary
OfbizExternalEntityStore()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY_NAME_EXTERNAL_ENTITY

public static final String ENTITY_NAME_EXTERNAL_ENTITY
Name of the entity referenced in the entitymodel.xml

See Also:
Constant Field Values
Constructor Detail

OfbizExternalEntityStore

public OfbizExternalEntityStore()


Copyright © 2002-2014 Atlassian. All Rights Reserved.