File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/main/java/org/cloudfoundry/identity/uaa/oauth Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 6464import org .cloudfoundry .identity .uaa .zone .TokenPolicy ;
6565import org .slf4j .Logger ;
6666import org .slf4j .LoggerFactory ;
67+ import org .springframework .beans .factory .annotation .Autowired ;
6768import org .springframework .context .ApplicationEventPublisher ;
6869import org .springframework .context .ApplicationEventPublisherAware ;
6970import org .springframework .security .authentication .InternalAuthenticationServiceException ;
@@ -190,6 +191,7 @@ public void setExcludedClaims(Set<String> excludedClaims) {
190191 this .excludedClaims = new HashSet <>(excludedClaims );
191192 }
192193
194+ @ Autowired (required = false )
193195 public void setUaaTokenEnhancer (UaaTokenEnhancer uaaTokenEnhancer ) {
194196 this .uaaTokenEnhancer = uaaTokenEnhancer ;
195197 }
You can’t perform that action at this time.
0 commit comments