Class TokenManagerContext

java.lang.Object
com.persequor.extension.ioc.registry.ModuleExtensionContext
com.persequor.saga.modules.token.manager.ioc.TokenManagerContext

public class TokenManagerContext extends com.persequor.extension.ioc.registry.ModuleExtensionContext
  • Constructor Details

    • TokenManagerContext

      public TokenManagerContext()
  • Method Details

    • frontendTokenManagementTokenFetcher

      public com.persequor.extension.ioc.IMultipleImplementationsBinder<ITokenManagerTokenFetcher> frontendTokenManagementTokenFetcher()
      Binds implementations of ITokenManagerTokenFetcher to make them available for filtering via the UI. Depending on if the fetcher is dynamic or not, you will also be able to create these tokens via the UI.
      Returns:
      The binder for the ITokenManagerTokenFetcher implementations.