Package | Description |
---|---|
org.apache.flink.runtime.entrypoint | |
org.apache.flink.runtime.security | |
org.apache.flink.runtime.security.contexts |
Modifier and Type | Method and Description |
---|---|
static SecurityContext |
ClusterEntrypoint.installSecurityContext(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static SecurityContext |
SecurityUtils.getInstalledContext() |
Modifier and Type | Class and Description |
---|---|
class |
HadoopSecurityContext
Hadoop security context which runs a Callable with the previously initialized UGI and appropriate
security credentials.
|
class |
NoOpSecurityContext
A security context that simply runs a Callable without performing a login action.
|
Modifier and Type | Method and Description |
---|---|
SecurityContext |
NoOpSecurityContextFactory.createContext(SecurityConfiguration securityConfig) |
SecurityContext |
HadoopSecurityContextFactory.createContext(SecurityConfiguration securityConfig) |
SecurityContext |
SecurityContextFactory.createContext(SecurityConfiguration securityConfig)
create security context.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.