Class UsernameService


  • public class UsernameService
    extends Object
    This class is used for usename case conversion. It can be added to the security config as the following bean:
     
     <bean id="usernameService" class="com.im.df.impl.db.persist.UsernameService">
         <property name="lowerCase"><value>true</value></property>
     </bean>
     
     
    • Constructor Detail

      • UsernameService

        public UsernameService()
    • Method Detail

      • isLowerCase

        public boolean isLowerCase()
      • setLowerCase

        public void setLowerCase​(boolean lowerCase)