C# 클래스 GetLdapBackupRestore, csharp-ldap

파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
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

메소드 상세

GetLdapBackupRestore() 공개 메소드

public GetLdapBackupRestore ( ) : System
리턴 System

Main() 공개 정적인 메소드

public static Main ( String args ) : void
args String
리턴 void

backup() 공개 정적인 메소드

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

restore() 공개 정적인 메소드

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