Package com.atlassian.confluence.user
Class HibernateUserProviderFactory
- java.lang.Object
 - 
- com.atlassian.confluence.user.HibernateUserProviderFactory
 
 
- 
@Deprecated(forRemoval=true) public class HibernateUserProviderFactory extends Object
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8 unused 
- 
- 
Constructor Summary
Constructors Constructor Description HibernateUserProviderFactory()Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.opensymphony.user.provider.AccessProvidercreateAccessProviderInstance()Deprecated, for removal: This API element is subject to removal in a future version.com.opensymphony.user.provider.CredentialsProvidercreateCredentialsProviderInstance()Deprecated, for removal: This API element is subject to removal in a future version.com.opensymphony.user.provider.ProfileProvidercreateProfileProviderInstance()Deprecated, for removal: This API element is subject to removal in a future version.voidsetAccessProviderProperties(Properties accessProviderProperties)Deprecated, for removal: This API element is subject to removal in a future version.voidsetCacheFactory(com.atlassian.cache.CacheFactory cacheFactory)Deprecated, for removal: This API element is subject to removal in a future version.voidsetCredentialsProviderProperties(Properties credentialsProviderProperties)Deprecated, for removal: This API element is subject to removal in a future version.voidsetProfileProviderProperties(Properties profileProviderProperties)Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
- 
- 
Method Detail
- 
createAccessProviderInstance
public com.opensymphony.user.provider.AccessProvider createAccessProviderInstance()
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
createCredentialsProviderInstance
public com.opensymphony.user.provider.CredentialsProvider createCredentialsProviderInstance()
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
createProfileProviderInstance
public com.opensymphony.user.provider.ProfileProvider createProfileProviderInstance()
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
setCredentialsProviderProperties
public void setCredentialsProviderProperties(Properties credentialsProviderProperties)
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
setAccessProviderProperties
public void setAccessProviderProperties(Properties accessProviderProperties)
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
setProfileProviderProperties
public void setProfileProviderProperties(Properties profileProviderProperties)
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
setCacheFactory
public void setCacheFactory(com.atlassian.cache.CacheFactory cacheFactory)
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
 -