Uses of Class
com.atlassian.crowd.integration.rest.entity.UserEntity
Packages that use UserEntity
Package
Description
-
Uses of UserEntity in com.atlassian.crowd.acceptance.tests.rest.service
Methods in com.atlassian.crowd.acceptance.tests.rest.service that return UserEntityModifier and TypeMethodDescriptionprotected 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. -
Uses of UserEntity in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity that return UserEntityModifier and TypeMethodDescriptionUserEntityList.get
(int index) UserMembershipEventEntity.getChildUser()
SessionEntity.getUser()
UserEventEntity.getUser()
static UserEntity
UserEntity.newMinimalInstance
(String username) Creates a new minimal user instance.Methods in com.atlassian.crowd.integration.rest.entity that return types with arguments of type UserEntityConstructors in com.atlassian.crowd.integration.rest.entity with parameters of type UserEntityModifierConstructorDescriptionSessionEntity
(String token, UserEntity user, Date createdDate, Date expiryDate) Constructor parameters in com.atlassian.crowd.integration.rest.entity with type arguments of type UserEntity -
Uses of UserEntity in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return UserEntityModifier and TypeMethodDescriptionstatic 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.