assertEquals("unexpected authentication provider type", getAuthenticationManagerType(), actualType);
}
protected Passwd createPasswordEncodingUtility()
{
return new Passwd()
{
@Override
public String getOutput(String username, String password)
{
return username + ":" + password;