Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.serveraction.kerberos |
Modifier and Type | Method and Description |
---|---|
int |
KerberosHelperImpl.addIdentities(KerberosIdentityDataFileWriter kerberosIdentityDataFileWriter,
Collection<KerberosIdentityDescriptor> identities,
Collection<String> identityFilter,
String hostname,
Long hostId,
String serviceName,
String componentName,
Map<String,Map<String,String>> kerberosConfigurations,
Map<String,Map<String,String>> configurations,
Map<String,ResolvedKerberosKeytab> resolvedKeytabs,
String realm) |
int |
KerberosHelper.addIdentities(KerberosIdentityDataFileWriter kerberosIdentityDataFileWriter,
Collection<KerberosIdentityDescriptor> identities,
Collection<String> identityFilter,
String hostname,
Long hostId,
String serviceName,
String componentName,
Map<String,Map<String,String>> kerberosConfigurations,
Map<String,Map<String,String>> configurations,
Map<String,ResolvedKerberosKeytab> resolvedKeytabs,
String realm)
Adds identities to the KerberosIdentityDataFileWriter.
|
Modifier and Type | Method and Description |
---|---|
KerberosIdentityDataFileWriter |
KerberosIdentityDataFileWriterFactory.createKerberosIdentityDataFileWriter(File file)
Creates a new createKerberosIdentityDataFileWriter
The file is opened upon creation, so there is no need to manually open it unless manually
closed before using.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.