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 |
public static backup ( LdapConnection ld, String objectDN, byte passwd, String stateInfo ) : ArrayList | ||
ld | LdapConnection | |
objectDN | String | |
passwd | byte | |
stateInfo | String | |
return | ArrayList |
public static restore ( LdapConnection ld, String objectDN, byte passwd, ArrayList objectBuffer ) : void | ||
ld | LdapConnection | |
objectDN | String | |
passwd | byte | |
objectBuffer | ArrayList | |
return | void |