removed vestigial client config service
parent
7acb163031
commit
889ab830f8
|
@ -61,7 +61,6 @@ import static org.mitre.oauth2.model.ClientDetailsEntity.AuthMethod.SECRET_BASIC
|
||||||
*/
|
*/
|
||||||
public class IntrospectingTokenService implements ResourceServerTokenServices {
|
public class IntrospectingTokenService implements ResourceServerTokenServices {
|
||||||
|
|
||||||
private ClientConfigurationService clientService;
|
|
||||||
private IntrospectionConfigurationService introspectionConfigurationService;
|
private IntrospectionConfigurationService introspectionConfigurationService;
|
||||||
private IntrospectionAuthorityGranter introspectionAuthorityGranter = new SimpleIntrospectionAuthorityGranter();
|
private IntrospectionAuthorityGranter introspectionAuthorityGranter = new SimpleIntrospectionAuthorityGranter();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue