C# Class GetLdapBackupRestore, csharp-ldap

Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode 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 méthode

public GetLdapBackupRestore ( ) : System
Résultat System

Main() public static méthode

public static Main ( String args ) : void
args String
Résultat void

backup() public static méthode

public static backup ( LdapConnection ld, String objectDN, byte passwd, String stateInfo ) : ArrayList
ld LdapConnection
objectDN String
passwd byte
stateInfo String
Résultat ArrayList

restore() public static méthode

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