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

Packages that use WebResponseExceptionTranslator
org.springframework.security.oauth2.provider.endpoint   
org.springframework.security.oauth2.provider.error   
 

Uses of WebResponseExceptionTranslator in org.springframework.security.oauth2.provider.endpoint
 

Methods in org.springframework.security.oauth2.provider.endpoint that return WebResponseExceptionTranslator
protected  WebResponseExceptionTranslator AbstractEndpoint.getExceptionTranslator()
           
 

Methods in org.springframework.security.oauth2.provider.endpoint with parameters of type WebResponseExceptionTranslator
 void AbstractEndpoint.setProviderExceptionHandler(WebResponseExceptionTranslator providerExceptionHandler)
           
 

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

Classes in org.springframework.security.oauth2.provider.error that implement WebResponseExceptionTranslator
 class DefaultWebResponseExceptionTranslator
           
 

Methods in org.springframework.security.oauth2.provider.error with parameters of type WebResponseExceptionTranslator
 void AbstractOAuth2SecurityExceptionHandler.setExceptionTranslator(WebResponseExceptionTranslator exceptionTranslator)
           
 



Copyright © 2013. All rights reserved.