Uses of Interface
javax.security.auth.message.config.AuthConfigProvider
-
Packages that use AuthConfigProvider Package Description com.sun.xml.wss.provider.wsit javax.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems. -
-
Uses of AuthConfigProvider in com.sun.xml.wss.provider.wsit
Classes in com.sun.xml.wss.provider.wsit that implement AuthConfigProvider Modifier and Type Class Description classWSITAuthConfigProviderMethods in com.sun.xml.wss.provider.wsit that return AuthConfigProvider Modifier and Type Method Description AuthConfigProviderJMACAuthConfigFactory. getConfigProvider(String layer, String appContext, RegistrationListener listener)Get a registered AuthConfigProvider from the factory.Methods in com.sun.xml.wss.provider.wsit with parameters of type AuthConfigProvider Modifier and Type Method Description protected AuthConfigConfigHelper. getAuthConfig(AuthConfigProvider p, boolean isServer)String[]JMACAuthConfigFactory. getRegistrationIDs(AuthConfigProvider provider)Get the registration identifiers for all registrations of the provider instance at the factory.StringJMACAuthConfigFactory. registerConfigProvider(AuthConfigProvider provider, String layer, String appContext, String description) -
Uses of AuthConfigProvider in javax.security.auth.message.config
Methods in javax.security.auth.message.config that return AuthConfigProvider Modifier and Type Method Description abstract AuthConfigProviderAuthConfigFactory. getConfigProvider(String layer, String appContext, RegistrationListener listener)Get a registered AuthConfigProvider from the factory.Methods in javax.security.auth.message.config with parameters of type AuthConfigProvider Modifier and Type Method Description abstract String[]AuthConfigFactory. getRegistrationIDs(AuthConfigProvider provider)Get the registration identifiers for all registrations of the provider instance at the factory.abstract StringAuthConfigFactory. registerConfigProvider(AuthConfigProvider provider, String layer, String appContext, String description)Registers within the (in-memory) factory, a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer and application context identifier.
-