クラス
javax.security.auth.kerberos.KeyTabの使用
-
javax.security.auth.kerberosでの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) File
オブジェクトから、バインドされていないKeyTab
インスタンスを返します。