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.
|
| 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.
|
public EntityIdPredicate(@Nullable @ParameterName(name="ids") 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–2018 Shibboleth Consortium. All rights reserved.