public interface UserAuthenticationFactory
Authentication
interface to those LoginModules that verify
a given authentication request by evaluation information exposed by the
Jackrabbit user management API.| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication(UserConfiguration configuration,
org.apache.jackrabbit.oak.api.Root root,
String userId)
Returns an implementation
Authentication
for the specified userId. |
@CheckForNull Authentication getAuthentication(@Nonnull UserConfiguration configuration, @Nonnull org.apache.jackrabbit.oak.api.Root root, @Nullable String userId)
Authentication
for the specified userId.configuration - The user configuration.root - The Root that provides repository access.userId - The userId for which a user authentication is provided.configuration and
userId or null if this implementation cannot not handle the
specified parameters.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.