Uses of Interface
org.apache.syncope.core.persistence.api.entity.Realm
Packages that use Realm
Package
Description
-
Uses of Realm in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type RealmModifier and TypeMethodDescriptionprotected List<LogicActions> AbstractAnyLogic.getActions(Realm realm) -
Uses of Realm in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return RealmMethods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type RealmModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<? extends Realm> RealmDAO.findAll(org.springframework.data.domain.Pageable pageable) RealmSearchDAO.findAncestors(Realm realm) RealmDAO.findByActionsContaining(Implementation logicActions) RealmSearchDAO.findByDerAttrValue(String expression, String value, boolean ignoreCaseMatch) Find realmss by derived attribute value.RealmSearchDAO.findByFullPath(String fullPath) RealmSearchDAO.findByName(String name) RealmDAO.findByPolicy(T policy) RealmDAO.findByResources(ExternalResource resource) RealmSearchDAO.findChildren(Realm realm) RealmSearchDAO.findDescendants(String base, String prefix) RealmSearchDAO.search(Set<String> bases, SearchCond cond, org.springframework.data.domain.Pageable pageable) Methods in org.apache.syncope.core.persistence.api.dao with parameters of type RealmModifier and TypeMethodDescriptionlongAnySearchDAO.count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, AnyTypeKind kind) ClientAppDAO.findAllByRealm(Realm realm) default voidRealmSearchDAO.findAncestors(List<Realm> result, Realm realm) RealmSearchDAO.findAncestors(Realm realm) TaskDAO.findByRealm(Realm realm) RoleDAO.findByRealms(Realm realm) RealmSearchDAO.findChildren(Realm realm) AnySearchDAO.search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, org.springframework.data.domain.Pageable pageable, AnyTypeKind kind) Method parameters in org.apache.syncope.core.persistence.api.dao with type arguments of type RealmModifier and TypeMethodDescriptiondefault voidRealmSearchDAO.findAncestors(List<Realm> result, Realm realm) -
Uses of Realm in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return RealmModifier and TypeMethodDescriptionConnInstance.getAdminRealm()Realm.getParent()Any.getRealm()AnyTemplateRealm.getRealm()Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type RealmMethods in org.apache.syncope.core.persistence.api.entity with parameters of type Realm -
Uses of Realm in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return RealmMethods in org.apache.syncope.core.persistence.api.entity.am with parameters of type Realm -
Uses of Realm in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return RealmModifier and TypeMethodDescriptionInboundTask.getDestinationRealm()MacroTask.getRealm()PushTask.getSourceRealm()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type RealmModifier and TypeMethodDescriptionvoidInboundTask.setDestinationRealm(Realm destinationRealm) voidvoidPushTask.setSourceRealm(Realm sourceRealm) -
Uses of Realm in org.apache.syncope.core.persistence.common.dao
Methods in org.apache.syncope.core.persistence.common.dao that return types with arguments of type RealmModifier and TypeMethodDescriptionAbstractRealmSearchDAO.doSearch(Set<String> bases, SearchCond cond, org.springframework.data.domain.Pageable pageable) AbstractRealmSearchDAO.findByDerAttrValue(String expression, String value, boolean ignoreCaseMatch) AbstractRealmSearchDAO.search(Set<String> bases, SearchCond cond, org.springframework.data.domain.Pageable pageable) Methods in org.apache.syncope.core.persistence.common.dao with parameters of type RealmModifier and TypeMethodDescriptionlongAbstractAnySearchDAO.count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind) protected abstract longAbstractAnySearchDAO.doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind) AbstractAnySearchDAO.doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, org.springframework.data.domain.Pageable pageable, AnyTypeKind kind) AbstractAnySearchDAO.search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, org.springframework.data.domain.Pageable pageable, AnyTypeKind kind) -
Uses of Realm in org.apache.syncope.core.persistence.common.validation
Methods in org.apache.syncope.core.persistence.common.validation with parameters of type RealmModifier and TypeMethodDescriptionbooleanRealmValidator.isValid(Realm realm, ConstraintValidatorContext context) -
Uses of Realm in org.apache.syncope.core.persistence.elasticsearch.dao
Methods in org.apache.syncope.core.persistence.elasticsearch.dao that return types with arguments of type RealmModifier and TypeMethodDescriptionElasticsearchRealmSearchDAO.doSearch(Set<String> bases, SearchCond searchCond, org.springframework.data.domain.Pageable pageable) ElasticsearchRealmSearchDAO.findByFullPath(String fullPath) ElasticsearchRealmSearchDAO.findByName(String name) ElasticsearchRealmSearchDAO.findChildren(Realm realm) ElasticsearchRealmSearchDAO.findDescendants(String base, String prefix) Methods in org.apache.syncope.core.persistence.elasticsearch.dao with parameters of type RealmModifier and TypeMethodDescriptionprotected longElasticsearchAnySearchDAO.doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind) ElasticsearchAnySearchDAO.doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, org.springframework.data.domain.Pageable pageable, AnyTypeKind kind) ElasticsearchRealmSearchDAO.findChildren(Realm realm) ElasticsearchAnySearchDAO.getAdminRealmsFilter(Realm base, boolean recursive, Set<String> adminRealms, AnyTypeKind kind) protected co.elastic.clients.elasticsearch._types.query_dsl.QueryElasticsearchAnySearchDAO.getQuery(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind) -
Uses of Realm in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with type parameters of type RealmMethods in org.apache.syncope.core.persistence.jpa.dao that return RealmMethods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type RealmModifier and TypeMethodDescriptionAbstractJPARealmSearchDAO.doSearch(Set<String> bases, SearchCond cond, org.springframework.data.domain.Pageable pageable) JPARealmDAO.findAll()org.springframework.data.domain.Page<? extends Realm> JPARealmDAO.findAll(org.springframework.data.domain.Pageable pageable) JPARealmDAO.findByActionsContaining(Implementation logicActions) AbstractJPARealmSearchDAO.findByFullPath(String fullPath) AbstractJPARealmSearchDAO.findByName(String name) JPARealmDAO.findByPolicy(T policy) JPARealmDAO.findByResources(ExternalResource resource) AbstractJPARealmSearchDAO.findChildren(Realm realm) AbstractJPARealmSearchDAO.findDescendants(String base, String prefix) JPARealmDAO.findSamePolicyChildren(Realm realm, T policy) Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type RealmModifier and TypeMethodDescriptionvoidJPATaskDAO.findByRealm(Realm realm) AbstractJPARealmSearchDAO.findChildren(Realm realm) JPARealmDAO.findSamePolicyChildren(Realm realm, T policy) -
Uses of Realm in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type RealmModifier and TypeMethodDescriptionAbstractClientRepoExt.findAllByRealm(Realm realm, Class<C> reference, Class<? extends C> clientAppJPAClass) CASSPClientAppRepoExtImpl.findAllByRealm(Realm realm) ClientAppRepoExt.findAllByRealm(Realm realm) OIDCRPClientAppRepoExtImpl.findAllByRealm(Realm realm) SAML2SPClientAppRepoExtImpl.findAllByRealm(Realm realm) -
Uses of Realm in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement RealmMethods in org.apache.syncope.core.persistence.jpa.entity that return RealmModifier and TypeMethodDescriptionJPAConnInstance.getAdminRealm()JPARealm.getParent()AbstractAny.getRealm()JPAAnyTemplateRealm.getRealm()Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type RealmMethods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Realm -
Uses of Realm in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return RealmMethods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type Realm -
Uses of Realm in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return RealmModifier and TypeMethodDescriptionAbstractInboundTask.getDestinationRealm()JPAMacroTask.getRealm()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type RealmModifier and TypeMethodDescriptionvoidAbstractInboundTask.setDestinationRealm(Realm destinationRealm) voidvoidJPAPushTask.setSourceRealm(Realm sourceRealm) -
Uses of Realm in org.apache.syncope.core.persistence.neo4j.dao
Methods in org.apache.syncope.core.persistence.neo4j.dao with type parameters of type RealmMethods in org.apache.syncope.core.persistence.neo4j.dao that return RealmMethods in org.apache.syncope.core.persistence.neo4j.dao that return types with arguments of type RealmModifier and TypeMethodDescriptionNeo4jRealmSearchDAO.doSearch(Set<String> bases, SearchCond cond, org.springframework.data.domain.Pageable pageable) Neo4jRealmDAO.findAll()org.springframework.data.domain.Page<? extends Realm> Neo4jRealmDAO.findAll(org.springframework.data.domain.Pageable pageable) Neo4jRealmDAO.findByActionsContaining(Implementation logicActions) Neo4jRealmSearchDAO.findByFullPath(String fullPath) Neo4jRealmSearchDAO.findByName(String name) Neo4jRealmDAO.findByPolicy(T policy) Neo4jRealmDAO.findByResources(ExternalResource resource) Neo4jRealmSearchDAO.findChildren(Realm realm) Neo4jRealmSearchDAO.findDescendants(String base, String prefix) Neo4jRealmDAO.findSamePolicyChildren(Realm realm, T policy) Methods in org.apache.syncope.core.persistence.neo4j.dao with parameters of type RealmModifier and TypeMethodDescriptionvoidprotected longNeo4jAnySearchDAO.doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind) Neo4jAnySearchDAO.doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, org.springframework.data.domain.Pageable pageable, AnyTypeKind kind) Neo4jTaskDAO.findByRealm(Realm realm) Neo4jRealmSearchDAO.findChildren(Realm realm) Neo4jRealmDAO.findSamePolicyChildren(Realm realm, T policy) protected Neo4jAnySearchDAO.AdminRealmsFilterNeo4jAnySearchDAO.getAdminRealmsFilter(Realm base, boolean recursive, Set<String> adminRealms, Map<String, Object> parameters) -
Uses of Realm in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type RealmModifier and TypeMethodDescriptionAbstractClientRepoExt.findAllByRealm(Realm realm, String clientAppNode, Class<? extends C> clientAppClass) CASSPClientAppRepoExtImpl.findAllByRealm(Realm realm) ClientAppRepoExt.findAllByRealm(Realm realm) OIDCRPClientAppRepoExtImpl.findAllByRealm(Realm realm) SAML2SPClientAppRepoExtImpl.findAllByRealm(Realm realm) RoleRepoExt.findByRealms(Realm realm) RoleRepoExtImpl.findByRealms(Realm realm) -
Uses of Realm in org.apache.syncope.core.persistence.neo4j.entity
Classes in org.apache.syncope.core.persistence.neo4j.entity that implement RealmMethods in org.apache.syncope.core.persistence.neo4j.entity that return RealmModifier and TypeMethodDescriptionNeo4jConnInstance.getAdminRealm()Neo4jRealm.getParent()AbstractAny.getRealm()Neo4jAnyTemplateRealm.getRealm()Methods in org.apache.syncope.core.persistence.neo4j.entity that return types with arguments of type RealmMethods in org.apache.syncope.core.persistence.neo4j.entity with parameters of type Realm -
Uses of Realm in org.apache.syncope.core.persistence.neo4j.entity.am
Methods in org.apache.syncope.core.persistence.neo4j.entity.am that return RealmMethods in org.apache.syncope.core.persistence.neo4j.entity.am with parameters of type Realm -
Uses of Realm in org.apache.syncope.core.persistence.neo4j.entity.task
Methods in org.apache.syncope.core.persistence.neo4j.entity.task that return RealmModifier and TypeMethodDescriptionNeo4jInboundTask.getDestinationRealm()Neo4jMacroTask.getRealm()Methods in org.apache.syncope.core.persistence.neo4j.entity.task with parameters of type RealmModifier and TypeMethodDescriptionvoidNeo4jInboundTask.setDestinationRealm(Realm destinationRealm) voidvoidNeo4jPushTask.setSourceRealm(Realm sourceRealm) -
Uses of Realm in org.apache.syncope.core.persistence.opensearch.dao
Methods in org.apache.syncope.core.persistence.opensearch.dao that return types with arguments of type RealmModifier and TypeMethodDescriptionOpenSearchRealmSearchDAO.doSearch(Set<String> bases, SearchCond searchCond, org.springframework.data.domain.Pageable pageable) OpenSearchRealmSearchDAO.findByFullPath(String fullPath) OpenSearchRealmSearchDAO.findByName(String name) OpenSearchRealmSearchDAO.findChildren(Realm realm) OpenSearchRealmSearchDAO.findDescendants(String base, String prefix) Methods in org.apache.syncope.core.persistence.opensearch.dao with parameters of type RealmModifier and TypeMethodDescriptionprotected longOpenSearchAnySearchDAO.doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind) OpenSearchAnySearchDAO.doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, org.springframework.data.domain.Pageable pageable, AnyTypeKind kind) OpenSearchRealmSearchDAO.findChildren(Realm realm) protected OpenSearchAnySearchDAO.AdminRealmsFilterOpenSearchAnySearchDAO.getAdminRealmsFilter(Realm base, boolean recursive, Set<String> adminRealms, AnyTypeKind kind) protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO.getQuery(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind) -
Uses of Realm in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type RealmModifier and TypeMethodDescriptionMappingManager.getConnObjectKeyValue(Realm realm, ExternalResource resource) Get connObjectKey internal value.MappingManager.getIntValues(ExternalResource resource, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Realm realm) Get attribute values for the givenItemand realm.Calculates derived attribute value associated to the given realm, for the given derived schema.Calculates derived attributes values associated to the given realm.MappingManager.prepareAttr(ExternalResource resource, Item item, Realm realm) Prepare attribute for sending to a connector instance.MappingManager.prepareAttrsFromRealm(Realm realm, ExternalResource resource) Prepare attributes for sending to a connector instance. -
Uses of Realm in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return RealmMethods in org.apache.syncope.core.provisioning.api.data with parameters of type Realm -
Uses of Realm in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type RealmModifier and TypeMethodDescriptionPropagationManager.createTasks(Realm realm, PropagationByResource<String> propByRes, Collection<String> excludedResources) Create the needed tasks for the realm for each resource associated, unless inexcludedResources.PropagationManager.prepareAttrs(Realm realm) Prepare attributes for propagation. -
Uses of Realm in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules with parameters of type RealmModifier and TypeMethodDescriptionRuleProvider.getAccountPolicies(Realm realm, Collection<ExternalResource> resources) RuleProvider.getPasswordPolicies(Realm realm, Collection<ExternalResource> resources) -
Uses of Realm in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type RealmModifier and TypeMethodDescriptionprotected NameDefaultMappingManager.evaluateNAME(Realm realm, OrgUnit orgUnit, String connObjectKey) Build __NAME__ for propagation.DefaultMappingManager.getConnObjectKeyValue(Realm realm, ExternalResource resource) DefaultMappingManager.getIntValues(ExternalResource resource, Item item, IntAttrName intAttrName, AttrSchemaType schemaType, Realm realm) DefaultMappingManager.prepareAttr(ExternalResource resource, Item item, Realm realm) DefaultMappingManager.prepareAttrsFromRealm(Realm realm, ExternalResource resource) -
Uses of Realm in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return RealmModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.provisioning.java.data with parameters of type RealmModifier and TypeMethodDescriptionprotected voidRealmDataBinderImpl.bind(Realm realm, RealmTO realmTO, SyncopeClientCompositeException scce) protected SyncopeClientExceptionRealmDataBinderImpl.checkMandatory(Realm realm) protected SyncopeClientExceptionRealmDataBinderImpl.checkMandatoryOnResources(Realm realm) RealmDataBinderImpl.evaluateMandatoryCondition(ExternalResource resource, Realm realm) protected voidRealmDataBinderImpl.fill(RealmTO realmTO, Realm realm, SyncopeClientCompositeException scce) RealmDataBinderImpl.getRealmTO(Realm realm, boolean admin) protected Map<String, ConnObject> RealmDataBinderImpl.onResources(Realm realm) -
Uses of Realm in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type RealmModifier and TypeMethodDescriptionDefaultPropagationManager.createTasks(Realm realm, PropagationByResource<String> propByRes, Collection<String> excludedResources) DefaultPropagationManager.prepareAttrs(Realm realm) -
Uses of Realm in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type RealmModifier and TypeMethodDescriptionInboundMatcher.match(LiveSyncDelta syncDelta, OrgUnit orgUnit) Finds internal realms based on external attributes and mapping.Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type RealmModifier and TypeMethodDescriptionprotected OpEvent.Outcomeprotected OpEvent.OutcomeDefaultRealmPullResultHandler.deprovision(SyncDelta delta, List<Realm> realms, boolean unlink) protected OpEvent.Outcomeprotected OpEvent.Outcome -
Uses of Realm in org.apache.syncope.core.spring.policy
Methods in org.apache.syncope.core.spring.policy with parameters of type RealmModifier and TypeMethodDescriptionDefaultRuleProvider.getAccountPolicies(Realm realm, Collection<ExternalResource> resources) DefaultRuleProvider.getPasswordPolicies(Realm realm, Collection<ExternalResource> resources) -
Uses of Realm in org.apache.syncope.core.spring.security
Method parameters in org.apache.syncope.core.spring.security with type arguments of type RealmModifier and TypeMethodDescriptionDefaultPasswordGenerator.generate(ExternalResource resource, List<Realm> realms) PasswordGenerator.generate(ExternalResource resource, List<Realm> realms) -
Uses of Realm in org.apache.syncope.ext.elasticsearch.client
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type Realm -
Uses of Realm in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type Realm