Package org.keycloak.tracing
Class NoopTracingProviderFactory
java.lang.Object
org.keycloak.tracing.NoopTracingProviderFactory
- All Implemented Interfaces:
EnvironmentDependentProviderFactory,ProviderFactory<TracingProvider>,TracingProviderFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) booleanisSupported(Config.Scope config) Check if the provider is supported and should be available based on the provider configuration.intorder()voidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
NoopTracingProviderFactory
public NoopTracingProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<TracingProvider>
-
init
- Specified by:
initin interfaceProviderFactory<TracingProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<TracingProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<TracingProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<TracingProvider>
-
order
public int order()- Specified by:
orderin interfaceProviderFactory<TracingProvider>
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactoryCheck if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Parameters:
config- the provider configuration- Returns:
trueif the provider is supported. Otherwise,false.
-