Uses of Class
blackboard.platform.security.authentication.HttpAuthConfig

Packages that use HttpAuthConfig
blackboard.platform.security.authentication Provides the public implementation classes for creating custom authentication modules for Learning System. 
 

Uses of HttpAuthConfig in blackboard.platform.security.authentication
 

Fields in blackboard.platform.security.authentication declared as HttpAuthConfig
protected  HttpAuthConfig BaseAuthenticationModule._config
          Member variable used to access HttpAuthConfig information.
 

Methods in blackboard.platform.security.authentication that return HttpAuthConfig
static HttpAuthConfig HttpAuthConfig.getInstalledInstance()
           
static HttpAuthConfig HttpAuthConfig.getInstance()
           
static HttpAuthConfig HttpAuthConfig.getInstance(java.lang.String authType)
           
static HttpAuthConfig HttpAuthConfig.getInstance(java.lang.String authType, java.lang.String[] propKeys)
           
static HttpAuthConfig HttpAuthConfig.getInstance(VirtualInstallation vi, java.lang.String authType, java.lang.String[] propKeys)
           
 

Methods in blackboard.platform.security.authentication that return types with arguments of type HttpAuthConfig
 java.util.ArrayList<HttpAuthConfig> HttpAuthConfig.getSubConfigs()
           
 

Methods in blackboard.platform.security.authentication with parameters of type HttpAuthConfig
 void HttpAuthModule.setConfig(HttpAuthConfig config)
          Sets the HttpAuthConfig configuration object for an authentication module.
 void BaseAuthenticationModule.setConfig(HttpAuthConfig config)
          Sets the configuration properties for this authentication type.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.