Uses of Interface
javax.security.auth.message.ClientAuth

Packages that use ClientAuth
com.sun.xml.wss.provider.wsit   
javax.security.auth.message.config This package defines the interfaces implemented by JSR 196 compatible configuration systems. 
javax.security.auth.message.module This package defines the interfaces implemented by JSR 196 compatible authentication modules. 
 

Uses of ClientAuth in com.sun.xml.wss.provider.wsit
 

Classes in com.sun.xml.wss.provider.wsit that implement ClientAuth
 class WSITClientAuthContext
           
 class WSITClientAuthModule
           
 

Uses of ClientAuth in javax.security.auth.message.config
 

Subinterfaces of ClientAuth in javax.security.auth.message.config
 interface ClientAuthContext
          This 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 javax.security.auth.message.module
 

Subinterfaces of ClientAuth in javax.security.auth.message.module
 interface ClientAuthModule
          A ClientAuthModule secures request messages, and validates received response messages.
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.