Uses of Class
de.gustavblass.fsu.fmi.roombooking.dto.LdapRegistrationActorDTO
Packages that use LdapRegistrationActorDTO
Package
Description
-
Uses of LdapRegistrationActorDTO in de.gustavblass.fsu.fmi.roombooking.controller
Methods in de.gustavblass.fsu.fmi.roombooking.controller with parameters of type LdapRegistrationActorDTOModifier and TypeMethodDescription@NonNull StringActorController.getRegistrationForm(@NonNull org.springframework.ui.Model model, @NonNull LocalRegistrationActorDTO localRegistrationActorDTO, @NonNull LdapRegistrationActorDTO ldapRegistrationActorDTO, @NonNull jakarta.servlet.http.HttpServletResponse response) HandlesGETrequests to/registerand returns an HTML form that allows the user to sign up at this service.@NonNull StringActorController.registerLocally(@NonNull org.springframework.ui.Model model, @NonNull @Valid LocalRegistrationActorDTO registerDTO, @NonNull org.springframework.validation.BindingResult result, @NonNull jakarta.servlet.http.HttpServletResponse response, @NonNull LdapRegistrationActorDTO ignoredDTO) HandlesPOSTrequests to/registerand allows the user to sign up at this service.@NonNull StringActorController.registerViaLdap(@NonNull org.springframework.ui.Model model, @NonNull @Valid LdapRegistrationActorDTO registerDTO, @NonNull org.springframework.validation.BindingResult result, @NonNull jakarta.servlet.http.HttpServletResponse response, @NonNull LocalRegistrationActorDTO ignoredDTO) HandlesPOSTrequests to/registerand allows the user to sign up at this service.@NonNull org.springframework.http.ResponseEntity<Void> ActorRestController.registerViaLdap(@NonNull @Valid LdapRegistrationActorDTO actorDTO) HandlesPOSTrequests to/api/v1/register/ldapand creates a newActorbased on the givenLdapRegistrationActorDTO. -
Uses of LdapRegistrationActorDTO in de.gustavblass.fsu.fmi.roombooking.service
Methods in de.gustavblass.fsu.fmi.roombooking.service with parameters of type LdapRegistrationActorDTOModifier and TypeMethodDescriptionvoidActorService.register(@NonNull LdapRegistrationActorDTO ldapRegistrationActorDTO) Creates a newActorin the database, according to the givenLdapRegistrationActorDTO.