Interface CredentialsMatcher.CQL
- All Superinterfaces:
CredentialsMatcher
,Serializable
- All Known Implementing Classes:
AllOfMatcher
,AnyOfMatcher
,BeanPropertyMatcher
,ConstantMatcher
,IdMatcher
,InstanceOfMatcher
,NotMatcher
,ScopeMatcher
,UsernameMatcher
- Enclosing interface:
- CredentialsMatcher
A mix-in interface to allow describing a credentials matcher.
- Since:
- 2.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.CredentialsMatcher
CredentialsMatcher.CQL
-
Method Summary
Methods inherited from interface com.cloudbees.plugins.credentials.CredentialsMatcher
matches
-
Method Details
-
describe
Describes this matcher in terms of a java-bean style query language- Returns:
- the description of the credentials matcher query or
null
if the matcher cannot be expressed in CQL.
-