Uses of Interface
org.apache.syncope.core.provisioning.api.data.ClientAppDataBinder
-
-
Uses of ClientAppDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ClientAppDataBinder Modifier and Type Field Description protected ClientAppDataBinder
ClientAppLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type ClientAppDataBinder Modifier and Type Method Description ClientAppLogic
AMLogicContext. clientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)
Constructors in org.apache.syncope.core.logic with parameters of type ClientAppDataBinder Constructor Description ClientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)
-
Uses of ClientAppDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return ClientAppDataBinder Modifier and Type Method Description ClientAppDataBinder
ProvisioningContext. clientAppDataBinder(PolicyDAO policyDAO, RealmDAO realmDAO, EntityFactory entityFactory)
Methods in org.apache.syncope.core.provisioning.java with parameters of type ClientAppDataBinder Modifier and Type Method Description WAClientAppDataBinder
ProvisioningContext. waClientAppDataBinder(ClientAppDataBinder clientAppDataBinder, PolicyDataBinder policyDataBinder, AuthModuleDataBinder authModuleDataBinder, AuthModuleDAO authModuleDAO)
-
Uses of ClientAppDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement ClientAppDataBinder Modifier and Type Class Description class
ClientAppDataBinderImpl
-
Uses of ClientAppDataBinder in org.apache.syncope.core.provisioning.java.data.wa
Fields in org.apache.syncope.core.provisioning.java.data.wa declared as ClientAppDataBinder Modifier and Type Field Description protected ClientAppDataBinder
WAClientAppDataBinderImpl. clientAppDataBinder
Constructors in org.apache.syncope.core.provisioning.java.data.wa with parameters of type ClientAppDataBinder Constructor Description WAClientAppDataBinderImpl(ClientAppDataBinder clientAppDataBinder, PolicyDataBinder policyDataBinder, AuthModuleDataBinder authModuleDataBinder, AuthModuleDAO authModuleDAO)
-