Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseContext
-
Packages that use OIDCAuthenticationResponseContext Package Description net.shibboleth.idp.plugin.oidc.op.audit.impl Package for audit extractors related to OIDC.net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Profile action implementations related to OAuth2.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.net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl Classes supporting the implementation of the UserInfo endpoint. -
-
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.audit.impl
Fields in net.shibboleth.idp.plugin.oidc.op.audit.impl with type parameters of type OIDCAuthenticationResponseContext Modifier and Type Field Description private Function<ProfileRequestContext,OIDCAuthenticationResponseContext>AuthenticationContextReferenceAuditExtractor. ctxLookupStrategyLookup strategy for the context to find the subject value from.private Function<ProfileRequestContext,OIDCAuthenticationResponseContext>SubjectTypeAuditExtractor. ctxLookupStrategyLookup strategy for the context to find the subject type from.private Function<ProfileRequestContext,OIDCAuthenticationResponseContext>SubjectValueAuditExtractor. 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 OIDCAuthenticationResponseContext Constructor Description AuthenticationContextReferenceAuditExtractor(Function<ProfileRequestContext,OIDCAuthenticationResponseContext> strategy)Constructor.SubjectTypeAuditExtractor(Function<ProfileRequestContext,OIDCAuthenticationResponseContext> strategy)Constructor.SubjectValueAuditExtractor(Function<ProfileRequestContext,OIDCAuthenticationResponseContext> strategy)Constructor. -
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl declared as OIDCAuthenticationResponseContext Modifier and Type Field Description private OIDCAuthenticationResponseContextAbstractOAuthAuthorizationResponseAction. oidcResponseContextoidc response context.Methods in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl that return OIDCAuthenticationResponseContext Modifier and Type Method Description OIDCAuthenticationResponseContextAbstractOAuthAuthorizationResponseAction. getOidcResponseContext()Returns oidc response context. -
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.profile.context.navigate
Methods in net.shibboleth.idp.plugin.oidc.op.profile.context.navigate that return OIDCAuthenticationResponseContext Modifier and Type Method Description OIDCAuthenticationResponseContextOIDCAuthenticationResponseContextLookupFunction. apply(ProfileRequestContext input) -
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.profile.impl declared as OIDCAuthenticationResponseContext Modifier and Type Field Description private OIDCAuthenticationResponseContextAbstractOIDCAuthenticationResponseAction. oidcResponseContextoidc response context.private OIDCAuthenticationResponseContextAbstractOIDCResponseAction. oidcResponseContextoidc response context.private OIDCAuthenticationResponseContextAbstractOIDCTokenResponseAction. oidcResponseContextoidc response context.Methods in net.shibboleth.idp.plugin.oidc.op.profile.impl that return OIDCAuthenticationResponseContext Modifier and Type Method Description OIDCAuthenticationResponseContextAbstractOIDCAuthenticationResponseAction. getOidcResponseContext()Returns oidc response context.OIDCAuthenticationResponseContextAbstractOIDCResponseAction. getOidcResponseContext()Returns oidc response context.OIDCAuthenticationResponseContextAbstractOIDCTokenResponseAction. getOidcResponseContext()Returns oidc response context. -
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl declared as OIDCAuthenticationResponseContext Modifier and Type Field Description private OIDCAuthenticationResponseContextAbstractOIDCUserInfoValidationResponseAction. oidcResponseContextoidc response context.Methods in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl that return OIDCAuthenticationResponseContext Modifier and Type Method Description OIDCAuthenticationResponseContextAbstractOIDCUserInfoValidationResponseAction. getOidcResponseContext()Returns oidc response context.
-