Modifier and Type | Method and Description |
---|---|
Filter<String> |
FilteredNameAttributeDefinition.getFilter()
Get the filter.
|
Modifier and Type | Method and Description |
---|---|
void |
FilteredNameAttributeDefinition.setFilter(Filter filter)
Set the filter.
|
Modifier and Type | Method and Description |
---|---|
Filter<String> |
FilteredNameAttributeDefinitionFactoryBean.getFilter()
Get the filter.
|
Modifier and Type | Method and Description |
---|---|
void |
FilteredNameAttributeDefinitionFactoryBean.setFilter(Filter filter)
Set the filter.
|
Modifier and Type | Method and Description |
---|---|
Filter<T> |
BaseGrouperDataConnector.getFilter()
Get the filter which determines the objects which will be considered by this data connector.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseGrouperDataConnector.setFilter(Filter filter)
Set the match query filter.
|
Modifier and Type | Method and Description |
---|---|
Filter |
BaseGrouperDataConnectorFactoryBean.getFilter()
Gets the
Filter . |
Modifier and Type | Method and Description |
---|---|
void |
BaseGrouperDataConnectorFactoryBean.setFilter(Filter filter)
Sets the
Filter . |
Modifier and Type | Method and Description |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute<Group> |
GroupsField.getAttribute(Member member,
Filter filter)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilter<T>
Base class for a
Filter . |
class |
AbstractSetOperationFilter<T>
|
class |
AndFilter<T>
Selects Grouper objects that match two other
Filter s, e.g. |
class |
GroupExactAttributeFilter
Selects
Group s by attribute name and value. |
class |
GroupInStemFilter
|
class |
MemberSourceFilter
Selects
Member s from a Source . |
class |
MinusFilter<T>
Selects Grouper objects that match the complement of two
Filter s, e.g. |
class |
NameFilter
Selects an object by exact name.
|
class |
NameInStemFilter
Selects objects in a name with
Stem.Scope . |
class |
OrFilter<T>
Selects Grouper objects that match either of two
Filter s, e.g. |
class |
StemInStemFilter
|
class |
StemNameFilter
Selects a
Stem by exact name. |
Modifier and Type | Method and Description |
---|---|
Filter |
AbstractSetOperationFilter.getFilter0() |
Filter |
AbstractSetOperationFilter.getFilter1() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSetOperationFilter.setFilter0(Filter filter0) |
void |
AbstractSetOperationFilter.setFilter1(Filter filter1) |
Constructor and Description |
---|
AndFilter(Filter filter0,
Filter filter1)
Constructor.
|
AndFilter(Filter filter0,
Filter filter1)
Constructor.
|
MinusFilter(Filter filter0,
Filter filter1)
Constructor.
|
MinusFilter(Filter filter0,
Filter filter1)
Constructor.
|
OrFilter(Filter filter0,
Filter filter1)
Constructor.
|
OrFilter(Filter filter0,
Filter filter1)
Constructor.
|
Copyright © 2014 Internet2. All rights reserved.