Package org.apereo.cas.ws.idp.web
Class WSFederationValidateRequestController
java.lang.Object
org.apereo.cas.ws.idp.web.BaseWSFederationRequestController
org.apereo.cas.ws.idp.web.WSFederationValidateRequestController
- Since:
- 5.1.0
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFederationRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) Handle federation request.Methods inherited from class org.apereo.cas.ws.idp.web.BaseWSFederationRequestController
getConfigContext, handleUnauthorizedServiceException
-
Constructor Details
-
WSFederationValidateRequestController
-
-
Method Details
-
handleFederationRequest
@GetMapping(path="/ws/idp/federation") public void handleFederationRequest(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.HttpServletRequest request) throws Exception Handle federation request.- Parameters:
response- the responserequest- the request- Throws:
Exception- the exception
-