Class SaslPrep


  • public class SaslPrep
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int MAX_UTF  
    • Constructor Summary

      Constructors 
      Constructor Description
      SaslPrep()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String saslPrep​(java.lang.String value, boolean storedString)
      SaslPrep profile of StringPrep algorithm.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SaslPrep

        public SaslPrep()
    • Method Detail

      • saslPrep

        public static java.lang.String saslPrep​(java.lang.String value,
                                                boolean storedString)
        SaslPrep profile of StringPrep algorithm.
        Parameters:
        value - with the value to check and transform
        storedString - boolean to indicate if it's a stored string or a query string
        Returns:
        String with the result