|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 UserInfo 的软件包 | |
|---|---|
| org.eclipse.jetty.plus.jaas.spi | |
| org.eclipse.jetty.plus.jaas.spi 中 UserInfo 的使用 |
|---|
| 返回 UserInfo 的 org.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 |
| 参数类型为 UserInfo 的 org.eclipse.jetty.plus.jaas.spi 中的方法 | |
|---|---|
void |
AbstractLoginModule.JAASUserInfo.setUserInfo(UserInfo u)
|
| 参数类型为 UserInfo 的 org.eclipse.jetty.plus.jaas.spi 中的构造方法 | |
|---|---|
AbstractLoginModule.JAASUserInfo(UserInfo u)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||