Package org.keycloak.provider
Interface ServerInfoAwareProviderFactory
- All Known Implementing Classes:
DefaultJpaConnectionProviderFactory
,InfinispanSingleUseObjectProviderFactory
,InfinispanUserSessionProviderFactory
,RemoteInfinispanSingleUseObjectProviderFactory
,RemoteUserLoginFailureProviderFactory
,RemoteUserSessionProviderFactory
public interface ServerInfoAwareProviderFactory
Marker interface for
ProviderFactory
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
Modifier and TypeMethodDescriptionReturn actual info about the provider.
-
Method Details
-
getOperationalInfo
Return actual info about the provider. This info contains information about provider's 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
-