Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCClientRegistrationResponseContext
-
Packages that use OIDCClientRegistrationResponseContext Package Description net.shibboleth.idp.plugin.oidc.op.audit.impl Package for audit extractors related to OIDC.net.shibboleth.idp.plugin.oidc.op.messaging.context.navigate Navigation functions related to OIDC messaging contexts.net.shibboleth.idp.plugin.oidc.op.profile.context.navigate Lookup functions.net.shibboleth.idp.plugin.oidc.op.profile.impl 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 OIDCClientRegistrationResponseContext Modifier and Type Field Description private 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 OIDCClientRegistrationResponseContext Constructor Description ClientIdRegistrationAuditExtractor(Function<ProfileRequestContext,OIDCClientRegistrationResponseContext> strategy)Constructor. -
Uses of OIDCClientRegistrationResponseContext in net.shibboleth.idp.plugin.oidc.op.messaging.context.navigate
Fields in net.shibboleth.idp.plugin.oidc.op.messaging.context.navigate with type parameters of type OIDCClientRegistrationResponseContext Modifier and Type Field Description private Function<MessageContext,OIDCClientRegistrationResponseContext>OIDCClientRegistrationResponseMetadataLookupFunction. oidcResponseContextLookupStrategyStrategy used to locate theOIDCClientRegistrationResponseContextassociated with a givenMessageContext.Method parameters in net.shibboleth.idp.plugin.oidc.op.messaging.context.navigate with type arguments of type OIDCClientRegistrationResponseContext Modifier and Type Method Description voidOIDCClientRegistrationResponseMetadataLookupFunction. setOidcResponseContextLookupStrategy(Function<MessageContext,OIDCClientRegistrationResponseContext> strategy)Set the strategy used to locate theOIDCClientRegistrationResponseContextassociated with a givenMessageContext. -
Uses of OIDCClientRegistrationResponseContext in net.shibboleth.idp.plugin.oidc.op.profile.context.navigate
Methods in net.shibboleth.idp.plugin.oidc.op.profile.context.navigate that return OIDCClientRegistrationResponseContext Modifier and Type Method Description OIDCClientRegistrationResponseContextOIDCRegistrationResponseContextLookupFunction. apply(ProfileRequestContext input) -
Uses of OIDCClientRegistrationResponseContext in net.shibboleth.idp.plugin.oidc.op.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.profile.impl declared as OIDCClientRegistrationResponseContext Modifier and Type Field Description private OIDCClientRegistrationResponseContextBuildClientInformation. oidcResponseContextTheOIDCClientRegistrationResponseContextto operate on.private OIDCClientRegistrationResponseContextGenerateClientID. oidcResponseCtxThe OIDCClientRegistrationResponseContext to create the client ID to.private OIDCClientRegistrationResponseContextGenerateClientSecret. oidcResponseCtxThe OIDCClientRegistrationResponseContext to create the client secret to.
-