Uses of Class
com.atlassian.crowd.manager.property.PropertyManagerException
Packages that use PropertyManagerException
Package
Description
-
Uses of PropertyManagerException in com.atlassian.crowd.manager.mailer
Methods in com.atlassian.crowd.manager.mailer that throw PropertyManagerException -
Uses of PropertyManagerException in com.atlassian.crowd.manager.property
Methods in com.atlassian.crowd.manager.property that throw PropertyManagerExceptionModifier and TypeMethodDescriptionvoidPropertyManager.generateDesEncryptionKey()Generates and stores a DES key for DES encoded passwords.voidPropertyManagerGeneric.generateDesEncryptionKey()PropertyManager.getBaseUrl()PropertyManagerGeneric.getBaseUrl()PropertyManager.getBuildNumber()This method returns the current build number for Crowd from the datastore.PropertyManagerGeneric.getBuildNumber()PropertyManager.getDeploymentTitle()PropertyManagerGeneric.getDeploymentTitle()PropertyManager.getDesEncryptionKey()PropertyManagerGeneric.getDesEncryptionKey()PropertyManager.getLogoImage()PropertyManagerGeneric.getLogoImage()PropertyManager.getLookAndFeelConfiguration()PropertyManagerGeneric.getLookAndFeelConfiguration()PropertyManager.getNotificationEmail()Deprecated.PropertyManagerGeneric.getNotificationEmail()InternalPropertyManager.getNotificationEmails()PropertyManagerGeneric.getNotificationEmails()PropertyManager.getSMTPServer()Deprecated.As of release 3.3.0, usecom.atlassian.crowd.manager.mail.MailConfigurationService#getConfiguration()PropertyManagerGeneric.getSMTPServer()PropertyManager.getSMTPTemplate()Deprecated.As of release 2.1, usePropertyManager.getProperty(String)PropertyManagerGeneric.getSMTPTemplate()Deprecated.PropertyManager.getTrustedProxyServers()Retrieves a String that contains a list of proxy servers we trust to correctly set the X-Forwarded-For flag.PropertyManagerGeneric.getTrustedProxyServers()Retrieves a String that contains a list of proxy servers we trust to correctly set the X-Forwarded-For flag.booleanPropertyManager.isGzipEnabled()Deprecated.this is no longer configurable in Crowd and always returnstruebooleanPropertyManagerGeneric.isGzipEnabled()booleanPropertyManager.isUsingDatabaseTokenStorage()Will return true if the Crowd instance is using database token storage for authenticationToken's otherwise assume we are using in-memoryvoidPropertyManager.removeLookAndFeelConfiguration()Removes Look and Feel configurationvoidPropertyManagerGeneric.removeLookAndFeelConfiguration()voidPropertyManager.setLookAndFeelConfiguration(LookAndFeelConfiguration lookAndFeelConfiguration, ImageInfo updatedLogoInfo) Sets Look and Feel configurationvoidPropertyManagerGeneric.setLookAndFeelConfiguration(LookAndFeelConfiguration lookAndFeelConfiguration, ImageInfo updatedLogoInfo) -
Uses of PropertyManagerException in com.atlassian.crowd.manager.token
Methods in com.atlassian.crowd.manager.token that throw PropertyManagerExceptionModifier and TypeMethodDescriptionvoidSwitchableTokenManager.setUsingDatabaseStorage(boolean useDatabaseStorage) voidSwitchableTokenManagerImpl.setUsingDatabaseStorage(boolean useDatabaseStorage) Performs the switch, if necessary. -
Uses of PropertyManagerException in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that throw PropertyManagerExceptionModifier and TypeMethodDescriptionLookAndFeelController.getLookAndFeelConfig()voidLookAndFeelController.removeLookAndFeelConfiguration()voidLookAndFeelController.setLookAndFeelConfig(LookAndFeelConfigEntity lookAndFeelConfigEntity) -
Uses of PropertyManagerException in com.atlassian.crowd.plugin.rest.service.controller.info
Methods in com.atlassian.crowd.plugin.rest.service.controller.info that throw PropertyManagerException -
Uses of PropertyManagerException in com.atlassian.crowd.plugin.rest.service.resource.admin
Methods in com.atlassian.crowd.plugin.rest.service.resource.admin that throw PropertyManagerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseLookAndFeelResource.getConfig()javax.ws.rs.core.ResponseServerInfoResource.getServerInfo()javax.ws.rs.core.ResponseLookAndFeelResource.removeConfiguration()javax.ws.rs.core.ResponseLookAndFeelResource.updateConfig(LookAndFeelConfigEntity lookAndFeel) -
Uses of PropertyManagerException in com.atlassian.crowd.plugins.testkit.rest
Methods in com.atlassian.crowd.plugins.testkit.rest that throw PropertyManagerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseTestkitConfigurationResource.changeStorageType(TokenStorageType type) -
Uses of PropertyManagerException in com.atlassian.crowd.upgrade.tasks
Methods in com.atlassian.crowd.upgrade.tasks that throw PropertyManagerExceptionModifier and TypeMethodDescriptionprotected StringUpgradeTask114.decryptCredential(String encryptedCredential)
MailConfigurationService.getMailConfiguration()