Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.security.credential | |
org.apache.ambari.server.serveraction.kerberos |
Modifier and Type | Method and Description |
---|---|
PrincipalKeyCredential |
KerberosHelperImpl.getKDCAdministratorCredentials(String clusterName)
Gets the previously stored KDC administrator credential.
|
PrincipalKeyCredential |
KerberosHelper.getKDCAdministratorCredentials(String clusterName)
Gets the previously stored KDC administrator credentials.
|
Modifier and Type | Method and Description |
---|---|
static PrincipalKeyCredential |
PrincipalKeyCredential.fromValue(String value)
Renders a new PrincipalKeyCredential from its value representation
|
Modifier and Type | Method and Description |
---|---|
PrincipalKeyCredential |
KerberosOperationHandler.getAdministratorCredential()
Sets the KDC administrator credential.
|
Modifier and Type | Method and Description |
---|---|
protected String[] |
IPAKerberosOperationHandler.getKinitCommand(String executableKinit,
PrincipalKeyCredential credentials,
String credentialsCache,
Map<String,String> kerberosConfiguration) |
protected String[] |
MITKerberosOperationHandler.getKinitCommand(String executableKinit,
PrincipalKeyCredential credentials,
String credentialsCache,
Map<String,String> kerberosConfiguration) |
void |
ADKerberosOperationHandler.open(PrincipalKeyCredential administratorCredential,
String realm,
Map<String,String> kerberosConfiguration)
Prepares and creates resources to be used by this KerberosOperationHandler
It is expected that this KerberosOperationHandler will not be used before this call.
|
void |
KerberosOperationHandler.open(PrincipalKeyCredential administratorCredential,
String defaultRealm,
Map<String,String> kerberosConfiguration)
Prepares and creates resources to be used by this KerberosOperationHandler.
|
void |
IPAKerberosOperationHandler.open(PrincipalKeyCredential administratorCredentials,
String realm,
Map<String,String> kerberosConfiguration)
Prepares and creates resources to be used by this KerberosOperationHandler
It is expected that this KerberosOperationHandler will not be used before this call.
|
void |
MITKerberosOperationHandler.open(PrincipalKeyCredential administratorCredentials,
String realm,
Map<String,String> kerberosConfiguration)
Prepares and creates resources to be used by this KerberosOperationHandler
It is expected that this KerberosOperationHandler will not be used before this call.
|
void |
KerberosOperationHandler.setAdministratorCredential(PrincipalKeyCredential administratorCredential)
Sets the administrator credentials for this KerberosOperationHandler.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.