Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCClientRegistrationResponseContext
-
Packages that use OIDCClientRegistrationResponseContext Package Description 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. -
-
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)
-