| 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.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.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 © 2016 Atlassian. All rights reserved.