Interface UserDetailsConverter

All Superinterfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.core.userdetails.UserDetails,User>

public interface UserDetailsConverter extends org.springframework.core.convert.converter.Converter<org.springframework.security.core.userdetails.UserDetails,User>
interface of a converter which converts UserDetails given by spring security into a implementation of the User interface.
Author:
Manfred Tremmel
  • Method Summary

    Methods inherited from interface org.springframework.core.convert.converter.Converter

    andThen, convert