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

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

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

Methods in com.sun.xml.wss.provider.wsit that return ServerAuthConfig
 ServerAuthConfig ConfigHelper.getServerAuthConfig()
           
 ServerAuthConfig WSITAuthConfigProvider.getServerAuthConfig(java.lang.String layer, java.lang.String appContext, javax.security.auth.callback.CallbackHandler callbackHandler)
           
 

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

Methods in javax.security.auth.message.config that return ServerAuthConfig
 ServerAuthConfig AuthConfigProvider.getServerAuthConfig(java.lang.String layer, java.lang.String appContext, javax.security.auth.callback.CallbackHandler handler)
          Get an instance of ServerAuthConfig from this provider.
 



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