Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCMetadataContext
-
Packages that use OIDCMetadataContext Package Description net.shibboleth.idp.plugin.oidc.op.profile.context.navigate Lookup functions. -
-
Uses of OIDCMetadataContext in net.shibboleth.idp.plugin.oidc.op.profile.context.navigate
Fields in net.shibboleth.idp.plugin.oidc.op.profile.context.navigate with type parameters of type OIDCMetadataContext Modifier and Type Field Description private Function<ProfileRequestContext,OIDCMetadataContext>SectorIdentifierLookupFunction. oidcMetadataContextLookupStrategyStrategy function to lookup OIDC metadata context .Methods in net.shibboleth.idp.plugin.oidc.op.profile.context.navigate that return OIDCMetadataContext Modifier and Type Method Description OIDCMetadataContextDefaultOIDCMetadataContextLookupFunction. apply(ProfileRequestContext input)Method parameters in net.shibboleth.idp.plugin.oidc.op.profile.context.navigate with type arguments of type OIDCMetadataContext Modifier and Type Method Description voidSectorIdentifierLookupFunction. setOIDCMetadataContextLookupStrategy(Function<ProfileRequestContext,OIDCMetadataContext> strategy)Set the lookup strategy to use to locate theOIDCMetadataContext.
-