| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.external |
| Modifier and Type | Method and Description |
|---|---|
ExternalUser |
ExternalIdentityProvider.authenticate(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.
|
Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.