| Package | Description |
|---|---|
| com.atlassian.crowd.acceptance.tests.rest.service | |
| com.atlassian.crowd.integration.rest.entity | |
| com.atlassian.crowd.integration.rest.util |
| Modifier and Type | Method and Description |
|---|---|
protected UserEntity |
RestCrowdServiceAcceptanceTestCase.authenticateUser(String username,
String password)
Authenticate a user with the specified username and password against the 'crowd' application.
|
protected UserEntity |
RestCrowdServiceAcceptanceTestCase.authenticateUser(String username,
String password,
String applicationName,
String applicationPassword)
Authenticate a user with the specified username and password.
|
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
UserEntityList.get(int index) |
UserEntity |
UserMembershipEventEntity.getChildUser() |
UserEntity |
UserEventEntity.getUser() |
UserEntity |
SessionEntity.getUser() |
static UserEntity |
UserEntity.newMinimalInstance(String username)
Creates a new minimal user instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<UserEntity> |
UserEntityList.iterator() |
| Constructor and Description |
|---|
SessionEntity(String token,
UserEntity user,
Date createdDate,
Date expiryDate) |
| Constructor and Description |
|---|
UserEntityList(List<UserEntity> users) |
| Modifier and Type | Method and Description |
|---|---|
static UserEntity |
EntityTranslator.toUserEntity(User user)
Translates a User to a UserEntity.
|
static UserEntity |
EntityTranslator.toUserEntity(User user,
Attributes attributes)
Translates a User with Attributes to a UserEntity.
|
static UserEntity |
EntityTranslator.toUserEntity(User user,
PasswordCredential passwordCredential)
Translates a User to a UserEntity.
|
Copyright © 2020 Atlassian. All rights reserved.