Uses of Class
org.apache.syncope.common.lib.saml2.SAML2Request
Package
Description
-
Uses of SAML2Request in org.apache.syncope.client.ui.commons.resources.saml2sp4ui
Modifier and TypeMethodDescriptionprotected AbstractResource.ResourceResponse
AbstractSAML2SP4UIResource.send
(SAML2Request request) -
Uses of SAML2Request in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionSAML2SP4UIService.createLoginRequest
(String spEntityID, String urlContext, String idpEntityID) Generates SAML 2.0 authentication request for the IdP matching the provided entity ID.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
Modifier and TypeMethodDescriptionprotected static SAML2Request
SAML2SP4UILogic.buildRequest
(String idpEntityID, org.pac4j.core.exception.http.RedirectionAction action) SAML2SP4UILogic.createLoginRequest
(String spEntityID, String urlContext, String idpEntityID) SAML2SP4UILogic.createLogoutRequest
(String accessToken, String spEntityID, String urlContext) -
Uses of SAML2Request in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionSAML2SP4UIServiceImpl.createLoginRequest
(String spEntityID, String urlContext, String idpEntityID) SAML2SP4UIServiceImpl.createLogoutRequest
(String spEntityID, String urlContext)