Uses of Interface
org.jasig.services.persondir.support.IUsernameAttributeProvider

Packages that use IUsernameAttributeProvider
org.jasig.services.persondir.support   
org.jasig.services.persondir.support.jdbc   
 

Uses of IUsernameAttributeProvider in org.jasig.services.persondir.support
 

Classes in org.jasig.services.persondir.support that implement IUsernameAttributeProvider
 class SimpleUsernameAttributeProvider
          Provides the username attribute based on a pre-configured string.
 

Methods in org.jasig.services.persondir.support that return IUsernameAttributeProvider
 IUsernameAttributeProvider AbstractDefaultAttributePersonAttributeDao.getUsernameAttributeProvider()
           
 

Methods in org.jasig.services.persondir.support with parameters of type IUsernameAttributeProvider
 void AbstractDefaultAttributePersonAttributeDao.setUsernameAttributeProvider(IUsernameAttributeProvider usernameAttributeProvider)
          The IUsernameAttributeProvider to use for determining the username attribute to use when none is provided.
 

Uses of IUsernameAttributeProvider in org.jasig.services.persondir.support.jdbc
 

Methods in org.jasig.services.persondir.support.jdbc with parameters of type IUsernameAttributeProvider
 void NamedParameterJdbcPersonAttributeDao.setUsernameAttributeProvider(IUsernameAttributeProvider usernameAttributeProvider)
           
 



Copyright © 2012 Jasig. All Rights Reserved.