Uses of Class
com.atlassian.crowd.manager.property.PropertyManagerException

Packages that use PropertyManagerException
com.atlassian.crowd.manager.property   
 

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

Methods in com.atlassian.crowd.manager.property that throw PropertyManagerException
 void PropertyManager.generateDesEncryptionKey()
          Generates and stores a DES key for DES encoded passwords.
 Integer PropertyManager.getBuildNumber()
          This method returns the current build number for Crowd from the datastore.
 long PropertyManager.getCacheTime()
          Deprecated. since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml
 String PropertyManager.getDeploymentTitle()
           
 Key PropertyManager.getDesEncryptionKey()
           
 String PropertyManager.getDomain()
          Will return the Domain property from the datastore or null if the domain has not been set.
 String PropertyManager.getNotificationEmail()
           
 SMTPServer PropertyManager.getSMTPServer()
           
 String PropertyManager.getSMTPTemplate()
          Deprecated. As of release 2.1, use PropertyManager.getProperty(String)
 String PropertyManager.getTokenSeed()
          Deprecated. since 2.6.2 No longer used. Seeds are now random.
 String PropertyManager.getTrustedProxyServers()
          Retrieves a String that contains a list of proxy servers we trust to correctly set the X-Forwarded-For flag.
 boolean PropertyManager.isGzipEnabled()
           
 boolean PropertyManager.isSecureCookie()
           
 boolean PropertyManager.isUsingDatabaseTokenStorage()
          Will return true if the Crowd instance is using database token storage for authentication Token's otherwise assume we are using in-memory
 



Copyright © 2014 Atlassian. All Rights Reserved.