クラス GlobalSunJaasKerberosConfig
java.lang.ObjectSE
org.springframework.security.kerberos.authentication.sun.GlobalSunJaasKerberosConfig
- 実装済みのインターフェース一覧:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean
public class GlobalSunJaasKerberosConfig
extends ObjectSE
implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean
グローバル jaas の設定。
- 導入:
- 1.0
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明voidpostProcessAfterInitialization(ObjectSE bean, StringSE beanName) postProcessBeforeInitialization(ObjectSE bean, StringSE beanName) voidsetDebug(boolean debug) Sun Kerberos 実装からのデバッグログを有効にします。voidsetKrbConfLocation(StringSE krbConfLocation) Kerberos 構成ファイルの場所をここで指定できます。
コンストラクターの詳細
GlobalSunJaasKerberosConfig
public GlobalSunJaasKerberosConfig()
方法の詳細
afterPropertiesSet
- 次で指定:
- インターフェース
org.springframework.beans.factory.InitializingBean内のafterPropertiesSet - 例外:
ExceptionSE
setDebug
public void setDebug(boolean debug) Sun Kerberos 実装からのデバッグログを有効にします。デフォルトは false です。- パラメーター:
debug- デバッグを有効にする場合は true
setKrbConfLocation
Kerberos 構成ファイルの場所をここで指定できます。- パラメーター:
krbConfLocation- krb 構成ファイルへのパス
postProcessAfterInitialization
postProcessBeforeInitialization