public class WhiteboardUserAuthenticationFactory extends AbstractServiceTracker<UserAuthenticationFactory> implements UserAuthenticationFactory
UserAuthenticationFactory
based on the available whiteboard services.Constructor and Description |
---|
WhiteboardUserAuthenticationFactory(UserAuthenticationFactory defaultFactory) |
Modifier and Type | Method and Description |
---|---|
Authentication |
getAuthentication(UserConfiguration userConfiguration,
Root root,
java.lang.String userId)
Returns an implementation
Authentication
for the specified userId . |
start, stop
public WhiteboardUserAuthenticationFactory(UserAuthenticationFactory defaultFactory)
public Authentication getAuthentication(UserConfiguration userConfiguration, Root root, java.lang.String userId)
UserAuthenticationFactory
Authentication
for the specified userId
.getAuthentication
in interface UserAuthenticationFactory
userConfiguration
- 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 - 2019 Adobe Systems Incorporated. All Rights Reserved"