public interface UserAuthenticationFactory
Authentication
interface to those LoginModule
s that verify
a given authentication request by evaluation information exposed by the
Jackrabbit user management API.Modifier and Type | Method and Description |
---|---|
@Nullable Authentication |
getAuthentication(@NotNull UserConfiguration configuration,
@NotNull Root root,
@Nullable java.lang.String userId)
Returns an implementation
Authentication
for the specified userId . |
@Nullable @Nullable Authentication getAuthentication(@NotNull @NotNull UserConfiguration configuration, @NotNull @NotNull Root root, @Nullable @Nullable java.lang.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 © 2010 - 2020 Adobe. All Rights Reserved