| Package | Description |
|---|---|
| com.atlassian.crowd.embedded.api | |
| com.atlassian.crowd.event | |
| com.atlassian.crowd.model.application | |
| com.atlassian.crowd.model.webhook |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationFactory.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
Events |
EventStore.getNewEvents(String eventToken,
Application application)
Returns an events object which contains a new eventToken and events that
happened after the given
eventToken was generated. |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<Application> |
Applications.ACTIVE_FILTER
Deprecated.
Use
isActive() instead. Since 3.4.0. |
static com.google.common.base.Function<Application,String> |
Applications.NAME_FUNCTION
Deprecated.
Use
getName() instead. Since 3.4.0. |
| Modifier and Type | Method and Description |
|---|---|
Application |
GroupMapping.getApplication()
Deprecated.
Returns the application of this mapping.
|
Application |
DirectoryMapping.getApplication()
Deprecated.
Returns the mapped application.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessBasedSynchronizationFilterType |
AccessBasedSynchronizationFilterType.fromApplication(Application application) |
static DirectoryMapping |
DirectoryMapping.fromApplicationDirectoryMapping(Application application,
ApplicationDirectoryMapping applicationDirectoryMapping)
Deprecated.
|
static List<Directory> |
Applications.getActiveDirectories(Application application)
Given an
application, retrieve all active directories associated with it. |
void |
GroupMapping.setApplication(Application application)
Deprecated.
Sets the application of this mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
Applications.namesOf(Iterable<? extends Application> applications)
Transforms applications into their names.
|
| Constructor and Description |
|---|
DirectoryMapping(Application application,
Directory directory,
boolean allowAllToAuthenticate)
Deprecated.
Constructs a new DirectoryMapping.
|
DirectoryMapping(Application application,
Directory directory,
boolean allowAllToAuthenticate,
Set<OperationType> allowedOperations)
Deprecated.
Constructs a new DirectoryMapping.
|
DirectoryMapping(Long id,
Application application,
Directory directory,
boolean allowAllToAuthenticate)
Deprecated.
Constructs a new DirectoryMapping.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
Webhook.getApplication() |
Copyright © 2023 Atlassian. All rights reserved.