|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegistrationListener | |
|---|---|
| com.sun.xml.wss.provider.wsit | |
| javax.security.auth.message.config | This package defines the interfaces implemented by JSR 196 compatible configuration systems. |
| Uses of RegistrationListener in com.sun.xml.wss.provider.wsit |
|---|
| Classes in com.sun.xml.wss.provider.wsit that implement RegistrationListener | |
|---|---|
class |
ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener
|
| Methods in com.sun.xml.wss.provider.wsit with parameters of type RegistrationListener | |
|---|---|
java.lang.String[] |
JMACAuthConfigFactory.detachListener(RegistrationListener listener,
java.lang.String layer,
java.lang.String appContext)
Disassociate the listener from all the provider registrations whose layer and appContext values are matched by the corresponding arguments to this method. |
AuthConfigProvider |
JMACAuthConfigFactory.getConfigProvider(java.lang.String layer,
java.lang.String appContext,
RegistrationListener listener)
Get a registered AuthConfigProvider from the factory. |
| Uses of RegistrationListener in javax.security.auth.message.config |
|---|
| Methods in javax.security.auth.message.config with parameters of type RegistrationListener | |
|---|---|
abstract java.lang.String[] |
AuthConfigFactory.detachListener(RegistrationListener listener,
java.lang.String layer,
java.lang.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 AuthConfigProvider |
AuthConfigFactory.getConfigProvider(java.lang.String layer,
java.lang.String appContext,
RegistrationListener listener)
Get a registered AuthConfigProvider from the factory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||