private CentralAuthenticationServiceImpl impl = new CentralAuthenticationServiceImpl();
protected void setUp() throws Exception {
this.ticketRegistry = new DefaultTicketRegistry();
this.authenticationManager = new DirectMappingAuthenticationManagerImpl();
final Map<Class<? extends Credentials>, DirectAuthenticationHandlerMappingHolder> credentialsMapping = new HashMap<Class<? extends Credentials>, DirectAuthenticationHandlerMappingHolder>();
final DirectAuthenticationHandlerMappingHolder holder = new DirectAuthenticationHandlerMappingHolder();
final OpenIdCredentialsAuthenticationHandler handler = new OpenIdCredentialsAuthenticationHandler();