Uses of Class
com.atlassian.crowd.manager.property.PropertyManagerException
Packages that use 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.PropertyManager.getBaseUrl()PropertyManager.getBuildNumber()This method returns the current build number for Crowd from the datastore.PropertyManager.getDeploymentTitle()PropertyManager.getDesEncryptionKey()PropertyManager.getLogoImage()PropertyManager.getLookAndFeelConfiguration()PropertyManager.getNotificationEmail()Deprecated.PropertyManager.getSMTPServer()Deprecated.As of release 3.3.0, usecom.atlassian.crowd.manager.mail.MailConfigurationService#getConfiguration()PropertyManager.getSMTPTemplate()Deprecated.As of release 2.1, usePropertyManager.getProperty(String)PropertyManager.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 returnstruebooleanPropertyManager.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 configurationvoidPropertyManager.setLookAndFeelConfiguration(LookAndFeelConfiguration lookAndFeelConfiguration, ImageInfo updatedLogoInfo) Sets Look and Feel configuration
com.atlassian.crowd.manager.mail.MailConfigurationService#getMailConfiguration()