com.metamatrix.common.config.model
Class BasicAuthenticationProvider
java.lang.Object
com.metamatrix.common.namedobject.BasicObject
com.metamatrix.common.config.model.BasicComponentObject
com.metamatrix.common.config.model.BasicComponentDefn
com.metamatrix.common.config.model.BasicAuthenticationProvider
- All Implemented Interfaces:
- AuthenticationProvider, ComponentDefn, ComponentObject, BaseObject, PropertiedObject, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class BasicAuthenticationProvider
- extends BasicComponentDefn
- implements AuthenticationProvider, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class com.metamatrix.common.config.model.BasicComponentObject |
accept, addProperties, addProperty, getComponentTypeID, getCreatedBy, getCreatedDate, getCreatedDateString, getDescription, getEditableProperties, getLastChangedBy, getLastChangedDate, getLastChangedDateString, getProperties, getProperty, removeProperties, removeProperty, setCreatedBy, setCreatedDate, setDescription, setLastChangedBy, setLastChangedDate, setProperties, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
BasicAuthenticationProvider
public BasicAuthenticationProvider(ConfigurationID configurationID,
AuthenticationProviderID componentID,
ComponentTypeID typeID)
BasicAuthenticationProvider
protected BasicAuthenticationProvider(BasicAuthenticationProvider component)
clone
public java.lang.Object clone()
- Return a deep cloned instance of this object. Subclasses must override
this method.
- Specified by:
clone
in interface BaseObject
- Overrides:
clone
in class BasicObject
- Returns:
- the object that is the clone of this instance.
getAuthenticationDomainClass
public java.lang.String getAuthenticationDomainClass()
- Specified by:
getAuthenticationDomainClass
in interface AuthenticationProvider
isActivated
public boolean isActivated()
- Specified by:
isActivated
in interface AuthenticationProvider
Copyright © 2009. All Rights Reserved.