public class SourceRconAuthenticator extends Object implements RconAuthenticator
RconAuthenticator.| Constructor and Description |
|---|
SourceRconAuthenticator(CredentialsStore credentialsStore,
boolean reauthenticate)
Constructor for SourceRconAuthenticator.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SourceRconChannelContext> |
authenticate(SourceRconChannelContext context)
authenticate.
|
public SourceRconAuthenticator(CredentialsStore credentialsStore, boolean reauthenticate)
Constructor for SourceRconAuthenticator.
credentialsStore - a CredentialsStore objectreauthenticate - a booleanpublic CompletableFuture<SourceRconChannelContext> authenticate(SourceRconChannelContext context)
authenticate.
authenticate in interface RconAuthenticatorcontext - a SourceRconChannelContext objectCompletableFuture objectCopyright © 2016–2024. All rights reserved.