Uses of Interface
net.shibboleth.idp.plugin.oidc.op.oauth2.decoding.impl.CustomNimbusRequestParser
Packages that use CustomNimbusRequestParser
Package
Description
Message decoders related to OAuth2 messaging.
-
Uses of CustomNimbusRequestParser in net.shibboleth.idp.plugin.oidc.op.oauth2.decoding.impl
Fields in net.shibboleth.idp.plugin.oidc.op.oauth2.decoding.impl declared as CustomNimbusRequestParserModifier and TypeFieldDescriptionprotected CustomNimbusRequestParser<T>BaseOAuth2RequestDecoder.customRequestParserA custom extension for parsing Nimbus object out of the servlet request.Methods in net.shibboleth.idp.plugin.oidc.op.oauth2.decoding.impl with parameters of type CustomNimbusRequestParserModifier and TypeMethodDescriptionvoidBaseOAuth2RequestDecoder.setCustomRequestParser(CustomNimbusRequestParser<T> customParser) Set the custom extension for parsing Nimbus object out of the servlet request.