| Package | Description |
|---|---|
| io.vertx.proton.sasl | |
| io.vertx.proton.sasl.impl |
| Modifier and Type | Method and Description |
|---|---|
ProtonSaslMechanism |
ProtonSaslMechanismFactory.createMechanism()
Creates an instance of the authentication mechanism implementation.
|
ProtonSaslMechanism |
ProtonSaslMechanism.setPassword(String username)
Sets the password value for this Mechanism.
|
ProtonSaslMechanism |
ProtonSaslMechanism.setUsername(String username)
Sets the user name value for this Mechanism.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtonSaslAnonymousImpl |
class |
ProtonSaslExternalImpl |
class |
ProtonSaslMechanismImpl |
class |
ProtonSaslPlainImpl |
| Modifier and Type | Method and Description |
|---|---|
ProtonSaslMechanism |
ProtonSaslPlainFactoryImpl.createMechanism() |
ProtonSaslMechanism |
ProtonSaslExternalFactoryImpl.createMechanism() |
ProtonSaslMechanism |
ProtonSaslAnonymousFactoryImpl.createMechanism() |
static ProtonSaslMechanism |
ProtonSaslMechanismFinderImpl.findMatchingMechanism(String username,
String password,
Set<String> mechRestrictions,
String... remoteMechanisms)
Attempts to find a matching Mechanism implementation given a list of supported mechanisms from a remote peer.
|
ProtonSaslMechanism |
ProtonSaslMechanismImpl.setPassword(String value) |
ProtonSaslMechanism |
ProtonSaslMechanismImpl.setUsername(String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
ProtonSaslMechanismImpl.compareTo(ProtonSaslMechanism other) |
Copyright © 2020. All rights reserved.