private class EntityAttributesPredicate.EntityAttributesMatcher extends Object implements com.google.common.base.Predicate<EntityAttributesPredicate.Candidate>
EntityAttributesPredicate.Candidate
criterion is satisfied by the Attribute
s
in an EntityAttributes
extension.Modifier and Type | Field and Description |
---|---|
private Collection<Attribute> |
attributes
Population to evaluate for a match.
|
private Logger |
log
Class logger.
|
Constructor and Description |
---|
EntityAttributesMatcher(Collection<Attribute> attrs)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
apply(EntityAttributesPredicate.Candidate input) |
private String |
xmlObjectToString(org.opensaml.core.xml.XMLObject object)
Convert an XMLObject to a String if the type of recognized.
|
private final Collection<Attribute> attributes
public EntityAttributesMatcher(@Nonnull @NonnullElements Collection<Attribute> attrs)
attrs
- population to evaluate for a matchpublic boolean apply(@Nonnull EntityAttributesPredicate.Candidate input)
apply
in interface com.google.common.base.Predicate<EntityAttributesPredicate.Candidate>
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.