|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
java.lang.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 |
java.lang.String |
PropertyManager.getDeploymentTitle()
|
java.security.Key |
PropertyManager.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 |
PropertyManager.getNotificationEmail()
|
SMTPServer |
PropertyManager.getSMTPServer()
|
java.lang.String |
PropertyManager.getSMTPTemplate()
Deprecated. As of release 2.1, use PropertyManager.getProperty(String) |
java.lang.String |
PropertyManager.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. |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||