Uses of Interface
org.apache.syncope.core.provisioning.api.data.SecurityQuestionDataBinder
-
Packages that use SecurityQuestionDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of SecurityQuestionDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SecurityQuestionDataBinder Modifier and Type Field Description protected SecurityQuestionDataBinder
SecurityQuestionLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type SecurityQuestionDataBinder Modifier and Type Method Description SecurityQuestionLogic
IdRepoLogicContext. securityQuestionLogic(SecurityQuestionDataBinder binder, UserDAO userDAO, SecurityQuestionDAO securityQuestionDAO)
Constructors in org.apache.syncope.core.logic with parameters of type SecurityQuestionDataBinder Constructor Description SecurityQuestionLogic(SecurityQuestionDAO securityQuestionDAO, UserDAO userDAO, SecurityQuestionDataBinder binder)
-
Uses of SecurityQuestionDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return SecurityQuestionDataBinder Modifier and Type Method Description SecurityQuestionDataBinder
ProvisioningContext. securityQuestionDataBinder(EntityFactory entityFactory)
-
Uses of SecurityQuestionDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement SecurityQuestionDataBinder Modifier and Type Class Description class
SecurityQuestionDataBinderImpl
-