Uses of Interface
org.romaframework.module.users.AccountBinder

Packages that use AccountBinder
org.romaframework.module.users   
 

Uses of AccountBinder in org.romaframework.module.users
 

Classes in org.romaframework.module.users that implement AccountBinder
 class SimpleAccountBinder
          Default implementation of AccountBinder.
 

Methods in org.romaframework.module.users that return AccountBinder
 AccountBinder LdapAuthentication.getAccountBinder()
           
 

Methods in org.romaframework.module.users with parameters of type AccountBinder
 void LdapAuthentication.setAccountBinder(AccountBinder accountBinder)