Skip to content

Instantly share code, notes, and snippets.

@gdiazs
Created December 10, 2018 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdiazs/65f7d470e33b68ab2259b463ad7789d4 to your computer and use it in GitHub Desktop.
Save gdiazs/65f7d470e33b68ab2259b463ad7789d4 to your computer and use it in GitHub Desktop.
<b:bean id="userDetailService"
class="org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean">
<b:property name="jndiName"
value="java:global/ErisEAR/ErisWeb/UserDetailServiceImpl!io.gdiazs.eris.security.services.UserDetailServiceImpl" />
<b:property name="businessInterface"
value="org.springframework.security.core.userdetails.UserDetailsService" />
</b:bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment