Uses of Class
com.netgrif.application.engine.auth.web.requestbodies.NewUserRequest
-
-
Uses of NewUserRequest in com.netgrif.application.engine.auth.service
Methods in com.netgrif.application.engine.auth.service with parameters of type NewUserRequest Modifier and Type Method Description UserRegistrationService. createNewUser(NewUserRequest newUser) -
Uses of NewUserRequest in com.netgrif.application.engine.auth.service.interfaces
Methods in com.netgrif.application.engine.auth.service.interfaces with parameters of type NewUserRequest Modifier and Type Method Description RegisteredUserIRegistrationService. createNewUser(NewUserRequest newUser) -
Uses of NewUserRequest in com.netgrif.application.engine.auth.web
Methods in com.netgrif.application.engine.auth.web with parameters of type NewUserRequest Modifier and Type Method Description MessageResourceAuthenticationController. invite(NewUserRequest newUserRequest, org.springframework.security.core.Authentication auth) -
Uses of NewUserRequest in com.netgrif.application.engine.petrinet.domain.dataset.logic.action
Methods in com.netgrif.application.engine.petrinet.domain.dataset.logic.action with parameters of type NewUserRequest Modifier and Type Method Description MessageResourceActionDelegate. inviteUser(NewUserRequest newUserRequest)
-