public AuthorizationServerConfiguration(BaseClientDetails details, AuthenticationManager authenticationManager, ObjectProvider<TokenStore> tokenStore, ObjectProvider<AccessTokenConverter> tokenConverter, ObjectProvider<TokenEnhancer> tokenEnhancer, AuthorizationServerProperties properties) { super(details, authenticationManager, tokenStore, tokenConverter, properties); this.tokenEnhancer = tokenEnhancer.getIfAvailable(); }
public MyOAuth2AuthorizationServerConfiguration(BaseClientDetails details, AuthenticationManager authenticationManager, ObjectProvider<TokenStore> tokenStore, ObjectProvider<AccessTokenConverter> tokenConverter, AuthorizationServerProperties properties) { super(details, authenticationManager, tokenStore, tokenConverter, properties); }