| Package | Description |
|---|---|
| com.atlassian.crowd.embedded.api | |
| com.atlassian.crowd.model.application | |
| com.atlassian.crowd.model.event | |
| com.atlassian.crowd.model.webhook |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationFactory.getApplication() |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<Application> |
Applications.ACTIVE_FILTER
A predicate that checks if the application is active
|
static com.google.common.base.Function<Application,String> |
Applications.NAME_FUNCTION
A function that projects the application name
|
| Modifier and Type | Method and Description |
|---|---|
Application |
GroupMapping.getApplication()
Returns the application of this mapping.
|
Application |
DirectoryMapping.getApplication()
Returns the mapped application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupMapping.setApplication(Application application)
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)
Constructs a new DirectoryMapping.
|
DirectoryMapping(Application application,
Directory directory,
boolean allowAllToAuthenticate,
Set<OperationType> allowedOperations)
Constructs a new DirectoryMapping.
|
DirectoryMapping(Long id,
Application application,
Directory directory,
boolean allowAllToAuthenticate)
Constructs a new DirectoryMapping.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
AliasEvent.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
static AliasEvent |
AliasEvent.created(Application application,
String user,
String newAlias) |
static AliasEvent |
AliasEvent.deleted(Application application,
String user) |
static AliasEvent |
AliasEvent.updated(Application application,
String user,
String newAlias) |
| Modifier and Type | Method and Description |
|---|---|
Application |
Webhook.getApplication() |
Copyright © 2017 Atlassian. All rights reserved.