Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCClientRegistrationResponseContext
Packages that use OIDCClientRegistrationResponseContext
Package
Description
Package for audit extractors related to OIDC.
Navigation functions related to OIDC messaging contexts.
Lookup functions.
Profile action implementations related to OIDC.
-
Uses of OIDCClientRegistrationResponseContext in net.shibboleth.idp.plugin.oidc.op.audit.impl
Fields in net.shibboleth.idp.plugin.oidc.op.audit.impl with type parameters of type OIDCClientRegistrationResponseContextModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,OIDCClientRegistrationResponseContext> ClientIdRegistrationAuditExtractor.ctxLookupStrategyLookup strategy for the context to find the subject value from.Constructor parameters in net.shibboleth.idp.plugin.oidc.op.audit.impl with type arguments of type OIDCClientRegistrationResponseContextModifierConstructorDescriptionClientIdRegistrationAuditExtractor(Function<ProfileRequestContext, OIDCClientRegistrationResponseContext> strategy) Constructor. -
Uses of OIDCClientRegistrationResponseContext in net.shibboleth.idp.plugin.oidc.op.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.profile.impl declared as OIDCClientRegistrationResponseContextModifier and TypeFieldDescriptionBuildClientInformation.oidcResponseContextTheOIDCClientRegistrationResponseContextto operate on.GenerateClientID.oidcResponseCtxThe OIDCClientRegistrationResponseContext to create the client ID to.GenerateClientSecret.oidcResponseCtxThe OIDCClientRegistrationResponseContext to create the client secret to.Fields in net.shibboleth.idp.plugin.oidc.op.profile.impl with type parameters of type OIDCClientRegistrationResponseContextModifier and TypeFieldDescriptionInitializeOutboundRegistrationResponseMessageContext.oidcResponseContextCreationStrategyStrategy that will return or create aOIDCClientRegistrationResponseContext.BuildClientInformation.oidcResponseContextLookupStrategyStrategy used to locate theOIDCClientRegistrationResponseContextassociated with a givenMessageContext.GenerateClientID.oidcResponseContextLookupStrategyStrategy used to locate theOIDCClientRegistrationResponseContextassociated with a given request.GenerateClientSecret.oidcResponseContextLookupStrategyStrategy used to locate theOIDCClientRegistrationResponseContextassociated with a givenMessageContext.Method parameters in net.shibboleth.idp.plugin.oidc.op.profile.impl with type arguments of type OIDCClientRegistrationResponseContextModifier and TypeMethodDescriptionvoidInitializeOutboundRegistrationResponseMessageContext.setOIDCClientRegistrationResponseContextCreationStrategy(Function<MessageContext, OIDCClientRegistrationResponseContext> strategy) Set the strategy used to return or create theOIDCClientRegistrationResponseContext.voidBuildClientInformation.setOidcResponseContextLookupStrategy(Function<MessageContext, OIDCClientRegistrationResponseContext> strategy) Set the strategy used to locate theOIDCClientRegistrationResponseContextassociated with a givenMessageContext.voidGenerateClientID.setOidcResponseContextLookupStrategy(Function<ProfileRequestContext, OIDCClientRegistrationResponseContext> strategy) Set the strategy used to locate theOIDCClientRegistrationResponseContextassociated with a givenMessageContext.voidGenerateClientSecret.setOidcResponseContextLookupStrategy(Function<MessageContext, OIDCClientRegistrationResponseContext> strategy) Set the strategy used to locate theOIDCClientRegistrationResponseContextassociated with a givenMessageContext.