类 org.eclipse.jetty.plus.jaas.spi.UserInfo
的使用

使用 UserInfo 的软件包
org.eclipse.jetty.plus.jaas.spi   
 

org.eclipse.jetty.plus.jaas.spiUserInfo 的使用
 

返回 UserInfoorg.eclipse.jetty.plus.jaas.spi 中的方法
 UserInfo PropertyFileLoginModule.getUserInfo(String userName)
          Don't implement this as we want to pre-fetch all of the users.
 UserInfo LdapLoginModule.getUserInfo(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(String username)
           
 UserInfo AbstractDatabaseLoginModule.getUserInfo(String userName)
          Load info from database
 

参数类型为 UserInfoorg.eclipse.jetty.plus.jaas.spi 中的方法
 void AbstractLoginModule.JAASUserInfo.setUserInfo(UserInfo u)
           
 

参数类型为 UserInfoorg.eclipse.jetty.plus.jaas.spi 中的构造方法
AbstractLoginModule.JAASUserInfo(UserInfo u)
           
 



Copyright © 2013. All Rights Reserved.