Uses of Interface
jakarta.security.auth.message.config.RegistrationListener
Packages that use RegistrationListener
Package
Description
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
JSR-196 Java Authentication SPI for Containers (JASPI) - Public API.
-
Uses of RegistrationListener in jakarta.security.auth.message.config
Methods in jakarta.security.auth.message.config with parameters of type RegistrationListenerModifier and TypeMethodDescriptionabstract String[]AuthConfigFactory.detachListener(RegistrationListener listener, String layer, String appContext) Disassociate the listener from all the provider registrations whose layer and appContext values are matched by the corresponding arguments to this method.abstract AuthConfigProviderAuthConfigFactory.getConfigProvider(String layer, String appContext, RegistrationListener listener) Get a registered AuthConfigProvider from the factory. -
Uses of RegistrationListener in org.wildfly.security.auth.jaspi
Methods in org.wildfly.security.auth.jaspi with parameters of type RegistrationListenerModifier and TypeMethodDescriptionString[]DelegatingAuthConfigFactory.detachListener(RegistrationListener listener, String layer, String appContext) String[]ElytronAuthConfigFactory.detachListener(RegistrationListener listener, String layer, String appContext) DelegatingAuthConfigFactory.getConfigProvider(String layer, String appContext, RegistrationListener listener) ElytronAuthConfigFactory.getConfigProvider(String layer, String appContext, RegistrationListener listener)