Uses of Interface
jakarta.security.auth.message.config.RegistrationListener
-
Packages that use RegistrationListener Package Description com.sun.xml.wss.provider.wsit jakarta.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems. -
-
Uses of RegistrationListener in com.sun.xml.wss.provider.wsit
Classes in com.sun.xml.wss.provider.wsit that implement RegistrationListener Modifier and Type Class Description classConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListenerMethods in com.sun.xml.wss.provider.wsit with parameters of type RegistrationListener Modifier and Type Method Description String[]JMACAuthConfigFactory. 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.AuthConfigProviderJMACAuthConfigFactory. getConfigProvider(String layer, String appContext, RegistrationListener listener)Get a registered AuthConfigProvider from the factory. -
Uses of RegistrationListener in jakarta.security.auth.message.config
Methods in jakarta.security.auth.message.config with parameters of type RegistrationListener Modifier and Type Method Description abstract 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.
-