Class and Description |
---|
com.atlassian.crowd.integration.soap.SOAPRole |
Field and Description |
---|
com.atlassian.crowd.directory.DirectoryMembershipsIterable.GROUPS_TO_NAMES
use
DirectoryEntities.NAME_FUNCTION instead. |
com.atlassian.crowd.model.property.Property.GZIP_ENABLED |
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.manager.login.util.ForgottenLoginMailer.PASSWORD_MACRO |
Constructor and Description |
---|
com.atlassian.crowd.model.application.ImmutableApplication(Long, String, ApplicationType, String, PasswordCredential, boolean, boolean, Map<String, String>, List<DirectoryMapping>, Set<RemoteAddress>, Set<Webhook>, boolean, boolean, Date, Date)
Use
ImmutableApplication.Builder instead. |
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) |
com.atlassian.crowd.integration.authentication.PasswordCredential()
since 1.3.2, please use any other PasswordCredential constructor. If this constructor is used,
please be aware that you must call
PasswordCredential.setEncryptedCredential(boolean) . |
com.atlassian.crowd.integration.rest.service.RestCrowdClient(ClientProperties)
use the
RestCrowdClientFactory methods |
Enum Constant and Description |
---|
com.atlassian.crowd.model.group.GroupType.LEGACY_ROLE |
Copyright © 2016 Atlassian. All rights reserved.