Interface | Description |
---|---|
SecurityContext |
A security context with may be required to run a Callable.
|
SecurityContextFactory |
A factory for a
SecurityContext . |
Class | Description |
---|---|
HadoopSecurityContext |
Hadoop security context which runs a Callable with the previously initialized UGI and appropriate
security credentials.
|
HadoopSecurityContextFactory |
Default security context factory that instantiates
SecurityContext based on installed
modules, it would instantiate HadoopSecurityContext if a HadoopModuleFactory is
included. |
NoOpSecurityContext |
A security context that simply runs a Callable without performing a login action.
|
NoOpSecurityContextFactory |
Default security context factory for
NoOpSecurityContext . |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.