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