Interface | Description |
---|---|
CQLListener |
This interface defines a complete listener for a parse tree produced by
CQLParser . |
CQLVisitor<T> |
This interface defines a complete generic visitor for a parse tree produced
by
CQLParser . |
Class | Description |
---|---|
AllOfMatcher |
Matches all of the supplied matchers.
|
AnyOfMatcher |
Matches any of the supplied matchers.
|
BeanPropertyMatcher<T extends Serializable> |
Matches credentials that have a Java Bean property with an expected value.
|
ConstantMatcher |
Matches credentials based on a constant result.
|
CQLBaseListener |
This class provides an empty implementation of
CQLListener ,
which can be extended to create a listener which only needs to handle a subset
of the available methods. |
CQLBaseVisitor<T> |
This class provides an empty implementation of
CQLVisitor ,
which can be extended to create a visitor which only needs to handle a subset
of the available methods. |
CQLLexer | |
CQLParser | |
CQLParser.ConstantTestContext | |
CQLParser.EnumLiteralContext | |
CQLParser.ExpressionContext | |
CQLParser.GroupedTestContext | |
CQLParser.InstanceOfTestContext | |
CQLParser.LiteralContext | |
CQLParser.NegativeTestContext | |
CQLParser.PrimaryContext | |
CQLParser.PropertyTestContext | |
CQLParser.QualifiedNameContext | |
IdMatcher |
Matches credentials that are
IdCredentials and have the specified IdCredentials.getId() . |
InstanceOfMatcher |
Matches credentials that implement a specific type.
|
NotMatcher |
Inverts a matcher.
|
ScopeMatcher |
Matches credentials that are
IdCredentials and have the specified CredentialsScope (s). |
UsernameMatcher |
Matches credentials that are
UsernameCredentials and have the specified UsernameCredentials.getUsername() |
Exception | Description |
---|---|
CQLSyntaxException |
Represents a syntax error in a CQL expression.
|
Copyright © 2016–2021. All rights reserved.