Class ProviderMetadataResolverServiceStrategy
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
net.shibboleth.oidc.profile.spring.relyingparty.metadata.impl.ProviderMetadataResolverServiceStrategy
- All Implemented Interfaces:
Function<ApplicationContext,,ServiceableComponent<ProviderMetadataResolver>> Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
public class ProviderMetadataResolverServiceStrategy
extends AbstractIdentifiableInitializableComponent
implements Function<ApplicationContext,ServiceableComponent<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.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
doInitialize, getIdMethods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
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.utilities.java.support.component.IdentifiedComponent
getId
-
Constructor Details
-
ProviderMetadataResolverServiceStrategy
public ProviderMetadataResolverServiceStrategy()
-
-
Method Details
-
apply
@Nullable public ServiceableComponent<ProviderMetadataResolver> apply(@Nonnull ApplicationContext appContext) - Specified by:
applyin interfaceFunction<ApplicationContext,ServiceableComponent<ProviderMetadataResolver>>
-