Uses of Class
org.mortbay.jetty.plus.jaas.spi.UserInfo

Packages that use UserInfo
org.mortbay.jetty.plus.jaas.spi   
 

Uses of UserInfo in org.mortbay.jetty.plus.jaas.spi
 

Methods in org.mortbay.jetty.plus.jaas.spi that return UserInfo
abstract  UserInfo AbstractLoginModule.getUserInfo(String username)
           
 UserInfo PropertyFileLoginModule.getUserInfo(String username)
          Don't implement this as we want to pre-fetch all of the users.
 UserInfo AbstractDatabaseLoginModule.getUserInfo(String userName)
          Load info from database
 

Methods in org.mortbay.jetty.plus.jaas.spi with parameters of type UserInfo
 void AbstractLoginModule.JAASUserInfo.setUserInfo(UserInfo u)
           
 

Constructors in org.mortbay.jetty.plus.jaas.spi with parameters of type UserInfo
AbstractLoginModule.JAASUserInfo(UserInfo u)
           
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.