Uses of Class
org.apache.syncope.core.persistence.neo4j.entity.user.Neo4jUser
Packages that use Neo4jUser
Package
Description
-
Uses of Neo4jUser in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return types with arguments of type Neo4jUserModifier and TypeMethodDescriptionjavax.cache.Cache<EntityCacheKey, Neo4jUser> PersistenceContext.userCache(javax.cache.CacheManager cacheManager) Method parameters in org.apache.syncope.core.persistence.neo4j with type arguments of type Neo4jUserModifier and TypeMethodDescriptionPersistenceContext.userRepoExt(SecurityProperties securityProperties, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jUser> userCache) -
Uses of Neo4jUser in org.apache.syncope.core.persistence.neo4j.dao.repo
Fields in org.apache.syncope.core.persistence.neo4j.dao.repo with type parameters of type Neo4jUserModifier and TypeFieldDescriptionprotected final javax.cache.Cache<EntityCacheKey, Neo4jUser> UserRepoExtImpl.userCacheMethods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type Neo4jUserModifier and TypeMethodDescriptionprotected javax.cache.Cache<EntityCacheKey, Neo4jUser> UserRepoExtImpl.cache()Constructor parameters in org.apache.syncope.core.persistence.neo4j.dao.repo with type arguments of type Neo4jUserModifierConstructorDescriptionUserRepoExtImpl(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jUser> userCache) -
Uses of Neo4jUser in org.apache.syncope.core.persistence.neo4j.entity
Methods in org.apache.syncope.core.persistence.neo4j.entity that return Neo4jUser -
Uses of Neo4jUser in org.apache.syncope.core.persistence.neo4j.entity.group
Fields in org.apache.syncope.core.persistence.neo4j.entity.group declared as Neo4jUser -
Uses of Neo4jUser in org.apache.syncope.core.persistence.neo4j.spring
Fields in org.apache.syncope.core.persistence.neo4j.spring with type parameters of type Neo4jUserModifier and TypeFieldDescriptionprotected final javax.cache.Cache<EntityCacheKey, Neo4jUser> CacheCleaningTransactionExecutionListener.userCache