Uses of Interface
org.apache.syncope.core.provisioning.api.data.SAML2IdPEntityDataBinder
-
Packages that use SAML2IdPEntityDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of SAML2IdPEntityDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2IdPEntityDataBinder Modifier and Type Field Description protected SAML2IdPEntityDataBinderSAML2IdPEntityLogic. binderMethods in org.apache.syncope.core.logic with parameters of type SAML2IdPEntityDataBinder Modifier and Type Method Description SAML2IdPEntityLogicAMLogicContext. saml2IdPEntityLogic(SAML2IdPEntityDataBinder binder, SAML2IdPEntityDAO entityDAO)Constructors in org.apache.syncope.core.logic with parameters of type SAML2IdPEntityDataBinder Constructor Description SAML2IdPEntityLogic(SAML2IdPEntityDataBinder binder, SAML2IdPEntityDAO entityDAO) -
Uses of SAML2IdPEntityDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return SAML2IdPEntityDataBinder Modifier and Type Method Description SAML2IdPEntityDataBinderProvisioningContext. saml2IdPEntityDataBinder(EntityFactory entityFactory) -
Uses of SAML2IdPEntityDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement SAML2IdPEntityDataBinder Modifier and Type Class Description classSAML2IdPEntityDataBinderImpl
-