Package | Description |
---|---|
com.aquenos.cassandra.pvarchiver.server.internode |
Classes for communication between the servers in the archiving cluster.
|
Modifier and Type | Method and Description |
---|---|
InterNodeCommunicationAuthenticationService.Role |
InterNodeCommunicationAuthenticationService.authenticate(String username,
String password)
Tries to authenticate a request with the specified username and password.
|
static InterNodeCommunicationAuthenticationService.Role |
InterNodeCommunicationAuthenticationService.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterNodeCommunicationAuthenticationService.Role[] |
InterNodeCommunicationAuthenticationService.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pair<String,String> |
InterNodeCommunicationAuthenticationService.getUsernameAndPassword(InterNodeCommunicationAuthenticationService.Role role)
Returns a username / password pair that is suitable for authentication
with this service.
|
Copyright © 2011–2017 aquenos GmbH. All rights reserved.