| 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.user.Users.LOWER_NAME_FUNCTION
Use the more general
DirectoryEntities.LOWER_NAME_FUNCTION. |
| com.atlassian.crowd.model.group.Groups.LOWER_NAME_FUNCTION
Use the more general
DirectoryEntities.LOWER_NAME_FUNCTION. |
| com.atlassian.crowd.model.user.Users.NAME_FUNCTION
Use the more general
DirectoryEntities.NAME_FUNCTION. |
| com.atlassian.crowd.model.group.Groups.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. |
| 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 © 2023 Atlassian. All rights reserved.