com.metamatrix.common.config.api
Interface AuthenticationProvider
- All Superinterfaces: 
- BaseObject, java.lang.Cloneable, java.lang.Comparable, ComponentDefn, ComponentObject
- All Known Implementing Classes: 
- BasicAuthenticationProvider
- public interface AuthenticationProvider 
- extends ComponentDefn
Date Oct 21, 2002
 An AuthenticationProvider represents an authentication provider definition that is a
 non-configuration based object.  Meaning, this object type is not
 dependent upon any specific configuration, but when defined,
 is shared across all configurations.
 
| Fields inherited from interface com.metamatrix.common.config.api.ComponentDefn | 
| AUTHPROVIDER_COMPONENT_CODE, CONFIGURATION_COMPONENT_CODE, CONNECTOR_COMPONENT_CODE, DEPLOYED_COMPONENT_CODE, HOST_COMPONENT_CODE, PRODUCT_COMPONENT_CODE, PSC_COMPONENT_CODE, RESOURCE_DESCRIPTOR_COMPONENT_CODE, SERVICE_COMPONENT_CODE, SHARED_RESOURCE_COMPONENT_CODE, VM_COMPONENT_CODE | 
 
 
 
| Methods inherited from interface com.metamatrix.common.config.api.ComponentObject | 
| accept, getComponentTypeID, getCreatedBy, getCreatedDate, getDescription, getLastChangedBy, getLastChangedDate, getName, getProperties, getProperty, isDependentUpon | 
 
 
| Methods inherited from interface java.lang.Comparable | 
| compareTo | 
 
getAuthenticationDomainClass
java.lang.String getAuthenticationDomainClass()
- 
 
- 
 
isActivated
boolean isActivated()
- 
 
- 
 
Copyright © 2009. All Rights Reserved.