Skip to content
Snippets Groups Projects
Commit 69fa84b0 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

removed useless lines of code

parent 84bc0537
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,6 @@ public class UserAuthenticationModule implements AuthenticationModule {
log.info("Started authentication module - default local source is already enabled!");
}
public UserAuthenticationModule(DataStore dataStore, CertificateAuthority certificateAuthority, NameServer nameServer){
this(dataStore,certificateAuthority);
log.info("Attached NameServer to Process...");
}
@Override
public void attachAuthSource(AuthenticationSourceType type, String settings) {
switch (type){
......@@ -52,7 +47,6 @@ public class UserAuthenticationModule implements AuthenticationModule {
}
}
private void loadAuthConnector(String className, String settings){
try {
Class<?> cls = LibraryLoader.classLoader.loadClass(className);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment