public class NoopCustomResponseTypesHandler extends Object implements CustomResponseTypesHandler
| Constructor and Description |
|---|
NoopCustomResponseTypesHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleResponseTypes(Set<String> responseTypes)
Fail-fast method for finding out if the set of responses can be handled by this CustomResponseTypesHandler
|
org.springframework.web.servlet.ModelAndView |
handleApprovedAuthorizationRequest(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication authentication)
Handle the custom response types authorization request
|
public boolean canHandleResponseTypes(Set<String> responseTypes)
CustomResponseTypesHandlercanHandleResponseTypes in interface CustomResponseTypesHandlerresponseTypes - the response types of an authorize requestpublic org.springframework.web.servlet.ModelAndView handleApprovedAuthorizationRequest(AuthorizationRequest authorizationRequest, org.springframework.security.core.Authentication authentication)
CustomResponseTypesHandlerhandleApprovedAuthorizationRequest in interface CustomResponseTypesHandlerauthorizationRequest - the approved AuthorizationRequestauthentication - the authenticated userCopyright © 2015. All rights reserved.