이름 | 설명 |
---|---|
ContainsOperatorsInterface | Operator types that may contain other Operators. |
이름 | 설명 |
---|---|
BaseOperator | The base Operator implementation. |
Comparison | Represents the various LDAP comparison operator types available. |
MatchingRule | Use LDAP matching rule OIDs. |
Wildcard | Represents a LDAP wildcard search using a '*'. This is used to help escape the proper values for the filter. |
bAnd | Represents an AND operator (&). |
bNot | Represents a NOT operator (!). |
bOr | Represents an OR operator (|). |
이름 | 설명 |
---|---|
ContainsOperatorsTrait | Common methods and properties needed to represent an Operator that can contain other Operators. |