public abstract class EndpointProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OAuth2AuthorizationServerInterceptor |
authServer |
| Constructor and Description |
|---|
EndpointProcessor(OAuth2AuthorizationServerInterceptor authServer) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isResponsible(Exchange exc) |
abstract Outcome |
process(Exchange exc) |
protected final OAuth2AuthorizationServerInterceptor authServer
public EndpointProcessor(OAuth2AuthorizationServerInterceptor authServer)
Copyright © 2019. All Rights Reserved.