Class DefaultOIDCMetadataContextLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.DefaultOIDCMetadataContextLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,OIDCMetadataContext>,ContextDataLookupFunction<ProfileRequestContext,OIDCMetadataContext>
public class DefaultOIDCMetadataContextLookupFunction extends Object implements ContextDataLookupFunction<ProfileRequestContext,OIDCMetadataContext>
A function that returnsOIDCMetadataContext.
-
-
Constructor Summary
Constructors Constructor Description DefaultOIDCMetadataContextLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDCMetadataContextapply(ProfileRequestContext input)
-
-
-
Method Detail
-
apply
@Nullable public OIDCMetadataContext apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,OIDCMetadataContext>
-
-