59606162636465
*/ private Authenticator() { this.authenticated = false; this.authenticators = new ArrayList<IAuthenticationSource>(); this.authenticators.add(new AAVSOCompositeAuthenticationSource()); }