SaslHandler.SaslOutcome Enum
- java.
lang. Object - java.
lang. Enum<SaslHandler. SaslOutcome> - com.
microsoft. azure. sdk. iot. provisioning. device. transport. amqp. SaslHandler. SaslOutcome
- com.
- java.
public enum SaslOutcome
Possible outcomes of Sasl negotiation as per AMQP 1.0
Fields
AUTH |
failed due to bad credentials |
OK |
authentication succeeded |
SYS |
failed due to a system error |
SYS_PERM |
failed due to unrecoverable error |
SYS_TEMP |
failed due to transient error |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java