Uses of Class
org.apache.syncope.core.provisioning.java.pushpull.InboundMatcher
-
-
Uses of InboundMatcher in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as InboundMatcher Modifier and Type Field Description protected InboundMatcherReconciliationLogic. inboundMatcherMethods in org.apache.syncope.core.logic with parameters of type InboundMatcher Modifier and Type Method Description OIDCUserManagerOIDCC4UILogicContext. oidcUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder)ReconciliationLogicIdMLogicContext. reconciliationLogic(RealmDAO realmDAO, AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnySearchDAO anySearchDAO, AnyTypeDAO anyTypeDAO, ExternalResourceDAO resourceDAO, VirSchemaDAO virSchemaDAO, VirAttrHandler virAttrHandler, ConnectorManager connectorManager, InboundMatcher inboundMatcher, OutboundMatcher outboundMatcher, MappingManager mappingManager)SAML2SP4UIUserManagerSAML2SP4UILogicContext. saml2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder)Constructors in org.apache.syncope.core.logic with parameters of type InboundMatcher Constructor Description ReconciliationLogic(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, ExternalResourceDAO resourceDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, AnySearchDAO anySearchDAO, VirAttrHandler virAttrHandler, MappingManager mappingManager, InboundMatcher inboundMatcher, OutboundMatcher outboundMatcher, ConnectorManager connectorManager) -
Uses of InboundMatcher in org.apache.syncope.core.logic.oidc
Fields in org.apache.syncope.core.logic.oidc declared as InboundMatcher Modifier and Type Field Description protected InboundMatcherOIDCUserManager. inboundMatcherConstructors in org.apache.syncope.core.logic.oidc with parameters of type InboundMatcher Constructor Description OIDCUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) -
Uses of InboundMatcher in org.apache.syncope.core.logic.saml2
Fields in org.apache.syncope.core.logic.saml2 declared as InboundMatcher Modifier and Type Field Description protected InboundMatcherSAML2SP4UIUserManager. inboundMatcherConstructors in org.apache.syncope.core.logic.saml2 with parameters of type InboundMatcher Constructor Description SAML2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) -
Uses of InboundMatcher in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return InboundMatcher Modifier and Type Method Description InboundMatcherProvisioningContext. inboundMatcher(AnyUtilsFactory anyUtilsFactory, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, VirSchemaDAO virSchemaDAO, ImplementationDAO implementationDAO, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser) -
Uses of InboundMatcher in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as InboundMatcher Modifier and Type Field Description protected InboundMatcherAbstractPullResultHandler. inboundMatcherprotected InboundMatcherDefaultRealmPullResultHandler. inboundMatcherprotected InboundMatcherLDAPMembershipPullActions. inboundMatcherprotected InboundMatcherPullJobDelegate. inboundMatcher
-