| 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 |
|---|---|
ExternalUser |
ExternalIdentityProvider.authenticate(javax.jcr.Credentials credentials)
Authenticates the user represented by the given credentials and returns it.
|
ExternalUser |
ExternalIdentityProvider.getUser(String userId)
Returns the user for the given (local) id.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ExternalUser> |
ExternalIdentityProvider.listUsers()
List all external users.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jackrabbit.api.security.user.User |
DefaultSyncContext.createUser(ExternalUser externalUser)
Creates a new repository user for the given external one.
|
protected DefaultSyncResultImpl |
DefaultSyncContext.syncUser(ExternalUser external,
org.apache.jackrabbit.api.security.user.User user) |
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.