Uses of Class
org.apache.syncope.common.lib.saml2.SAML2LoginResponse
Package
Description
-
Uses of SAML2LoginResponse in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionSAML2SP4UIService.validateLoginResponse
(SAML2Response response) Validates the received SAML 2.0 authentication response and creates JWT for the matching user, if found. -
Uses of SAML2LoginResponse in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionSAML2SP4UILogic.validateLoginResponse
(SAML2Response saml2Response) -
Uses of SAML2LoginResponse in org.apache.syncope.core.logic.saml2
Modifier and TypeMethodDescriptionSAML2SP4UIUserManager.create
(SAML2SP4UIIdP idp, SAML2LoginResponse loginResponse, String nameID) void
SAML2SP4UIUserManager.fill
(String idpKey, SAML2LoginResponse loginResponse, UserTO userTO) SAML2SP4UIUserManager.update
(String username, SAML2SP4UIIdP idp, SAML2LoginResponse loginResponse) -
Uses of SAML2LoginResponse in org.apache.syncope.core.provisioning.api
Modifier and TypeMethodDescriptiondefault UserTO
SAML2SP4UIIdPActions.afterCreate
(UserTO input, SAML2LoginResponse loginResponse) default UserTO
SAML2SP4UIIdPActions.afterUpdate
(UserTO input, SAML2LoginResponse loginResponse) default UserCR
SAML2SP4UIIdPActions.beforeCreate
(UserCR input, SAML2LoginResponse loginResponse) default UserUR
SAML2SP4UIIdPActions.beforeUpdate
(UserUR input, SAML2LoginResponse loginResponse) -
Uses of SAML2LoginResponse in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionSAML2SP4UIServiceImpl.validateLoginResponse
(SAML2Response reponse)