public class RegistrationAuthorityPredicate extends AbstractRegistrationInfoPredicate
RegistrationInfo.getRegistrationAuthority().| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<java.lang.String> |
authorities
Authorities to match on.
|
| Constructor and Description |
|---|
RegistrationAuthorityPredicate(java.util.Collection<java.lang.String> names)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doApply(RegistrationInfo info)
Override this method to implement the predicate.
|
java.util.Set<java.lang.String> |
getAuthorities()
Get the authority name criteria.
|
apply, getMatchIfMetadataSilent, getRegistrationInfo, setMatchIfMetadataSilent@Nonnull @NonnullElements private final java.util.Set<java.lang.String> authorities
public RegistrationAuthorityPredicate(@Nonnull @NonnullElements
java.util.Collection<java.lang.String> names)
names - the authority names to test for@Nonnull @NonnullElements @Unmodifiable @NotLive public java.util.Set<java.lang.String> getAuthorities()
protected boolean doApply(@Nonnull
RegistrationInfo info)
doApply in class AbstractRegistrationInfoPredicateinfo - the information to evaluate