public class UsedIdentities extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
UsedIdentities.ComponentExclude |
static interface |
UsedIdentities.ServiceExclude |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(KerberosIdentityDescriptor identity) |
static UsedIdentities |
none() |
static UsedIdentities |
populate(Cluster cluster,
UsedIdentities.ServiceExclude serviceExclude,
UsedIdentities.ComponentExclude componentExclude,
KerberosHelper kerberosHelper)
Get all identities of the installed services and components.
|
public static UsedIdentities none() throws org.apache.ambari.server.AmbariException
org.apache.ambari.server.AmbariException
public static UsedIdentities populate(Cluster cluster, UsedIdentities.ServiceExclude serviceExclude, UsedIdentities.ComponentExclude componentExclude, KerberosHelper kerberosHelper) throws org.apache.ambari.server.AmbariException
org.apache.ambari.server.AmbariException
public boolean contains(KerberosIdentityDescriptor identity)
Copyright © 2022 Apache Software Foundation. All rights reserved.