Package | Description |
---|---|
org.apache.ambari.server.serveraction.kerberos |
Modifier and Type | Method and Description |
---|---|
protected DeconstructedPrincipal |
KerberosOperationHandler.createDeconstructPrincipal(String principal)
Given a principal, attempt to create a new DeconstructedPrincipal
|
static DeconstructedPrincipal |
DeconstructedPrincipal.valueOf(String principal,
String defaultRealm)
Given a principal and a default realm, creates a new DeconstructedPrincipal
If the supplied principal does not have a realm component, the default realm (supplied) will be
used.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.