Index
All Classes and Interfaces|All Packages
C
- configure(SpringApplicationBuilder) - Method in class net.andresbustamante.yafoot.users.web.YaFootUsersAdminWebApplication
- corsConfigurationSource() - Method in class net.andresbustamante.yafoot.users.web.config.WebSecurityConfig
-
Builds the bean having the CORS configuration for this Web application.
D
- deleteUser(String) - Method in interface net.andresbustamante.yafoot.users.web.controllers.UsersApi
- deleteUser(String) - Method in class net.andresbustamante.yafoot.users.web.controllers.UsersController
E
- email(String) - Method in class net.andresbustamante.yafoot.users.web.dto.User
- equals(Object) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- equals(Object) - Method in class net.andresbustamante.yafoot.users.web.dto.User
- equals(Object) - Method in class net.andresbustamante.yafoot.users.web.dto.UserForm
- error(String) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- ErrorResponse - Class in net.andresbustamante.yafoot.users.web.dto
-
ErrorResponse
- ErrorResponse() - Constructor for class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
F
- filterChain(HttpSecurity) - Method in class net.andresbustamante.yafoot.users.web.config.WebSecurityConfig
-
Security configuration on URL.
- firstName(String) - Method in class net.andresbustamante.yafoot.users.web.dto.User
- firstName(String) - Method in class net.andresbustamante.yafoot.users.web.dto.UserForm
G
- getEmail() - Method in class net.andresbustamante.yafoot.users.web.dto.User
-
Get email
- getError() - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
-
Get error
- getFirstName() - Method in class net.andresbustamante.yafoot.users.web.dto.User
-
Get firstName
- getFirstName() - Method in class net.andresbustamante.yafoot.users.web.dto.UserForm
-
Get firstName
- getMessage() - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
-
Get message
- getObjectMapper() - Method in interface net.andresbustamante.yafoot.users.web.controllers.UsersApi
- getPath() - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
-
Get path
- getRequest() - Method in interface net.andresbustamante.yafoot.users.web.controllers.UsersApi
- getStatus() - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
-
Get status
- getSurname() - Method in class net.andresbustamante.yafoot.users.web.dto.User
-
Get surname
- getSurname() - Method in class net.andresbustamante.yafoot.users.web.dto.UserForm
-
Get surname
- getTimestamp() - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
-
Get timestamp
H
- hashCode() - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- hashCode() - Method in class net.andresbustamante.yafoot.users.web.dto.User
- hashCode() - Method in class net.andresbustamante.yafoot.users.web.dto.UserForm
L
M
- main(String[]) - Static method in class net.andresbustamante.yafoot.users.web.YaFootUsersAdminWebApplication
-
Main method to start the application.
- map(User) - Method in interface net.andresbustamante.yafoot.users.web.mappers.UserMapper
-
Maps a user (model) to a DTO user.
- map(User) - Method in class net.andresbustamante.yafoot.users.web.mappers.UserMapperImpl
- map(UserForm) - Method in interface net.andresbustamante.yafoot.users.web.mappers.UserMapper
-
Maps a DTO user to a model user.
- map(UserForm) - Method in class net.andresbustamante.yafoot.users.web.mappers.UserMapperImpl
- message(String) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
N
- net.andresbustamante.yafoot.users.web - package net.andresbustamante.yafoot.users.web
-
Classes for the Web layer of the users module.
- net.andresbustamante.yafoot.users.web.config - package net.andresbustamante.yafoot.users.web.config
-
Configuration classes for the Web layer of the users module.
- net.andresbustamante.yafoot.users.web.controllers - package net.andresbustamante.yafoot.users.web.controllers
-
Web controllers for the users module.
- net.andresbustamante.yafoot.users.web.dto - package net.andresbustamante.yafoot.users.web.dto
- net.andresbustamante.yafoot.users.web.mappers - package net.andresbustamante.yafoot.users.web.mappers
-
Mapstruct mappers for the user administration module.
P
- path(String) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
S
- setEmail(String) - Method in class net.andresbustamante.yafoot.users.web.dto.User
- setError(String) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- setFirstName(String) - Method in class net.andresbustamante.yafoot.users.web.dto.User
- setFirstName(String) - Method in class net.andresbustamante.yafoot.users.web.dto.UserForm
- setMessage(String) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- setPath(String) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- setStatus(Integer) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- setSurname(String) - Method in class net.andresbustamante.yafoot.users.web.dto.User
- setSurname(String) - Method in class net.andresbustamante.yafoot.users.web.dto.UserForm
- setTimestamp(OffsetDateTime) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- status(Integer) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- surname(String) - Method in class net.andresbustamante.yafoot.users.web.dto.User
- surname(String) - Method in class net.andresbustamante.yafoot.users.web.dto.UserForm
T
- timestamp(OffsetDateTime) - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- toString() - Method in class net.andresbustamante.yafoot.users.web.dto.ErrorResponse
- toString() - Method in class net.andresbustamante.yafoot.users.web.dto.User
- toString() - Method in class net.andresbustamante.yafoot.users.web.dto.UserForm
U
- updateUserDetails(String, UserForm) - Method in interface net.andresbustamante.yafoot.users.web.controllers.UsersApi
- updateUserDetails(String, UserForm) - Method in class net.andresbustamante.yafoot.users.web.controllers.UsersController
- User - Class in net.andresbustamante.yafoot.users.web.dto
-
User
- User() - Constructor for class net.andresbustamante.yafoot.users.web.dto.User
- UserForm - Class in net.andresbustamante.yafoot.users.web.dto
-
UserForm
- UserForm() - Constructor for class net.andresbustamante.yafoot.users.web.dto.UserForm
- UserMapper - Interface in net.andresbustamante.yafoot.users.web.mappers
- UserMapperImpl - Class in net.andresbustamante.yafoot.users.web.mappers
- UserMapperImpl() - Constructor for class net.andresbustamante.yafoot.users.web.mappers.UserMapperImpl
- UsersApi - Interface in net.andresbustamante.yafoot.users.web.controllers
- UsersController - Class in net.andresbustamante.yafoot.users.web.controllers
- UsersController(UserManagementService, UserSearchService, UserMapper) - Constructor for class net.andresbustamante.yafoot.users.web.controllers.UsersController
W
- WebSecurityConfig - Class in net.andresbustamante.yafoot.users.web.config
-
Spring Security configuration for the users module.
- WebSecurityConfig() - Constructor for class net.andresbustamante.yafoot.users.web.config.WebSecurityConfig
Y
- YaFootUsersAdminWebApplication - Class in net.andresbustamante.yafoot.users.web
- YaFootUsersAdminWebApplication() - Constructor for class net.andresbustamante.yafoot.users.web.YaFootUsersAdminWebApplication
All Classes and Interfaces|All Packages