| Package | Description |
|---|---|
| com.atlassian.crowd.analytics.events | |
| com.atlassian.crowd.analytics.util |
| Modifier and Type | Method and Description |
|---|---|
LdapConnectorType |
PerDirectoryStatisticsEvent.getConnectorType() |
LdapConnectorType |
DirectorySynchronisationFinishedEvent.getConnectorType() |
| Constructor and Description |
|---|
DirectorySynchronisationFinishedEvent(Long directoryId,
LdapConnectorType connectorType,
DirectoryType directoryType,
Long timeTaken,
SynchronisationTimeTakenBucket bucket,
boolean successful) |
LdapConnectorTypeStatisticsEvent(LdapConnectorType type,
long count) |
PerDirectoryStatisticsEvent(DirectoryType type,
LdapConnectorType connectorType,
boolean cachingDisabled,
boolean nestedGroups,
int userCount,
int groupCount) |
| Modifier and Type | Method and Description |
|---|---|
static LdapConnectorType |
LdapConnectorType.fromDirectory(Directory directory) |
static LdapConnectorType |
LdapConnectorType.fromImplementationClass(String implementationClass) |
static LdapConnectorType |
LdapConnectorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapConnectorType[] |
LdapConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Atlassian. All rights reserved.