Uses of Interface
org.apache.syncope.core.provisioning.api.data.AuthModuleDataBinder
-
-
Uses of AuthModuleDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AuthModuleDataBinder Modifier and Type Field Description protected AuthModuleDataBinderAuthModuleLogic. binderMethods in org.apache.syncope.core.logic with parameters of type AuthModuleDataBinder Modifier and Type Method Description AuthModuleLogicAMLogicContext. authModuleLogic(AuthModuleDataBinder binder, AuthModuleDAO authModuleDAO)Constructors in org.apache.syncope.core.logic with parameters of type AuthModuleDataBinder Constructor Description AuthModuleLogic(AuthModuleDataBinder binder, AuthModuleDAO authModuleDAO) -
Uses of AuthModuleDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return AuthModuleDataBinder Modifier and Type Method Description AuthModuleDataBinderProvisioningContext. authModuleDataBinder(EntityFactory entityFactory)Methods in org.apache.syncope.core.provisioning.java with parameters of type AuthModuleDataBinder Modifier and Type Method Description WAClientAppDataBinderProvisioningContext. waClientAppDataBinder(ClientAppDataBinder clientAppDataBinder, PolicyDataBinder policyDataBinder, AuthModuleDataBinder authModuleDataBinder, AuthModuleDAO authModuleDAO) -
Uses of AuthModuleDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement AuthModuleDataBinder Modifier and Type Class Description classAuthModuleDataBinderImpl -
Uses of AuthModuleDataBinder in org.apache.syncope.core.provisioning.java.data.wa
Fields in org.apache.syncope.core.provisioning.java.data.wa declared as AuthModuleDataBinder Modifier and Type Field Description protected AuthModuleDataBinderWAClientAppDataBinderImpl. authModuleDataBinderConstructors in org.apache.syncope.core.provisioning.java.data.wa with parameters of type AuthModuleDataBinder Constructor Description WAClientAppDataBinderImpl(ClientAppDataBinder clientAppDataBinder, PolicyDataBinder policyDataBinder, AuthModuleDataBinder authModuleDataBinder, AuthModuleDAO authModuleDAO)
-