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 |
---|---|
Authentication |
getAuthentication(UserConfiguration configuration,
Root root,
java.lang.String userId)
Returns an implementation
Authentication
for the specified userId . |
Authentication getAuthentication(UserConfiguration configuration, Root root, 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 Systems Incorporated. All Rights Reserved"