接口 | 描述 |
---|---|
Destroyable |
如凭据可以选择地实现此接口,以提供销毁其内容的能力。
|
Refreshable |
如凭据可以选择地实现此接口,以提供刷新自己的能力。
|
类 | 描述 |
---|---|
AuthPermission |
此类用于身份验证权限。
|
Policy | Deprecated
作为JDK版本1.4被java.security.policy。
|
PrivateCredentialPermission |
这个类是用来保护访问私有凭据属于一个特定的
Subject 。
|
Subject |
一个
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.