| 接口 | 描述 | 
|---|---|
| Destroyable | 
           诸如凭证的对象可以可选地实现该接口以提供破坏其内容的能力。 
          | 
| Refreshable | 
           诸如凭证的对象可以可选地实现该接口以提供刷新自身的能力。 
          | 
| 类 | 描述 | 
|---|---|
| AuthPermission | 
           此类用于验证权限。 
          | 
| Policy | Deprecated  
          从JDK版本1.4开始 - 由java.security.Policy替代。 
          | 
| PrivateCredentialPermission | 
           此类用于保护对属于特定 
           Subject私有凭据的访问。 | 
| Subject | 
           A 
           Subject表示单个实体(例如人)的相关信息的分组。 | 
| SubjectDomainCombiner | 
           A 
           SubjectDomainCombiner从与Subject联的SubjectDomainCombiner更新保护SubjectDomainCombiner。 | 
| 异常 | 描述 | 
|---|---|
| DestroyFailedException | 
           信号 
           destroy操作失败。 | 
| RefreshFailedException | 
           信号 
           refresh操作失败。 | 
 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.