Uses of Interface
com.atlassian.crowd.manager.property.PropertyManager

Packages that use PropertyManager
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.options   
com.atlassian.crowd.console.action.setup   
com.atlassian.crowd.console.filter   
com.atlassian.crowd.event.listener   
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.license   
com.atlassian.crowd.manager.login.util   
com.atlassian.crowd.manager.mail   
com.atlassian.crowd.manager.property   
com.atlassian.crowd.manager.proxy   
com.atlassian.crowd.manager.token   
com.atlassian.crowd.manager.upgrade   
com.atlassian.crowd.manager.validation   
com.atlassian.crowd.password.encoder   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.service.soap.server   
com.atlassian.crowd.upgrade.tasks   
com.atlassian.crowd.util   
 

Uses of PropertyManager in com.atlassian.crowd.console.action
 

Fields in com.atlassian.crowd.console.action declared as PropertyManager
protected  PropertyManager BaseAction.propertyManager
           
 

Methods in com.atlassian.crowd.console.action with parameters of type PropertyManager
 void BaseAction.setPropertyManager(PropertyManager propertyManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.console.action.options
 

Methods in com.atlassian.crowd.console.action.options with parameters of type PropertyManager
 void UpdateConnectionPool.setPropertyManager(PropertyManager propertyManager)
           
 void UpdateLicensing.setPropertyManager(PropertyManager propertyManager)
           
 void UpdateMailTemplate.setPropertyManager(PropertyManager propertyManager)
           
 void UpdateMailServer.setPropertyManager(PropertyManager propertyManager)
           
 void UpdateSessionConfig.setPropertyManager(PropertyManager propertyManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.console.action.setup
 

Methods in com.atlassian.crowd.console.action.setup with parameters of type PropertyManager
 void DirectoryInternal.setPropertyManager(PropertyManager propertyManager)
           
 void MailServer.setPropertyManager(PropertyManager propertyManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.console.filter
 

Methods in com.atlassian.crowd.console.filter with parameters of type PropertyManager
 void CrowdGzipFilterIntegration.setPropertyManager(PropertyManager propertyManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.event.listener
 

Methods in com.atlassian.crowd.event.listener with parameters of type PropertyManager
 void SetLdapConnectionSettingsListener.setPropertyManager(PropertyManager propertyManager)
           
 void LicenseResourceLimitListener.setPropertyManager(PropertyManager propertyManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.manager.authentication
 

Methods in com.atlassian.crowd.manager.authentication with parameters of type PropertyManager
 void TokenAuthenticationManagerImpl.setPropertyManager(PropertyManager propertyManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.manager.license
 

Methods in com.atlassian.crowd.manager.license with parameters of type PropertyManager
 void LicenseResourceJob.setPropertyManager(PropertyManager propertyManager)
          Sets the property manager which is used to get the server license.
 void CrowdLicenseManagerImpl.setPropertyManager(PropertyManager propertyManager)
          Sets the property manager which is used to get and set the server license resource totals.
 

Uses of PropertyManager in com.atlassian.crowd.manager.login.util
 

Constructors in com.atlassian.crowd.manager.login.util with parameters of type PropertyManager
ForgottenLoginMailer(PropertyManager propertyManager, MailManager mailManager, I18nHelper i18nHelper)
          Constructs a new instance of ForgottenLoginMailer.
 

Uses of PropertyManager in com.atlassian.crowd.manager.mail
 

Constructors in com.atlassian.crowd.manager.mail with parameters of type PropertyManager
MailManagerImpl(PropertyManager propertyManager, javax.naming.InitialContext initialContext, I18nHelper i18nHelper)
           
 

Uses of PropertyManager in com.atlassian.crowd.manager.property
 

Classes in com.atlassian.crowd.manager.property that implement PropertyManager
 class PropertyManagerGeneric
           
 

Uses of PropertyManager in com.atlassian.crowd.manager.proxy
 

Constructors in com.atlassian.crowd.manager.proxy with parameters of type PropertyManager
TrustedProxyManagerImpl(PropertyManager propertyManager, CacheManager cacheManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.manager.token
 

Constructors in com.atlassian.crowd.manager.token with parameters of type PropertyManager
TokenManagerImpl(boolean initialUseIsMemory, TokenDAO daoMemory, TokenDAO daoHibernate, PropertyManager propertyManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
TokenManagerImpl(TokenDAO daoMemory, TokenDAO daoHibernate, PropertyManager propertyManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of PropertyManager in com.atlassian.crowd.manager.upgrade
 

Methods in com.atlassian.crowd.manager.upgrade that return PropertyManager
 PropertyManager UpgradeManagerImpl.getPropertyManager()
           
 

Methods in com.atlassian.crowd.manager.upgrade with parameters of type PropertyManager
 void UpgradeManagerImpl.setPropertyManager(PropertyManager propertyManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.manager.validation
 

Constructors in com.atlassian.crowd.manager.validation with parameters of type PropertyManager
ClientValidationManagerImpl(InetAddressCacheUtil cacheUtil, PropertyManager propertyManager, TrustedProxyManager trustedProxyManager, I18nHelper i18nHelper)
           
 

Uses of PropertyManager in com.atlassian.crowd.password.encoder
 

Methods in com.atlassian.crowd.password.encoder with parameters of type PropertyManager
 void LdapSshaPasswordEncoder.setPropertyManager(PropertyManager propertyManager)
           
 void DESPasswordEncoder.setPropertyManager(PropertyManager propertyManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.plugin.rest.service.controller
 

Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type PropertyManager
CookieConfigController(PropertyManager propertyManager, ClientProperties clientProperties)
           
 

Uses of PropertyManager in com.atlassian.crowd.service.soap.server
 

Constructors in com.atlassian.crowd.service.soap.server with parameters of type PropertyManager
SecurityServerGeneric(SOAPService soapService, ApplicationService applicationService, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager, ForgottenLoginManager forgottenLoginManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.upgrade.tasks
 

Methods in com.atlassian.crowd.upgrade.tasks with parameters of type PropertyManager
 void UpgradeTask502.setPropertyManager(PropertyManager propertyManager)
           
 void UpgradeTask423.setPropertyManager(PropertyManager propertyManager)
           
 void UpgradeTask422.setPropertyManager(PropertyManager propertyManager)
           
 void UpgradeTask321.setPropertyManager(PropertyManager propertyManager)
           
 void UpgradeTask212.setPropertyManager(PropertyManager propertyManager)
           
 void UpgradeTask211.setPropertyManager(PropertyManager propertyManager)
           
 void UpgradeTask210.setPropertyManager(PropertyManager propertyManager)
           
 void UpgradeTask114.setPropertyManager(PropertyManager propertyManager)
           
 void UpgradeTask002.setPropertyManager(PropertyManager propertyManager)
           
 

Constructors in com.atlassian.crowd.upgrade.tasks with parameters of type PropertyManager
UpgradeTask211(PropertyManager propertyManager)
           
 

Uses of PropertyManager in com.atlassian.crowd.util
 

Methods in com.atlassian.crowd.util that return PropertyManager
 PropertyManager SystemInfoHelperImpl.getPropertyManager()
           
 

Methods in com.atlassian.crowd.util with parameters of type PropertyManager
 void SystemInfoHelperImpl.setPropertyManager(PropertyManager propertyManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.