public class TrackingAuthenticationImplementation extends Object implements AuthenticationImplementation
Constructor and Description |
---|
TrackingAuthenticationImplementation(org.osgi.framework.BundleContext context) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<UserInformation> |
authenticate(CallbackHandler callbackHandler) |
void |
close() |
UserInformation |
getUser(String user) |
void |
open() |
public TrackingAuthenticationImplementation(org.osgi.framework.BundleContext context)
public void open()
public void close()
public UserInformation getUser(String user)
getUser
in interface AuthenticationImplementation
public NotifyFuture<UserInformation> authenticate(CallbackHandler callbackHandler)
authenticate
in interface AuthenticationImplementation
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.