Uses of Interface
com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator
Packages that use ThreadContextDecorator
-
Uses of ThreadContextDecorator in com.sap.cloud.sdk.cloudplatform.security
Classes in com.sap.cloud.sdk.cloudplatform.security that implement ThreadContextDecoratorModifier and TypeClassDescriptionclassImplementation ofThreadContextDecoratorthat ensures the correct initialization ofTokenswhen working with non-container managed threads on Cloud Foundry. -
Uses of ThreadContextDecorator in com.sap.cloud.sdk.cloudplatform.thread
Methods in com.sap.cloud.sdk.cloudplatform.thread that return types with arguments of type ThreadContextDecoratorModifier and TypeMethodDescriptionDefaultThreadContextDecoratorChain.getDecoratorsOrderedByPriority()ThreadContextDecoratorChain.getDecoratorsOrderedByPriority()Returns all decorators (including default decorators) by priority.static List<ThreadContextDecorator>DefaultThreadContextDecoratorChain.getDefaultDecorators()Returns all registered default decorators by priority.Methods in com.sap.cloud.sdk.cloudplatform.thread with parameters of type ThreadContextDecoratorModifier and TypeMethodDescriptionvoidDefaultThreadContextDecoratorChain.addDecorator(ThreadContextDecorator decorator) voidThreadContextDecoratorChain.addDecorator(ThreadContextDecorator decorator) Adds aThreadContextDecorator.static voidDefaultThreadContextDecoratorChain.registerDefaultDecorator(ThreadContextDecorator decorator) Registers a defaultThreadContextDecorator.