Uses of Class
net.shibboleth.oidc.metadata.context.OIDCMetadataContext
Packages that use OIDCMetadataContext
Package
Description
Implementation classes supporting OIDC/OAuth client authentication.
OIDC profile implementation classes.
OIDC profile logic implementation classes.
-
Uses of OIDCMetadataContext in net.shibboleth.oidc.authn.impl
Fields in net.shibboleth.oidc.authn.impl declared as OIDCMetadataContextModifier and TypeFieldDescriptionprivate OIDCMetadataContextValidateClientAuthenticationType.oidcMetadataContextThe attached OIDC metadata context.Fields in net.shibboleth.oidc.authn.impl with type parameters of type OIDCMetadataContextModifier and TypeFieldDescriptionOIDCClientInfoCredentialValidator.oidcMetadataContextLookupStrategyStrategy that will returnOIDCMetadataContext.ValidateClientAuthenticationType.oidcMetadataContextLookupStrategyStrategy that will returnOIDCMetadataContext.Method parameters in net.shibboleth.oidc.authn.impl with type arguments of type OIDCMetadataContextModifier and TypeMethodDescriptionvoidOIDCClientInfoCredentialValidator.setOidcMetadataContextLookupStrategy(Function<ProfileRequestContext, OIDCMetadataContext> strategy) Set the strategy used to return theOIDCMetadataContext.voidValidateClientAuthenticationType.setOIDCMetadataContextLookupStrategy(Function<ProfileRequestContext, OIDCMetadataContext> strategy) Set the strategy used to return theOIDCMetadataContext. -
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.