Uses of Interface
org.eclipse.equinox.security.auth.ILoginContextListener
Packages that use ILoginContextListener
Package
Description
Adaptation of JAAS infrastructure to OSGi bundles world.
-
Uses of ILoginContextListener in org.eclipse.equinox.security.auth
Methods in org.eclipse.equinox.security.auth with parameters of type ILoginContextListenerModifier and TypeMethodDescriptionvoidILoginContext.registerListener(ILoginContextListener listener) Adds listener to be notified on security-related events.voidILoginContext.unregisterListener(ILoginContextListener listener) Removes listener previously registered to receive notifications on security-related events.