Uses of Interface
org.apache.syncope.core.persistence.api.entity.Realm
-
-
Uses of Realm in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type Realm Modifier and Type Method Description protected 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 Realm Modifier and Type Method Description RealmRealmDAO. find(String key)RealmRealmDAO. findByFullPath(String fullPath)RealmRealmDAO. getRoot()RealmRealmDAO. save(Realm realm)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Realm Modifier and Type Method Description List<Realm>RealmDAO. findAncestors(Realm realm)List<Realm>RealmDAO. findByLogicActions(Implementation logicActions)List<Realm>RealmDAO. findByName(String name)<T extends Policy>
List<Realm>RealmDAO. findByPolicy(T policy)List<Realm>RealmDAO. findByResource(ExternalResource resource)List<Realm>RealmDAO. findChildren(Realm realm)List<Realm>RealmDAO. findDescendants(String base, String keyword, int page, int itemsPerPage)List<Realm>RealmDAO. findDescendants(Set<String> bases, String keyword, int page, int itemsPerPage)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Realm Modifier and Type Method Description intAnySearchDAO. count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, AnyTypeKind kind)voidRealmDAO. delete(Realm realm)List<Realm>RealmDAO. findAncestors(Realm realm)List<C>ClientAppDAO. findByRealm(Realm realm)List<Role>RoleDAO. findByRealm(Realm realm)List<MacroTask>TaskDAO. findByRealm(Realm realm)List<Realm>RealmDAO. findChildren(Realm realm)RealmRealmDAO. save(Realm realm)<T extends Any<?>>
List<T>AnySearchDAO. search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind) -
Uses of Realm in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return Realm Modifier and Type Method Description RealmConnInstance. getAdminRealm()RealmRealm. getParent()RealmAny. getRealm()RealmAnyTemplateRealm. getRealm()Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type Realm Modifier and Type Method Description List<? extends Realm>Role. getRealms()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Realm Modifier and Type Method Description booleanRole. add(Realm realm)voidConnInstance. setAdminRealm(Realm adminRealm)voidRealm. setParent(Realm parent)voidAny. setRealm(Realm realm)voidAnyTemplateRealm. setRealm(Realm 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 Realm Modifier and Type Method Description RealmClientApp. getRealm()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type Realm Modifier and Type Method Description voidClientApp. setRealm(Realm 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 Realm Modifier and Type Method Description RealmPullTask. getDestinationRealm()RealmMacroTask. getRealm()RealmPushTask. getSourceRealm()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type Realm Modifier and Type Method Description voidPullTask. setDestinationRealm(Realm destinationRealm)voidMacroTask. setRealm(Realm realm)voidPushTask. setSourceRealm(Realm sourceRealm) -
Uses of Realm in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return Realm Modifier and Type Method Description RealmJPARealmDAO. find(String key)RealmElasticsearchRealmDAO. findByFullPath(String fullPath)RealmJPARealmDAO. findByFullPath(String fullPath)RealmOpenSearchRealmDAO. findByFullPath(String fullPath)RealmJPARealmDAO. getRoot()RealmJPARealmDAO. save(Realm realm)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Realm Modifier and Type Method Description List<Realm>JPARealmDAO. findAncestors(Realm realm)List<Realm>JPARealmDAO. findByLogicActions(Implementation logicActions)List<Realm>ElasticsearchRealmDAO. findByName(String name)List<Realm>JPARealmDAO. findByName(String name)List<Realm>OpenSearchRealmDAO. findByName(String name)<T extends Policy>
List<Realm>JPARealmDAO. findByPolicy(T policy)List<Realm>JPARealmDAO. findByResource(ExternalResource resource)List<Realm>ElasticsearchRealmDAO. findChildren(Realm realm)List<Realm>JPARealmDAO. findChildren(Realm realm)List<Realm>OpenSearchRealmDAO. findChildren(Realm realm)List<Realm>ElasticsearchRealmDAO. findDescendants(String base, String keyword, int page, int itemsPerPage)List<Realm>ElasticsearchRealmDAO. findDescendants(Set<String> bases, String keyword, int page, int itemsPerPage)List<Realm>JPARealmDAO. findDescendants(String base, String keyword, int page, int itemsPerPage)List<Realm>JPARealmDAO. findDescendants(Set<String> bases, String keyword, int page, int itemsPerPage)List<Realm>OpenSearchRealmDAO. findDescendants(String base, String keyword, int page, int itemsPerPage)List<Realm>OpenSearchRealmDAO. findDescendants(Set<String> bases, String keyword, int page, int itemsPerPage)protected <T extends Policy>
List<Realm>JPARealmDAO. findSamePolicyChildren(Realm realm, T policy)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Realm Modifier and Type Method Description protected StringJPARealmDAO. buildFullPath(Realm realm)intAbstractAnySearchDAO. count(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)voidJPARealmDAO. delete(Realm realm)protected abstract intAbstractAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected intElasticsearchAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected intJPAAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected intOpenSearchAnySearchDAO. doCount(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)protected abstract <T extends Any<?>>
List<T>AbstractAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond searchCondition, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)protected <T extends Any<?>>
List<T>ElasticsearchAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)protected <T extends Any<?>>
List<T>JPAAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)protected <T extends Any<?>>
List<T>OpenSearchAnySearchDAO. doSearch(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)protected voidJPARealmDAO. findAncestors(List<Realm> result, Realm realm)List<Realm>JPARealmDAO. findAncestors(Realm realm)protected List<C>AbstractClientAppDAO. findByRealm(Realm realm, Class<C> reference, Class<? extends C> clientAppJPAClass)List<CASSPClientApp>JPACASSPClientAppDAO. findByRealm(Realm realm)List<OIDCRPClientApp>JPAOIDCRPClientAppDAO. findByRealm(Realm realm)List<Role>JPARoleDAO. findByRealm(Realm realm)List<SAML2SPClientApp>JPASAML2SPClientAppDAO. findByRealm(Realm realm)List<MacroTask>JPATaskDAO. findByRealm(Realm realm)List<Realm>ElasticsearchRealmDAO. findChildren(Realm realm)List<Realm>JPARealmDAO. findChildren(Realm realm)List<Realm>OpenSearchRealmDAO. findChildren(Realm realm)protected <T extends Policy>
List<Realm>JPARealmDAO. findSamePolicyChildren(Realm realm, T policy)protected Triple<Optional<co.elastic.clients.elasticsearch._types.query_dsl.Query>,Set<String>,Set<String>>ElasticsearchAnySearchDAO. getAdminRealmsFilter(Realm base, boolean recursive, Set<String> adminRealms, AnyTypeKind kind)protected Triple<AnySearchNode.Leaf,Set<String>,Set<String>>JPAAnySearchDAO. getAdminRealmsFilter(Realm base, boolean recursive, Set<String> adminRealms, List<Object> parameters, SearchSupport svs)protected Triple<Optional<org.opensearch.client.opensearch._types.query_dsl.Query>,Set<String>,Set<String>>OpenSearchAnySearchDAO. 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)protected org.opensearch.client.opensearch._types.query_dsl.QueryOpenSearchAnySearchDAO. getQuery(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, AnyTypeKind kind)RealmJPARealmDAO. save(Realm realm)<T extends Any<?>>
List<T>AbstractAnySearchDAO. search(Realm base, boolean recursive, Set<String> adminRealms, SearchCond cond, int page, int itemsPerPage, List<OrderByClause> orderBy, AnyTypeKind kind)Method parameters in org.apache.syncope.core.persistence.jpa.dao with type arguments of type Realm Modifier and Type Method Description protected voidJPARealmDAO. findAncestors(List<Realm> result, Realm realm) -
Uses of Realm in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Realm Modifier and Type Class Description classJPARealmMethods in org.apache.syncope.core.persistence.jpa.entity that return Realm Modifier and Type Method Description RealmJPAConnInstance. getAdminRealm()RealmJPARealm. getParent()RealmAbstractAny. getRealm()RealmJPAAnyTemplateRealm. getRealm()Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type Realm Modifier and Type Method Description List<? extends Realm>JPARole. getRealms()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Realm Modifier and Type Method Description booleanJPARole. add(Realm realm)voidJPAConnInstance. setAdminRealm(Realm adminRealm)voidJPARealm. setParent(Realm parent)voidAbstractAny. setRealm(Realm realm)voidJPAAnyTemplateRealm. setRealm(Realm 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 Realm Modifier and Type Method Description RealmAbstractClientApp. getRealm()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type Realm Modifier and Type Method Description voidAbstractClientApp. setRealm(Realm 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 Realm Modifier and Type Method Description RealmJPAPullTask. getDestinationRealm()RealmJPAMacroTask. getRealm()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type Realm Modifier and Type Method Description voidJPAPullTask. setDestinationRealm(Realm destinationRealm)voidJPAMacroTask. setRealm(Realm realm)voidJPAPushTask. setSourceRealm(Realm sourceRealm) -
Uses of Realm in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type Realm Modifier and Type Method Description booleanRealmValidator. isValid(Realm realm, javax.validation.ConstraintValidatorContext context) -
Uses of Realm in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type Realm Modifier and Type Method Description Optional<String>MappingManager. getConnObjectKeyValue(Realm realm, OrgUnit orgUnit)Get connObjectKey internal value.Pair<String,Set<Attribute>>MappingManager. prepareAttrsFromRealm(Realm realm, OrgUnit orgUnit)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 Realm Modifier and Type Method Description RealmRealmDataBinder. create(Realm parent, RealmTO realmTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Realm Modifier and Type Method Description RealmRealmDataBinder. create(Realm parent, RealmTO realmTO)RealmTORealmDataBinder. getRealmTO(Realm realm, boolean admin)PropagationByResource<String>RealmDataBinder. update(Realm realm, RealmTO realmTO) -
Uses of Realm in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type Realm Modifier and Type Method Description List<PropagationTaskInfo>PropagationManager. createTasks(Realm realm, PropagationByResource<String> propByRes, Collection<String> excludedResources)Create the needed tasks for the realm for each resource associated, unless inexcludedResources.Map<Pair<String,String>,Set<Attribute>>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 Realm Modifier and Type Method Description List<AccountPolicy>RuleEnforcer. getAccountPolicies(Realm realm, Collection<ExternalResource> resources)List<PasswordPolicy>RuleEnforcer. 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 Realm Modifier and Type Method Description protected NameDefaultMappingManager. evaluateNAME(Realm realm, OrgUnit orgUnit, String connObjectKey)Build __NAME__ for propagation.Optional<String>DefaultMappingManager. getConnObjectKeyValue(Realm realm, OrgUnit orgUnit)protected StringDefaultMappingManager. getIntValue(Realm realm, Item orgUnitItem)Pair<String,Set<Attribute>>DefaultMappingManager. prepareAttrsFromRealm(Realm realm, OrgUnit orgUnit) -
Uses of Realm in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return Realm Modifier and Type Method Description RealmRealmDataBinderImpl. create(Realm parent, RealmTO realmTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Realm Modifier and Type Method Description RealmRealmDataBinderImpl. create(Realm parent, RealmTO realmTO)RealmTORealmDataBinderImpl. getRealmTO(Realm realm, boolean admin)protected voidRealmDataBinderImpl. setTemplates(RealmTO realmTO, Realm realm)PropagationByResource<String>RealmDataBinderImpl. update(Realm realm, RealmTO realmTO) -
Uses of Realm in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type Realm Modifier and Type Method Description List<PropagationTaskInfo>DefaultPropagationManager. createTasks(Realm realm, PropagationByResource<String> propByRes, Collection<String> excludedResources)Map<Pair<String,String>,Set<Attribute>>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 Realm Modifier and Type Method Description List<Realm>InboundMatcher. match(SyncDelta 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 Realm Modifier and Type Method Description protected AuditElements.ResultDefaultRealmPullResultHandler. delete(SyncDelta delta, List<Realm> realms)protected AuditElements.ResultDefaultRealmPullResultHandler. deprovision(SyncDelta delta, List<Realm> realms, boolean unlink)protected AuditElements.ResultDefaultRealmPullResultHandler. link(SyncDelta delta, List<Realm> realms, boolean unlink)protected AuditElements.ResultDefaultRealmPullResultHandler. update(SyncDelta delta, List<Realm> realms, boolean inLink) -
Uses of Realm in org.apache.syncope.core.spring.policy
Methods in org.apache.syncope.core.spring.policy with parameters of type Realm Modifier and Type Method Description List<AccountPolicy>DefaultRuleEnforcer. getAccountPolicies(Realm realm, Collection<ExternalResource> resources)List<PasswordPolicy>DefaultRuleEnforcer. 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 Realm Modifier and Type Method Description StringDefaultPasswordGenerator. generate(ExternalResource resource, List<Realm> realms)StringPasswordGenerator. 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 Modifier and Type Method Description protected voidElasticsearchUtils. customizeDocument(Map<String,Object> builder, Realm realm)Map<String,Object>ElasticsearchUtils. document(Realm realm) -
Uses of Realm in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type Realm Modifier and Type Method Description protected voidOpenSearchUtils. customizeDocument(Map<String,Object> builder, Realm realm)Map<String,Object>OpenSearchUtils. document(Realm realm)
-