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

Packages that use PropertyManagerException
com.atlassian.crowd.console.action.options   
com.atlassian.crowd.manager.property   
com.atlassian.crowd.manager.token   
com.atlassian.crowd.upgrade.tasks   
 

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

Methods in com.atlassian.crowd.console.action.options that throw PropertyManagerException
protected  void UpdateMailTemplate.processMailTemplates()
           
 

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

Methods in com.atlassian.crowd.manager.property that throw PropertyManagerException
 void PropertyManager.generateDesEncryptionKey()
           
 void PropertyManagerGeneric.generateDesEncryptionKey()
           
 java.lang.Integer PropertyManager.getBuildNumber()
          This method returns the current build number for Crowd from the datastore.
 java.lang.Integer PropertyManagerGeneric.getBuildNumber()
           
 long PropertyManager.getCacheTime()
          Deprecated. since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml
 long PropertyManagerGeneric.getCacheTime()
           
 java.lang.String PropertyManager.getDeploymentTitle()
           
 java.lang.String PropertyManagerGeneric.getDeploymentTitle()
           
 java.security.Key PropertyManager.getDesEncryptionKey()
           
 java.security.Key PropertyManagerGeneric.getDesEncryptionKey()
           
 java.lang.String PropertyManager.getDomain()
          Will return the Domain property from the datastore or null if the domain has not been set.
 java.lang.String PropertyManagerGeneric.getDomain()
           
 java.lang.String PropertyManager.getNotificationEmail()
           
 java.lang.String PropertyManagerGeneric.getNotificationEmail()
           
 SMTPServer PropertyManager.getSMTPServer()
           
 SMTPServer PropertyManagerGeneric.getSMTPServer()
           
 java.lang.String PropertyManager.getSMTPTemplate()
          Deprecated. As of release 2.1, use PropertyManager.getProperty(String)
 java.lang.String PropertyManagerGeneric.getSMTPTemplate()
          Deprecated. 
 java.lang.String PropertyManager.getTokenSeed()
           
 java.lang.String PropertyManagerGeneric.getTokenSeed()
           
 java.lang.String PropertyManager.getTrustedProxyServers()
          Retrieves a String that contains a list of proxy servers we trust to correctly set the X-Forwarded-For flag.
 java.lang.String PropertyManagerGeneric.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 PropertyManagerGeneric.isGzipEnabled()
           
 boolean PropertyManager.isSecureCookie()
          If true, the "Secure" flag is set on the SSO cookie
 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
 boolean PropertyManagerGeneric.isUsingDatabaseTokenStorage()
           
 

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

Methods in com.atlassian.crowd.manager.token that throw PropertyManagerException
 void TokenManagerImpl.setUsingDatabaseStorage(boolean useDatabaseStorage)
          Performs the switch, if necessary.
 void TokenManager.setUsingDatabaseStorage(boolean useDatabaseStorage)
           
 

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

Methods in com.atlassian.crowd.upgrade.tasks that throw PropertyManagerException
protected  java.lang.String UpgradeTask114.decryptCredential(java.lang.String encryptedCredential)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.