Package | Description |
---|---|
org.opensaml.saml.metadata.resolver.filter.impl |
Implementation of the resolver filters.
|
Modifier and Type | Method and Description |
---|---|
PredicateFilter.Direction |
PredicateFilter.getDirection()
Get the direction of filtering.
|
static PredicateFilter.Direction |
PredicateFilter.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredicateFilter.Direction[] |
PredicateFilter.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PredicateFilter(PredicateFilter.Direction dir,
com.google.common.base.Predicate<EntityDescriptor> theCondition)
Constructor.
|
Copyright © 2019. All rights reserved.