Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-jams
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-jams
Commits
69fa84b0
Commit
69fa84b0
authored
4 years ago
by
Felix Sidokhine
Browse files
Options
Downloads
Patches
Plain Diff
removed useless lines of code
parent
84bc0537
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
authentication-module/src/main/java/net/jami/jams/authmodule/UserAuthenticationModule.java
+0
-6
0 additions, 6 deletions
...va/net/jami/jams/authmodule/UserAuthenticationModule.java
with
0 additions
and
6 deletions
authentication-module/src/main/java/net/jami/jams/authmodule/UserAuthenticationModule.java
+
0
−
6
View file @
69fa84b0
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment