Class AvailabilityChecker
java.lang.Object
org.keycloak.federation.sssd.impl.AvailabilityChecker
Class to detect if SSSD is available in the system. As keycloak uses the native java implementation (jdk >= 16 needed) the default implementation for previous versions always returns false.
- Author:
- rmartinc
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returns if the SSSD is available in the system.
-
Constructor Details
-
AvailabilityChecker
public AvailabilityChecker()
-
-
Method Details
-
isAvailable
public static boolean isAvailable()Returns if the SSSD is available in the system.- Returns:
- true if SSSD is available, null otherwise
-