@Version("3.0.0")
Package org.apache.jackrabbit.oak.spi.security.authentication.credentials
-
Interface Summary Interface Description CredentialsSupport Simple helper interface that allows to easily plug support for additional or customCredentials
implementations during authentication. -
Class Summary Class Description AbstractCredentials CompositeCredentialsSupport Composite implementation of theCredentialsSupport
interface that handles multiple providers.SimpleCredentialsSupport Implementation of theCredentialsSupport
interface that handlesSimpleCredentials
.