mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 02:29:03 +00:00 
			
		
		
		
	make authorizer protected (#21315)
This commit is contained in:
		
							parent
							
								
									2c85597b05
								
							
						
					
					
						commit
						d09907b7ee
					
				| @ -137,7 +137,7 @@ import org.quartz.SchedulerException; | |||||||
| /** Main catalog application */ | /** Main catalog application */ | ||||||
| @Slf4j | @Slf4j | ||||||
| public class OpenMetadataApplication extends Application<OpenMetadataApplicationConfig> { | public class OpenMetadataApplication extends Application<OpenMetadataApplicationConfig> { | ||||||
|   private Authorizer authorizer; |   protected Authorizer authorizer; | ||||||
|   private AuthenticatorHandler authenticatorHandler; |   private AuthenticatorHandler authenticatorHandler; | ||||||
|   private Limits limits; |   private Limits limits; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Mohit Yadav
						Mohit Yadav