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, stoppublic WhiteboardUserAuthenticationFactory(UserAuthenticationFactory defaultFactory)
public Authentication getAuthentication(UserConfiguration userConfiguration, Root root, java.lang.String userId)
UserAuthenticationFactoryAuthentication
for the specified userId.getAuthentication in interface UserAuthenticationFactoryuserConfiguration - 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 - 2018 Adobe Systems Incorporated. All Rights Reserved"