Uses of Class
com.netgrif.application.engine.auth.web.responsebodies.UserResource
-
Packages that use UserResource Package Description com.netgrif.application.engine.auth.web com.netgrif.application.engine.auth.web.responsebodies -
-
Uses of UserResource in com.netgrif.application.engine.auth.web
Methods in com.netgrif.application.engine.auth.web that return UserResource Modifier and Type Method Description UserResourcePublicUserController. getLoggedUser(java.util.Locale locale)UserResourceUserController. getLoggedUser(java.lang.Boolean small, org.springframework.security.core.Authentication auth, java.util.Locale locale)UserResourceUserController. getUser(java.lang.String userId, java.lang.Boolean small, java.util.Locale locale)UserResourceAuthenticationController. login(org.springframework.security.core.Authentication auth, java.util.Locale locale)UserResourceUserController. updateUser(java.lang.String userId, UpdateUserRequest updates, org.springframework.security.core.Authentication auth, java.util.Locale locale)Methods in com.netgrif.application.engine.auth.web that return types with arguments of type UserResource Modifier and Type Method Description org.springframework.hateoas.PagedModel<UserResource>UserController. getAll(java.lang.Boolean small, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, org.springframework.security.core.Authentication auth, java.util.Locale locale)org.springframework.hateoas.PagedModel<UserResource>UserController. getAllWithRole(java.util.Set<java.lang.String> roleIds, java.lang.Boolean small, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, java.util.Locale locale)org.springframework.hateoas.PagedModel<UserResource>PublicUserController. search(java.lang.Boolean small, UserSearchRequestBody query, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, java.util.Locale locale)org.springframework.hateoas.PagedModel<UserResource>UserController. search(java.lang.Boolean small, UserSearchRequestBody query, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, org.springframework.security.core.Authentication auth, java.util.Locale locale) -
Uses of UserResource in com.netgrif.application.engine.auth.web.responsebodies
Methods in com.netgrif.application.engine.auth.web.responsebodies that return UserResource Modifier and Type Method Description UserResourceUserResourceAssembler. toModel(IUser entity)Constructor parameters in com.netgrif.application.engine.auth.web.responsebodies with type arguments of type UserResource Constructor Description UsersResource(java.util.Collection<UserResource> content, java.lang.String selfRel)
-