Uses of Interface
javax.security.auth.message.config.ClientAuthContext

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

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

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

Methods in com.sun.xml.wss.provider.wsit that return ClientAuthContext
 ClientAuthContext WSITClientAuthConfig.cleanupAuthContext(Integer hashCode)
           
 ClientAuthContext WSITClientAuthConfig.getAuthContext(String operation, Subject subject, Map rawMap)
           
 ClientAuthContext ConfigHelper.getClientAuthContext(MessageInfo info, Subject s)
           
 ClientAuthContext PipeHelper.getClientAuthContext(MessageInfo info, Subject s)
           
 

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

Methods in javax.security.auth.message.config that return ClientAuthContext
 ClientAuthContext ClientAuthConfig.getAuthContext(String authContextID, Subject clientSubject, Map properties)
          Get a ClientAuthContext instance from this ClientAuthConfig.
 



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