Uses of Interface
javax.security.auth.message.config.ClientAuthConfig
-
Packages that use ClientAuthConfig 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 ClientAuthConfig in com.sun.xml.wss.provider.wsit
Classes in com.sun.xml.wss.provider.wsit that implement ClientAuthConfig Modifier and Type Class Description classWSITClientAuthConfigMethods in com.sun.xml.wss.provider.wsit that return ClientAuthConfig Modifier and Type Method Description ClientAuthConfigConfigHelper. getClientAuthConfig()ClientAuthConfigWSITAuthConfigProvider. getClientAuthConfig(String layer, String appContext, CallbackHandler callbackHandler) -
Uses of ClientAuthConfig in javax.security.auth.message.config
Methods in javax.security.auth.message.config that return ClientAuthConfig Modifier and Type Method Description ClientAuthConfigAuthConfigProvider. getClientAuthConfig(String layer, String appContext, CallbackHandler handler)Get an instance of ClientAuthConfig from this provider.
-