Uses of Enum
org.xnio.sasl.SaslStrength
Packages that use SaslStrength
Package
Description
The main API package for XNIO.
Utility classes for using SASL mechanisms atop NIO or XNIO APIs.
-
Uses of SaslStrength in org.xnio
Fields in org.xnio with type parameters of type SaslStrengthModifier and TypeFieldDescriptionstatic final Option
<SaslStrength> Options.SASL_STRENGTH
Specify the SASL cipher strength to use. -
Uses of SaslStrength in org.xnio.sasl
Methods in org.xnio.sasl that return SaslStrengthModifier and TypeMethodDescriptionstatic SaslStrength
SaslStrength.fromString
(String name) Get the SASL Strength level for the given string.static SaslStrength
Returns the enum constant of this type with the specified name.static SaslStrength[]
SaslStrength.values()
Returns an array containing the constants of this enum type, in the order they are declared.