| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials.matchers |
| Modifier and Type | Class and Description |
|---|---|
class |
AllOfMatcher
Matches all of the supplied matchers.
|
class |
AnyOfMatcher
Matches any of the supplied matchers.
|
class |
BeanPropertyMatcher<T extends Serializable>
Matches credentials that have a Java Bean property with an expected value.
|
class |
ConstantMatcher
Matches credentials based on a constant result.
|
class |
IdMatcher
Matches credentials that are
IdCredentials and have the specified IdCredentials.getId(). |
class |
InstanceOfMatcher
Matches credentials that implement a specific type.
|
class |
NotMatcher
Inverts a matcher.
|
class |
ScopeMatcher
Matches credentials that are
IdCredentials and have the specified CredentialsScope(s). |
class |
UsernameMatcher
Matches credentials that are
UsernameCredentials and have the specified UsernameCredentials.getUsername() |
Copyright © 2016–2018. All rights reserved.