I have a custom Authentication Provider working in my app. How do I setup the config to use a custom UserDetails Object with the custom Authentication Provider?
Here is the config for the custom Authentication Provider:
Code:<bean id="customAuthenticationProvider" class="app.security.CustomAuthenticationProvider">
<security:custom-authentication-provider/>
</bean>
