{
ctx.getEnvironment(); // shut's up idea's yellow light
ResultCodeEnum rc = ResultCodeEnum.AUTHMETHODNOTSUPPORTED;
throw new LdapAuthenticationNotSupportedException( rc );
}
// try each authenticators
for ( Iterator i = authenticators.iterator(); i.hasNext(); )
{