Uses of Interface
jakarta.security.auth.message.config.AuthConfig
-
Packages that use AuthConfig 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 AuthConfig in com.sun.xml.wss.provider.wsit
Classes in com.sun.xml.wss.provider.wsit that implement AuthConfig Modifier and Type Class Description classWSITClientAuthConfigclassWSITServerAuthConfigMethods in com.sun.xml.wss.provider.wsit that return AuthConfig Modifier and Type Method Description protected AuthConfigConfigHelper. getAuthConfig(boolean isServer)protected AuthConfigConfigHelper. getAuthConfig(AuthConfigProvider p, boolean isServer) -
Uses of AuthConfig in jakarta.security.auth.message.config
Subinterfaces of AuthConfig in jakarta.security.auth.message.config Modifier and Type Interface Description interfaceClientAuthConfigThis interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).interfaceServerAuthConfigThis interface describes a configuration of ServerAuthConfiguration objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
-