Uses of Class
com.netgrif.application.engine.auth.web.responsebodies.UserResource
-
-
Uses of UserResource in com.netgrif.application.engine.auth.service
Methods in com.netgrif.application.engine.auth.service that return UserResource Modifier and Type Method Description UserResourceUserResourceHelperService. getResource(LoggedUser loggedUser, java.util.Locale locale, boolean small) -
Uses of UserResource in com.netgrif.application.engine.auth.service.interfaces
Methods in com.netgrif.application.engine.auth.service.interfaces that return UserResource Modifier and Type Method Description UserResourceIUserResourceHelperService. getResource(LoggedUser loggedUser, java.util.Locale locale, boolean small) -
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) -
Uses of UserResource in com.netgrif.application.engine.impersonation.web
Methods in com.netgrif.application.engine.impersonation.web that return UserResource Modifier and Type Method Description UserResourceImpersonationController. endImpersonation(java.util.Locale locale)UserResourceImpersonationController. impersonateByConfig(java.lang.String configId, java.util.Locale locale)UserResourceImpersonationController. impersonateUser(java.lang.String userId, java.util.Locale locale)Methods in com.netgrif.application.engine.impersonation.web that return types with arguments of type UserResource Modifier and Type Method Description org.springframework.hateoas.PagedModel<UserResource>ImpersonationController. getImpersonationUserOptions(SearchRequest request, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<IUser> assembler, org.springframework.security.core.Authentication auth, java.util.Locale locale)
-