包 com.sun.security.auth.module
包com.sun.security.auth.module
提供
LoginModule
的实现。
- 自从:
- 1.4
-
类类描述该模块提示输入用户名和密码,然后根据 JNDI 下配置的目录服务中存储的密码验证密码。提供 JAAS 登录模块,提示输入密钥存储别名并使用别名的主体和凭据填充主题。此
LoginModule
使用 Kerberos 协议对用户进行身份验证。此LoginModule
执行基于 LDAP 的身份验证。此LoginModule
将用户的 NT 安全信息呈现为一定数量的Principal
并将它们与Subject
相关联。此类实现为当前用户检索并提供 NT 安全信息。此LoginModule
导入用户的 UnixPrincipal
信息(UnixPrincipal
、UnixNumericUserPrincipal
和UnixNumericGroupPrincipal
)并将它们与当前的Subject
关联。此类实现检索并提供当前用户的 Unix UID/GID/组信息。