Uses of Class
org.apache.syncope.common.lib.saml2.SAML2LoginResponse
-
-
Uses of SAML2LoginResponse in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SAML2LoginResponse 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. -
Uses of SAML2LoginResponse in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SAML2LoginResponse Modifier and Type Method Description SAML2LoginResponse
SAML2SP4UILogic. validateLoginResponse(SAML2Response saml2Response)
-
Uses of SAML2LoginResponse in org.apache.syncope.core.logic.saml2
Methods in org.apache.syncope.core.logic.saml2 with parameters of type SAML2LoginResponse Modifier and Type Method Description String
SAML2SP4UIUserManager. create(SAML2SP4UIIdP idp, SAML2LoginResponse loginResponse, String nameID)
void
SAML2SP4UIUserManager. fill(String idpKey, SAML2LoginResponse loginResponse, UserTO userTO)
String
SAML2SP4UIUserManager. update(String username, SAML2SP4UIIdP idp, SAML2LoginResponse loginResponse)
-
Uses of SAML2LoginResponse in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type SAML2LoginResponse Modifier and Type Method Description default 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
Methods in org.apache.syncope.core.rest.cxf.service that return SAML2LoginResponse Modifier and Type Method Description SAML2LoginResponse
SAML2SP4UIServiceImpl. validateLoginResponse(SAML2Response reponse)
-