Implementation of StringPreparation that performs no preparation.
Non US-ASCII characters will produce an exception.
Even though the [RFC5802] is not very clear about it,
this implementation will normalize non-printable US-ASCII characters similarly to what SaslPrep does
(i.e., removing them).
Implementation of StringPreparation that performs preparation.
Non US-ASCII characters will produce an exception.
Even though the [RFC5802] is not very clear about it,
this implementation will normalize as SaslPrep does.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.