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
A
- addNewRole(Role) - Method in class com.wilfredmorgan.api.controllers.RoleController
-
Given a complete Role object, create a new Role record
Example: http://localhost:2019/roles/role - addNewUser(User) - Method in class com.wilfredmorgan.api.controllers.UserController
-
Given a complete User Object, create a new User record and accompanying useremail records and user role records.
- addResourceHandlers(ResourceHandlerRegistry) - Method in class com.wilfredmorgan.api.config.SwaggerWebMVC
-
Adds the Swagger web pages to Spring.
- api() - Method in class com.wilfredmorgan.api.config.Swagger2Config
-
Configures what to document using Swagger
- ApiApplication - Class in com.wilfredmorgan.api
-
Main class to start the application
- ApiApplication() - Constructor for class com.wilfredmorgan.api.ApiApplication
- authenticationManagerBean() - Method in class com.wilfredmorgan.api.config.SecurityConfig
-
Allows us to customize the Authentication Manager.
- AuthorizationServerConfig - Class in com.wilfredmorgan.api.config
-
This class enables and configures the Authorization Server.
- AuthorizationServerConfig() - Constructor for class com.wilfredmorgan.api.config.AuthorizationServerConfig
All Classes All Packages