| 接口 | 描述 | 
|---|---|
| Configuration.Parameters | 
           这表示配置参数的标记界面。 
          | 
| 类 | 描述 | 
|---|---|
| AppConfigurationEntry | 
           此类表示为Configuration类中的 
           getAppConfigurationEntry(String appName)方法中指定的应用Configuration配置的单个LoginModule条目。 | 
| AppConfigurationEntry.LoginModuleControlFlag | 
           此类表示是否 
           LoginModule是必需的,REQUISITE,不足或可选的。 | 
| Configuration | 
           一个配置对象负责指定哪个LoginModule应该用于一个特定的应用程序,以及应该按照什么顺序调用LoginModule。 
          | 
| 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.