Class AuthorizedClientServiceOAuth2AuthorizedClientManager.DefaultContextAttributesMapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> apply​(OAuth2AuthorizeRequest authorizeRequest)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • DefaultContextAttributesMapper

        public DefaultContextAttributesMapper()
    • Method Detail

      • apply

        public java.util.Map<java.lang.String,​java.lang.Object> apply​(OAuth2AuthorizeRequest authorizeRequest)
        Specified by:
        apply in interface java.util.function.Function<OAuth2AuthorizeRequest,​java.util.Map<java.lang.String,​java.lang.Object>>