Package org.keycloak.provider
Interface ServerInfoAwareProviderFactory
- 
- All Known Implementing Classes:
- DefaultJpaConnectionProviderFactory
 
 public interface ServerInfoAwareProviderFactoryMarker interface forProviderFactoryof Provider which wants to show some info on "Server Info" page in Admin console.- Author:
- Vlastimil Elias (velias at redhat dot com)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getOperationalInfo()Return actual info about the provider.
 
- 
- 
- 
Method Detail- 
getOperationalInfoMap<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
 
 
- 
 
-