| Class | Description |
|---|---|
| AllOfMatcher |
Matches all of the supplied matchers.
|
| AnyOfMatcher |
Matches any of the supplied matchers.
|
| ConstantMatcher |
Matches credentials based on a constant result.
|
| IdMatcher |
Matches credentials that are
IdCredentials and have the specified IdCredentials.getId(). |
| InstanceOfMatcher |
Matches credentials that implement a specific type.
|
| NotMatcher |
Inverts a matcher.
|
| ScopeMatcher |
Matches credentials that are
IdCredentials and have the specified CredentialsScope(s). |
| UsernameMatcher |
Matches credentials that are
UsernameCredentials and have the specified UsernameCredentials.getUsername() |
Copyright © 2004-2015. All Rights Reserved.