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 ClientAppDataBinderClientAppLogic. binderMethods in org.apache.syncope.core.logic with parameters of type ClientAppDataBinder Modifier and Type Method Description ClientAppLogicAMLogicContext. 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 ClientAppDataBinderProvisioningContext. 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 WAClientAppDataBinderProvisioningContext. 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 classClientAppDataBinderImpl -
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 ClientAppDataBinderWAClientAppDataBinderImpl. clientAppDataBinderConstructors 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)
-