Uses of Class
org.apache.syncope.common.lib.saml2.SAML2LoginResponse
- 
- 
Uses of SAML2LoginResponse in org.apache.syncope.common.rest.api.serviceMethods in org.apache.syncope.common.rest.api.service that return SAML2LoginResponse Modifier and Type Method Description SAML2LoginResponseSAML2SP4UIService. 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.logicMethods in org.apache.syncope.core.logic that return SAML2LoginResponse Modifier and Type Method Description SAML2LoginResponseSAML2SP4UILogic. validateLoginResponse(SAML2Response saml2Response)
- 
Uses of SAML2LoginResponse in org.apache.syncope.core.logic.saml2Methods in org.apache.syncope.core.logic.saml2 with parameters of type SAML2LoginResponse Modifier and Type Method Description StringSAML2SP4UIUserManager. create(SAML2SP4UIIdP idp, SAML2LoginResponse loginResponse, String nameID)voidSAML2SP4UIUserManager. fill(String idpKey, SAML2LoginResponse loginResponse, UserTO userTO)StringSAML2SP4UIUserManager. update(String username, SAML2SP4UIIdP idp, SAML2LoginResponse loginResponse)
- 
Uses of SAML2LoginResponse in org.apache.syncope.core.provisioning.apiMethods in org.apache.syncope.core.provisioning.api with parameters of type SAML2LoginResponse Modifier and Type Method Description default UserTOSAML2SP4UIIdPActions. afterCreate(UserTO input, SAML2LoginResponse loginResponse)default UserTOSAML2SP4UIIdPActions. afterUpdate(UserTO input, SAML2LoginResponse loginResponse)default UserCRSAML2SP4UIIdPActions. beforeCreate(UserCR input, SAML2LoginResponse loginResponse)default UserURSAML2SP4UIIdPActions. beforeUpdate(UserUR input, SAML2LoginResponse loginResponse)
- 
Uses of SAML2LoginResponse in org.apache.syncope.core.rest.cxf.serviceMethods in org.apache.syncope.core.rest.cxf.service that return SAML2LoginResponse Modifier and Type Method Description SAML2LoginResponseSAML2SP4UIServiceImpl. validateLoginResponse(SAML2Response reponse)
 
-