Uses of Class
org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler

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

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

Subclasses of AbstractOAuth2SecurityExceptionHandler in org.springframework.security.oauth2.provider.error
 class OAuth2AccessDeniedHandler
          If authorization fails and the caller has asked for a specific content type response, this entry point can send one, along with a standard 403 status.
 class OAuth2AuthenticationEntryPoint
          If authentication fails and the caller has asked for a specific content type response, this entry point can send one, along with a standard 401 status.
 



Copyright © 2013. All rights reserved.