Class BaseSourceAdapter

java.lang.Object
edu.internet2.middleware.subject.provider.BaseSourceAdapter
All Implemented Interfaces:
Source
Direct Known Subclasses:
GrouperSourceAdapter, InternalSourceAdapter, JDBCSourceAdapter, JNDISourceAdapterLegacy, LdapSourceAdapter, NullSourceAdapter

public abstract class BaseSourceAdapter extends Object implements Source
 Base Source adapter.
 
 Developers note: you should implement the getSubject and getSubjectByIdentifier
 methods (that take boolean) since the base class method will soon become abstract, and the
 method overloads which are deprecated and dont take booleans will go away.