Package | Description |
---|---|
org.apache.ambari.server.collections | |
org.apache.ambari.server.collections.functors | |
org.apache.ambari.server.state.kerberos |
Modifier and Type | Method and Description |
---|---|
static Predicate |
PredicateUtils.fromJSON(String json)
|
static Predicate |
PredicateUtils.fromMap(Map<?,?> map)
|
Modifier and Type | Method and Description |
---|---|
static String |
PredicateUtils.toJSON(Predicate predicate)
|
static Map<String,Object> |
PredicateUtils.toMap(Predicate predicate)
|
Modifier and Type | Class and Description |
---|---|
class |
AndPredicate
AndPredicate wraps AndPredicate to
provide additional functionality like serializing to and from a Map and JSON formatted data. |
class |
ContainsPredicate
ContainsPredicate is a predicate implementation testing whether a string value exists
within some set of strings. |
class |
EqualsPredicate
EqualsPredicate wraps EqualPredicate to
provide additional functionality like serializing to and from a Map and JSON formatted data as well
as obtaining data using a ContextTransformer |
class |
NotPredicate
NotPredicate wraps NotPredicate to
provide additional functionality like serializing to and from a Map and JSON formatted data. |
class |
OrPredicate
OrPredicate wraps OrPredicate to
provide additional functionality like serializing to and from a Map and JSON formatted data. |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Predicate> |
PredicateClassFactory.getPredicateClass(String name)
Return a
Predicate implementation class give its name |
Modifier and Type | Method and Description |
---|---|
Predicate |
KerberosIdentityDescriptor.getWhen()
Gets the expression (or
Predicate ) to use to determine when to include this Kerberos
identity while processing Kerberos identities. |
Modifier and Type | Method and Description |
---|---|
void |
KerberosIdentityDescriptor.setWhen(Predicate when)
Sets the expression (or
Predicate ) to use to determine when to include this Kerberos
identity while processing Kerberos identities. |
Constructor and Description |
---|
KerberosIdentityDescriptor(String name,
String reference,
KerberosPrincipalDescriptor principal,
KerberosKeytabDescriptor keytab,
Predicate when)
Creates a new KerberosIdentityDescriptor
|
Copyright © 2022 Apache Software Foundation. All rights reserved.