Uses of Class
net.shibboleth.oidc.metadata.context.OIDCMetadataContext
Packages that use OIDCMetadataContext
Package
Description
OIDC profile implementation classes.
OIDC profile logic implementation classes.
-
Uses of OIDCMetadataContext in net.shibboleth.oidc.profile.impl
Fields in net.shibboleth.oidc.profile.impl with type parameters of type OIDCMetadataContextModifier and TypeFieldDescriptionPopulateJWTDecryptionParameters.oidcClientMetadataContextLookupStrategyStrategy used to look up a OIDC client metadata context.PopulateJWTEncryptionParameters.oidcClientMetadataContextLookupStrategyStrategy used to look up a OIDC client metadata context.PopulateJWTSignatureSigningParameters.oidcClientMetadataContextLookupStrategyStrategy used to look up a OIDC client metadata context.private Function<MessageContext,OIDCMetadataContext> PopulateJWTSignatureSigningParametersHandler.oidcClientMetadataContextLookupStrategyStrategy used to look up a OIDC client metadata context.Method parameters in net.shibboleth.oidc.profile.impl with type arguments of type OIDCMetadataContextModifier and TypeMethodDescriptionvoidPopulateJWTDecryptionParameters.setClientMetadataContextLookupStrategy(Function<ProfileRequestContext, OIDCMetadataContext> strategy) Set lookup strategy forOIDCMetadataContextfor input to resolution.voidPopulateJWTEncryptionParameters.setClientMetadataContextLookupStrategy(Function<ProfileRequestContext, OIDCMetadataContext> strategy) Set lookup strategy forOIDCMetadataContextfor input to resolution.voidPopulateJWTSignatureSigningParameters.setClientMetadataContextLookupStrategy(Function<ProfileRequestContext, OIDCMetadataContext> strategy) Set lookup strategy forOIDCMetadataContextfor input to resolution.voidPopulateJWTSignatureSigningParametersHandler.setClientMetadataContextLookupStrategy(Function<MessageContext, OIDCMetadataContext> strategy) Set lookup strategy forOIDCMetadataContextfor input to resolution. -
Uses of OIDCMetadataContext in net.shibboleth.oidc.profile.logic
Fields in net.shibboleth.oidc.profile.logic with type parameters of type OIDCMetadataContextModifier and TypeFieldDescriptionClientIDFromOIDCMetadataContextLookupFunction.oidcMetadataContextLookupStrategyStrategy that will returnOIDCMetadataContext.Method parameters in net.shibboleth.oidc.profile.logic with type arguments of type OIDCMetadataContextModifier and TypeMethodDescriptionvoidClientIDFromOIDCMetadataContextLookupFunction.setOIDCMetadataContextLookupStrategy(Function<ProfileRequestContext, OIDCMetadataContext> strategy) Set the strategy used to return theOIDCMetadataContext.