Interface AuthorizationProvider

  • All Known Implementing Classes:
    HttpAuthorizationProvider

    public interface AuthorizationProvider
    AuthorizationProvider is the base interface that each AuthorizationProvider needs to implement in order to authorize requests to Feast Core
    • Method Detail

      • checkAccessToProject

        AuthorizationResult checkAccessToProject​(String projectId,
                                                 org.springframework.security.core.Authentication authentication)
        Validates whether a user is allowed access to a project
        Parameters:
        projectId - Id of the Feast project
        authentication - Spring Security Authentication object
        Returns:
        AuthorizationResult result of authorization query