Uses of Interface
org.apache.syncope.core.persistence.api.entity.SAML2SP4UIEntityFactory
-
-
Uses of SAML2SP4UIEntityFactory in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return SAML2SP4UIEntityFactory Modifier and Type Method Description SAML2SP4UIEntityFactorySAML2SP4UIPersistenceContext. saml2SP4UIEntityFactory() -
Uses of SAML2SP4UIEntityFactory in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement SAML2SP4UIEntityFactory Modifier and Type Class Description classJPASAML2SP4UIEntityFactory -
Uses of SAML2SP4UIEntityFactory in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type SAML2SP4UIEntityFactory Modifier and Type Method Description SAML2SP4UIIdPDataBinderSAML2SP4UIProvisioningContext. saml2SP4UIIdPDataBinder(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser) -
Uses of SAML2SP4UIEntityFactory in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as SAML2SP4UIEntityFactory Modifier and Type Field Description protected SAML2SP4UIEntityFactorySAML2SP4UIIdPDataBinderImpl. entityFactoryConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SP4UIEntityFactory Constructor Description SAML2SP4UIIdPDataBinderImpl(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-