Uses of Class
org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Packages that use AbstractLoginModule
Package
Description
-
Uses of AbstractLoginModule in org.apache.jackrabbit.oak.security.authentication.token
Modifier and TypeClassDescriptionfinal class
LoginModule
implementation that is able to handle login request based onTokenCredentials
. -
Uses of AbstractLoginModule in org.apache.jackrabbit.oak.security.authentication.user
Modifier and TypeClassDescriptionfinal class
Default login module implementation that authenticates JCRCredentials
against the repository. -
Uses of AbstractLoginModule in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Subclasses of AbstractLoginModule in org.apache.jackrabbit.oak.spi.security.authentication.external.implModifier and TypeClassDescriptionclass
ExternalLoginModule
implements aLoginModule
that uses anExternalIdentityProvider
for authentication.