SYMBOL INDEX (67 symbols across 14 files) FILE: eureka-server/src/main/java/com/eureka/server/eurekaserver/EurekaServerApplication.java class EurekaServerApplication (line 7) | @SpringBootApplication method main (line 11) | public static void main(String[] args) { FILE: eureka-server/src/test/java/com/eureka/server/eurekaserver/EurekaServerApplicationTests.java class EurekaServerApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: service-auth/src/main/java/com/service/auth/serviceauth/ServiceAuthApplication.java class ServiceAuthApplication (line 11) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { FILE: service-auth/src/main/java/com/service/auth/serviceauth/config/AuthorizationServerConfiguration.java class AuthorizationServerConfiguration (line 16) | @Configuration method configure (line 25) | @Override method configure (line 44) | @Override method configure (line 51) | @Override FILE: service-auth/src/main/java/com/service/auth/serviceauth/config/SecurityConfiguration.java class SecurityConfiguration (line 16) | @Configuration method userDetailsService (line 19) | @Bean method passwordEncoder (line 32) | @Bean method authenticationManagerBean (line 37) | @Bean method configure (line 44) | @Override FILE: service-auth/src/main/java/com/service/auth/serviceauth/config/Utils.java class Utils (line 3) | public class Utils { class RESOURCEIDS (line 4) | public static class RESOURCEIDS { FILE: service-auth/src/main/java/com/service/auth/serviceauth/controller/UserController.java class UserController (line 11) | @RestController method getUser (line 17) | @RequestMapping(value = "/current", method = RequestMethod.GET) FILE: service-auth/src/main/java/com/service/auth/serviceauth/customImpl/MyRedisTokenStore.java class MyRedisTokenStore (line 17) | public class MyRedisTokenStore implements TokenStore {private static fin... method MyRedisTokenStore (line 31) | public MyRedisTokenStore(RedisConnectionFactory connectionFactory) { method setAuthenticationKeyGenerator (line 35) | public void setAuthenticationKeyGenerator(AuthenticationKeyGenerator a... method setSerializationStrategy (line 39) | public void setSerializationStrategy(RedisTokenStoreSerializationStrat... method setPrefix (line 43) | public void setPrefix(String prefix) { method getConnection (line 47) | private RedisConnection getConnection() { method serialize (line 51) | private byte[] serialize(Object object) { method serializeKey (line 55) | private byte[] serializeKey(String object) { method deserializeAccessToken (line 59) | private OAuth2AccessToken deserializeAccessToken(byte[] bytes) { method deserializeAuthentication (line 63) | private OAuth2Authentication deserializeAuthentication(byte[] bytes) { method deserializeRefreshToken (line 67) | private OAuth2RefreshToken deserializeRefreshToken(byte[] bytes) { method serialize (line 71) | private byte[] serialize(String string) { method deserializeString (line 75) | private String deserializeString(byte[] bytes) { method getAccessToken (line 79) | public OAuth2AccessToken getAccessToken(OAuth2Authentication authentic... method readAuthentication (line 103) | public OAuth2Authentication readAuthentication(OAuth2AccessToken token) { method readAuthentication (line 107) | public OAuth2Authentication readAuthentication(String token) { method readAuthenticationForRefreshToken (line 122) | public OAuth2Authentication readAuthenticationForRefreshToken(OAuth2Re... method readAuthenticationForRefreshToken (line 126) | public OAuth2Authentication readAuthenticationForRefreshToken(String t... method storeAccessToken (line 141) | public void storeAccessToken(OAuth2AccessToken token, OAuth2Authentica... method getApprovalKey (line 196) | private static String getApprovalKey(OAuth2Authentication authenticati... method getApprovalKey (line 201) | private static String getApprovalKey(String clientId, String userName) { method removeAccessToken (line 205) | public void removeAccessToken(OAuth2AccessToken accessToken) { method readAccessToken (line 209) | public OAuth2AccessToken readAccessToken(String tokenValue) { method removeAccessToken (line 224) | public void removeAccessToken(String tokenValue) { method storeRefreshToken (line 259) | public void storeRefreshToken(OAuth2RefreshToken refreshToken, OAuth2A... method readRefreshToken (line 286) | public OAuth2RefreshToken readRefreshToken(String tokenValue) { method removeRefreshToken (line 301) | public void removeRefreshToken(OAuth2RefreshToken refreshToken) { method removeRefreshToken (line 305) | public void removeRefreshToken(String tokenValue) { method removeAccessTokenUsingRefreshToken (line 325) | public void removeAccessTokenUsingRefreshToken(OAuth2RefreshToken refr... method removeAccessTokenUsingRefreshToken (line 329) | private void removeAccessTokenUsingRefreshToken(String refreshToken) { method findTokensByClientIdAndUserName (line 353) | public Collection findTokensByClientIdAndUserName(S... method findTokensByClientId (line 380) | public Collection findTokensByClientId(String clien... FILE: service-auth/src/test/java/com/service/auth/serviceauth/ServiceAuthApplicationTests.java class ServiceAuthApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test FILE: service-hi/src/main/java/com/service/hi/servicehi/ServiceHiApplication.java class ServiceHiApplication (line 8) | @SpringBootApplication method main (line 12) | public static void main(String[] args) { FILE: service-hi/src/main/java/com/service/hi/servicehi/config/OAuth2ClientConfig.java class OAuth2ClientConfig (line 15) | @EnableOAuth2Client method clientCredentialsResourceDetails (line 20) | @Bean method oauth2FeignRequestInterceptor (line 26) | @Bean method clientCredentialsRestTemplate (line 31) | @Bean FILE: service-hi/src/main/java/com/service/hi/servicehi/config/ResourceServerConfiguration.java class ResourceServerConfiguration (line 10) | @Configuration method configure (line 16) | @Override FILE: service-hi/src/main/java/com/service/hi/servicehi/controller/TestEndPointController.java class TestEndPointController (line 13) | @RestController method getProduct (line 18) | @GetMapping("/product/{id}") method getOrder (line 24) | @GetMapping("/order/{id}") method getPrinciple (line 30) | @GetMapping("/getPrinciple") FILE: service-hi/src/test/java/com/service/hi/servicehi/ServiceHiApplicationTests.java class ServiceHiApplicationTests (line 8) | @RunWith(SpringRunner.class) method contextLoads (line 12) | @Test