Uses of Interface
com.metamatrix.common.config.api.AuthenticationProvider

Packages that use AuthenticationProvider
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.authorization   
 

Uses of AuthenticationProvider in com.metamatrix.common.config.api
 

Methods in com.metamatrix.common.config.api that return AuthenticationProvider
 AuthenticationProvider ConfigurationObjectEditor.createAuthenticationProviderComponent(Configuration configuration, AuthenticationProvider original, java.lang.String newName)
          This method will create a provider component from the original provider and give a new name.
 AuthenticationProvider ConfigurationObjectEditor.createAuthenticationProviderComponent(ConfigurationID configurationID, AuthenticationProvider original, java.lang.String newName)
          This method will create a provider component from the original provider and give a new name.
 AuthenticationProvider ConfigurationObjectEditor.createAuthenticationProviderComponent(ConfigurationID configuID, ComponentTypeID typeID, java.lang.String descriptorName)
          This method will create a provider component based on the specific component type ID
 AuthenticationProvider Configuration.getAuthenticationProvider(ComponentDefnID componentID)
          Returns a AuthenticationProvider for the specified componentID.
 AuthenticationProvider Configuration.getAuthenticationProvider(java.lang.String name)
          Returns a AuthenticationProvider for the specified name.
 

Methods in com.metamatrix.common.config.api with parameters of type AuthenticationProvider
 void ConfigurationObjectEditor.addAuthenticationProvider(Configuration configuration, AuthenticationProvider provider)
           
 AuthenticationProvider ConfigurationObjectEditor.createAuthenticationProviderComponent(Configuration configuration, AuthenticationProvider original, java.lang.String newName)
          This method will create a provider component from the original provider and give a new name.
 AuthenticationProvider ConfigurationObjectEditor.createAuthenticationProviderComponent(ConfigurationID configurationID, AuthenticationProvider original, java.lang.String newName)
          This method will create a provider component from the original provider and give a new name.
 

Uses of AuthenticationProvider in com.metamatrix.common.config.model
 

Classes in com.metamatrix.common.config.model that implement AuthenticationProvider
 class BasicAuthenticationProvider
           
 

Methods in com.metamatrix.common.config.model that return AuthenticationProvider
 AuthenticationProvider BasicConfigurationObjectEditor.createAuthenticationProviderComponent(Configuration configuration, AuthenticationProvider originalProvider, java.lang.String newName)
           
 AuthenticationProvider BasicConfigurationObjectEditor.createAuthenticationProviderComponent(ConfigurationID configurationID, AuthenticationProvider original, java.lang.String newName)
           
 AuthenticationProvider BasicConfigurationObjectEditor.createAuthenticationProviderComponent(ConfigurationID configurationID, ComponentTypeID typeID, java.lang.String descriptorName)
           
 AuthenticationProvider BasicConfiguration.getAuthenticationProvider(ComponentDefnID componentID)
           
 AuthenticationProvider BasicConfiguration.getAuthenticationProvider(java.lang.String name)
          Returns a AuthenticationProvider based on the specified name.
 

Methods in com.metamatrix.common.config.model with parameters of type AuthenticationProvider
 void BasicConfigurationObjectEditor.addAuthenticationProvider(Configuration configuration, AuthenticationProvider provider)
           
static Configuration ConfigurationObjectEditorHelper.addAuthenticationProviderComponent(Configuration t, AuthenticationProvider provider)
           
 AuthenticationProvider BasicConfigurationObjectEditor.createAuthenticationProviderComponent(Configuration configuration, AuthenticationProvider originalProvider, java.lang.String newName)
           
 AuthenticationProvider BasicConfigurationObjectEditor.createAuthenticationProviderComponent(ConfigurationID configurationID, AuthenticationProvider original, java.lang.String newName)
           
 

Uses of AuthenticationProvider in com.metamatrix.common.config.xml
 

Methods in com.metamatrix.common.config.xml that return AuthenticationProvider
 AuthenticationProvider XMLConfig_42_HelperImpl.createAuthenticationProvider(org.jdom.Element element, ConfigurationID configID, ConfigurationObjectEditor editor)
          This method will create a Resource configuration object from an XML element that represents a Resource.
 

Methods in com.metamatrix.common.config.xml with parameters of type AuthenticationProvider
 org.jdom.Element XMLConfig_42_HelperImpl.createAuthenticationProviderElement(AuthenticationProvider defn)
          This method is used to create a ServiceComponentDefn JDOM Element from a ServiceComponentDefn object.
 

Uses of AuthenticationProvider in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that return AuthenticationProvider
 AuthenticationProvider AuthenticationProviderManager.copyAuthenticationProvider(AuthenticationProvider original, ConfigurationObjectEditor coe, java.lang.String sProviderName)
           
 AuthenticationProvider AuthenticationProviderManager.getTentativeAuthenticationProvider(ComponentType ctProvider, ConfigurationObjectEditor coe, java.lang.String sProviderName)
           
 

Methods in com.metamatrix.console.models with parameters of type AuthenticationProvider
 AuthenticationProvider AuthenticationProviderManager.copyAuthenticationProvider(AuthenticationProvider original, ConfigurationObjectEditor coe, java.lang.String sProviderName)
           
 void AuthenticationProviderManager.createAuthenticationProvider(AuthenticationProvider provider, ConfigurationObjectEditor coe)
          Method to commit actions to create a conector binding.
 

Uses of AuthenticationProvider in com.metamatrix.console.ui.views.authorization
 

Methods in com.metamatrix.console.ui.views.authorization that return AuthenticationProvider
 AuthenticationProvider NewAuthenticationProviderSpecificationPanel.getNewAuthenticationProvider()
           
 AuthenticationProvider NewAuthenticationProviderWizardController.runWizard()
           
 



Copyright © 2009. All Rights Reserved.