| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.external | |
| org.apache.jackrabbit.oak.spi.security.authentication.external.basic |
| Modifier and Type | Method and Description |
|---|---|
ExternalGroup |
ExternalIdentityProvider.getGroup(String name)
Returns the group for the given (local) group name.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ExternalGroup> |
ExternalIdentityProvider.listGroups()
List all external groups.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jackrabbit.api.security.user.Group |
DefaultSyncContext.createGroup(ExternalGroup externalGroup)
Creates a new repository group for the given external one.
|
protected DefaultSyncResultImpl |
DefaultSyncContext.syncGroup(ExternalGroup external,
org.apache.jackrabbit.api.security.user.Group group) |
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.