jet.server.userman
Interface SecurityDataLoader


public interface SecurityDataLoader

The interface provides a method to load security data.


Method Summary
 void loadData(java.lang.String path)
          loads data from the specified path.
 

Method Detail

loadData

void loadData(java.lang.String path)
loads data from the specified path. The path is a directory other than a file from which you can find the security data. It throws IOException if error occurs.