Interface UstraAuthenticationAuthorityChecker<R extends UstraAuthentication>

Type Parameters:
R -

public interface UstraAuthenticationAuthorityChecker<R extends UstraAuthentication>
authentication의 권한을 체크하는 인터페이스
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check(jakarta.servlet.http.HttpServletRequest request, R authentication)
    authentication의 권한을 체크한다.
  • Method Details

    • check

      void check(jakarta.servlet.http.HttpServletRequest request, R authentication)
      authentication의 권한을 체크한다.
      Parameters:
      authentication - 인증 정보