public class DefaultSyncConfig
extends java.lang.Object
DefaultSyncConfig
defines how users and groups from an external source are synced into the repository using
the org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler
.Modifier and Type | Class and Description |
---|---|
static class |
DefaultSyncConfig.Authorizable
Base config class for users and groups
|
static class |
DefaultSyncConfig.Group
Group specific config
|
static class |
DefaultSyncConfig.User
User specific config.
|
Constructor and Description |
---|
DefaultSyncConfig() |
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.String |
getName()
Configures the name of this configuration
|
@NotNull DefaultSyncConfig.Group |
group()
Returns the sync configuration for groups.
|
@NotNull DefaultSyncConfig |
setName(@NotNull java.lang.String name)
Sets the name
|
@NotNull DefaultSyncConfig.User |
user()
Returns the sync configuration for users.
|
@NotNull public @NotNull java.lang.String getName()
@NotNull public @NotNull DefaultSyncConfig setName(@NotNull @NotNull java.lang.String name)
name
- the namethis
getName()
@NotNull public @NotNull DefaultSyncConfig.User user()
@NotNull public @NotNull DefaultSyncConfig.Group group()
Copyright © 2010 - 2023 Adobe. All Rights Reserved