クラス SchemaViewer

java.lang.ObjectSE
org.springframework.ldap.odm.tools.SchemaViewer

public final class SchemaViewer extends ObjectSE
LDAP ディレクトリスキーマを一覧表示するシンプルなユーティリティ。

SchemaViewer は次のフラグを取ります。

  • -h,--help< このヘルプメッセージを出力する
  • -l,--url <arg> バインドするディレクトリの LDAP URL (デフォルトは ldap://127.0.0.1:389)
  • バインドする -u,--username <arg> DN (デフォルトは "")
  • -p,--password <arg> バインドするパスワード (デフォルトは "")
  • -o,--objectclass <arg> オブジェクトクラス名またはすべてを表す ?。オブジェクトクラススキーマを出力
  • -a,--attribute <arg> 属性名、またはすべてを表す ?。属性スキーマを出力
  • -s,--syntax <arg> 構文またはすべてを表す ?。構文を出力
-a-o-s の 1 つだけを指定する必要があります。
  • メソッドの詳細

    • main

      public static void main(StringSE[] argv)