We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a5fae commit 3d50f1fCopy full SHA for 3d50f1f
src/main/java/org/privacyidea/PrivacyIDEA.java
@@ -560,20 +560,6 @@ public void logExcludedEndpoints(List<String> list)
560
this.logExcludedEndpoints = list;
561
}
562
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
577
/**
578
* Pass the message to the appropriate logger implementation.
579
*
0 commit comments