Uses of Class
org.apache.syncope.core.logic.OIDCC4UIProviderLogic
-
Packages that use OIDCC4UIProviderLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of OIDCC4UIProviderLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return OIDCC4UIProviderLogic Modifier and Type Method Description OIDCC4UIProviderLogic
OIDCC4UILogicContext. oidcc4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder)
-
Uses of OIDCC4UIProviderLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type OIDCC4UIProviderLogic Modifier and Type Method Description OIDCC4UIProviderService
OIDCC4UIRESTCXFContext. oidcc4UIProviderService(OIDCC4UIProviderLogic oidcc4UIProviderLogic)
-
Uses of OIDCC4UIProviderLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as OIDCC4UIProviderLogic Modifier and Type Field Description protected OIDCC4UIProviderLogic
OIDCC4UIProviderServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type OIDCC4UIProviderLogic Constructor Description OIDCC4UIProviderServiceImpl(OIDCC4UIProviderLogic logic)
-