Interface CredentialsMatcher.CQL

All Superinterfaces:
CredentialsMatcher, Serializable
All Known Implementing Classes:
AllOfMatcher, AnyOfMatcher, BeanPropertyMatcher, ConstantMatcher, IdMatcher, InstanceOfMatcher, NotMatcher, ScopeMatcher, UsernameMatcher
Enclosing interface:
CredentialsMatcher

public static interface CredentialsMatcher.CQL extends 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

    Modifier and Type
    Method
    Description
    Describes this matcher in terms of a java-bean style query language

    Methods inherited from interface com.cloudbees.plugins.credentials.CredentialsMatcher

    matches
  • Method Details

    • describe

      @CheckForNull String 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.