jar

com.nextgearcapital : feign-hystrix-oauth2-spring-boot-starter

Maven & Gradle

Feb 16, 2017

Spring Boot AutoConfiguration :: Feign Hystrix OAuth2 Starter · Spring Boot Auto configuration passing Spring Security Context along to Hystrix enabled Feign clients.

Table Of Contents

Latest Version

Download com.nextgearcapital : feign-hystrix-oauth2-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.nextgearcapital : feign-hystrix-oauth2-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window feign-hystrix-oauth2-spring-boot-starter-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.nextgearcapital.feign.oauth2.autoconfigure

├─ com.nextgearcapital.feign.oauth2.autoconfigure.OAuth2FeignAutoConfiguration.class - [JAR]

├─ com.nextgearcapital.feign.oauth2.autoconfigure.OAuth2FeignRequestInterceptor.class - [JAR]

com.nextgearcapital.feign.oauth2.autoconfigure.hystrix

├─ com.nextgearcapital.feign.oauth2.autoconfigure.hystrix.HystrixRequestContextEnablerFilter.class - [JAR]

├─ com.nextgearcapital.feign.oauth2.autoconfigure.hystrix.HystrixSecurityContextAutoConfiguration.class - [JAR]

├─ com.nextgearcapital.feign.oauth2.autoconfigure.hystrix.SecurityContextHystrixRequestVariable.class - [JAR]

├─ com.nextgearcapital.feign.oauth2.autoconfigure.hystrix.SecurityContextHystrixRequestVariableSetterFilter.class - [JAR]

├─ com.nextgearcapital.feign.oauth2.autoconfigure.hystrix.SecurityContextRegistratorCommandHook.class - [JAR]

Advertisement