public class RegistrationAuthorityPredicate extends AbstractRegistrationInfoPredicate
RegistrationInfo.getRegistrationAuthority().| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
authorities
Authorities to match on.
|
| Constructor and Description |
|---|
RegistrationAuthorityPredicate(Collection<String> names)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doApply(RegistrationInfo info)
Override this method to implement the predicate.
|
Set<String> |
getAuthorities()
Get the authority name criteria.
|
apply, getMatchIfMetadataSilent, getRegistrationInfo, setMatchIfMetadataSilentpublic RegistrationAuthorityPredicate(@Nullable@ParameterName(name="names") Collection<String> names)
names - the authority names to test for@Nonnull @NonnullElements @Unmodifiable @NotLive public Set<String> getAuthorities()
protected boolean doApply(@Nonnull RegistrationInfo info)
doApply in class AbstractRegistrationInfoPredicateinfo - the information to evaluateCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.