类 | 描述 |
---|---|
DelegationPermission |
这个类是用来限制Kerberos委托模型,即用法:转发和proxiable票。
|
KerberosKey |
这个类封装了一个Kerberos主要长期密钥。
|
KerberosPrincipal |
这个类封装了一个Kerberos委托。
|
KerberosTicket |
这个类封装了一个Kerberos票证和相关信息,从客户的观点看。
|
KeyTab |
这个类封装了一个keytab文件。
|
ServicePermission |
这个类是用来保护Kerberos服务需要访问这些服务的凭据。
|
Kerberos网络认证协议中定义的RFC 4120。java平台包含Kerberos客户端支持通过org.ietf.jgss
包。也可能有一个实现LoginModule
验证Kerberos校长登录模块。
你可以提供你的默认的境界和密钥分配中心(KDC)的名称使用系统性能,对该领域java.security.krb5.realm
java.security.krb5.kdc
主机。这两个属性必须设置。另外,该java.security.krb5.conf
系统属性可以设置为一个麻省理工学院的风格krb5.conf
配置文件的位置。如果这些系统属性没有设置,krb5.conf
文件的搜索在一个具体实施方式。通常情况下,一个实现将首先寻找一个krb5.conf
<java-home>/lib/security
文件失败了,在一个操作系统的具体位置。
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.