Uses of Interface
jakarta.security.auth.message.config.ServerAuthConfig
-
Packages that use ServerAuthConfig 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 ServerAuthConfig in com.sun.xml.wss.provider.wsit
Classes in com.sun.xml.wss.provider.wsit that implement ServerAuthConfig Modifier and Type Class Description classWSITServerAuthConfigMethods in com.sun.xml.wss.provider.wsit that return ServerAuthConfig Modifier and Type Method Description ServerAuthConfigConfigHelper. getServerAuthConfig()ServerAuthConfigWSITAuthConfigProvider. getServerAuthConfig(String layer, String appContext, CallbackHandler callbackHandler) -
Uses of ServerAuthConfig in jakarta.security.auth.message.config
Methods in jakarta.security.auth.message.config that return ServerAuthConfig Modifier and Type Method Description ServerAuthConfigAuthConfigProvider. getServerAuthConfig(String layer, String appContext, CallbackHandler handler)Get an instance of ServerAuthConfig from this provider.
-