@ThreadSafety(level=COMPLETELY_THREADSAFE) public final class Launcher extends java.lang.Object
java -jar unboundid-ldapsdk.jar {tool-name} {tool-args}
"
in order to invoke any of the example tools. Running just
"java -jar unboundid-ldapsdk.jar
" will display version
information about the LDAP SDK.
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
AuthRate
tool.Base64Tool
tool.DeliverOneTimePassword
tool.DeliverPasswordResetToken
tool.DumpDNs
tool.GenerateSchemaFromSource
tool.GenerateSourceFromSchema
tool.GenerateTOTPSharedSecret
tool.IdentifyReferencesToMissingEntries
tool.IdentifyUniqueAttributeConflicts
tool.InMemoryDirectoryServerTool
tool.LDAPCompare
tool.LDAPModify
tool.LDAPSearch
tool.LDAPDebugger
tool.ManageAccount
tool.ManageCertificates
tool.ModRate
tool.MoveSubtree
tool.RegisterYubiKeyOTPDevice
tool.SearchRate
tool.SearchAndModRate
tool.SplitLDIF
tool.SubtreeAccessibility
tool.SummarizeAccessLog
tool.TransformLDIF
tool.ValidateLDIF
tool.Modifier and Type | Method and Description |
---|---|
static ResultCode |
main(java.io.OutputStream outStream,
java.io.OutputStream errStream,
java.lang.String... args)
Parses the command-line arguments and performs any appropriate processing
for this program.
|
static void |
main(java.lang.String... args)
Parses the command-line arguments and performs any appropriate processing
for this program.
|
public static void main(java.lang.String... args)
args
- The command-line arguments provided to this program.public static ResultCode main(java.io.OutputStream outStream, java.io.OutputStream errStream, java.lang.String... args)
outStream
- The output stream to which standard out should be
written. It may be null
if output should be
suppressed.errStream
- The output stream to which standard error should be
written. It may be null
if error messages
should be suppressed.args
- The command-line arguments provided to this program.