Uses of Class
org.apache.syncope.common.lib.saml2.SAML2Response
-
-
Uses of SAML2Response in org.apache.syncope.client.ui.commons.resources.saml2sp4ui
Methods in org.apache.syncope.client.ui.commons.resources.saml2sp4ui that return SAML2Response Modifier and Type Method Description protected SAML2Response
AbstractSAML2SP4UIResource. buildResponse(IResource.Attributes attributes, String samlResponse, String relayState)
protected SAML2Response
AbstractSAML2SP4UIResource. extract(IResource.Attributes attributes)
Methods in org.apache.syncope.client.ui.commons.resources.saml2sp4ui with parameters of type SAML2Response Modifier and Type Method Description protected AbstractResource.ResourceResponse
LogoutResource. doLogout(SAML2Response saml2Response)
-
Uses of SAML2Response in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type SAML2Response Modifier and Type Method Description SAML2LoginResponse
SAML2SP4UIService. validateLoginResponse(SAML2Response response)
Validates the received SAML 2.0 authentication response and creates JWT for the matching user, if found.void
SAML2SP4UIService. validateLogoutResponse(SAML2Response response)
Validates the received SAML 2.0 logout response. -
Uses of SAML2Response in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type SAML2Response Modifier and Type Method Description SAML2LoginResponse
SAML2SP4UILogic. validateLoginResponse(SAML2Response saml2Response)
void
SAML2SP4UILogic. validateLogoutResponse(SAML2Response saml2Response)
-
Uses of SAML2Response in org.apache.syncope.core.logic.saml2
Constructors in org.apache.syncope.core.logic.saml2 with parameters of type SAML2Response Constructor Description SAML2SP4UIContext(String bindingType, SAML2Response saml2Response)
-
Uses of SAML2Response in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2Response Modifier and Type Method Description SAML2LoginResponse
SAML2SP4UIServiceImpl. validateLoginResponse(SAML2Response reponse)
void
SAML2SP4UIServiceImpl. validateLogoutResponse(SAML2Response response)
-