|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Creates a new ConnectorBinding for a given Configuration and ProductServiceConfig; also automatically "deploys" the service anywhere that this PSC is already deployed, by creating the necessary DeployedComponents (this will only work if the PSC parameter belongs to the Configuration parameter). |
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)
|
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 |
XMLHelperImpl.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 |
XMLHelperImpl.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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |