Class LdapschemaSyntaxRuleInfoSubCommand
java.lang.Object
net.datenwerke.rs.ldap.service.ldap.terminal.commands.LdapschemaSubCommand
net.datenwerke.rs.ldap.service.ldap.terminal.commands.LdapschemaSyntaxRuleInfoSubCommand
- All Implemented Interfaces:
Hook,LdapschemaSubCommandHook,SubCommand,TerminalCommandHook
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLdapschemaSyntaxRuleInfoSubCommand(<any> ldapServiceProvider, <any> terminalServiceProvider) -
Method Summary
Modifier and TypeMethodDescriptionbooleanconsumes(CommandParser parser, TerminalSession session) execute(CommandParser parser, TerminalSession session) Methods inherited from class net.datenwerke.rs.ldap.service.ldap.terminal.commands.LdapschemaSubCommand
addAutoCompletEntries
-
Field Details
-
BASE_COMMAND
- See Also:
-
-
Constructor Details
-
LdapschemaSyntaxRuleInfoSubCommand
public LdapschemaSyntaxRuleInfoSubCommand(<any> ldapServiceProvider, <any> terminalServiceProvider)
-
-
Method Details
-
getBaseCommand
- Specified by:
getBaseCommandin interfaceSubCommand- Overrides:
getBaseCommandin classLdapschemaSubCommand
-
consumes
- Specified by:
consumesin interfaceTerminalCommandHook- Overrides:
consumesin classLdapschemaSubCommand
-
execute
@CliHelpMessage(messageClass=LdapMessages.class, name="syntaxRuleInfo", description="commandLdapschema_sub_syntaxruleinfo_description", nonOptArgs=@NonOptArgument(name="attribute",description="commandLdapschema_sub_syntaxruleinfo_description_arg_oid",mandatory=true)) public CommandResult execute(CommandParser parser, TerminalSession session) throws TerminalException - Throws:
TerminalException
-