Uses of Interface
org.springframework.security.oauth2.provider.error.OAuth2ExceptionRenderer

Packages that use OAuth2ExceptionRenderer
org.springframework.security.oauth2.provider.error   
 

Uses of OAuth2ExceptionRenderer in org.springframework.security.oauth2.provider.error
 

Classes in org.springframework.security.oauth2.provider.error that implement OAuth2ExceptionRenderer
 class DefaultOAuth2ExceptionRenderer
          Default implementation of OAuth2ExceptionRenderer that can render the exceptions using message converters (just like regular Spring MVC endpoints).
 

Methods in org.springframework.security.oauth2.provider.error with parameters of type OAuth2ExceptionRenderer
 void AbstractOAuth2SecurityExceptionHandler.setExceptionRenderer(OAuth2ExceptionRenderer exceptionRenderer)
           
 



Copyright © 2013. All rights reserved.