Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.credentials.CredentialsSupport
-
Packages that use CredentialsSupport Package Description org.apache.jackrabbit.oak.spi.security.authentication.credentials -
-
Uses of CredentialsSupport in org.apache.jackrabbit.oak.spi.security.authentication.credentials
Classes in org.apache.jackrabbit.oak.spi.security.authentication.credentials that implement CredentialsSupport Modifier and Type Class Description classCompositeCredentialsSupportComposite implementation of theCredentialsSupportinterface that handles multiple providers.classSimpleCredentialsSupportImplementation of theCredentialsSupportinterface that handlesSimpleCredentials.Methods in org.apache.jackrabbit.oak.spi.security.authentication.credentials that return CredentialsSupport Modifier and Type Method Description static CredentialsSupportSimpleCredentialsSupport. getInstance()static CredentialsSupportCompositeCredentialsSupport. newInstance(@NotNull Supplier<Collection<CredentialsSupport>> credentialSupplier)Method parameters in org.apache.jackrabbit.oak.spi.security.authentication.credentials with type arguments of type CredentialsSupport Modifier and Type Method Description static CredentialsSupportCompositeCredentialsSupport. newInstance(@NotNull Supplier<Collection<CredentialsSupport>> credentialSupplier)
-