Uses of Class
javax.security.auth.kerberos.KeyTab
-
Packages that use KeyTab 软件包 描述 javax.security.auth.kerberos 此程序包包含与Kerberos网络身份验证协议相关的实用程序类。 -
-
Uses of KeyTab in javax.security.auth.kerberos
Methods in javax.security.auth.kerberos that return KeyTab 变量和类型 方法 描述 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)
Returns an unboundKeyTab
instance from aFile
object.
-