public class DefaultSyncConfig extends Object
DefaultSyncConfig defines how users and groups from an external source are synced into the repository using
the 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 |
|---|---|
String |
getName()
Configures the name of this configuration
|
DefaultSyncConfig.Group |
group()
Returns the sync configuration for groups.
|
DefaultSyncConfig |
setName(String name)
Sets the name
|
DefaultSyncConfig.User |
user()
Returns the sync configuration for users.
|
@Nonnull public DefaultSyncConfig setName(@Nonnull String name)
name - the namethisgetName()@Nonnull public DefaultSyncConfig.User user()
@Nonnull public DefaultSyncConfig.Group group()
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.