Class OIDCProviderMetadataFromOuboundPeerLookupStrategy
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.OIDCProviderMetadataFromOuboundPeerLookupStrategy
-
- All Implemented Interfaces:
Function<ProfileRequestContext,net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext>
public class OIDCProviderMetadataFromOuboundPeerLookupStrategy extends Object implements Function<ProfileRequestContext,net.shibboleth.oidc.metadata.context.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 net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContextapply(ProfileRequestContext prc)
-
-
-
Method Detail
-
apply
@Nullable public net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext apply(@Nonnull ProfileRequestContext prc)- Specified by:
applyin interfaceFunction<ProfileRequestContext,net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext>
-
-