Uses of Class
org.apache.syncope.core.logic.OIDCC4UILogic
-
Packages that use OIDCC4UILogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of OIDCC4UILogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return OIDCC4UILogic Modifier and Type Method Description OIDCC4UILogic
OIDCC4UILogicContext. oidcc4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, OIDCUserManager userManager)
-
Uses of OIDCC4UILogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type OIDCC4UILogic Modifier and Type Method Description OIDCC4UIService
OIDCC4UIRESTCXFContext. oidcc4UIService(OIDCC4UILogic oidcc4UILogic)
-
Uses of OIDCC4UILogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as OIDCC4UILogic Modifier and Type Field Description protected OIDCC4UILogic
OIDCC4UIServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type OIDCC4UILogic Constructor Description OIDCC4UIServiceImpl(OIDCC4UILogic logic)
-