public class EntityIdPredicate extends Object implements com.google.common.base.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
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 com.google.common.base.Predicate<EntityDescriptor>
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.