クラス ContextSourceSettingPostProcessor

java.lang.ObjectSE
org.springframework.security.config.ldap.ContextSourceSettingPostProcessor
実装されたすべてのインターフェース:
org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.core.Ordered

public class ContextSourceSettingPostProcessor extends ObjectSE implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered
ContextSource インスタンスの存在を確認します。未構成の <ldap-authentication-provider> または <ldap-user-service> Bean への標準参照も提供します。これは、ユーザーがサーバーに特定の ID を指定したが、これを他の ldap 定義にリンクするために server-ref 属性を使用していない場合に必要です。SEC-799 を参照してください。
導入:
3.0
  • メソッドの詳細

    • postProcessBeanFactory

      public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory bf) throws org.springframework.beans.BeansException
      次で指定:
      インターフェース org.springframework.beans.factory.config.BeanFactoryPostProcessorpostProcessBeanFactory 
      例外:
      org.springframework.beans.BeansException
    • setDefaultNameRequired

      public void setDefaultNameRequired(boolean defaultNameRequired)
    • getOrder

      public int getOrder()
      次で指定:
      インターフェース org.springframework.core.OrderedgetOrder