public abstract class ProcessCallbacksFuture extends TransformResultFuture<Callback[],UserInformation>
| Constructor and Description |
|---|
ProcessCallbacksFuture(NotifyFuture<Callback[]> fromFuture) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CredentialsRequest |
getRequest() |
protected abstract List<AuthenticationService> |
getServices() |
protected UserInformation |
processCallbacks(CredentialsRequest request,
List<AuthenticationService> services) |
protected UserInformation |
transform(Callback[] from) |
canceladdListener, addListener, fetchResult, get, get, isCancelled, isDone, removeListener, removeListener, setError, setResultpublic ProcessCallbacksFuture(NotifyFuture<Callback[]> fromFuture)
protected abstract CredentialsRequest getRequest()
protected abstract List<AuthenticationService> getServices()
protected UserInformation transform(Callback[] from) throws Exception
transform in class TransformResultFuture<Callback[],UserInformation>Exceptionprotected UserInformation processCallbacks(CredentialsRequest request, List<AuthenticationService> services) throws AuthenticationException
AuthenticationExceptionCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.