Added setClientConfigurationService method.

pull/653/head
Brenden Keyes 2014-07-24 15:39:49 -04:00 committed by Justin Richer
parent 4ca9a593f5
commit 863dbd17b8
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ public class JWTParsingIntrospectionConfigurationService implements Introspectio
this.serverConfigurationService = serverConfigurationService;
}
/**
* @param clientConfigurationService the clientConfigurationService to set
*/
public void setClientConfigurationService(ClientConfigurationService clientConfigurationService) {
this.clientConfigurationService = clientConfigurationService;
}
private String getIssuer(String accessToken) {
try {