private AAVSOPostAuthenticationSource aavsoPostAuthSource;
private AAVSOAuthenticationSource aavsoDatabaseAuthSource;
public AAVSOCompositeAuthenticationSource() {
aavsoPostAuthSource = new AAVSOPostAuthenticationSource();
aavsoDatabaseAuthSource = new AAVSOAuthenticationSource();
}