| Package | Description |
|---|---|
| net.shibboleth.metadata.dom.saml.mdattr |
Aggregator classes for the entity attributes specification.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
EntityAttributeFilteringStage.ContextImpl
A simple immutable implementation of
EntityAttributeFilteringStage.EntityAttributeContext. |
| Modifier and Type | Field and Description |
|---|---|
private List<com.google.common.base.Predicate<EntityAttributeFilteringStage.EntityAttributeContext>> |
EntityAttributeFilteringStage.rules
List of matching rules to apply to each attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.google.common.base.Predicate<EntityAttributeFilteringStage.EntityAttributeContext>> |
EntityAttributeFilteringStage.getRules()
Returns the
List of rules being used to match entity attributes. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegistrationAuthorityMatcher.apply(EntityAttributeFilteringStage.EntityAttributeContext input) |
boolean |
AbstractEntityAttributeMatcher.apply(EntityAttributeFilteringStage.EntityAttributeContext input) |
private boolean |
EntityAttributeFilteringStage.applyRules(EntityAttributeFilteringStage.EntityAttributeContext ctx)
Apply the rules to a context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityAttributeFilteringStage.setRules(List<com.google.common.base.Predicate<EntityAttributeFilteringStage.EntityAttributeContext>> newRules)
Sets the
List of rules to be used to match attribute values. |
Copyright © 1999–2016. All rights reserved.