Uses of Class
com.atlassian.confluence.api.model.people.UserKey
-
Packages that use UserKey Package Description com.atlassian.confluence.api.impl.service.people com.atlassian.confluence.api.service.people com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. -
-
Uses of UserKey in com.atlassian.confluence.api.impl.service.people
Methods in com.atlassian.confluence.api.impl.service.people that return UserKey Modifier and Type Method Description UserKey
PersonServiceImpl. create(UserDetailsForCreation userDetailsForCreation)
UserKey
ReadOnlyPersonService. create(UserDetailsForCreation userDetailsForCreation)
-
Uses of UserKey in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return UserKey Modifier and Type Method Description UserKey
PersonService. create(UserDetailsForCreation userDetailsForCreation)
Create a new active user -
Uses of UserKey in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type UserKey Modifier and Type Method Description CompletionStage<UserKey>
RemotePersonService. create(UserDetailsForCreation userDetailsForCreation)
Create a new active userCompletionStage<UserKey>
RemotePersonServiceImpl. create(UserDetailsForCreation userDetailsForCreation)
-