Skip navigation links
A B C D E F G H I J L M N P R S T U V 

A

AbstractSystemProperty<T> - Class in com.atlassian.crowd.common.properties
 
AbstractSystemProperty(String, T) - Constructor for class com.atlassian.crowd.common.properties.AbstractSystemProperty
 
addDuration(String, long) - Method in class com.atlassian.crowd.common.util.TimedCalls
Records duration with given name.
AdditionalHeaders - Class in com.atlassian.crowd.common.util
 
ALLOW_DUPLICATED_EXTERNAL_IDS_IN_SYNC - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
When set to true Crowd will match users with duplicated external ids by names, instead of failing sync.
APPLICATION_STATUS_CACHE_DURATION - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
When set to an integer, Crowd web application /status endpoint will memoize database health check for a provided number of seconds instead of the default value
ATLASSIAN_DEV_MODE - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
 
AUDITLOG_SEARCH_ESCAPE_SPECIAL_CHARACTERS_ENABLED - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
Setting this to "true" enables the special character (_) escaping

B

Base64Util - Class in com.atlassian.crowd.common.util
 
BLOCK_WHEN_EXHAUSTED - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
BooleanSystemProperty - Class in com.atlassian.crowd.common.properties
 
BooleanSystemProperty(String, boolean) - Constructor for class com.atlassian.crowd.common.properties.BooleanSystemProperty
 

C

cached(Map<Object, Pair<Object, Throwable>>, T) - Static method in class com.atlassian.crowd.common.util.ProxyUtil
 
clearInstance() - Static method in class com.atlassian.crowd.common.util.TimedCalls
Detaches and returns instance for the current thread.
clearValue() - Method in class com.atlassian.crowd.common.properties.AbstractSystemProperty
Clears the value of this system property.
collect() - Method in interface com.atlassian.crowd.common.analytics.statistics.collectors.StatisticsCollector
 
com.atlassian.crowd.common.analytics.events - package com.atlassian.crowd.common.analytics.events
 
com.atlassian.crowd.common.analytics.statistics.collectors - package com.atlassian.crowd.common.analytics.statistics.collectors
 
com.atlassian.crowd.common.features - package com.atlassian.crowd.common.features
 
com.atlassian.crowd.common.properties - package com.atlassian.crowd.common.properties
 
com.atlassian.crowd.common.util - package com.atlassian.crowd.common.util
 
createDurationMap() - Method in class com.atlassian.crowd.common.util.TimedCalls
Returns map of timer name to it's total duration.
createInstanceForCurrentThread() - Static method in class com.atlassian.crowd.common.util.TimedCalls
Creates new instance and attaches it to the current thread.
CrowdAnalyticsEvent - Interface in com.atlassian.crowd.common.analytics.events
Marker interface for Crowd emitted analytics events.

D

defaultValue - Variable in class com.atlassian.crowd.common.properties.AbstractSystemProperty
 
DurationSystemProperty - Class in com.atlassian.crowd.common.properties
 
DurationSystemProperty(String, TemporalUnit, long) - Constructor for class com.atlassian.crowd.common.properties.DurationSystemProperty
 

E

EMAIL_CHANGE_BY_EXTERNAL_APPS_ENABLED - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
Since Crowd 4.4, Crowd does NOT allow external apps to change e-mail of user.
ENABLED - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
When set to true, Crowd will use spring-ldap pool for pooling ldap connections.
ENCRYPTION_CACHE_EXPIRATION - Static variable in class com.atlassian.crowd.common.properties.EncryptionProperties
Specifies the amount of time in minutes after the entry will be removed from cache.
ENCRYPTION_CACHE_MAX_SIZE - Static variable in class com.atlassian.crowd.common.properties.EncryptionProperties
Specifies the maximum number of entries the encryption and decryption cache may contain.
ENCRYPTION_DURING_UPGRADE_DISABLED - Static variable in class com.atlassian.crowd.common.properties.EncryptionProperties
When set to true, upgrade task which encrypts Crowd's ldap passwords will be disabled.
EncryptionProperties - Class in com.atlassian.crowd.common.properties
 
ENRCYPTION_CACHE_ENABLED - Static variable in class com.atlassian.crowd.common.properties.EncryptionProperties
When set to true, Crowd will not cache encryption/decryption results.
EVENT_TRANSFORMER_DIRECTORY_MANAGER_CACHE_SIZE - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
Sets cache size of DirectoryManager in the EventTransformer
EVICTION_POLICY_CLASS - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
EVICTION_RUN_INTERVAL_MILLIS - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 

F

FAIRNESS - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
finishTimer() - Method in class com.atlassian.crowd.common.util.TimedCalls
Finishes timer and logs duration.

G

getImportsLocation(String) - Static method in class com.atlassian.crowd.common.util.ImportsUtil
 
getImportsLocation(File) - Static method in class com.atlassian.crowd.common.util.ImportsUtil
 
getInstance() - Static method in class com.atlassian.crowd.common.util.TimedCalls
Returns instance attached to the current thread.
getName() - Method in class com.atlassian.crowd.common.properties.AbstractSystemProperty
 
getTopTimersToString(int) - Method in class com.atlassian.crowd.common.util.TimedCalls
Returns string representations of longest timers.
getTopTimersToString(long, int) - Method in class com.atlassian.crowd.common.util.TimedCalls
Returns string representations of longest timers.
getValue() - Method in class com.atlassian.crowd.common.properties.AbstractSystemProperty
Returns the value of this system property or the default if it's not set.
getValue() - Method in class com.atlassian.crowd.common.properties.BooleanSystemProperty
 
getValue() - Method in class com.atlassian.crowd.common.properties.DurationSystemProperty
 
getValue() - Method in class com.atlassian.crowd.common.properties.IntegerSystemProperty
 
getValue() - Method in class com.atlassian.crowd.common.properties.StringSystemProperty
 

H

HEADER_X_AAPPNAME - Static variable in class com.atlassian.crowd.common.util.AdditionalHeaders
Header used for adding to Tomcat's access logs the name of the application making REST requests to Crowd.
HEADER_X_AUSERNAME - Static variable in class com.atlassian.crowd.common.util.AdditionalHeaders
Header used for adding username in Tomcat's access logs.

I

ImportsUtil - Class in com.atlassian.crowd.common.util
A tool for providing the location for imported files, for example for the CSV importer.
INCLUDE_APPNAME_HEADER_IN_RESPONSES - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
When set to true, Crowd will add AdditionalHeaders.HEADER_X_AAPPNAME header containing application name of application making REST requests to Crowd.
INCLUDE_USERNAME_HEADER_IN_RESPONSES - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
When set to true, Crowd will add AdditionalHeaders.HEADER_X_AUSERNAME header containing username of logged in user for all HTTP requests (including REST).
IntegerSystemProperty - Class in com.atlassian.crowd.common.properties
 
IntegerSystemProperty(String, int) - Constructor for class com.atlassian.crowd.common.properties.IntegerSystemProperty
 
isEnabled() - Method in class com.atlassian.crowd.common.features.SystemPropertyBasedFeatureFlag
 
isPerNodeCollector() - Method in interface com.atlassian.crowd.common.analytics.statistics.collectors.StatisticsCollector
Determines whether StatisticsCollector should run on each node OR once per cluster.

J

JMX_ENABLE - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
JMX_NAME_BASE - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
JMX_NAME_PREFIX - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 

L

LIFO - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 

M

MAX_IDLE_PER_KEY - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
MAX_TOTAL - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
MAX_TOTAL_PER_KEY - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
MAX_WAIT - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
MEMBERSHIPS_SYNC_IMPROVEMENT_ENABLED - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
Defines whether optimized version of outgoing membership synchronization should be used.
MIN_EVICTABLE_TIME_MILLIS - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
MIN_IDLE_PER_KEY - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 

N

newProxy(T, InvocationHandler) - Static method in class com.atlassian.crowd.common.util.ProxyUtil
 
NON_TRANSIENT_EXCEPTIONS - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 

P

propertyName - Variable in class com.atlassian.crowd.common.properties.AbstractSystemProperty
 
ProxyUtil - Class in com.atlassian.crowd.common.util
Utility class simplifying creation of proxy objects.

R

RECREATED_MEMBERSHIPS_BATCHING_ENABLED - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
Enables batching of requests to verify if a user or group is a direct member of a parent group when determining recreated memberships during incremental synchronisation.
runInTransaction(T, Function<Supplier<?>, ?>) - Static method in class com.atlassian.crowd.common.util.ProxyUtil
 
runWithContextClassLoader(ClassLoader, T) - Static method in class com.atlassian.crowd.common.util.ProxyUtil
Creates a proxy that will call service with provided classLoader.

S

SET_ENCRYPTION_KEYS_OWNERSHIP_ATTRIBUTES - Static variable in class com.atlassian.crowd.common.properties.EncryptionProperties
If set to true Crowd will set encryption keys filesystem ownership attributes to be accessible only by owner.
setRawValue(String) - Method in class com.atlassian.crowd.common.properties.AbstractSystemProperty
 
setValue(T) - Method in class com.atlassian.crowd.common.properties.AbstractSystemProperty
Sets the value of this system property.
setValue(Duration) - Method in class com.atlassian.crowd.common.properties.DurationSystemProperty
 
SOFT_MIN_EVICTABLE_TIME_MILLIS - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
SpringLdapPoolProperties - Class in com.atlassian.crowd.common.properties
Properties to configure spring-ldap pools.
startTimer(String) - Method in class com.atlassian.crowd.common.util.TimedCalls
Starts new timer.
StatisticsCollector<T> - Interface in com.atlassian.crowd.common.analytics.statistics.collectors
Handles collecting a single set of statistics, and emitting the related analytics event
StringSystemProperty - Class in com.atlassian.crowd.common.properties
 
StringSystemProperty(String, String) - Constructor for class com.atlassian.crowd.common.properties.StringSystemProperty
 
SWALLOW_EXCEPTIONS_IN_DIRECTORY_SEARCH - Static variable in class com.atlassian.crowd.common.properties.SystemProperties
Enables swallowing exceptions and returning empty results in the directory search methods.
SystemProperties - Class in com.atlassian.crowd.common.properties
System properties.
SystemPropertyBasedFeatureFlag - Class in com.atlassian.crowd.common.features
 
SystemPropertyBasedFeatureFlag(BooleanSystemProperty, DcLicenseChecker) - Constructor for class com.atlassian.crowd.common.features.SystemPropertyBasedFeatureFlag
 

T

TEST_ON_BORROW - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
TEST_ON_CREATE - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
TEST_ON_RETURN - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
TEST_WHILE_IDLE - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
TESTS_PER_EVICTION_RUN - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
TimedCalls - Class in com.atlassian.crowd.common.util
Simple utility class to record execution time.
TimedCalls() - Constructor for class com.atlassian.crowd.common.util.TimedCalls
 

U

urlSafeEncoderWithoutPadding() - Static method in class com.atlassian.crowd.common.util.Base64Util
 

V

VALIDATION_QUERY_BASE - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
VALIDATION_QUERY_FILTER - Static variable in class com.atlassian.crowd.common.properties.SpringLdapPoolProperties
 
A B C D E F G H I J L M N P R S T U V 
Skip navigation links

Copyright © 2023 Atlassian. All rights reserved.