public class EntityIdPredicate extends Object implements Predicate<EntityDescriptor>
EntityDescriptor against a set of entityIDs.| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
entityIds
Set of entityIDs to check for.
|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
EntityIdPredicate(Collection<String> ids)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(EntityDescriptor input) |
Set<String> |
getEntityIds()
Get the entityID criteria.
|
@Nonnull private final org.slf4j.Logger log
@Nonnull @NonnullElements private final Set<String> entityIds
public EntityIdPredicate(@Nonnull @NonnullElements Collection<String> ids)
ids - the entityIDs to check for@Nonnull @NonnullElements @Unmodifiable @NotLive public Set<String> getEntityIds()
public boolean apply(@Nullable EntityDescriptor input)
apply in interface Predicate<EntityDescriptor>Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.