Class ConstantMatcher
java.lang.Object
com.cloudbees.plugins.credentials.matchers.ConstantMatcher
- All Implemented Interfaces:
CredentialsMatcher
,CredentialsMatcher.CQL
,Serializable
Matches credentials based on a constant result.
- Since:
- 1.5
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.CredentialsMatcher
CredentialsMatcher.CQL
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConstantMatcher
public ConstantMatcher(boolean match) Constructs a new instance.- Parameters:
match
- whether to match or not.
-
-
Method Details
-
matches
Evaluates the matcher for the specified credentials.- Specified by:
matches
in interfaceCredentialsMatcher
- Parameters:
item
- the specified credentials.- Returns:
true
if and only if the specified credentials match.
-
describe
Describes this matcher in terms of a java-bean style query language- Specified by:
describe
in interfaceCredentialsMatcher.CQL
- Returns:
- the description of the credentials matcher query or
null
if the matcher cannot be expressed in CQL.
-
hashCode
public int hashCode() -
equals
-
toString
-