|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UserEntity in com.atlassian.crowd.acceptance.tests.rest.service |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.rest.service that return UserEntity | |
|---|---|
protected UserEntity |
RestCrowdServiceAcceptanceTestCase.authenticateUser(String username,
String password)
Authenticate a user with the specified username and password. |
| Uses of UserEntity in com.atlassian.crowd.plugin.rest.entity |
|---|
| Methods in com.atlassian.crowd.plugin.rest.entity that return UserEntity | |
|---|---|
UserEntity |
UserEntityExpander.expand(com.atlassian.plugins.rest.common.expand.ExpandContext<UserEntity> context,
com.atlassian.plugins.rest.common.expand.resolver.EntityExpanderResolver expanderResolver,
com.atlassian.plugins.rest.common.expand.EntityCrawler entityCrawler)
|
UserEntity |
UserEntityList.get(int index)
|
UserEntity |
SessionEntity.getUser()
|
static UserEntity |
UserEntity.newMinimalUserEntity(String name,
String applicationName,
com.atlassian.plugins.rest.common.Link link)
Creates a UserEntity with the minimal amount of information required. |
| Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type UserEntity | |
|---|---|
Iterator<UserEntity> |
UserEntityList.iterator()
|
| Method parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type UserEntity | |
|---|---|
UserEntity |
UserEntityExpander.expand(com.atlassian.plugins.rest.common.expand.ExpandContext<UserEntity> context,
com.atlassian.plugins.rest.common.expand.resolver.EntityExpanderResolver expanderResolver,
com.atlassian.plugins.rest.common.expand.EntityCrawler entityCrawler)
|
| Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type UserEntity | |
|---|---|
SessionEntity(String token,
UserEntity user,
com.atlassian.plugins.rest.common.Link link)
|
|
UserEventEntity(Operation operation,
UserEntity user,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes)
|
|
UserMembershipEventEntity(Operation operation,
UserEntity childUser,
GroupEntityList parentGroups)
|
|
| Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type UserEntity | |
|---|---|
UserEntityList(List<UserEntity> users)
|
|
| Uses of UserEntity in com.atlassian.crowd.plugin.rest.service.controller |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.controller that return UserEntity | |
|---|---|
UserEntity |
AuthenticationController.authenticateUser(String applicationName,
String username,
PasswordEntity password,
URI baseUri)
Authenticates the user with the given username and password. |
UserEntity |
UsersController.findUserByName(String applicationName,
String name,
com.atlassian.plugins.rest.common.Link userLink,
boolean expandAttributes)
Returns a UserEntity specified by the name. |
UserEntity |
GroupsController.getDirectUser(String applicationName,
String groupName,
String username,
URI baseUri)
Retrieves the user that is a direct member of the specified group. |
UserEntity |
GroupsController.getNestedUser(String applicationName,
String groupName,
String username,
URI baseUri)
Retrieves the user that is a nested member of the specified group. |
UserEntity |
TokenController.getUserFromToken(String token,
String applicationName,
URI baseUri)
Returns the user associated with the Crowd SSO token. |
| Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type UserEntity | |
|---|---|
String |
UsersController.addUser(String applicationName,
UserEntity userEntity)
Adds a new user. |
String |
UsersController.updateUser(String applicationName,
UserEntity userEntity)
Updates a user. |
| Uses of UserEntity in com.atlassian.crowd.plugin.rest.service.resource |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.resource with parameters of type UserEntity | |
|---|---|
javax.ws.rs.core.Response |
GroupsResource.addDirectUser(String groupName,
UserEntity user)
|
javax.ws.rs.core.Response |
UsersResource.addUser(UserEntity userEntity)
Adds a new user. |
javax.ws.rs.core.Response |
UsersResource.updateUser(String userName,
UserEntity userEntity)
Updates a user. |
| Uses of UserEntity in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that return UserEntity | |
|---|---|
static UserEntity |
UserEntityUtil.expandUser(ApplicationService applicationService,
Application application,
UserEntity minimalUserEntity,
boolean expandAttributes)
Expands a UserEntity from its minimal form to the expanded version. |
static UserEntity |
EntityTranslator.toUserEntity(User user,
Attributes attributes,
com.atlassian.plugins.rest.common.Link userLink)
Translates a User with Attributes to a UserEntity. |
static UserEntity |
EntityTranslator.toUserEntity(User user,
com.atlassian.plugins.rest.common.Link userLink)
Translates a User to a UserEntity. |
| Methods in com.atlassian.crowd.plugin.rest.util with parameters of type UserEntity | |
|---|---|
static UserEntity |
UserEntityUtil.expandUser(ApplicationService applicationService,
Application application,
UserEntity minimalUserEntity,
boolean expandAttributes)
Expands a UserEntity from its minimal form to the expanded version. |
static UserWithAttributes |
EntityTranslator.fromUserEntity(UserEntity userEntity)
Translates a UserEntity to a UserWithAttributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||