Uses of Class
org.apache.syncope.common.lib.saml2.SAML2Request
-
-
Uses of SAML2Request in org.apache.syncope.client.ui.commons.resources.saml2sp4ui
Methods in org.apache.syncope.client.ui.commons.resources.saml2sp4ui with parameters of type SAML2Request Modifier and Type Method Description protected AbstractResource.ResourceResponse
AbstractSAML2SP4UIResource. send(SAML2Request request)
-
Uses of SAML2Request in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SAML2Request Modifier and Type Method Description SAML2Request
SAML2SP4UIService. createLoginRequest(String spEntityID, String urlContext, String idpEntityID)
Generates SAML 2.0 authentication request for the IdP matching the provided entity ID.SAML2Request
SAML2SP4UIService. createLogoutRequest(String spEntityID, String urlContext)
Generates SAML 2.0 logout request for the IdP matching the requesting access token. -
Uses of SAML2Request in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SAML2Request Modifier and Type Method Description protected static SAML2Request
SAML2SP4UILogic. buildRequest(String idpEntityID, org.pac4j.core.exception.http.RedirectionAction action)
SAML2Request
SAML2SP4UILogic. createLoginRequest(String spEntityID, String urlContext, String idpEntityID)
SAML2Request
SAML2SP4UILogic. createLogoutRequest(String accessToken, String spEntityID, String urlContext)
-
Uses of SAML2Request in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return SAML2Request Modifier and Type Method Description SAML2Request
SAML2SP4UIServiceImpl. createLoginRequest(String spEntityID, String urlContext, String idpEntityID)
SAML2Request
SAML2SP4UIServiceImpl. createLogoutRequest(String spEntityID, String urlContext)
-