Uses of Interface
org.apache.syncope.core.provisioning.api.data.OIDCC4UIProviderDataBinder
-
Packages that use OIDCC4UIProviderDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java.data -
-
Uses of OIDCC4UIProviderDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as OIDCC4UIProviderDataBinder Modifier and Type Field Description protected OIDCC4UIProviderDataBinderOIDCC4UIProviderLogic. binderMethods in org.apache.syncope.core.logic with parameters of type OIDCC4UIProviderDataBinder Modifier and Type Method Description OIDCC4UIProviderLogicOIDCC4UILogicContext. oidcc4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder)Constructors in org.apache.syncope.core.logic with parameters of type OIDCC4UIProviderDataBinder Constructor Description OIDCC4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder) -
Uses of OIDCC4UIProviderDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement OIDCC4UIProviderDataBinder Modifier and Type Class Description classOIDCC4UIProviderDataBinderImplMethods in org.apache.syncope.core.provisioning.java.data that return OIDCC4UIProviderDataBinder Modifier and Type Method Description OIDCC4UIProviderDataBinderOIDCC4UIProvisioningContext. oidcc4UIProviderDataBinder(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-