C# Class GetLdapBackupRestore, csharp-ldap

Show file Open project: EventStore/csharp-ldap

Public Methods

Method Description
GetLdapBackupRestore ( ) : System
Main ( String args ) : void
backup ( LdapConnection ld, String objectDN, byte passwd, String stateInfo ) : ArrayList
restore ( LdapConnection ld, String objectDN, byte passwd, ArrayList objectBuffer ) : void

Method Details

GetLdapBackupRestore() public method

public GetLdapBackupRestore ( ) : System
return System

Main() public static method

public static Main ( String args ) : void
args String
return void

backup() public static method

public static backup ( LdapConnection ld, String objectDN, byte passwd, String stateInfo ) : ArrayList
ld LdapConnection
objectDN String
passwd byte
stateInfo String
return ArrayList

restore() public static method

public static restore ( LdapConnection ld, String objectDN, byte passwd, ArrayList objectBuffer ) : void
ld LdapConnection
objectDN String
passwd byte
objectBuffer ArrayList
return void