Package org.keycloak.provider
Interface ServerInfoAwareProviderFactory
-
- All Known Implementing Classes:
DefaultJpaConnectionProviderFactory
public interface ServerInfoAwareProviderFactory
Marker interface forProviderFactory
of Provider which wants to show some info on "Server Info" page in Admin console.- Author:
- Vlastimil Elias (velias at redhat dot com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getOperationalInfo()
Return actual info about the provider.
-
-
-
Method Detail
-
getOperationalInfo
Map<String,String> getOperationalInfo()
Return actual info about the provider. This info contains informations about providers configuration and operational conditions (eg. errors in connection to remote systems etc) which is shown on "Server Info" page then.- Returns:
- Map with keys describing value and relevant values itself
-
-