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 KeyTabKeyTab. getInstance()返回绑定到未知服务主体的默认KeyTab实例。static KeyTabKeyTab. getInstance(File file)从绑定到未知服务主体的File对象返回KeyTab实例。static KeyTabKeyTab. getInstance(KerberosPrincipal princ)返回绑定到指定服务主体的默认KeyTab实例。static KeyTabKeyTab. getInstance(KerberosPrincipal princ, File file)从绑定到指定服务主体的File对象返回KeyTab实例。static KeyTabKeyTab. getUnboundInstance()返回默认的未绑定KeyTab实例。static KeyTabKeyTab. getUnboundInstance(File file)Returns an unboundKeyTabinstance from aFileobject.
-