| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.credentials |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeCredentialsSupport
Composite implementation of the
CredentialsSupport
interface that handles multiple providers. |
class |
SimpleCredentialsSupport
Implementation of the
CredentialsSupport
interface that handles SimpleCredentials. |
| Modifier and Type | Method and Description |
|---|---|
static CredentialsSupport |
SimpleCredentialsSupport.getInstance() |
static CredentialsSupport |
CompositeCredentialsSupport.newInstance(@NotNull Supplier<Collection<CredentialsSupport>> credentialSupplier) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.