Modifier and Type | Class and Description |
---|---|
class |
AbstractAutoCreds
The base class that for auto credential plugins that abstracts out some of the common functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoHBase
Automatically get hbase delegation tokens and push it to user’s topology.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoHDFS
Automatically get HDFS delegation tokens and push it to user’s topology.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoHive
Automatically get hive delegation tokens and push it to user’s topology.
|
Modifier and Type | Method and Description |
---|---|
static Collection<IAutoCredentials> |
AuthUtils.GetAutoCredentials(Map storm_conf)
Get all of the configured AutoCredential Plugins.
|
Modifier and Type | Method and Description |
---|---|
static Subject |
AuthUtils.populateSubject(Subject subject,
Collection<IAutoCredentials> autos,
Map<String,String> credentials)
Populate a subject from credentials using the IAutoCredentials.
|
static void |
AuthUtils.updateSubject(Subject subject,
Collection<IAutoCredentials> autos,
Map<String,String> credentials)
Update a subject from credentials using the IAutoCredentials.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoTGT
Automatically take a user’s TGT, and push it, and renew it in Nimbus.
|
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.