Uses of Class
javax.security.auth.message.config.AuthConfigFactory

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

Subclasses of AuthConfigFactory in com.sun.xml.wss.provider.wsit
 class JMACAuthConfigFactory
          This class implements methods in the abstract class AuthConfigFactory.
 

Fields in com.sun.xml.wss.provider.wsit declared as AuthConfigFactory
protected  AuthConfigFactory ConfigHelper.factory
           
 

Constructors in com.sun.xml.wss.provider.wsit with parameters of type AuthConfigFactory
WSITAuthConfigProvider(java.util.Map props, AuthConfigFactory factory)
          Creates a new instance of WSITAuthConfigProvider
 

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

Methods in javax.security.auth.message.config that return AuthConfigFactory
static AuthConfigFactory AuthConfigFactory.getFactory()
          Get the system-wide AuthConfigFactory implementation.
 

Methods in javax.security.auth.message.config with parameters of type AuthConfigFactory
static void AuthConfigFactory.setFactory(AuthConfigFactory factory)
          Set the system-wide AuthConfigFactory implementation.
 



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