Class AttributeFilterServiceStrategy
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.idp.attribute.filter.spring.impl.AttributeFilterServiceStrategy
- All Implemented Interfaces:
Function<ApplicationContext,,ServiceableComponent<AttributeFilter>> Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent,NonnullFunction<ApplicationContext,ServiceableComponent<AttributeFilter>>
public class AttributeFilterServiceStrategy
extends AbstractIdentifiableInitializableComponent
implements NonnullFunction<ApplicationContext,ServiceableComponent<AttributeFilter>>
Strategy for summoning up an
AttributeFilterImpl from a populated ApplicationContext. We do this by
finding all the configured AttributeFilterPolicy beans and bunging them into the Attribute Filter which we
then initialize.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
doInitialize, ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getId
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger loglog.
-
-
Constructor Details
-
AttributeFilterServiceStrategy
public AttributeFilterServiceStrategy()
-
-
Method Details
-
apply
@Nonnull public ServiceableComponent<AttributeFilter> apply(@Nullable ApplicationContext appContext) - Specified by:
applyin interfaceFunction<ApplicationContext,ServiceableComponent<AttributeFilter>> - Specified by:
applyin interfaceNonnullFunction<ApplicationContext,ServiceableComponent<AttributeFilter>>
-