Uses of Class
org.apache.archiva.redback.rest.api.model.v2.UserInfo
-
Packages that use UserInfo Package Description org.apache.archiva.redback.rest.api.services.v2 This is the V2 REST API of Redback.org.apache.archiva.redback.rest.services.v2 -
-
Uses of UserInfo in org.apache.archiva.redback.rest.api.services.v2
Methods in org.apache.archiva.redback.rest.api.services.v2 that return UserInfo Modifier and Type Method Description UserInfoUserService. createAdminUser(User user)will create admin user only if not exists !! if exists will return falseUserInfoUserService. createUser(User user)UserInfoAuthenticationService. getAuthenticatedUser()Check, if the current request is authenticated and if so return the current user dataUserInfoUserService. getLoggedInUser()UserInfoUserService. getUser(String userId)UserInfoUserService. updateMe(SelfUserData user)Update only the current logged in user and this fields: fullname, email, password.UserInfoUserService. updateUser(String userId, User user)Methods in org.apache.archiva.redback.rest.api.services.v2 that return types with arguments of type UserInfo Modifier and Type Method Description org.apache.archiva.components.rest.model.PagedResult<UserInfo>RoleService. getRoleUsers(String roleId, String recurse, String searchTerm, Integer offset, Integer limit, List<String> orderBy, String order)This returns the list of assigned users to a given role.org.apache.archiva.components.rest.model.PagedResult<UserInfo>RoleService. getUnassignedUsers(String roleId, String recurse, String searchTerm, Integer offset, Integer limit, List<String> orderBy, String order)org.apache.archiva.components.rest.model.PagedResult<UserInfo>UserService. getUsers(String searchTerm, Integer offset, Integer limit, List<String> orderBy, String order) -
Uses of UserInfo in org.apache.archiva.redback.rest.services.v2
Methods in org.apache.archiva.redback.rest.services.v2 that return UserInfo Modifier and Type Method Description UserInfoDefaultUserService. createAdminUser(User adminUser)UserInfoDefaultUserService. createUser(User user)UserInfoDefaultAuthenticationService. getAuthenticatedUser()UserInfoDefaultUserService. getLoggedInUser()protected UserInfoBaseRedbackService. getRestUser(User user)UserInfoDefaultUserService. getUser(String userId)UserInfoDefaultUserService. updateMe(SelfUserData user)UserInfoDefaultUserService. updateUser(String userId, User user)Methods in org.apache.archiva.redback.rest.services.v2 that return types with arguments of type UserInfo Modifier and Type Method Description org.apache.archiva.components.rest.model.PagedResult<UserInfo>DefaultRoleService. getRoleUsers(String roleId, String recurse, String searchTerm, Integer offset, Integer limit, List<String> orderBy, String order)org.apache.archiva.components.rest.model.PagedResult<UserInfo>DefaultRoleService. getUnassignedUsers(String roleId, String recurse, String searchTerm, Integer offset, Integer limit, List<String> orderBy, String order)protected org.apache.archiva.components.rest.model.PagedResult<UserInfo>BaseRedbackService. getUserInfoPagedResult(List<? extends User> rawUsers, String q, Integer offset, Integer limit, List<String> orderBy, boolean ascending)org.apache.archiva.components.rest.model.PagedResult<UserInfo>DefaultUserService. getUsers(String q, Integer offset, Integer limit, List<String> orderBy, String order)
-