File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -77,19 +77,6 @@ def load_handler(handler_class_name)
7777 end
7878 end
7979
80- public
81-
82- # Load auth plugin class (DEPRECATED - plugins are now loaded at boot time)
83- #
84- # @deprecated This method is kept for compatibility but auth plugins are now loaded at boot time
85- # @param auth_plugin_class_name [String] The name of the auth plugin class to load
86- # @param auth_plugin_dir [String] The directory containing auth plugin files
87- # @return [Class] The loaded auth plugin class
88- # @raise [StandardError] Always raises error as dynamic loading is no longer supported
89- def load_auth_plugin ( auth_plugin_class_name , auth_plugin_dir )
90- error! ( "Dynamic auth plugin loading is deprecated. Auth plugins are now loaded at boot time." , 500 )
91- end
92-
9380 private
9481
9582 # Determine HTTP error code from exception
You can’t perform that action at this time.
0 commit comments