Package edu.internet2.middleware.subject.provider

Interface Summary
JdbcConnectionBean bean that wraps connections
JdbcConnectionProvider gives connections and allows returns.
 

Class Summary
BaseSourceAdapter Base Source adapter.
C3p0JdbcConnectionProvider  
C3p0JdbcConnectionProvider.C3p0JdbcConnectionBean bean to hold connection
DbcpJdbcConnectionProvider dbcp pooling for subject api (legacy, should usually only be used if c3p0 has a problem)
DbcpJdbcConnectionProvider.DbcpJdbcConnectionBean bean to hold connection
HelperGrouperJdbcSourceAdapter Some methods in subject api have package security, so this class is a temporary measure to get access to them
HelperGrouperJdbcSourceAdapter2 Some methods in subject api have package security, so this class is a temporary measure to get access to them
HelperGrouperJndiSourceAdapter JNDI Source
JDBCSourceAdapter JDBC Source
JDBCSourceAdapter2 jdbc source adapter based on one table with more complex searches
JdbcSubjectAttributeSet<E> unmodifiable, holds exactly one value, lightweight set
JNDISourceAdapter JNDI Source
JNDISubject JNDI Subject implementation.
NullSourceAdapter Null Source which will never return any Subjects.
Search  
SourceManager Factory to load and get Sources.
SubjectImpl Base Subject implementation.
SubjectTypeEnum SubjectType enum for person, group, and organization.