Uses of Interface
jakarta.security.auth.message.ClientAuth
-
Packages that use ClientAuth Package Description com.sun.xml.wss.provider com.sun.xml.wss.provider.wsit jakarta.security.auth.message.config This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.jakarta.security.auth.message.module This package defines the interfaces implemented by Jakarta Authentication compatible authentication mechanisms. -
-
Uses of ClientAuth in com.sun.xml.wss.provider
Classes in com.sun.xml.wss.provider that implement ClientAuth Modifier and Type Class Description classClientSecurityAuthModule -
Uses of ClientAuth in com.sun.xml.wss.provider.wsit
Classes in com.sun.xml.wss.provider.wsit that implement ClientAuth Modifier and Type Class Description classWSITClientAuthContextclassWSITClientAuthModule -
Uses of ClientAuth in jakarta.security.auth.message.config
Subinterfaces of ClientAuth in jakarta.security.auth.message.config Modifier and Type Interface Description interfaceClientAuthContextThis ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responses received to those requests. -
Uses of ClientAuth in jakarta.security.auth.message.module
Subinterfaces of ClientAuth in jakarta.security.auth.message.module Modifier and Type Interface Description interfaceClientAuthModuleA ClientAuthModule secures request messages, and validates received response messages.
-