Package | Description |
---|---|
org.apache.flink.runtime.security | |
org.apache.flink.runtime.security.contexts |
Modifier and Type | Method and Description |
---|---|
static SecurityContextFactory |
SecurityFactoryServiceLoader.findContextFactory(String securityContextFactoryClass)
Find a suitable
SecurityContextFactory based on canonical name. |
Modifier and Type | Class and Description |
---|---|
class |
HadoopSecurityContextFactory
Default security context factory that instantiates
SecurityContext based on installed
modules, it would instantiate HadoopSecurityContext if a HadoopModuleFactory is
included. |
class |
NoOpSecurityContextFactory
Default security context factory for
NoOpSecurityContext . |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.