Package com.cloudbees.plugins.credentials.matchers
package com.cloudbees.plugins.credentials.matchers
-
ClassDescriptionMatches all of the supplied matchers.Matches any of the supplied matchers.BeanPropertyMatcher<T extends Serializable>Matches credentials that have a Java Bean property with an expected value.Matches credentials based on a constant result.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.This class provides an empty implementation ofCQLVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byCQLParser
.Represents a syntax error in a CQL expression.CQLVisitor<T>This interface defines a complete generic visitor for a parse tree produced byCQLParser
.Matches credentials that areIdCredentials
and have the specifiedIdCredentials.getId()
.Matches credentials that implement a specific type.Inverts a matcher.Matches credentials that areIdCredentials
and have the specifiedCredentialsScope
(s).Matches credentials that areUsernameCredentials
and have the specifiedUsernameCredentials.getUsername()