Uses of Interface
org.apache.syncope.core.persistence.api.entity.SAML2SP4UIIdP
-
-
Uses of SAML2SP4UIIdP in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type SAML2SP4UIIdP Modifier and Type Method Description protected 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 SAML2SP4UIIdP Modifier and Type Method Description org.pac4j.saml.client.SAML2ClientSAML2ClientCache. add(SAML2SP4UIIdP idp, org.pac4j.saml.config.SAML2Configuration cfg, String spEntityID, String callbackUrl)StringSAML2SP4UIUserManager. create(SAML2SP4UIIdP idp, SAML2LoginResponse loginResponse, String nameID)protected List<SAML2SP4UIIdPActions>SAML2SP4UIUserManager. getActions(SAML2SP4UIIdP idp)StringSAML2SP4UIUserManager. 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 Modifier and Type Method Description SAML2SP4UIIdPSAML2SP4UIIdPDAO. find(String key)SAML2SP4UIIdPSAML2SP4UIIdPDAO. findByEntityID(String entityID)SAML2SP4UIIdPSAML2SP4UIIdPDAO. save(SAML2SP4UIIdP idp)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type SAML2SP4UIIdP Modifier and Type Method Description List<SAML2SP4UIIdP>SAML2SP4UIIdPDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type SAML2SP4UIIdP Modifier and Type Method Description SAML2SP4UIIdPSAML2SP4UIIdPDAO. save(SAML2SP4UIIdP idp) -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return SAML2SP4UIIdP Modifier and Type Method Description SAML2SP4UIIdPSAML2SP4UIUserTemplate. getIdP()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type SAML2SP4UIIdP Modifier and Type Method Description voidSAML2SP4UIUserTemplate. setIdP(SAML2SP4UIIdP idp) -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return SAML2SP4UIIdP Modifier and Type Method Description SAML2SP4UIIdPJPASAML2SP4UIIdPDAO. find(String key)SAML2SP4UIIdPJPASAML2SP4UIIdPDAO. findByEntityID(String entityID)SAML2SP4UIIdPJPASAML2SP4UIIdPDAO. save(SAML2SP4UIIdP idp)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type SAML2SP4UIIdP Modifier and Type Method Description List<SAML2SP4UIIdP>JPASAML2SP4UIIdPDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type SAML2SP4UIIdP Modifier and Type Method Description SAML2SP4UIIdPJPASAML2SP4UIIdPDAO. save(SAML2SP4UIIdP idp) -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement SAML2SP4UIIdP Modifier and Type Class Description classJPASAML2SP4UIIdPMethods in org.apache.syncope.core.persistence.jpa.entity that return SAML2SP4UIIdP Modifier and Type Method Description SAML2SP4UIIdPJPASAML2SP4UIUserTemplate. getIdP()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type SAML2SP4UIIdP Modifier and Type Method Description voidJPASAML2SP4UIUserTemplate. setIdP(SAML2SP4UIIdP idp) -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type SAML2SP4UIIdP Modifier and Type Method Description booleanSAML2SP4UIIdPValidator. isValid(SAML2SP4UIIdP saml2IdP, javax.validation.ConstraintValidatorContext context) -
Uses of SAML2SP4UIIdP in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SAML2SP4UIIdP Modifier and Type Method Description SAML2SP4UIIdPSAML2SP4UIIdPDataBinder. create(SAML2SP4UIIdPTO idpTO)SAML2SP4UIIdPSAML2SP4UIIdPDataBinder. update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SAML2SP4UIIdP Modifier and Type Method Description SAML2SP4UIIdPTOSAML2SP4UIIdPDataBinder. getIdPTO(SAML2SP4UIIdP idp)SAML2SP4UIIdPSAML2SP4UIIdPDataBinder. 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 SAML2SP4UIIdP Modifier and Type Method Description SAML2SP4UIIdPSAML2SP4UIIdPDataBinderImpl. create(SAML2SP4UIIdPTO idpTO)SAML2SP4UIIdPSAML2SP4UIIdPDataBinderImpl. update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SP4UIIdP Modifier and Type Method Description SAML2SP4UIIdPTOSAML2SP4UIIdPDataBinderImpl. getIdPTO(SAML2SP4UIIdP idp)protected voidSAML2SP4UIIdPDataBinderImpl. populateItems(SAML2SP4UIIdPTO idpTO, SAML2SP4UIIdP idp)protected voidSAML2SP4UIIdPDataBinderImpl. populateItems(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO)SAML2SP4UIIdPSAML2SP4UIIdPDataBinderImpl. update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO)
-