Uses of Class
org.apache.syncope.common.lib.saml2.SAML2Response
Packages that use SAML2Response
Package
Description
-
Uses of SAML2Response in org.apache.syncope.client.ui.commons.resources.saml2sp4ui
Methods in org.apache.syncope.client.ui.commons.resources.saml2sp4ui that return SAML2ResponseModifier and TypeMethodDescriptionprotected SAML2ResponseAbstractSAML2SP4UIResource.buildResponse(IResource.Attributes attributes, String samlResponse, String relayState) protected SAML2ResponseAbstractSAML2SP4UIResource.extract(IResource.Attributes attributes) Methods in org.apache.syncope.client.ui.commons.resources.saml2sp4ui with parameters of type SAML2ResponseModifier and TypeMethodDescriptionprotected AbstractResource.ResourceResponseLogoutResource.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 SAML2ResponseModifier and TypeMethodDescriptionSAML2SP4UIService.validateLoginResponse(SAML2Response response) Validates the received SAML 2.0 authentication response and creates JWT for the matching user, if found.voidSAML2SP4UIService.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 SAML2ResponseModifier and TypeMethodDescriptionSAML2SP4UILogic.validateLoginResponse(SAML2Response saml2Response) voidSAML2SP4UILogic.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 -
Uses of SAML2Response in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2ResponseModifier and TypeMethodDescriptionSAML2SP4UIServiceImpl.validateLoginResponse(SAML2Response reponse) voidSAML2SP4UIServiceImpl.validateLogoutResponse(SAML2Response response)