Should login for a plugin access?

Is there any way to do not use openfire admin login page to access my custom plugin?

Just the same as User Service plugin - it allows handle requests without the admin page login.

I’ve found it:

// Exclude this servlet from requiring the user to login
AuthCheckFilter.addExclude(“myplugin/service”);