Interface UstraAuthorityChecker


public interface UstraAuthorityChecker
Request 별 권한 체크
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(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 요청 request
      authentication - 인증객체
      Returns: