Skip to content

Commit 3d50f1f

Browse files
cleanup
1 parent 44a5fae commit 3d50f1f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/main/java/org/privacyidea/PrivacyIDEA.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -560,20 +560,6 @@ public void logExcludedEndpoints(List<String> list)
560560
this.logExcludedEndpoints = list;
561561
}
562562

563-
/**
564-
* @return true if a service account is available
565-
*/
566-
public boolean serviceAccountAvailable()
567-
{
568-
return configuration.serviceAccountName != null && !configuration.serviceAccountName.isEmpty() &&
569-
configuration.serviceAccountPass != null && !configuration.serviceAccountPass.isEmpty();
570-
}
571-
572-
PIConfig configuration()
573-
{
574-
return configuration;
575-
}
576-
577563
/**
578564
* Pass the message to the appropriate logger implementation.
579565
*

0 commit comments

Comments
 (0)