public abstract class BaseRolesMappingSyncStrategy extends Object implements RolesMappingSyncStrategy
| Modifier and Type | Field and Description |
|---|---|
protected SearchGuardRolesMapping |
mappings |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseRolesMappingSyncStrategy(SearchGuardRolesMapping mappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
syncFrom(UserProjectCache cache)
Sync the given cache to
|
protected abstract void |
syncFromImpl(UserProjectCache cache,
RolesMappingBuilder builder) |
protected final SearchGuardRolesMapping mappings
protected BaseRolesMappingSyncStrategy(SearchGuardRolesMapping mappings)
protected abstract void syncFromImpl(UserProjectCache cache, RolesMappingBuilder builder)
public void syncFrom(UserProjectCache cache)
RolesMappingSyncStrategysyncFrom in interface RolesMappingSyncStrategycache - The cache from which to syncCopyright © 2015–2018 Red Hat. All rights reserved.