Uses of Interface
org.apache.syncope.core.persistence.api.dao.OIDCC4UIProviderDAO
-
-
Uses of OIDCC4UIProviderDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as OIDCC4UIProviderDAO Modifier and Type Field Description protected OIDCC4UIProviderDAOOIDCC4UILogic. opDAOprotected OIDCC4UIProviderDAOOIDCC4UIProviderLogic. opDAOMethods in org.apache.syncope.core.logic with parameters of type OIDCC4UIProviderDAO Modifier and Type Method Description OIDCC4UILogicOIDCC4UILogicContext. oidcc4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, AccessTokenDAO accessTokenDAO, OIDCUserManager userManager)OIDCC4UIProviderLogicOIDCC4UILogicContext. oidcc4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder)Constructors in org.apache.syncope.core.logic with parameters of type OIDCC4UIProviderDAO Constructor Description OIDCC4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, AccessTokenDAO accessTokenDAO, OIDCUserManager userManager)OIDCC4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder) -
Uses of OIDCC4UIProviderDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return OIDCC4UIProviderDAO Modifier and Type Method Description OIDCC4UIProviderDAOOIDCC4UIPersistenceContext. oidcc4UIProviderDAO() -
Uses of OIDCC4UIProviderDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement OIDCC4UIProviderDAO Modifier and Type Class Description classJPAOIDCC4UIProviderDAO -
Uses of OIDCC4UIProviderDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as OIDCC4UIProviderDAO Modifier and Type Field Description protected OIDCC4UIProviderDAOOIDCC4UIProviderDataBinderImpl. oidcOPDAOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCC4UIProviderDAO Modifier and Type Method Description OIDCC4UIProviderDataBinderOIDCC4UIProvisioningContext. oidcc4UIProviderDataBinder(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)Constructors in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCC4UIProviderDAO Constructor Description OIDCC4UIProviderDataBinderImpl(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-