| Field and Description |
|---|
| com.atlassian.crowd.embedded.api.Directories.ACTIVE_FILTER
Use
Directory.isActive() instead. Since 3.4.0. |
| com.atlassian.crowd.embedded.api.Directories.NAME_FUNCTION
Use
Directory.getName() instead. Since 3.4.0. |
| Method and Description |
|---|
| com.atlassian.crowd.embedded.api.CrowdService.addUser(User, String)
Use
CrowdService.addUser(UserWithAttributes, String) instead. Since v2.9 |
| com.atlassian.crowd.embedded.api.Directories.namesOf(Iterable<? extends Directory>)
Use
Directory.getName() instead. Since 3.4.0. |
| com.atlassian.crowd.embedded.api.PasswordCredential.setCredential(String)
create a new instance rather than mutating.
|
| com.atlassian.crowd.embedded.api.PasswordCredential.setEncryptedCredential(boolean)
create a new instance rather than mutating.
|
| Constructor and Description |
|---|
| com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation(long, long, String, List<Serializable>) |
| com.atlassian.crowd.embedded.api.PasswordCredential()
since 1.3.2, please use any other PasswordCredential constructor,
this constructor should only be used by hibernate. If this constructor is used,
please be aware that you must set
PasswordCredential.setEncryptedCredential(boolean) |
Copyright © 2023 Atlassian. All rights reserved.