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

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

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

Methods in org.eclipse.jetty.plus.jaas.spi that return UserInfo
 UserInfo PropertyFileLoginModule.getUserInfo(java.lang.String username)
          Don't implement this as we want to pre-fetch all of the users.
 UserInfo LdapLoginModule.getUserInfo(java.lang.String username)
          get the available information about the user

for this LoginModule, the credential can be null which will result in a binding ldap authentication scenario

roles are also an optional concept if required

abstract  UserInfo AbstractLoginModule.getUserInfo(java.lang.String username)
           
 UserInfo AbstractDatabaseLoginModule.getUserInfo(java.lang.String userName)
          Load info from database
 

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

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



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.