Uses of Class
net.shibboleth.oidc.metadata.context.OIDCMetadataContext
-
Packages that use OIDCMetadataContext Package Description net.shibboleth.oidc.profile.impl OIDC profile implementation classes.net.shibboleth.oidc.profile.logic 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 OIDCMetadataContext Modifier and Type Field Description private Function<ProfileRequestContext,OIDCMetadataContext>PopulateJWTDecryptionParameters. oidcClientMetadataContextLookupStrategyStrategy used to look up a OIDC client metadata context.private Function<ProfileRequestContext,OIDCMetadataContext>PopulateJWTEncryptionParameters. oidcClientMetadataContextLookupStrategyStrategy used to look up a OIDC client metadata context.private Function<ProfileRequestContext,OIDCMetadataContext>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 OIDCMetadataContext Modifier and Type Method Description voidPopulateJWTDecryptionParameters. 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 OIDCMetadataContext Modifier and Type Field Description private Function<ProfileRequestContext,OIDCMetadataContext>ClientIDFromOIDCMetadataContextLookupFunction. oidcMetadataContextLookupStrategyStrategy that will returnOIDCMetadataContext.Method parameters in net.shibboleth.oidc.profile.logic with type arguments of type OIDCMetadataContext Modifier and Type Method Description voidClientIDFromOIDCMetadataContextLookupFunction. setOIDCMetadataContextLookupStrategy(Function<ProfileRequestContext,OIDCMetadataContext> strategy)Set the strategy used to return theOIDCMetadataContext.
-