A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- generateSlackField(String, String, Boolean) - Method in class com.restapi.template.errorbot.ErrorReportAppender
-
Slack Field 생성자 역할을 하는 메소드.
- generateToken(String, List<UserRole>, long) - Method in class com.restapi.template.security.JwtTokenProvider
-
JWTToken 생성.
- getAgentDetail(HttpServletRequest) - Static method in class com.restapi.template.errorbot.util.AgentUtils
-
UserAgent 정보 매핑.
- getAuthentication(Claims) - Method in class com.restapi.template.security.JwtTokenProvider
-
Spring Security 인증토큰 발급.
- getAuthorities(Claims) - Method in class com.restapi.template.security.JwtTokenProvider
-
JWT 토큰 데이터 Roles 추출.
- getBrowserInfo(UserAgent, Map<String, String>) - Static method in class com.restapi.template.errorbot.util.AgentUtils
-
헤더에서 접속자 브라우저 정보 추출.
- getClaimsFromToken(String) - Method in class com.restapi.template.security.JwtTokenProvider
-
토큰에서 토큰 데이터를 추출.
- getFromMdc(String) - Static method in class com.restapi.template.errorbot.util.MdcUtil
-
MDC에서 키값으로 데이터 조회.
- getInputStream() - Method in class com.restapi.template.errorbot.util.MultiReadableHttpServletRequest
-
복사된 Input Stream을 반환.
- getInstance() - Static method in class com.restapi.template.errorbot.util.JsonUtils
- getMapper() - Static method in class com.restapi.template.errorbot.util.JsonUtils
- getMyComment(Long, String) - Method in class com.restapi.template.api.community.comment.service.CommentService
-
내 댓글 가져오기.
- getMyPost(Long, String) - Method in class com.restapi.template.api.community.post.service.PostService
-
내 게시글 가져오기.
- getNewAccessToken(RefreshRequest) - Method in class com.restapi.template.security.controller.AuthController
-
RefreshToken 으로 AccessToken 재발급 받기.
- getPost(Long) - Method in class com.restapi.template.api.community.post.controller.PostController
-
게시글 조회.
- getPost(Long) - Method in class com.restapi.template.api.community.post.service.PostService
-
게시글 조회.
- getPosts(Pageable) - Method in class com.restapi.template.api.community.post.service.PostService
-
모든 게시글 조회(Paged).
- getPosts(Pageable, PagedResourcesAssembler<PostsDto>) - Method in class com.restapi.template.api.community.post.controller.PostController
-
모든 게시글 조회(Paged).
- getRequestUri() - Method in class com.restapi.template.errorbot.util.RequestWrapper
-
요청 URL과 메소드를 반환.
- getStackTrace(StackTraceElementProxy[]) - Method in class com.restapi.template.errorbot.embedded.ErrorInfo
-
stackTrace를 String으로 변환.
- getUserAgent(HttpServletRequest) - Static method in class com.restapi.template.errorbot.util.AgentUtils
-
헤더에서 User-Agent 정보 추출.
- getUserId(Claims) - Method in class com.restapi.template.security.JwtTokenProvider
-
JWT 토큰 데이터 에서 UserID 추출.
- getUserOsInfo(UserAgent, Map<String, String>) - Static method in class com.restapi.template.errorbot.util.AgentUtils
-
헤더에서 접속자의 OS 정보 추출.
All Classes All Packages