A C D E F G H I L M R S T U V 
All Classes All Packages

C

com.wilfredmorgan.api - package com.wilfredmorgan.api
Main package for this application.
com.wilfredmorgan.api.config - package com.wilfredmorgan.api.config
Contains all the classes related to configurations.
com.wilfredmorgan.api.controllers - package com.wilfredmorgan.api.controllers
Contains the access points, end points, that can be used by clients.
com.wilfredmorgan.api.exceptions - package com.wilfredmorgan.api.exceptions
Contains the exceptions that are used in this application
com.wilfredmorgan.api.handlers - package com.wilfredmorgan.api.handlers
Contains handlers, advisors, that are used throughout the application
com.wilfredmorgan.api.models - package com.wilfredmorgan.api.models
Contains the layouts of all data used in the application.
com.wilfredmorgan.api.repositories - package com.wilfredmorgan.api.repositories
Contains the links between the database and the application.
com.wilfredmorgan.api.services - package com.wilfredmorgan.api.services
Contains the services that are used to retrieve and manipulate data in the application.
configure(HttpSecurity) - Method in class com.wilfredmorgan.api.config.ResourceServerConfig
This method configures which roles can access which endpoints
configure(ClientDetailsServiceConfigurer) - Method in class com.wilfredmorgan.api.config.AuthorizationServerConfig
Method to configure the Client Details Service for our application.
configure(AuthorizationServerEndpointsConfigurer) - Method in class com.wilfredmorgan.api.config.AuthorizationServerConfig
Connects are endpoints to our custom authentication server and token store.
configure(ResourceServerSecurityConfigurer) - Method in class com.wilfredmorgan.api.config.ResourceServerConfig
 
CustomErrorDetails - Class in com.wilfredmorgan.api.exceptions
 
CustomErrorDetails() - Constructor for class com.wilfredmorgan.api.exceptions.CustomErrorDetails
 
A C D E F G H I L M R S T U V 
All Classes All Packages