Uses of Interface
org.apache.syncope.core.persistence.api.entity.SAML2SP4UIIdP
Packages that use SAML2SP4UIIdP
Package
Description
-
Uses of SAML2SP4UIIdP in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type SAML2SP4UIIdPModifier and TypeMethodDescriptionprotected Optional<RequestedAuthnContextProvider> SAML2SP4UILogic.getRequestedAuthnContextProvider(SAML2SP4UIIdP idp) protected org.pac4j.saml.client.SAML2ClientSAML2SP4UILogic.getSAML2Client(SAML2ClientCache saml2ClientCache, SAML2SP4UIIdP idp, String spEntityID, String urlContext) -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.logic.saml2
Methods in org.apache.syncope.core.logic.saml2 with parameters of type SAML2SP4UIIdPModifier and TypeMethodDescriptionorg.pac4j.saml.client.SAML2ClientSAML2ClientCache.add(SAML2SP4UIIdP idp, org.pac4j.saml.config.SAML2Configuration cfg, String spEntityID, String callbackUrl) SAML2SP4UIUserManager.create(SAML2SP4UIIdP idp, SAML2LoginResponse loginResponse, String nameID) protected List<SAML2SP4UIIdPActions> SAML2SP4UIUserManager.getActions(SAML2SP4UIIdP idp) SAML2SP4UIUserManager.update(String username, SAML2SP4UIIdP idp, SAML2LoginResponse loginResponse) -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return SAML2SP4UIIdP -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return SAML2SP4UIIdPMethods in org.apache.syncope.core.persistence.api.entity with parameters of type SAML2SP4UIIdP -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.persistence.api.validation
Methods in org.apache.syncope.core.persistence.api.validation with parameters of type SAML2SP4UIIdPModifier and TypeMethodDescriptionbooleanSAML2SP4UIIdPValidator.isValid(SAML2SP4UIIdP saml2IdP, ConstraintValidatorContext context) -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement SAML2SP4UIIdPMethods in org.apache.syncope.core.persistence.jpa.entity that return SAML2SP4UIIdPMethods in org.apache.syncope.core.persistence.jpa.entity with parameters of type SAML2SP4UIIdP -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SAML2SP4UIIdPModifier and TypeMethodDescriptionSAML2SP4UIIdPDataBinder.create(SAML2SP4UIIdPTO idpTO) SAML2SP4UIIdPDataBinder.update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SAML2SP4UIIdPModifier and TypeMethodDescriptionSAML2SP4UIIdPDataBinder.getIdPTO(SAML2SP4UIIdP idp) SAML2SP4UIIdPDataBinder.update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO) -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SAML2SP4UIIdPModifier and TypeMethodDescriptionSAML2SP4UIIdPDataBinderImpl.create(SAML2SP4UIIdPTO idpTO) SAML2SP4UIIdPDataBinderImpl.update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SP4UIIdPModifier and TypeMethodDescriptionSAML2SP4UIIdPDataBinderImpl.getIdPTO(SAML2SP4UIIdP idp) protected voidSAML2SP4UIIdPDataBinderImpl.populateItems(SAML2SP4UIIdPTO idpTO, SAML2SP4UIIdP idp) protected voidSAML2SP4UIIdPDataBinderImpl.populateItems(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO) SAML2SP4UIIdPDataBinderImpl.update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO)