| 软件包 | 描述 | 
|---|---|
| java.security | 
           提供安全框架的类和接口。 
          | 
| javax.security.auth.login | 
           该包提供了一个可插拔的认证框架。 
          | 
| javax.security.auth.spi | 
           该包提供了用于实现可插拔认证模块的接口。 
          | 
| Class and Description | 
|---|
| Configuration.Parameters 
           这表示配置参数的标记界面。 
          | 
| LoginException 
           这是基本的登录异常。 
          | 
| Class and Description | 
|---|
| AccountException 
           通用帐户异常。 
          | 
| AppConfigurationEntry 
           此类表示为Configuration类中的 
           getAppConfigurationEntry(String appName)方法中指定的应用Configuration配置的单个LoginModule条目。 | 
| AppConfigurationEntry.LoginModuleControlFlag 
           此类表示是否 
           LoginModule是必需的,REQUISITE,不足或可选的。 | 
| Configuration 
           一个配置对象负责指定哪个LoginModule应该用于一个特定的应用程序,以及应该按照什么顺序调用LoginModule。 
          | 
| Configuration.Parameters 
           这表示配置参数的标记界面。 
          | 
| CredentialException 
           通用凭证异常。 
          | 
| LoginException 
           这是基本的登录异常。 
          | 
| Class and Description | 
|---|
| LoginException 
           This is the basic login exception. 
          | 
 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.