public class Authenticator extends Object implements AuthenticationImplementation
| Constructor and Description |
|---|
Authenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.framework.BundleContext context) |
NotifyFuture<UserInformation> |
authenticate(CallbackHandler callbackHandler) |
protected NotifyFuture<UserInformation> |
authenticate(CallbackHandler callbackHandler,
ConfigurationGroup group) |
void |
deactivate() |
UserInformation |
getUser(String user) |
public void activate(org.osgi.framework.BundleContext context)
public void deactivate()
public UserInformation getUser(String user)
getUser in interface AuthenticationImplementationpublic NotifyFuture<UserInformation> authenticate(CallbackHandler callbackHandler)
authenticate in interface AuthenticationImplementationprotected NotifyFuture<UserInformation> authenticate(CallbackHandler callbackHandler, ConfigurationGroup group)
Copyright © 2015 Eclipse SCADA Project. All rights reserved.