| Class and Description |
|---|
| com.atlassian.crowd.model.application.DirectoryMapping
Use
ApplicationDirectoryMapping instead. Since 2.12. |
| com.atlassian.crowd.model.application.GroupMapping
Access group mappings through
Application.getApplicationDirectoryMappings() instead. Since v2.12. |
| com.atlassian.crowd.model.application.GroupMappingComparator |
| Field and Description |
|---|
| com.atlassian.crowd.model.application.Applications.ACTIVE_FILTER
Use
Application.isActive() instead. Since 3.4.0. |
| com.atlassian.crowd.model.group.Groups.LOWER_NAME_FUNCTION
Use the more general
DirectoryEntities.LOWER_NAME_FUNCTION. |
| com.atlassian.crowd.model.user.Users.LOWER_NAME_FUNCTION
Use the more general
DirectoryEntities.LOWER_NAME_FUNCTION. |
| com.atlassian.crowd.model.group.Groups.NAME_FUNCTION
Use the more general
DirectoryEntities.NAME_FUNCTION. |
| com.atlassian.crowd.model.user.Users.NAME_FUNCTION
Use the more general
DirectoryEntities.NAME_FUNCTION. |
| com.atlassian.crowd.model.application.Applications.NAME_FUNCTION
Use
Application.getName() instead. Since 3.4.0. |
| Method and Description |
|---|
| com.atlassian.crowd.model.application.Application.getDirectoryMapping(long)
Use
Application.getApplicationDirectoryMapping(long) instead. Since 2.12. |
| com.atlassian.crowd.model.application.Application.getDirectoryMappings()
Use
Application.getApplicationDirectoryMappings() instead. Since 2.12. |
| com.atlassian.crowd.event.EventStore.getNewEvents(String, List<Long>) |
| com.atlassian.crowd.model.group.Groups.namesOf(Iterable<? extends Group>) |
| com.atlassian.crowd.model.user.Users.namesOf(Iterable<? extends User>) |
| com.atlassian.crowd.model.NameComparator.of(Class<T>)
use a
NameComparator.normaliserOf(Class) instead to reduce the number of transformations |
| Enum Constant and Description |
|---|
| com.atlassian.crowd.audit.AuditLogEventType.COMPLETED
This event type has been deprecated in favor of more specific event types (such as USER_CREATED).
Please use a more specific event type or
AuditLogEventType.OTHER if none apply to your event. |
| com.atlassian.crowd.audit.AuditLogEventType.CREATED
This event type has been deprecated in favor of more specific event types (such as USER_CREATED).
Please use a more specific event type or
AuditLogEventType.OTHER if none apply to your event. |
| com.atlassian.crowd.audit.AuditLogEventType.DELETED
This event type has been deprecated in favor of more specific event types (such as USER_CREATED).
Please use a more specific event type or
AuditLogEventType.OTHER if none apply to your event. |
| com.atlassian.crowd.audit.AuditLogEventType.FAILED
This event type has been deprecated in favor of more specific event types (such as USER_CREATED).
Please use a more specific event type or
AuditLogEventType.OTHER if none apply to your event. |
| com.atlassian.crowd.model.group.GroupType.LEGACY_ROLE |
| com.atlassian.crowd.audit.AuditLogEventType.MODIFIED
This event type has been deprecated in favor of more specific event types (such as USER_CREATED).
Please use a more specific event type or
AuditLogEventType.OTHER if none apply to your event. |
| com.atlassian.crowd.audit.AuditLogEventType.STARTED
This event type has been deprecated in favor of more specific event types (such as USER_CREATED).
Please use a more specific event type or
AuditLogEventType.OTHER if none apply to your event. |
Copyright © 2019 Atlassian. All rights reserved.