Class DefaultSyncConfig
java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.external.basic.DefaultSyncConfig
- Direct Known Subclasses:
DefaultSyncConfigImpl
DefaultSyncConfig
defines how users and groups from an external source are synced into the repository using
the DefaultSyncHandler
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Base config class for users and groupsstatic class
Group specific configstatic class
User specific config. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull String
getName()
Configures the name of this configuration@NotNull DefaultSyncConfig.Group
group()
Returns the sync configuration for groups.@NotNull DefaultSyncConfig
Sets the name@NotNull DefaultSyncConfig.User
user()
Returns the sync configuration for users.
-
Field Details
-
DEFAULT_NAME
- See Also:
-
-
Constructor Details
-
DefaultSyncConfig
public DefaultSyncConfig()
-
-
Method Details
-
getName
Configures the name of this configuration- Returns:
- the name
-
setName
Sets the name- Parameters:
name
- the name- Returns:
this
- See Also:
-
user
Returns the sync configuration for users.- Returns:
- the user sync configuration.
-
group
Returns the sync configuration for groups.- Returns:
- the group sync configuration.
-