}
return super.doAuthenticate(authenticationToken);
}
private void configureListeners() {
AuthenticationListener listener = CodiUtils.getContextualReferenceByClass(OctopusAuthenticationListener.class);
getAuthenticationListeners().add(listener);
getAuthenticationListeners().add(new AuthenticationExceptionListener());
listenerConfigured = true;
}