クラス LdapAttributes

java.lang.ObjectSE
javax.naming.directory.BasicAttributesSE
org.springframework.ldap.core.LdapAttributes
実装されたすべてのインターフェース:
SerializableSECloneableSEAttributesSE

public class LdapAttributes extends BasicAttributesSE
BasicAttributesSE を拡張して、DN の特殊なサポートを追加します。

DN は属性のように見え、属性として扱うことができますが、オブジェクトがバインドされるアドレスを定義するという点で特別な意味があります。DN は特別なフォーマット規則に準拠する必要があり、通常、他の属性とは別に処理する必要があります。

このクラスは、DN と他の属性との間のこの区別を際立たせ、明確にします。

関連事項:
  • フィールドの詳細

    • dn

      protected LdapNameSE dn
      オブジェクトがバインドされる識別名。
  • コンストラクターの詳細

    • LdapAttributes

      public LdapAttributes()
      デフォルトコンストラクター。
    • LdapAttributes

      public LdapAttributes(boolean ignoreCase)
      オブジェクトで大文字と小文字を区別するかどうかを指定するコンストラクター。
      パラメーター:
      ignoreCase - ブール指標。
  • メソッドの詳細