org.onebusaway.users.impl.authentication
Class IndexedUserDetailsSaltSourceImpl

java.lang.Object
  extended by org.onebusaway.users.impl.authentication.IndexedUserDetailsSaltSourceImpl
All Implemented Interfaces:
org.springframework.security.providers.dao.SaltSource

public class IndexedUserDetailsSaltSourceImpl
extends Object
implements org.springframework.security.providers.dao.SaltSource


Constructor Summary
IndexedUserDetailsSaltSourceImpl()
           
 
Method Summary
 Object getSalt(org.springframework.security.userdetails.UserDetails user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedUserDetailsSaltSourceImpl

public IndexedUserDetailsSaltSourceImpl()
Method Detail

getSalt

public Object getSalt(org.springframework.security.userdetails.UserDetails user)
Specified by:
getSalt in interface org.springframework.security.providers.dao.SaltSource


Copyright © 2012 OneBusAway. All Rights Reserved.