Interface UstraAuthorityChecker
public interface UstraAuthorityChecker
Request 별 권한 체크
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheck(jakarta.servlet.http.HttpServletRequest request, org.springframework.security.core.Authentication authentication) request별로 전역 권한을 확인한다.
-
Method Details
-
check
boolean check(jakarta.servlet.http.HttpServletRequest request, org.springframework.security.core.Authentication authentication) request별로 전역 권한을 확인한다.- Parameters:
request- web 요청 requestauthentication- 인증객체- Returns:
-