Uses of Interface
org.apache.syncope.core.provisioning.api.data.AuthProfileDataBinder
-
-
Uses of AuthProfileDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AuthProfileDataBinder Modifier and Type Field Description protected AuthProfileDataBinderAbstractAuthProfileLogic. binderConstructors in org.apache.syncope.core.logic with parameters of type AuthProfileDataBinder Constructor Description AbstractAuthProfileLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)AuthProfileLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder) -
Uses of AuthProfileDataBinder in org.apache.syncope.core.logic.wa
Constructors in org.apache.syncope.core.logic.wa with parameters of type AuthProfileDataBinder Constructor Description GoogleMfaAuthAccountLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)GoogleMfaAuthTokenLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)ImpersonationLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)MfaTrusStorageLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)U2FRegistrationLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)WebAuthnRegistrationLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder) -
Uses of AuthProfileDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return AuthProfileDataBinder Modifier and Type Method Description AuthProfileDataBinderProvisioningContext. authProfileDataBinder(EntityFactory entityFactory) -
Uses of AuthProfileDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement AuthProfileDataBinder Modifier and Type Class Description classAuthProfileDataBinderImpl
-