Class SlingAuthenticatorServiceListener

  • All Implemented Interfaces:
    EventListener, org.osgi.framework.AllServiceListener, org.osgi.framework.ServiceListener, org.osgi.service.event.EventHandler

    public class SlingAuthenticatorServiceListener
    extends Object
    implements org.osgi.framework.AllServiceListener, org.osgi.service.event.EventHandler
    Service listener keeping track of all auth requirements registered in the service registry.
    • Method Detail

      • stop

        public void stop​(org.osgi.framework.BundleContext bundleContext)
      • serviceChanged

        public void serviceChanged​(org.osgi.framework.ServiceEvent event)
        Handle service registration updates (add, modified, remove)
        Specified by:
        serviceChanged in interface org.osgi.framework.ServiceListener
      • handleEvent

        public void handleEvent​(org.osgi.service.event.Event event)
        Handle a mapping event
        Specified by:
        handleEvent in interface org.osgi.service.event.EventHandler