MCPcopy Create free account

hub / github.com/arocketman/SpringBlog / types & classes

Types & classes20 in github.com/arocketman/SpringBlog

ClassAuthorizationServerConfig
Configures the authorization server. The @EnableAuthorizationServer annotation is used to configure the OAuth 2.0 Authorization Server mechanism, toge
src/main/java/com/arocketman/github/config/AuthorizationServerConfig.java:21
ClassBlogApplication
src/main/java/com/arocketman/github/BlogApplication.java:17
ClassBlogApplicationTests
src/test/java/com/arocketman/github/BlogApplicationTests.java:8
ClassBlogController
src/main/java/com/arocketman/github/controllers/BlogController.java:18
ClassComment
src/main/java/com/arocketman/github/entities/Comment.java:10
ClassCommentPojo
src/main/java/com/arocketman/github/pojos/CommentPojo.java:3
InterfaceCommentRepository
src/main/java/com/arocketman/github/repositories/CommentRepository.java:9
ClassCommentService
src/main/java/com/arocketman/github/service/CommentService.java:11
ClassCustomUserDetails
Provides a basic implementation of the UserDetails interface
src/main/java/com/arocketman/github/config/CustomUserDetails.java:16
ClassHomeController
src/main/java/com/arocketman/github/controllers/HomeController.java:6
ClassPost
src/main/java/com/arocketman/github/entities/Post.java:6
InterfacePostRepository
src/main/java/com/arocketman/github/repositories/PostRepository.java:10
ClassPostService
src/main/java/com/arocketman/github/service/PostService.java:11
ClassResourceServerConfig
The @EnableResourceServer annotation adds a filter of type OAuth2AuthenticationProcessingFilter automatically to the Spring Security filter chain.
src/main/java/com/arocketman/github/config/ResourceServerConfig.java:13
ClassRole
src/main/java/com/arocketman/github/entities/Role.java:7
ClassUser
src/main/java/com/arocketman/github/entities/User.java:8
ClassUserController
src/main/java/com/arocketman/github/controllers/UserController.java:17
ClassUserRegistration
src/main/java/com/arocketman/github/pojos/UserRegistration.java:3
InterfaceUserRepository
User repository for CRUD operations.
src/main/java/com/arocketman/github/repositories/UserRepository.java:9
ClassUserService
src/main/java/com/arocketman/github/service/UserService.java:13