Class OidcClientService
java.lang.Object
swiss.trustbroker.oidc.client.service.OidcClientService
-
Constructor Summary
ConstructorsConstructorDescriptionOidcClientService(AuthorizationCodeFlowService authorizationCodeFlowService, RelyingPartySetupService relyingPartySetupService, StateCacheService stateCacheService, AssertionConsumerService assertionConsumerService, List<swiss.trustbroker.api.saml.service.OutputService> outputServices, RelyingPartyService relyingPartyService, TrustBrokerProperties trustBrokerProperties) -
Method Summary
Modifier and TypeMethodDescriptionhandleFailedCpResponse(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String state, String error, String errorDescription, String errorUri) handleSuccessCpResponse(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String realm, String code, String state)
-
Constructor Details
-
OidcClientService
public OidcClientService(AuthorizationCodeFlowService authorizationCodeFlowService, RelyingPartySetupService relyingPartySetupService, StateCacheService stateCacheService, AssertionConsumerService assertionConsumerService, List<swiss.trustbroker.api.saml.service.OutputService> outputServices, RelyingPartyService relyingPartyService, TrustBrokerProperties trustBrokerProperties)
-
-
Method Details
-
handleSuccessCpResponse
-
handleFailedCpResponse
-