A C D E F G H I L M R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- replaceUser(User, long) - Method in class com.wilfredmorgan.api.controllers.UserController
-
Given a complete User Object Given the user id, primary key, is in the User table, replace the User record and Useremail records.
- ResourceFoundException - Exception in com.wilfredmorgan.api.exceptions
- ResourceFoundException(String) - Constructor for exception com.wilfredmorgan.api.exceptions.ResourceFoundException
- ResourceNotFoundException - Exception in com.wilfredmorgan.api.exceptions
- ResourceNotFoundException(String) - Constructor for exception com.wilfredmorgan.api.exceptions.ResourceNotFoundException
- ResourceServerConfig - Class in com.wilfredmorgan.api.config
-
Once the client has gained authorization, users need to gain authentication.
- ResourceServerConfig() - Constructor for class com.wilfredmorgan.api.config.ResourceServerConfig
- RestExceptionHandler - Class in com.wilfredmorgan.api.handlers
- RestExceptionHandler() - Constructor for class com.wilfredmorgan.api.handlers.RestExceptionHandler
- Role - Class in com.wilfredmorgan.api.models
-
The entity allowing interaction with the roles table.
- Role() - Constructor for class com.wilfredmorgan.api.models.Role
-
Default constructor required by JPA
- Role(String) - Constructor for class com.wilfredmorgan.api.models.Role
-
Given the name, create a new role object.
- RoleController - Class in com.wilfredmorgan.api.controllers
-
The entry point for clients to access role data
- RoleController() - Constructor for class com.wilfredmorgan.api.controllers.RoleController
- RoleRepository - Interface in com.wilfredmorgan.api.repositories
-
CRUD repository connecting Role model to the rest of the application
- RoleService - Interface in com.wilfredmorgan.api.services
-
The service that works with the Role model
- RoleServiceImpl - Class in com.wilfredmorgan.api.services
-
Implements the RoleService interface
- RoleServiceImpl() - Constructor for class com.wilfredmorgan.api.services.RoleServiceImpl
All Classes All Packages