public interface CustomResponseTypesHandler
| 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
|
boolean canHandleResponseTypes(Set<String> responseTypes)
responseTypes - the response types of an authorize requestorg.springframework.web.servlet.ModelAndView handleApprovedAuthorizationRequest(AuthorizationRequest authorizationRequest, org.springframework.security.core.Authentication authentication)
authorizationRequest - the approved AuthorizationRequestauthentication - the authenticated userCopyright © 2015. All rights reserved.