Uses of Interface
com.atlassian.jira.user.ExternalEntityStore

Packages that use ExternalEntityStore
com.atlassian.jira.user   
 

Uses of ExternalEntityStore in com.atlassian.jira.user
 

Classes in com.atlassian.jira.user that implement ExternalEntityStore
 class CachingExternalEntityStore
          A caching wrapper around the delegateEntityStore.
 class OfbizExternalEntityStore
          This exists to create entities in the ExternalEntity table which is used to generate system id's for usernames that exist in external systems.
 

Constructors in com.atlassian.jira.user with parameters of type ExternalEntityStore
CachingExternalEntityStore(ExternalEntityStore delegateEntityStore)
          Creates a new instance of this class wrapping and caching the given ExternalEntityStore
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.