Class ExtractClientAuthenticationFromRequest

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • clientAuthMethodsLookupStrategy

        @NonnullAfterInit
        private Function<ProfileRequestContext,​Set<com.nimbusds.oauth2.sdk.auth.ClientAuthenticationMethod>> clientAuthMethodsLookupStrategy
        Lookup strategy for enabled client authentication methods.
      • request

        @Nullable
        private com.nimbusds.oauth2.sdk.AbstractOptionallyAuthenticatedRequest request
        Message to extract credentials from.
    • Constructor Detail

      • ExtractClientAuthenticationFromRequest

        public ExtractClientAuthenticationFromRequest()
        Constructor.