@InterfaceAudience.Private public static class ZKSignerSecretProvider.JaasConfiguration extends Configuration
Configuration.Parameters
Constructor and Description |
---|
ZKSignerSecretProvider.JaasConfiguration(String entryName,
String principal,
String keytab)
Add an entry to the jaas configuration with the passed in name,
principal, and keytab.
|
Modifier and Type | Method and Description |
---|---|
AppConfigurationEntry[] |
getAppConfigurationEntry(String name) |
getConfiguration, getInstance, getInstance, getInstance, getParameters, getProvider, getType, refresh, setConfiguration
public ZKSignerSecretProvider.JaasConfiguration(String entryName, String principal, String keytab)
entryName
- The name of the entry (e.g. "Client")principal
- The principal of the userkeytab
- The location of the keytabpublic AppConfigurationEntry[] getAppConfigurationEntry(String name)
getAppConfigurationEntry
in class Configuration
Copyright © 2022 Apache Software Foundation. All rights reserved.