| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.external |
| Modifier and Type | Method and Description |
|---|---|
ExternalUser |
ExternalIdentityProvider.authenticate(javax.jcr.Credentials credentials)
Authenticates the user represented by the given credentials and returns it.
|
Iterable<ExternalIdentityRef> |
ExternalIdentity.getDeclaredGroups()
Returns an iterable of the declared groups of this external identity.
|
Iterable<ExternalIdentityRef> |
ExternalGroup.getDeclaredMembers()
Returns an iterable of the declared (direct) members of this external group.
|
ExternalGroup |
ExternalIdentityProvider.getGroup(String name)
Returns the group for the given (local) group name.
|
ExternalIdentity |
ExternalIdentityProvider.getIdentity(ExternalIdentityRef ref)
Returns the identity for the given reference or
null if it does not exist. |
ExternalUser |
ExternalIdentityProvider.getUser(String userId)
Returns the user for the given (local) id.
|
Iterator<ExternalGroup> |
ExternalIdentityProvider.listGroups()
List all external groups.
|
Iterator<ExternalUser> |
ExternalIdentityProvider.listUsers()
List all external users.
|
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.