| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.external.basic | |
| org.apache.jackrabbit.oak.spi.security.authentication.external.impl |
| Modifier and Type | Field and Description |
|---|---|
protected DefaultSyncConfig |
DefaultSyncContext.config |
| Modifier and Type | Method and Description |
|---|---|
DefaultSyncConfig |
DefaultSyncConfig.setName(String name)
Sets the name
|
| Constructor and Description |
|---|
DefaultSyncContext(DefaultSyncConfig config,
ExternalIdentityProvider idp,
org.apache.jackrabbit.api.security.user.UserManager userManager,
javax.jcr.ValueFactory valueFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSyncConfigImpl
DefaultSyncConfig defines how users and groups from an external source are synced into the repository using
the DefaultSyncHandler. |
| Modifier and Type | Method and Description |
|---|---|
static DefaultSyncConfig |
DefaultSyncConfigImpl.of(org.apache.jackrabbit.oak.spi.security.ConfigurationParameters params)
Creates a new LDAP provider configuration based on the properties store in the given parameters.
|
| Constructor and Description |
|---|
DefaultSyncHandler(DefaultSyncConfig config)
Constructor for non-OSGi cases.
|
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.