com.metamatrix.common.config.model
Class BasicAuthenticationProviderType
java.lang.Object
com.metamatrix.common.namedobject.BasicObject
com.metamatrix.common.config.model.BasicComponentType
com.metamatrix.common.config.model.BasicAuthenticationProviderType
- All Implemented Interfaces:
- AuthenticationProviderType, ComponentType, BaseObject, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class BasicAuthenticationProviderType
- extends BasicComponentType
- implements AuthenticationProviderType
- See Also:
- Serialized Form
| Methods inherited from class com.metamatrix.common.config.model.BasicComponentType |
accept, addComponentTypeDefinition, getComponentTypeCode, getComponentTypeDefinition, getComponentTypeDefinitions, getCreatedBy, getCreatedDate, getCreatedDateString, getDefaultPropertyValues, getDefaultValue, getDescription, getLastChangedBy, getLastChangedDate, getLastChangedDateString, getMaskedPropertyNames, getParentComponentTypeID, getSuperComponentTypeID, isDeployable, isDeprecated, isMonitored, isOfConnectorProductType, isOfTypeConnector, isOfTypeXAConnector, removeComponentTypeDefinition, setComponentTypeCode, setComponentTypeDefinitions, setCreatedBy, setCreatedDate, setDescription, setIsDeprecated, setLastChangedBy, setLastChangedDate, setParentComponentTypeID, setSuperComponentTypeID |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.metamatrix.common.config.api.ComponentType |
accept, getComponentTypeCode, getComponentTypeDefinition, getComponentTypeDefinitions, getCreatedBy, getCreatedDate, getDefaultPropertyValues, getDefaultValue, getDescription, getLastChangedBy, getLastChangedDate, getMaskedPropertyNames, getParentComponentTypeID, getSuperComponentTypeID, isDeployable, isDeprecated, isMonitored, isOfConnectorProductType, isOfTypeConnector, isOfTypeXAConnector |
| Methods inherited from interface java.lang.Comparable |
compareTo |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
BasicAuthenticationProviderType
public BasicAuthenticationProviderType(ComponentTypeID id,
ComponentTypeID parentID,
ComponentTypeID superID,
boolean deployable,
boolean deprecated,
boolean monitored)
isOfTypeAuthProvider
public boolean isOfTypeAuthProvider()
clone
public java.lang.Object clone()
- Description copied from class:
BasicComponentType
- Return a deep cloned instance of this object. Subclasses must override
this method.
- Specified by:
clone in interface BaseObject- Overrides:
clone in class BasicComponentType
- Returns:
- the object that is the clone of this instance.
Copyright © 2009. All Rights Reserved.