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

Packages that use AuthConfig
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 AuthConfig in com.sun.xml.wss.provider.wsit
 

Classes in com.sun.xml.wss.provider.wsit that implement AuthConfig
 class WSITClientAuthConfig
           
 class WSITServerAuthConfig
           
 

Methods in com.sun.xml.wss.provider.wsit that return AuthConfig
protected  AuthConfig ConfigHelper.getAuthConfig(AuthConfigProvider p, boolean isServer)
           
protected  AuthConfig ConfigHelper.getAuthConfig(boolean isServer)
           
 

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

Subinterfaces of AuthConfig in javax.security.auth.message.config
 interface ClientAuthConfig
          This 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).
 interface ServerAuthConfig
          This 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).
 



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