make authorizer protected (#21315)

This commit is contained in:
Mohit Yadav 2025-05-20 17:26:11 +05:30 committed by GitHub
parent 2c85597b05
commit d09907b7ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ import org.quartz.SchedulerException;
/** Main catalog application */
@Slf4j
public class OpenMetadataApplication extends Application<OpenMetadataApplicationConfig> {
private Authorizer authorizer;
protected Authorizer authorizer;
private AuthenticatorHandler authenticatorHandler;
private Limits limits;