Class ProviderMetadataResolverServiceStrategy
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.oidc.profile.spring.relyingparty.metadata.impl.ProviderMetadataResolverServiceStrategy
- All Implemented Interfaces:
Function<ApplicationContext,,AbstractServiceableComponent<ProviderMetadataResolver>> Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent,NonnullFunction<ApplicationContext,AbstractServiceableComponent<ProviderMetadataResolver>>
public class ProviderMetadataResolverServiceStrategy
extends AbstractIdentifiableInitializableComponent
implements NonnullFunction<ApplicationContext,AbstractServiceableComponent<ProviderMetadataResolver>>
Strategy for summoning up a
ProviderMetadataResolver from a populated ApplicationContext.
The logic is the same as in net.shibboleth.idp.profile.spring.relyingparty.metadata.impl.MetadataResolverServiceStrategy.
-
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
-
Constructor Details
-
ProviderMetadataResolverServiceStrategy
public ProviderMetadataResolverServiceStrategy()
-
-
Method Details
-
apply
@Nonnull public AbstractServiceableComponent<ProviderMetadataResolver> apply(@Nullable ApplicationContext appContext) - Specified by:
applyin interfaceFunction<ApplicationContext,AbstractServiceableComponent<ProviderMetadataResolver>> - Specified by:
applyin interfaceNonnullFunction<ApplicationContext,AbstractServiceableComponent<ProviderMetadataResolver>>
-