Class OIDCProviderMetadataFromOuboundPeerLookupStrategy
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.OIDCProviderMetadataFromOuboundPeerLookupStrategy
-
- All Implemented Interfaces:
Function<ProfileRequestContext,OIDCProviderMetadataContext>
public class OIDCProviderMetadataFromOuboundPeerLookupStrategy extends Object implements Function<ProfileRequestContext,OIDCProviderMetadataContext>
Lookup function to extract theOIDCProviderMetadataContextfrom theOIDCPeerEntityContextin the outbound message.
-
-
Constructor Summary
Constructors Constructor Description OIDCProviderMetadataFromOuboundPeerLookupStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDCProviderMetadataContextapply(ProfileRequestContext prc)
-
-
-
Method Detail
-
apply
@Nullable public OIDCProviderMetadataContext apply(@Nonnull ProfileRequestContext prc)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,OIDCProviderMetadataContext>
-
-