| 接口 | 描述 |
|---|---|
| Configuration.Parameters |
这表示配置参数的一个标记接口。
|
| 类 | 描述 |
|---|---|
| AppConfigurationEntry |
这类代表一个单一的
LoginModule条目配置为在
Configuration类在
getAppConfigurationEntry(String appName)方法指定的应用程序。
|
| AppConfigurationEntry.LoginModuleControlFlag |
这类表示是否
LoginModule是必需的,必要的,足够的或可选的。
|
| Configuration |
一个配置对象负责指定loginmodules应该用于特定的应用,在什么样的顺序loginmodules应该调用。
|
| ConfigurationSpi |
这个类定义了服务提供者接口(
SPI)为
Configuration类。
|
| LoginContext |
的
LoginContext类描述了用于验证对象的基本方法,提供了一种方法来开发独立于底层的认证技术的应用。
|
| 异常 | 描述 |
|---|---|
| AccountException |
一个通用帐户异常。
|
| AccountExpiredException |
信号,用户帐户已过期。
|
| AccountLockedException |
信号,一个帐户被锁定。
|
| AccountNotFoundException |
信号,一个帐户没有找到。
|
| CredentialException |
一个通用凭证异常。
|
| CredentialExpiredException |
信号一
Credential已过期。
|
| CredentialNotFoundException |
没有找到凭据的信号。
|
| FailedLoginException |
用户身份验证失败的信号。
|
| LoginException |
这是基本的登录异常。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.