Uses of Class
de.adorsys.psd2.sandbox.tpp.rest.api.domain.User
-
Packages that use User Package Description de.adorsys.psd2.sandbox.tpp.rest.api.resource -
-
Uses of User in de.adorsys.psd2.sandbox.tpp.rest.api.resource
Methods in de.adorsys.psd2.sandbox.tpp.rest.api.resource with parameters of type User Modifier and Type Method Description org.springframework.http.ResponseEntity<Void>TppAdminRestApi. admin(User user)org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.um.UserTO>TppUsersRestApi. createUser(User user)org.springframework.http.ResponseEntity<Void>TppAdminRestApi. register(User user, String tppId)org.springframework.http.ResponseEntity<Void>TppRestApi. register(User user)org.springframework.http.ResponseEntity<Void>TppUsersRestApi. updateUser(User user)
-