Class DefaultDelegationTokenManagerFactory

java.lang.Object
org.apache.flink.runtime.security.token.DefaultDelegationTokenManagerFactory

@Internal public class DefaultDelegationTokenManagerFactory extends Object
  • Constructor Details

    • DefaultDelegationTokenManagerFactory

      public DefaultDelegationTokenManagerFactory()
  • Method Details

    • create

      public static DelegationTokenManager create(org.apache.flink.configuration.Configuration configuration, @Nullable org.apache.flink.core.plugin.PluginManager pluginManager, @Nullable org.apache.flink.util.concurrent.ScheduledExecutor scheduledExecutor, @Nullable ExecutorService ioExecutor) throws IOException
      Throws:
      IOException