public class LdifScript extends Object
| Constructor and Description |
|---|
LdifScript(LdapConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Reader reader,
DirContext ctx,
ParametersCallback parameters)
Executes an LDIF content from the specified reader.
|
protected Long |
getMaxFileLength()
Accessor for testing purposes
|
protected boolean |
isReadonly() |
public LdifScript(LdapConnection connection)
public void execute(Reader reader, DirContext ctx, ParametersCallback parameters) throws LdapProviderException
reader - reader with LDIF content.LdapProviderException - if directory access failed.protected Long getMaxFileLength()
protected boolean isReadonly()
Copyright © 2006–2019. All rights reserved.