| 软件包 | 描述 |
|---|---|
| javax.security.auth.kerberos |
此包包含实用类的Kerberos网络认证协议相关。
|
| Modifier and Type | Method and Description |
|---|---|
static KeyTab |
KeyTab.getInstance()
返回默认
KeyTab实例绑定到一个未知的服务主体。
|
static KeyTab |
KeyTab.getInstance(File file)
返回一个
File对象被绑定到一个未知的服务主体的
KeyTab实例。
|
static KeyTab |
KeyTab.getInstance(KerberosPrincipal princ)
返回默认
KeyTab实例绑定到指定的服务主体。
|
static KeyTab |
KeyTab.getInstance(KerberosPrincipal princ, File file)
返回一个
File对象绑定到指定的服务主体的
KeyTab实例。
|
static KeyTab |
KeyTab.getUnboundInstance()
返回默认绑定
KeyTab实例。
|
static KeyTab |
KeyTab.getUnboundInstance(File file)
返回一个绑定
KeyTab实例从一个
File对象。
|
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.